summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-graphical-html5
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2020-07-14 12:47:16 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-07-20 17:51:18 +0000
commitf5e75de812920cbc64a39883a49e537f148957d5 (patch)
tree1573af64bfd5d97324e6e78dd12efbaddf8904be /meta-agl-profile-graphical-html5
parentb3e6a4dabebdd8220b1313051a45db52f19da200 (diff)
Remove leftover files
These files have been moved and no longer belong in this repo. Check meta-agl. Bug-AGL: SPEC-3453 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Change-Id: I5abaaedc4bbcf3e9b6476e3d0059807fe9211667
Diffstat (limited to 'meta-agl-profile-graphical-html5')
-rw-r--r--meta-agl-profile-graphical-html5/recipes-platform/images/agl-image-graphical-html5.inc9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta-agl-profile-graphical-html5/recipes-platform/images/agl-image-graphical-html5.inc b/meta-agl-profile-graphical-html5/recipes-platform/images/agl-image-graphical-html5.inc
deleted file mode 100644
index e943b990..00000000
--- a/meta-agl-profile-graphical-html5/recipes-platform/images/agl-image-graphical-html5.inc
+++ /dev/null
@@ -1,9 +0,0 @@
-require recipes-platform/images/agl-image-minimal.inc
-
-IMAGE_FEATURES += "splash"
-
-IMAGE_FEATURES += "${@bb.utils.contains('DISTRO_FEATURES', 'agl-devel', 'ssh-server-dropbear' , '', d)}"
-
-inherit features_check
-
-REQUIRED_DISTRO_FEATURES = "wayland"