From: Randolph Sapp <[email protected]> Variably set the cts build for wayland or surfaceless depending on the presence of the wayland distro feature.
Signed-off-by: Randolph Sapp <[email protected]> --- meta-arago-distro/conf/distro/arago.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 528635e3..95c6d7af 100644 --- a/meta-arago-distro/conf/distro/arago.conf +++ b/meta-arago-distro/conf/distro/arago.conf @@ -98,6 +98,8 @@ PACKAGECONFIG:pn-glmark2 = "drm-gles2 wayland-gles2" # Enable testing for opencl and vulkan with piglit PACKAGECONFIG:append:pn-piglit = " ${@bb.utils.filter("DISTRO_FEATURES", "opencl vulkan", d)}" +PACKAGECONFIG:pn-opengl-es-cts = "${@bb.utils.contains("DISTRO_FEATURES", "wayland", "wayland", "surfaceless", d)}" +PACKAGECONFIG:pn-vulkan-cts = "${@bb.utils.contains("DISTRO_FEATURES", "wayland", "wayland", "surfaceless", d)}" # Enable encryption support in open62541 PACKAGECONFIG:append:pn-open62541 = " encrypt" -- 2.41.0 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14589): https://lists.yoctoproject.org/g/meta-arago/message/14589 Mute This Topic: https://lists.yoctoproject.org/mt/99441954/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
