mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 09:32:17 +02:00
bblayers.conf: Add a new variable to prevent certain layers to be removed
[YOCTO #3372] (From meta-yocto rev: 377e5ad099bb040f9bb96f2c1cae2ec2ff67165e) Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cc1fcf7e9f
commit
eeaad6f50c
@@ -10,3 +10,7 @@ BBLAYERS ?= " \
|
||||
##COREBASE##/meta-yocto \
|
||||
##COREBASE##/meta-yocto-bsp \
|
||||
"
|
||||
BBLAYERS_NON_REMOVABLE ?= " \
|
||||
##COREBASE##/meta \
|
||||
##COREBASE##/meta-yocto \
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user