From f9c7b1270505acd5c3b6f316c559de3dd590f3cc Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Fri, 19 Nov 2021 13:04:58 +0000 Subject: [PATCH] oniro.inc: Remove BBMASK workaround for blueprints This was done to isolate the blueprints layer unless a blueprint distro is selected/ Now that the blueprints layer is not included by default in the layers, we can drop this. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- meta-oniro-core/conf/distro/include/oniro.inc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/meta-oniro-core/conf/distro/include/oniro.inc b/meta-oniro-core/conf/distro/include/oniro.inc index fa99e0d1..009efc41 100644 --- a/meta-oniro-core/conf/distro/include/oniro.inc +++ b/meta-oniro-core/conf/distro/include/oniro.inc @@ -4,13 +4,6 @@ INHERIT += "oniro-sanity" -# With our layer setup we would add any bbappend found from our -# layers.conf. This means blueprint-specific appends would leak -# into the package in our main distribution. To avoid this we -# mask out the blueprint layers in the main distro and unmask -# them only the blueprint distributions. -BBMASK += "oniro/meta-oniro-blueprints/" - # Default versions of toolchain components # (can be overridden in kernel specific files if necessary) BINUVERSION ?= "2.37%" -- GitLab