From 3abf9bea5c84c2ecbc497f7d879f18b28cc069a0 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 4 Nov 2013 08:26:57 -0800 Subject: [PATCH] ref-manual: Edits to the BBLAYERS_NON_REMOVABLE variable. This variable is only used when building an image using Hob. The description implied otherwise. I clearly state this now. Reported-by: Robert P. J. Day (From yocto-docs rev: 12b671aec1df367c107d906bbefb44da56b2adec) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index f3211f84ed..2e4ef56e7c 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -636,10 +636,15 @@ BBLAYERS_NON_REMOVABLE -Core layer for images cannot be removed Lists core layers that cannot be removed from the - bblayers.conf file. - In order for BitBake to build your image, your + bblayers.conf file during a build + using the + Hob. + + When building an image outside of Hob, this variable + is ignored. + + In order for BitBake to build your image using Hob, your bblayers.conf file must include the meta and meta-yocto core layers.