[oe-commits] Cristiana Voicu : bblayers.conf: Add a new variable to prevent certain layers to be removed

git at git.openembedded.org git at git.openembedded.org
Mon Nov 26 21:01:48 UTC 2012


Module: openembedded-core.git
Branch: master-next
Commit: 28ad5dccdc2648d492ecda32c4599eace0960e44
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=28ad5dccdc2648d492ecda32c4599eace0960e44

Author: Cristiana Voicu <cristiana.voicu at intel.com>
Date:   Mon Nov 26 10:00:05 2012 +0200

bblayers.conf: Add a new variable to prevent certain layers to be removed

[YOCTO #3372]
Signed-off-by: Cristiana Voicu <cristiana.voicu at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/bblayers.conf.sample |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/meta/conf/bblayers.conf.sample b/meta/conf/bblayers.conf.sample
index e621866..1d45ddf 100644
--- a/meta/conf/bblayers.conf.sample
+++ b/meta/conf/bblayers.conf.sample
@@ -8,3 +8,8 @@ BBFILES ?= ""
 BBLAYERS ?= " \
   ##COREBASE##/meta \
   "
+
+BBLAYERS_NON_REMOVABLE ?= " \
+  ##COREBASE##/meta \
+  "
+





More information about the Openembedded-commits mailing list