diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-03-03 14:06:39 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-06 22:39:04 +0000 |
commit | eab334ade5d38b3539f456c8cb55d1975e358791 (patch) | |
tree | 2676dd98419e8d1281a67104594b2084a12a21ca /meta/recipes-graphics/images | |
parent | a05bd5630d22cc817e64e86dccc8ad433da1b694 (diff) | |
download | poky-eab334ade5d38b3539f456c8cb55d1975e358791.tar.gz |
core-image.bbclass: add a weston IMAGE_FEATURE, similar to x11-base
(From OE-Core rev: 5dd4bf88f59d3dddb5368163baba02f053eec502)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/images')
-rw-r--r-- | meta/recipes-graphics/images/core-image-weston.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-graphics/images/core-image-weston.bb b/meta/recipes-graphics/images/core-image-weston.bb index 8d88e3bc0c..e82e4fbb3f 100644 --- a/meta/recipes-graphics/images/core-image-weston.bb +++ b/meta/recipes-graphics/images/core-image-weston.bb | |||
@@ -1,14 +1,12 @@ | |||
1 | SUMMARY = "A very basic Wayland image with a terminal" | 1 | SUMMARY = "A very basic Wayland image with a terminal" |
2 | 2 | ||
3 | IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs" | 3 | IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs weston" |
4 | 4 | ||
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | 6 | ||
7 | inherit core-image features_check | 7 | inherit core-image |
8 | 8 | ||
9 | REQUIRED_DISTRO_FEATURES = "wayland" | 9 | CORE_IMAGE_BASE_INSTALL += "gtk+3-demo clutter-1.0-examples" |
10 | |||
11 | CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples wayland-utils gtk+3-demo clutter-1.0-examples" | ||
12 | CORE_IMAGE_BASE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'weston-xwayland matchbox-terminal', '', d)}" | 10 | CORE_IMAGE_BASE_INSTALL += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'weston-xwayland matchbox-terminal', '', d)}" |
13 | 11 | ||
14 | QB_MEM = "-m 512" | 12 | QB_MEM = "-m 512" |