From 28ad5dccdc2648d492ecda32c4599eace0960e44 Mon Sep 17 00:00:00 2001 From: Cristiana Voicu Date: Mon, 26 Nov 2012 10:00:05 +0200 Subject: [PATCH] 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 --- meta/conf/bblayers.conf.sample | 5 +++++ 1 file changed, 5 insertions(+) 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 \ + " + -- 2.40.1