summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/images
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2016-07-01 14:13:07 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-10 14:12:17 +0100
commite91d0e83cb0e44d47bc4c73b19808eb5cdf9b078 (patch)
treefe8c471f30af4b35f63a548ad27e253dbf7b930a /meta/recipes-graphics/images
parenta526c31dab03cda27caf64c880606727852f3083 (diff)
downloadpoky-e91d0e83cb0e44d47bc4c73b19808eb5cdf9b078.tar.gz
remove core-image-directfb.bb
remove core-image-directfb.bb as part of moving directfb from oe-core (From OE-Core rev: 8871fe1189776d78e5848b08edb9c990b9aebf2d) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/images')
-rw-r--r--meta/recipes-graphics/images/core-image-directfb.bb13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/recipes-graphics/images/core-image-directfb.bb b/meta/recipes-graphics/images/core-image-directfb.bb
deleted file mode 100644
index c6ce658d61..0000000000
--- a/meta/recipes-graphics/images/core-image-directfb.bb
+++ /dev/null
@@ -1,13 +0,0 @@
1SUMMARY = "An image that uses DirectFB instead of X11"
2LICENSE = "MIT"
3
4inherit core-image distro_features_check
5
6REQUIRED_DISTRO_FEATURES = "directfb"
7CONFLICT_DISTRO_FEATURES = "x11"
8
9IMAGE_INSTALL += "\
10 ${CORE_IMAGE_BASE_INSTALL} \
11 packagegroup-core-full-cmdline \
12 packagegroup-core-directfb \
13"