diff --git a/meta-ohos-blueprints/conf/distro/allscenarios-zephyr-blueprint-dashboard.conf b/meta-ohos-blueprints/conf/distro/allscenarios-zephyr-blueprint-dashboard.conf new file mode 100644 index 0000000000000000000000000000000000000000..ff2dfc55e43a3bdead938d66510939979f66194d --- /dev/null +++ b/meta-ohos-blueprints/conf/distro/allscenarios-zephyr-blueprint-dashboard.conf @@ -0,0 +1,21 @@ +# SPDX-FileCopyrightText: Huawei Inc. +# +# SPDX-License-Identifier: Apache-2.0 + +# Distro configuration for the dashboard blueprint + +require conf/distro/allscenarios-zephyr.conf + +DISTRO = "allscenarios-zephyr-blueprint-dashboard" +DISTRO_NAME = "AllScenariOS Dashboard 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 = "" + +# SmartHome IoT devices BLE interfaces MAC addresses +SMART_HOME_SENSORS_MAC ??= "C0:BA:DD:06:F0:0D" +SMART_HOME_SWITCH_MAC ??= "C0:BA:DD:06:F0:0E"