aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/images/core-image-directfb.bb
blob: c6ce658d61ff68682ee017bc8e127f41d310d677 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUMMARY = "An image that uses DirectFB instead of X11"
LICENSE = "MIT"

inherit core-image distro_features_check

REQUIRED_DISTRO_FEATURES = "directfb"
CONFLICT_DISTRO_FEATURES = "x11"

IMAGE_INSTALL += "\
	${CORE_IMAGE_BASE_INSTALL} \
	packagegroup-core-full-cmdline \
	packagegroup-core-directfb \
"