]> code.ossystems Code Review - openembedded-core.git/commitdiff
remove core-image-directfb.bb
authorMaxin B. John <maxin.john@intel.com>
Fri, 1 Jul 2016 11:13:07 +0000 (14:13 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 10 Jul 2016 13:12:06 +0000 (14:12 +0100)
remove core-image-directfb.bb as part of moving directfb
from oe-core

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-graphics/images/core-image-directfb.bb [deleted file]

diff --git a/meta/recipes-graphics/images/core-image-directfb.bb b/meta/recipes-graphics/images/core-image-directfb.bb
deleted file mode 100644 (file)
index c6ce658..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-SUMMARY = "An image that uses DirectFB instead of X11"
-LICENSE = "MIT"
-
-inherit core-image distro_features_check
-
-REQUIRED_DISTRO_FEATURES = "directfb"
-CONFLICT_DISTRO_FEATURES = "x11"
-
-IMAGE_INSTALL += "\
-       ${CORE_IMAGE_BASE_INSTALL} \
-       packagegroup-core-full-cmdline \
-       packagegroup-core-directfb \
-"