From 4648e34300de4fd56b94cabd57a1008c9d4297f8 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 21 Jan 2013 16:29:34 -0600 Subject: [PATCH] ref-manual: Edits to the LINUX_VERSION variable. Added a bit about the variable being used to define PV for the recipe. Also, fixed a couple indentation problems with some nearby variables. (From yocto-docs rev: bec65049218c9c549fe8cd4d5c16e9d917e87866) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index bc728b8d90..b5f7c24a57 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -1674,7 +1674,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" The LICENSE_PATH variable allows you to extend that location to other areas that have additional licenses: - LICENSE_PATH += "/path/to/additional/common/licenses" + LICENSE_PATH += "/path/to/additional/common/licenses" @@ -1690,7 +1690,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" meta/recipes-kernel/linux defines the variables as follows: - LINUX_VERSION ?= "3.4.24" + LINUX_VERSION ?= "3.4.24" + + The LINUX_VERSION variable is used to + define PV + for the recipe: + + PV = "${LINUX_VERSION}+git${SRCPV}"