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: lucaceresoli/bug-15201-perf-libtraceevent-missing~39391 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28ad5dccdc2648d492ecda32c4599eace0960e44;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 e621866312f..1d45ddfd4f6 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 \ + " +