diff options
-rw-r--r-- | meta/recipes-graphics/images/core-image-directfb.bb | 13 |
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 @@ | |||
1 | SUMMARY = "An image that uses DirectFB instead of X11" | ||
2 | LICENSE = "MIT" | ||
3 | |||
4 | inherit core-image distro_features_check | ||
5 | |||
6 | REQUIRED_DISTRO_FEATURES = "directfb" | ||
7 | CONFLICT_DISTRO_FEATURES = "x11" | ||
8 | |||
9 | IMAGE_INSTALL += "\ | ||
10 | ${CORE_IMAGE_BASE_INSTALL} \ | ||
11 | packagegroup-core-full-cmdline \ | ||
12 | packagegroup-core-directfb \ | ||
13 | " | ||