Skip to content
Snippets Groups Projects
Commit 54cd084b authored by Stefan Schmidt's avatar Stefan Schmidt
Browse files

distros: BBMASK blueprint layer in main distribution


Only use the extra recipes and bbappends we add in meta-ohos-blueprint
in the blueprint distributions. This will avoid blueprint specific
configurations being pulled into the main development distribution.

Signed-off-by: default avatarStefan Schmidt <stefan.schmidt@huawei.com>
parent 630b51b6
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,13 @@ DISTRO_NAME = "AllScenariOS Dashboard Blueprint Linux Distro" ...@@ -16,6 +16,13 @@ DISTRO_NAME = "AllScenariOS Dashboard Blueprint Linux Distro"
# The gateway would run on a stm32mp1-av96 machine. # The gateway would run on a stm32mp1-av96 machine.
hostname_base-files_stm32mp1-av96 = "blueprint-dashboard-gateway" hostname_base-files_stm32mp1-av96 = "blueprint-dashboard-gateway"
# 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 = ""
# Avoid build warning(s) for ununsed extra partitions. # Avoid build warning(s) for ununsed extra partitions.
ST_VENDORFS = "0" ST_VENDORFS = "0"
ST_USERFS = "0" ST_USERFS = "0"
......
...@@ -3,3 +3,10 @@ ...@@ -3,3 +3,10 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
INHERIT += "ohos-sanity" INHERIT += "ohos-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 += "meta-ohos/meta-ohos-blueprints/"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment