aboutsummaryrefslogtreecommitdiffstats
path: root/meta-mel-support/recipes-core/images/mel-image.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-mel-support/recipes-core/images/mel-image.inc')
-rw-r--r--meta-mel-support/recipes-core/images/mel-image.inc18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-mel-support/recipes-core/images/mel-image.inc b/meta-mel-support/recipes-core/images/mel-image.inc
deleted file mode 100644
index 18b8ceec..00000000
--- a/meta-mel-support/recipes-core/images/mel-image.inc
+++ /dev/null
@@ -1,18 +0,0 @@
-# ---------------------------------------------------------------------------------------------------------------------
-# SPDX-License-Identifier: MIT
-# ---------------------------------------------------------------------------------------------------------------------
-
-# We want a package manager in our base images
-IMAGE_FEATURES += "package-management"
-
-# We want libgcc to always be available, even if nothing needs it, as its size
-# is minimal, and it's often needed by third party (or QA) binaries
-IMAGE_INSTALL:append:mel = " libgcc"
-
-LICENSE = "MIT"
-
-inherit core-image
-
-IMAGE_FEATURES:append:mel = " splash ${@bb.utils.contains('COMBINED_FEATURES', 'alsa', ' tools-audio', '', d)}"
-IMAGE_INSTALL:append:mel = " util-linux-mkfs connman"
-IMAGE_INSTALL:append:mel = " ${@bb.utils.contains('BBFILE_COLLECTIONS', 'openembedded-layer', 'haveged' if not any_incompatible(d, ['haveged'], 'GPL-3.0-only') else '', '', d)}"