diff options
Diffstat (limited to 'meta/recipes-graphics/images')
-rw-r--r-- | meta/recipes-graphics/images/core-image-x11.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-graphics/images/core-image-x11.bb b/meta/recipes-graphics/images/core-image-x11.bb new file mode 100644 index 0000000000..73a707d87c --- /dev/null +++ b/meta/recipes-graphics/images/core-image-x11.bb @@ -0,0 +1,7 @@ +DESCRIPTION = "A very basic X11 image with a terminal" + +IMAGE_FEATURES += "apps-console-core package-management x11-base" + +LICENSE = "MIT" + +inherit core-image |