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}"