From dd46994f45d5733915d7fa7a7fe7e2a7f50abe58 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 23 Jan 2013 13:48:51 -0800 Subject: [PATCH] ref-manual: Added new variable KBRANCH_DEFAULT. (From yocto-docs rev: d97c04fd6e818e7b78971f8c459a9778fb4e69f4) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 16f972ce37..e712d9d64a 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -1465,6 +1465,21 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + KBRANCH_DEFAULT + + + Defines the Linux kernel source repository's default + branch used to build the Linux kernel. + The KBRANCH_DEFAULT value is + the default value for + KBRANCH. + Unless you specify otherwise, + KBRANCH_DEFAULT initializes to + "master". + + + + KERNEL_FEATURES Includes additional metadata from the Yocto Project kernel Git repository.