From 64933666a6c75aa04140a4e83e4db09edf85b858 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 23 Jan 2013 13:12:21 -0800 Subject: ref-manual: New KERNEL_PATH variable added to the glossary. Also put in a cross-reference in the existing KERNEL_SRC variable. (From yocto-docs rev: 705074a16490155cd64469af3b2ea12a0780281c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 64fece31e6..16f972ce37 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -1503,6 +1503,26 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + KERNEL_PATH + + + The location of the kernel sources. + This variable is set to the value of the + STAGING_KERNEL_DIR + within the module.bbclass class. + For information on how this variable is used, see the + "Incorporating Out-of-Tree Modules" + section. + + + + The KERNEL_SRC + variable is identical to the KERNEL_PATH + variable. + + + + KERNEL_SRC @@ -1513,7 +1533,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" For information on how this variable is used, see the "Incorporating Out-of-Tree Modules" section. - + + + + The KERNEL_PATH + variable is identical to the KERNEL_SRC + variable. + -- cgit v1.2.3-54-g00ecf