@@ -920,7 +920,7 @@ DISTRO_FEATURES_NATIVESDK:mingw32 = "x11 ipv6"
DISTRO_FEATURES_FILTER_NATIVE ?= "api-documentation debuginfod opencl opengl wayland"
DISTRO_FEATURES_FILTER_NATIVESDK ?= "api-documentation debuginfod opencl opengl wayland"
-DISTRO_FEATURES_BACKFILL = "pulseaudio gobject-introspection-data ldconfig"
+DISTRO_FEATURES_BACKFILL = "pulseaudio gobject-introspection-data ldconfig opengl ptest multiarch wayland vulkan"
MACHINE_FEATURES_BACKFILL = "rtc qemu-usermode"
COMBINED_FEATURES = "${@oe.utils.set_intersect('DISTRO_FEATURES', 'MACHINE_FEATURES', d)}"
This change enables the modern graphics stack defaults of opengl, wayland and vulkan, it enables mutliarch which allows gcc, binutils and gdb to target multiple file formats and it also enables ptests by default This means that: * nodistro builds will match the Yocto Project sstate CDN objects * we have modern graphics defaults * users will see ptest issues more clearly and be more likely to test before sending patches These DISTRO_FEATURES have been tested and used as defaults in poky for a long time, this brings them into sync. Backfill is used so those with their own distro can set the DISTRO_FEATURES_BACKFILL_CONSIDERED variable to stop the backfill happening for speccific values. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)