generic-poky/meta/recipes-graphics/images/core-image-x11.bb

10 lines
204 B
BlitzBasic
Raw Normal View History

DESCRIPTION = "A very basic X11 image with a terminal"
IMAGE_FEATURES += "splash package-management x11-base"
LICENSE = "MIT"
inherit core-image distro_features_check
REQUIRED_DISTRO_FEATURES = "x11"