From 5367f2bfafed915a51a4a670cf6f09fbfbc06810 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Sat, 23 May 2015 08:35:13 -0700 Subject: xfce: add image This allow an easier method of getting a XFCE image to demo and use. V2: allow IMAGE_LINGUAS override Signed-off-by: Armin Kuster Signed-off-by: Martin Jansa --- .../recipes-core/images/core-image-minimal-xfce.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-xfce/recipes-core/images/core-image-minimal-xfce.bb (limited to 'meta-xfce/recipes-core/images') 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 @@ +DESCRIPTION = "A XFCE minimal demo image." + +IMAGE_INSTALL = "packagegroup-core-boot \ + ${ROOTFS_PKGMANAGE_BOOTSTRAP} \ + packagegroup-core-x11 \ + packagegroup-xfce-base \ +" + +REQUIRED_DISTRO_FEATURES = "x11" + +IMAGE_LINGUAS ?= " " + +LICENSE = "MIT" + +export IMAGE_BASENAME = "core-image-minimal-xfce" + +inherit core-image -- cgit 1.2.3-korg