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-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=377e5ad099bb040f9bb96f2c1cae2ec2ff67165e;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-yocto/conf/bblayers.conf.sample b/meta-yocto/conf/bblayers.conf.sample index 98bfd70c22e..7fd755d1a9c 100644 --- a/meta-yocto/conf/bblayers.conf.sample +++ b/meta-yocto/conf/bblayers.conf.sample @@ -10,3 +10,7 @@ BBLAYERS ?= " \ ##COREBASE##/meta-yocto \ ##COREBASE##/meta-yocto-bsp \ " +BBLAYERS_NON_REMOVABLE ?= " \ + ##COREBASE##/meta \ + ##COREBASE##/meta-yocto \ + "