mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
c7807315c1
commit
5367f2bfaf
17
meta-xfce/recipes-core/images/core-image-minimal-xfce.bb
Normal file
17
meta-xfce/recipes-core/images/core-image-minimal-xfce.bb
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user