diff options
author | Cristiana Voicu <cristiana.voicu@intel.com> | 2012-11-26 10:00:05 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-26 20:59:53 +0000 |
commit | eeaad6f50c731fa871cd2f3ae676acbe7b0d638e (patch) | |
tree | a787092d499a491120050748cb9f8bc736b045d2 /meta-yocto/conf/bblayers.conf.sample | |
parent | cc1fcf7e9f67bd5bfbb166d1ece2ba491fa45b39 (diff) | |
download | poky-eeaad6f50c731fa871cd2f3ae676acbe7b0d638e.tar.gz |
bblayers.conf: Add a new variable to prevent certain layers to be removed
[YOCTO #3372]
(From meta-yocto rev: 377e5ad099bb040f9bb96f2c1cae2ec2ff67165e)
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf/bblayers.conf.sample')
-rw-r--r-- | meta-yocto/conf/bblayers.conf.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-yocto/conf/bblayers.conf.sample b/meta-yocto/conf/bblayers.conf.sample index 98bfd70c22..7fd755d1a9 100644 --- a/meta-yocto/conf/bblayers.conf.sample +++ b/meta-yocto/conf/bblayers.conf.sample | |||
@@ -10,3 +10,7 @@ BBLAYERS ?= " \ | |||
10 | ##COREBASE##/meta-yocto \ | 10 | ##COREBASE##/meta-yocto \ |
11 | ##COREBASE##/meta-yocto-bsp \ | 11 | ##COREBASE##/meta-yocto-bsp \ |
12 | " | 12 | " |
13 | BBLAYERS_NON_REMOVABLE ?= " \ | ||
14 | ##COREBASE##/meta \ | ||
15 | ##COREBASE##/meta-yocto \ | ||
16 | " | ||