mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
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
|
||||
Loading…
Reference in New Issue
Block a user