Files
OpenBMC/poky/meta/recipes-graphics/images/core-image-x11.bb
T

12 lines
279 B
BlitzBasic
Raw Normal View History

2026-04-23 17:07:55 +08:00
SUMMARY = "A very basic X11 image with a terminal"
IMAGE_FEATURES += "splash package-management x11-base"
LICENSE = "MIT"
inherit core-image features_check
REQUIRED_DISTRO_FEATURES = "x11"
QB_MEM = '${@bb.utils.contains("DISTRO_FEATURES", "opengl", "-m 512", "-m 256", d)}'