Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
oniro-linux-blueprint-vending-machine.conf 740 B
# SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0

# Distro configuration for the vending-machine blueprint

require conf/distro/oniro-linux.conf

DISTRO = "oniro-linux-blueprint-vending-machine"
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"