summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-core
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2015-05-23 08:35:13 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2015-05-28 10:35:13 +0200
commit5367f2bfafed915a51a4a670cf6f09fbfbc06810 (patch)
tree15bc84c4e2114a23c5a12c12151e3239f88e36a2 /meta-xfce/recipes-core
parentc7807315c194cef61bd015659a24115adb8d91e4 (diff)
downloadmeta-openembedded-5367f2bfafed915a51a4a670cf6f09fbfbc06810.tar.gz
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@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-core')
-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