From fef68d378e5d37fcf025d49af81e7cce26c4ad5c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 2 Mar 2015 10:29:29 -0800 Subject: [PATCH] ref-manual: Updated the KBRANCH variable description Removed traces of the deprecated KBRANCH_DEFAULT variable. (From yocto-docs rev: 8130f0db46be872cd857d8579323e4ad00da6380) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 0346092c98..5271dcf8f6 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -5773,16 +5773,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" is the meta/recipes-kernel/linux/linux-yocto_3.14.bb file. - Following is the default value for KBRANCH - and the default override for the architectures the Yocto - Project supports: + Following is an example for a kernel recipe file: - KBRANCH_DEFAULT = "standard/base" - KBRANCH = "${KBRANCH_DEFAULT}" + KBRANCH ?= "standard/base" - This branch exists in the linux-yocto-3.14 - kernel Git repository - .