From: Cristiana Voicu Date: Mon, 26 Nov 2012 08:00:05 +0000 (+0200) Subject: bblayers.conf: Add a new variable to prevent certain layers to be removed X-Git-Tag: 2015-4~8554 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=28ad5dccdc2648d492ecda32c4599eace0960e44;p=openembedded-core.git bblayers.conf: Add a new variable to prevent certain layers to be removed [YOCTO #3372] Signed-off-by: Cristiana Voicu Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bblayers.conf.sample b/meta/conf/bblayers.conf.sample index e621866312..1d45ddfd4f 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 \ + " +