diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-11-04 08:26:57 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:52:59 +0000 |
| commit | 3abf9bea5c84c2ecbc497f7d879f18b28cc069a0 (patch) | |
| tree | f5fd8f1067cc30068a8006ed72fd4b2c6f3d6294 /documentation/ref-manual/ref-variables.xml | |
| parent | 38853cf0f1a1b53f1cf0fdec3208f823bbce6917 (diff) | |
| download | poky-3abf9bea5c84c2ecbc497f7d879f18b28cc069a0.tar.gz | |
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 <rpjday@crashcourse.ca>
(From yocto-docs rev: 12b671aec1df367c107d906bbefb44da56b2adec)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 11 |
1 files 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 @@ | |||
| 636 | 636 | ||
| 637 | <glossentry id='var-BBLAYERS_NON_REMOVABLE'><glossterm>BBLAYERS_NON_REMOVABLE</glossterm> | 637 | <glossentry id='var-BBLAYERS_NON_REMOVABLE'><glossterm>BBLAYERS_NON_REMOVABLE</glossterm> |
| 638 | <glossdef> | 638 | <glossdef> |
| 639 | Core layer for images cannot be removed | ||
| 640 | <para>Lists core layers that cannot be removed from the | 639 | <para>Lists core layers that cannot be removed from the |
| 641 | <filename>bblayers.conf</filename> file. | 640 | <filename>bblayers.conf</filename> file during a build |
| 642 | In order for BitBake to build your image, your | 641 | using the |
| 642 | <ulink url='https://www.yoctoproject.org/tools-resources/projects/hob'>Hob</ulink>. | ||
| 643 | <note> | ||
| 644 | When building an image outside of Hob, this variable | ||
| 645 | is ignored. | ||
| 646 | </note> | ||
| 647 | In order for BitBake to build your image using Hob, your | ||
| 643 | <filename>bblayers.conf</filename> file must include the | 648 | <filename>bblayers.conf</filename> file must include the |
| 644 | <filename>meta</filename> and <filename>meta-yocto</filename> | 649 | <filename>meta</filename> and <filename>meta-yocto</filename> |
| 645 | core layers. | 650 | core layers. |
