Something went wrong on our end
-
Stefan Schmidt authored
We switched from a systemd-networkd and hostapd based SoftAP solution to network-manager. Interface configuration as well as DHCP and DNS for the WiFi clients are now handled by the network-manager hotspot feature. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
Stefan Schmidt authoredWe switched from a systemd-networkd and hostapd based SoftAP solution to network-manager. Interface configuration as well as DHCP and DNS for the WiFi clients are now handled by the network-manager hotspot feature. Signed-off-by:
Stefan Schmidt <stefan.schmidt@huawei.com>
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
oniro-linux-blueprint-gateway.conf 1.03 KiB
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
# Distro configuration for the dashboard blueprint
require conf/distro/oniro-linux.conf
DISTRO = "oniro-linux-blueprint-gateway"
DISTRO_NAME = "Oniro Project Gateway Blueprint Linux Distro"
# Custom hostnames for easy DNS resolution for this blueprint.
hostname_base-files = "blueprint-gateway"
DISTRO_FEATURES_append = " thread-border-router"
IMAGE_INSTALL_append = "\
packagegroup-thread-br \
packagegroup-thread-client \
mosquitto \
coap \
"
# Avoid build warning(s) for ununsed extra partitions.
ST_VENDORFS = "0"
ST_USERFS = "0"
# 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 = ""
# We want hostapd service to start by default for this blueprint
SYSTEMD_AUTO_ENABLE_pn-hostapd = "enable"