mirror of
git://git.yoctoproject.org/poky
synced 2026-04-02 02:49:11 +00:00
(From OE-Core rev: 2b7edbf8027497e528300d04edd954ee96573546) Signed-off-by: Walter Werner SCHNEIDER <contact@schnwalter.eu> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
409 B
BlitzBasic
15 lines
409 B
BlitzBasic
SUMMARY = "A very basic Wayland image with a terminal"
|
|
|
|
IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs weston"
|
|
|
|
LICENSE = "MIT"
|
|
|
|
inherit core-image features_check
|
|
|
|
CORE_IMAGE_BASE_INSTALL += "gtk+3-demo"
|
|
CORE_IMAGE_BASE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'weston-xwayland matchbox-terminal', '', d)}"
|
|
|
|
QB_MEM = "-m 512"
|
|
|
|
REQUIRED_DISTRO_FEATURES = "wayland"
|