aboutsummaryrefslogtreecommitdiffstats
path: root/meta-mel/recipes-core/images/console-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-mel/recipes-core/images/console-image.bb')
-rw-r--r--meta-mel/recipes-core/images/console-image.bb20
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-mel/recipes-core/images/console-image.bb b/meta-mel/recipes-core/images/console-image.bb
deleted file mode 100644
index 09f07ab7..00000000
--- a/meta-mel/recipes-core/images/console-image.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-# ---------------------------------------------------------------------------------------------------------------------
-# SPDX-License-Identifier: MIT
-# ---------------------------------------------------------------------------------------------------------------------
-
-SUMMARY = "A console-only image that fully supports the target device \
-hardware."
-
-# We want a package manager in our basic console image
-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 .= "${@bb.utils.contains('COMBINED_FEATURES', 'alsa', ' tools-audio', '', d)}"
-IMAGE_INSTALL += " quota connman"