From e78000eaf1468d022ebeb5aed89081c4219b1615 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt <stefan.schmidt@huawei.com> Date: Fri, 5 Nov 2021 11:36:39 +0100 Subject: [PATCH] oniro-zephyr-blueprint-gateway.conf: Add Gateway specific Zephyr distro The mesh node application for the Gateway blueprint needs its own blueprint distro as well. Signed-off-by: Stefan Schmidt <stefan.schmidt@huawei.com> --- .../distro/oniro-zephyr-blueprint-gateway.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-oniro-blueprints/conf/distro/oniro-zephyr-blueprint-gateway.conf diff --git a/meta-oniro-blueprints/conf/distro/oniro-zephyr-blueprint-gateway.conf b/meta-oniro-blueprints/conf/distro/oniro-zephyr-blueprint-gateway.conf new file mode 100644 index 00000000..d4ad0662 --- /dev/null +++ b/meta-oniro-blueprints/conf/distro/oniro-zephyr-blueprint-gateway.conf @@ -0,0 +1,17 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# +# SPDX-License-Identifier: Apache-2.0 + +# Distro configuration for the gateway blueprint + +require conf/distro/oniro-zephyr.conf + +DISTRO = "oniro-zephyr-blueprint-gateway" +DISTRO_NAME = "Oniro Project Gateway Blueprint Zephyr Distro" + +# 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 = "" -- GitLab