[oe] [meta-xfce][PATCH][V2] xfce: add image

Armin Kuster akuster808 at gmail.com
Sat May 23 15:35:13 UTC 2015


This allow an easier method of getting a XFCE image to demo and use.

V2: allow IMAGE_LINGUAS override

Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 .../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

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 0000000..63900f8
--- /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
-- 
2.3.5




More information about the Openembedded-devel mailing list