Skip to content
Snippets Groups Projects
Commit 1a0ab0bf authored by Andrei Gherzan's avatar Andrei Gherzan :penguin: Committed by Stefan Schmidt
Browse files

allscenarios-zephyr-blueprint-dashboard.conf: Define Zephyr-specific DISTRO...

allscenarios-zephyr-blueprint-dashboard.conf: Define Zephyr-specific DISTRO for Smart Panel Blueprint

This has two advantages:
1. it fixes the build by removing the BBMASK configuration done in the
   main distro configuration files
2. it also provides default MAC addresses in sync with the Linux
   counterparts

Signed-off-by: Andrei Gherzan's avatarAndrei Gherzan <andrei.gherzan@huawei.com>
parent 155fd878
No related branches found
No related tags found
No related merge requests found
# 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"
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