From dda302ef77b72f35ae29509a6ba79e056f9655cd Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Mon, 26 Sep 2022 13:40:52 +0200 Subject: [PATCH] core-image-base: remove splash package for CCMP13 platform Signed-off-by: Arturo Buzarra --- meta-digi-arm/conf/machine/ccmp13-dvk.conf | 3 +++ meta-digi-dey/recipes-core/images/core-image-base.bbappend | 3 +++ 2 files changed, 6 insertions(+) diff --git a/meta-digi-arm/conf/machine/ccmp13-dvk.conf b/meta-digi-arm/conf/machine/ccmp13-dvk.conf index 61b43b098..b54653595 100644 --- a/meta-digi-arm/conf/machine/ccmp13-dvk.conf +++ b/meta-digi-arm/conf/machine/ccmp13-dvk.conf @@ -139,6 +139,9 @@ MKUBIFS_ARGS ?= "-m 2048 -e 126976 -c 8191" # Wireless external module HAS_WIFI_VIRTWLANS = "true" +# Set this platform without graphical support +IS_HEADLESS = "true" + # Remove additional bluetooth packages MACHINE_BLUETOOTH_EXTRA_INSTALL = "" diff --git a/meta-digi-dey/recipes-core/images/core-image-base.bbappend b/meta-digi-dey/recipes-core/images/core-image-base.bbappend index 91211c1e2..4f27a497a 100644 --- a/meta-digi-dey/recipes-core/images/core-image-base.bbappend +++ b/meta-digi-dey/recipes-core/images/core-image-base.bbappend @@ -13,6 +13,9 @@ IMAGE_FEATURES += " \ ${@bb.utils.contains('MACHINE_FEATURES', 'wifi', 'dey-wireless', '', d)} \ " +# Remove graphical packages for non-graphical platforms +IMAGE_FEATURES:remove = "${@oe.utils.conditional('IS_HEADLESS', 'true', ' splash ', '', d)}" + CORE_IMAGE_BASE_INSTALL += "dey-examples-digiapix" # SDK features (for toolchains generated from an image with populate_sdk)