Newer
Older
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
# Distro configuration for the vending-machine blueprint
DISTRO_NAME = "Oniro Project Vending-Machine Blueprint Linux 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 = ""
# Graphics system
DISTRO_FEATURES_remove = "x11"
# Lib configuration needed for some applications in layer
LVGL_CONFIG_LV_MEM_CUSTOM = "1"
# Dynamic weston.ini configuration
WESTON_DYNAMIC_INI = "1"
WESTON_INI_NO_TOOLBAR = "1"