summaryrefslogtreecommitdiffstats
path: root/meta-xfce
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xfce')
-rw-r--r--meta-xfce/recipes-core/images/core-image-minimal-xfce.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-xfce/recipes-core/images/core-image-minimal-xfce.bb b/meta-xfce/recipes-core/images/core-image-minimal-xfce.bb
new file mode 100644
index 000000000..63900f894
--- /dev/null
+++ b/meta-xfce/recipes-core/images/core-image-minimal-xfce.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "A XFCE minimal demo image."
2
3IMAGE_INSTALL = "packagegroup-core-boot \
4 ${ROOTFS_PKGMANAGE_BOOTSTRAP} \
5 packagegroup-core-x11 \
6 packagegroup-xfce-base \
7"
8
9REQUIRED_DISTRO_FEATURES = "x11"
10
11IMAGE_LINGUAS ?= " "
12
13LICENSE = "MIT"
14
15export IMAGE_BASENAME = "core-image-minimal-xfce"
16
17inherit core-image