mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-18 05:01:58 +02:00
Defining REQUIRED_DISTRO_FEATURES does nothing currently. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
19 lines
340 B
BlitzBasic
19 lines
340 B
BlitzBasic
DESCRIPTION = "A XFCE minimal demo image."
|
|
|
|
IMAGE_INSTALL = "packagegroup-core-boot \
|
|
packagegroup-core-x11 \
|
|
packagegroup-xfce-base \
|
|
kernel-modules \
|
|
"
|
|
|
|
inherit distro_features_check
|
|
REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
IMAGE_LINGUAS ?= " "
|
|
|
|
LICENSE = "MIT"
|
|
|
|
export IMAGE_BASENAME = "core-image-minimal-xfce"
|
|
|
|
inherit core-image
|