[oe-commits] Armin Kuster : xfce: add image

git at git.openembedded.org git at git.openembedded.org
Thu May 28 08:39:16 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 5367f2bfafed915a51a4a670cf6f09fbfbc06810
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=5367f2bfafed915a51a4a670cf6f09fbfbc06810

Author: Armin Kuster <akuster808 at gmail.com>
Date:   Sat May 23 08:35:13 2015 -0700

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 <akuster808 at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-core/images/core-image-minimal-xfce.bb      | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

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



More information about the Openembedded-commits mailing list