aboutsummaryrefslogtreecommitdiffstats
path: root/meta-mel/recipes-graphics/images/weston-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-mel/recipes-graphics/images/weston-image.bb')
-rw-r--r--meta-mel/recipes-graphics/images/weston-image.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-mel/recipes-graphics/images/weston-image.bb b/meta-mel/recipes-graphics/images/weston-image.bb
deleted file mode 100644
index 84c8653f..00000000
--- a/meta-mel/recipes-graphics/images/weston-image.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-# ---------------------------------------------------------------------------------------------------------------------
-# SPDX-License-Identifier: MIT
-# ---------------------------------------------------------------------------------------------------------------------
-
-SUMMARY = "Wayland/Weston image based on core-image-weston image recipe"
-
-IMAGE_FEATURES += "splash package-management hwcodecs"
-
-LICENSE = "MIT"
-
-inherit core-image features_check
-
-REQUIRED_DISTRO_FEATURES = "wayland"
-
-CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples"
-
-# 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"
-
-IMAGE_FEATURES .= "${@bb.utils.contains('COMBINED_FEATURES', 'alsa', ' tools-audio', '', d)}"
-IMAGE_INSTALL += " quota connman"