diff options
| -rw-r--r-- | meta-xfce/recipes-core/images/core-image-minimal-xfce.bb | 17 |
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 0000000000..63900f894f --- /dev/null +++ b/meta-xfce/recipes-core/images/core-image-minimal-xfce.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | DESCRIPTION = "A XFCE minimal demo image." | ||
| 2 | |||
| 3 | IMAGE_INSTALL = "packagegroup-core-boot \ | ||
| 4 | ${ROOTFS_PKGMANAGE_BOOTSTRAP} \ | ||
| 5 | packagegroup-core-x11 \ | ||
| 6 | packagegroup-xfce-base \ | ||
| 7 | " | ||
| 8 | |||
| 9 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 10 | |||
| 11 | IMAGE_LINGUAS ?= " " | ||
| 12 | |||
| 13 | LICENSE = "MIT" | ||
| 14 | |||
| 15 | export IMAGE_BASENAME = "core-image-minimal-xfce" | ||
| 16 | |||
| 17 | inherit core-image | ||
