ccimx91: disable graphical distro features
The ccimx91 is a headless platform. Disabling those distro features prevents building/installing packages that are useless (e.g. gstreamer) Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
5fabf75615
commit
570c057a59
|
|
@ -67,6 +67,7 @@ BT_TTY ?= "ttyLP0"
|
|||
|
||||
# Per-machine DISTRO_FEATURES customization
|
||||
MACHINE_DISTRO_FEATURES_REMOVE = "vulkan"
|
||||
MACHINE_DISTRO_FEATURES_REMOVE:ccimx91 = "gstreamer opengl vulkan wayland x11"
|
||||
|
||||
# SWUpdate sw-description configuration
|
||||
BOOTFS_EXT ?= ".boot.vfat"
|
||||
|
|
|
|||
Loading…
Reference in New Issue