Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compiling mesa 2_21.3.0 with clang for raspberry pi zero unkown pragma GCC target ("fpu=neon") #626

Open
mr-nice opened this issue Dec 2, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@mr-nice
Copy link
Contributor

mr-nice commented Dec 2, 2021

Hi all,
I recently tried to compile meson for raspberry pi 0 with clang. Which resulted in the following error.
to fix that for me I added TOOLCHAIN = "gcc" for that recipe. The question is should we add something like that for

TOOLCHAIN_raspberrypi0-wifi = "gcc" or try to fix mesa instead? Is mesa clang aware? And should it be clang aware?

diff --git a/meta/recipes-graphics/mesa/mesa_21.3.0.bb b/meta/recipes-graphics/mesa/mesa_21.3.0.bb
index 4cb7e80eb5..ff54189d6d 100644
--- a/meta/recipes-graphics/mesa/mesa_21.3.0.bb
+++ b/meta/recipes-graphics/mesa/mesa_21.3.0.bb
@@ -2,4 +2,4 @@ require ${BPN}.inc
DRIDRIVERS ??= ""
DRIDRIVERS:append:x86:class-target = ",r100,r200,nouveau,i965"
DRIDRIVERS:append:x86-64:class-target = ",r100,r200,nouveau,i965"

+TOOLCHAIN = "gcc"

DEBUG: Executing shell function do_compile
[1/1135] /home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0/recipe-sysroot-native/usr/bin/python3-native/python3 ../mesa-21.3.0/bin/git_sha1_gen.py --output src/git_sha1.h
[2/1135] arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -marm -mfpu=vfp -mfloat-abi=hard -mcpu=arm1176jzf-s -mlittle-endian -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0/recipe-sysroot -Isrc/util/format/libmesa_format.a.p -Isrc/util/format -I../mesa-21.3.0/src/util/format -Iinclude -I../mesa-21.3.0/include -Isrc -I../mesa-21.3.0/src -Isrc/mapi -I../mesa-21.3.0/src/mapi -Isrc/mesa -I../mesa-21.3.0/src/mesa -I../mesa-21.3.0/src/gallium/include -Isrc/gallium/auxiliary -I../mesa-21.3.0/src/gallium/auxiliary -fvisibility=hidden -fcolor-diagnostics -DNDEBUG -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -O0 -ffunction-sections -fdata-sections -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS '-DPACKAGE_VERSION="21.3.0"' '-DPACKAGE_BUGREPORT="https://gitlab.freedesktop.org/mesa/mesa/-/issues"' -DUSE_ELF_TLS -DENABLE_ST_OMX_BELLAGIO=0 -DENABLE_ST_OMX_TIZONIA=0 -DHAVE_X11_PLATFORM -DHAVE_XCB_PLATFORM -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_DRM -DHAVE_DRM_PLATFORM -DENABLE_SHADER_CACHE -DHAVE___BUILTIN_BSWAP32 -DHAVE___BUILTIN_BSWAP64 -DHAVE___BUILTIN_CLZ -DHAVE___BUILTIN_CLZLL -DHAVE___BUILTIN_CTZ -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_FFS -DHAVE___BUILTIN_FFSLL -DHAVE___BUILTIN_POPCOUNT -DHAVE___BUILTIN_POPCOUNTLL -DHAVE___BUILTIN_UNREACHABLE -DHAVE___BUILTIN_TYPES_COMPATIBLE_P -DHAVE_FUNC_ATTRIBUTE_CONST -DHAVE_FUNC_ATTRIBUTE_FLATTEN -DHAVE_FUNC_ATTRIBUTE_MALLOC -DHAVE_FUNC_ATTRIBUTE_PURE -DHAVE_FUNC_ATTRIBUTE_UNUSED -DHAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT -DHAVE_FUNC_ATTRIBUTE_WEAK -DHAVE_FUNC_ATTRIBUTE_FORMAT -DHAVE_FUNC_ATTRIBUTE_PACKED -DHAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL -DHAVE_FUNC_ATTRIBUTE_ALIAS -DHAVE_FUNC_ATTRIBUTE_NORETURN -DHAVE_FUNC_ATTRIBUTE_VISIBILITY -D_GNU_SOURCE -DUSE_GCC_ATOMIC_BUILTINS -DUSE_ARM_ASM -DMAJOR_IN_SYSMACROS -DHAS_SCHED_H -DHAS_SCHED_GETAFFINITY -DHAVE_LINUX_FUTEX_H -DHAVE_ENDIAN_H -DHAVE_DLFCN_H -DHAVE_SYS_SHM_H -DHAVE_CET_H -DHAVE_STRTOF -DHAVE_MKOSTEMP -DHAVE_TIMESPEC_GET -DHAVE_MEMFD_CREATE -DHAVE_RANDOM_R -DHAVE_FLOCK -DHAVE_STRTOK_R -DHAVE_GETRANDOM -DHAVE_QSORT_R -DHAVE_PROGRAM_INVOCATION_NAME -DHAVE_POSIX_MEMALIGN -DHAVE_DIRENT_D_TYPE -DHAVE_STRTOD_L -DHAVE_DLADDR -DHAVE_DL_ITERATE_PHDR -DHAVE_ZLIB -DHAVE_COMPRESSION -DHAVE_PTHREAD -DHAVE_PTHREAD_SETAFFINITY -DHAVE_LIBDRM -DMESA_EXECMEM -DHAVE_WAYLAND_PLATFORM -DWL_HIDE_DEPRECATED -DHAVE_DRI3 -DHAVE_DRI3_MODIFIERS -DVK_USE_PLATFORM_WAYLAND_KHR -DVK_USE_PLATFORM_XCB_KHR -DVK_USE_PLATFORM_XLIB_KHR -DVK_USE_PLATFORM_XLIB_XRANDR_EXT -DVK_USE_PLATFORM_DISPLAY_KHR -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -Werror=empty-body -Werror=incompatible-pointer-types -Werror=int-conversion -Wimplicit-fallthrough -Wno-missing-field-initializers -fno-math-errno -fno-trapping-math -Qunused-arguments -fno-common -Werror=format -Wformat-security -Werror=thread-safety -Wno-microsoft-enum-value -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0=/usr/src/debug/mesa/2_21.3.0-r0 -fdebug-prefix-map=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0=/usr/src/debug/mesa/2_21.3.0-r0 -fdebug-prefix-map=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0/recipe-sysroot= -fdebug-prefix-map=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0/recipe-sysroot-native= -fno-omit-frame-pointer -DMISSING_64BIT_ATOMICS -fPIC -Werror=pointer-arith -Werror=gnu-empty-initializer -MD -MQ src/util/format/libmesa_format.a.p/u_format_unpack_neon.c.o -MF src/util/format/libmesa_format.a.p/u_format_unpack_neon.c.o.d -o src/util/format/libmesa_format.a.p/u_format_unpack_neon.c.o -c ../mesa-21.3.0/src/util/format/u_format_unpack_neon.c
FAILED: src/util/format/libmesa_format.a.p/u_format_unpack_neon.c.o
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -marm -mfpu=vfp -mfloat-abi=hard -mcpu=arm1176jzf-s -mlittle-endian -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0/recipe-sysroot -Isrc/util/format/libmesa_format.a.p -Isrc/util/format -I../mesa-21.3.0/src/util/format -Iinclude -I../mesa-21.3.0/include -Isrc -I../mesa-21.3.0/src -Isrc/mapi -I../mesa-21.3.0/src/mapi -Isrc/mesa -I../mesa-21.3.0/src/mesa -I../mesa-21.3.0/src/gallium/include -Isrc/gallium/auxiliary -I../mesa-21.3.0/src/gallium/auxiliary -fvisibility=hidden -fcolor-diagnostics -DNDEBUG -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -O0 -ffunction-sections -fdata-sections -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS '-DPACKAGE_VERSION="21.3.0"' '-DPACKAGE_BUGREPORT="https://gitlab.freedesktop.org/mesa/mesa/-/issues"' -DUSE_ELF_TLS -DENABLE_ST_OMX_BELLAGIO=0 -DENABLE_ST_OMX_TIZONIA=0 -DHAVE_X11_PLATFORM -DHAVE_XCB_PLATFORM -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_DRM -DHAVE_DRM_PLATFORM -DENABLE_SHADER_CACHE -DHAVE___BUILTIN_BSWAP32 -DHAVE___BUILTIN_BSWAP64 -DHAVE___BUILTIN_CLZ -DHAVE___BUILTIN_CLZLL -DHAVE___BUILTIN_CTZ -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_FFS -DHAVE___BUILTIN_FFSLL -DHAVE___BUILTIN_POPCOUNT -DHAVE___BUILTIN_POPCOUNTLL -DHAVE___BUILTIN_UNREACHABLE -DHAVE___BUILTIN_TYPES_COMPATIBLE_P -DHAVE_FUNC_ATTRIBUTE_CONST -DHAVE_FUNC_ATTRIBUTE_FLATTEN -DHAVE_FUNC_ATTRIBUTE_MALLOC -DHAVE_FUNC_ATTRIBUTE_PURE -DHAVE_FUNC_ATTRIBUTE_UNUSED -DHAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT -DHAVE_FUNC_ATTRIBUTE_WEAK -DHAVE_FUNC_ATTRIBUTE_FORMAT -DHAVE_FUNC_ATTRIBUTE_PACKED -DHAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL -DHAVE_FUNC_ATTRIBUTE_ALIAS -DHAVE_FUNC_ATTRIBUTE_NORETURN -DHAVE_FUNC_ATTRIBUTE_VISIBILITY -D_GNU_SOURCE -DUSE_GCC_ATOMIC_BUILTINS -DUSE_ARM_ASM -DMAJOR_IN_SYSMACROS -DHAS_SCHED_H -DHAS_SCHED_GETAFFINITY -DHAVE_LINUX_FUTEX_H -DHAVE_ENDIAN_H -DHAVE_DLFCN_H -DHAVE_SYS_SHM_H -DHAVE_CET_H -DHAVE_STRTOF -DHAVE_MKOSTEMP -DHAVE_TIMESPEC_GET -DHAVE_MEMFD_CREATE -DHAVE_RANDOM_R -DHAVE_FLOCK -DHAVE_STRTOK_R -DHAVE_GETRANDOM -DHAVE_QSORT_R -DHAVE_PROGRAM_INVOCATION_NAME -DHAVE_POSIX_MEMALIGN -DHAVE_DIRENT_D_TYPE -DHAVE_STRTOD_L -DHAVE_DLADDR -DHAVE_DL_ITERATE_PHDR -DHAVE_ZLIB -DHAVE_COMPRESSION -DHAVE_PTHREAD -DHAVE_PTHREAD_SETAFFINITY -DHAVE_LIBDRM -DMESA_EXECMEM -DHAVE_WAYLAND_PLATFORM -DWL_HIDE_DEPRECATED -DHAVE_DRI3 -DHAVE_DRI3_MODIFIERS -DVK_USE_PLATFORM_WAYLAND_KHR -DVK_USE_PLATFORM_XCB_KHR -DVK_USE_PLATFORM_XLIB_KHR -DVK_USE_PLATFORM_XLIB_XRANDR_EXT -DVK_USE_PLATFORM_DISPLAY_KHR -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -Werror=empty-body -Werror=incompatible-pointer-types -Werror=int-conversion -Wimplicit-fallthrough -Wno-missing-field-initializers -fno-math-errno -fno-trapping-math -Qunused-arguments -fno-common -Werror=format -Wformat-security -Werror=thread-safety -Wno-microsoft-enum-value -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0=/usr/src/debug/mesa/2_21.3.0-r0 -fdebug-prefix-map=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0=/usr/src/debug/mesa/2_21.3.0-r0 -fdebug-prefix-map=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0/recipe-sysroot= -fdebug-prefix-map=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0/recipe-sysroot-native= -fno-omit-frame-pointer -DMISSING_64BIT_ATOMICS -fPIC -Werror=pointer-arith -Werror=gnu-empty-initializer -MD -MQ src/util/format/libmesa_format.a.p/u_format_unpack_neon.c.o -MF src/util/format/libmesa_format.a.p/u_format_unpack_neon.c.o.d -o src/util/format/libmesa_format.a.p/u_format_unpack_neon.c.o -c ../mesa-21.3.0/src/util/format/u_format_unpack_neon.c
../mesa-21.3.0/src/util/format/u_format_unpack_neon.c:32:13: warning: unknown pragma ignored [-Wunknown-pragmas]
#pragma GCC target ("fpu=neon")
^
In file included from ../mesa-21.3.0/src/util/format/u_format_unpack_neon.c:35:
/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0/recipe-sysroot-native/usr/lib/clang/13.0.1/include/arm_neon.h:32:2: error: "NEON support not enabled"
#error "NEON support not enabled"
^
../mesa-21.3.0/src/util/format/u_format_unpack_neon.c:43:19: error: expected ';' after expression
uint8x16x4_t load = vld4q_u8(src);
^
;
../mesa-21.3.0/src/util/format/u_format_unpack_neon.c:43:7: error: use of undeclared identifier 'uint8x16x4_t'
uint8x16x4_t load = vld4q_u8(src);
^
../mesa-21.3.0/src/util/format/u_format_unpack_neon.c:43:20: error: use of undeclared identifier 'load'
uint8x16x4_t load = vld4q_u8(src);
^
../mesa-21.3.0/src/util/format/u_format_unpack_neon.c:43:27: error: implicit declaration of function 'vld4q_u8' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
uint8x16x4_t load = vld4q_u8(src);
^
../mesa-21.3.0/src/util/format/u_format_unpack_neon.c:44:19: error: expected ';' after expression
uint8x16x4_t swap = { .val = { load.val[2], load.val[1], load.val[0], load.val[3] } };
^
;
../mesa-21.3.0/src/util/format/u_format_unpack_neon.c:44:7: error: use of undeclared identifier 'uint8x16x4_t'
uint8x16x4_t swap = { .val = { load.val[2], load.val[1], load.val[0], load.val[3] } };
^
../mesa-21.3.0/src/util/format/u_format_unpack_neon.c:44:20: error: use of undeclared identifier 'swap'
uint8x16x4_t swap = { .val = { load.val[2], load.val[1], load.val[0], load.val[3] } };
^
../mesa-21.3.0/src/util/format/u_format_unpack_neon.c:44:27: error: expected expression
uint8x16x4_t swap = { .val = { load.val[2], load.val[1], load.val[0], load.val[3] } };
^
../mesa-21.3.0/src/util/format/u_format_unpack_neon.c:45:7: error: implicit declaration of function 'vst4q_u8' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
vst4q_u8(dst, swap);
^
../mesa-21.3.0/src/util/format/u_format_unpack_neon.c:45:7: note: did you mean 'vld4q_u8'?
../mesa-21.3.0/src/util/format/u_format_unpack_neon.c:43:27: note: 'vld4q_u8' declared here
uint8x16x4_t load = vld4q_u8(src);
^
../mesa-21.3.0/src/util/format/u_format_unpack_neon.c:45:21: error: use of undeclared identifier 'swap'; did you mean 'swab'?
vst4q_u8(dst, swap);
^~~~
swab
/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0/recipe-sysroot/usr/include/unistd.h:1165:13: note: 'swab' declared here
extern void swab (const void *__restrict __from, void *__restrict __to,
^
1 warning and 11 errors generated.
[3/1135] arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -marm -mfpu=vfp -mfloat-abi=hard -mcpu=arm1176jzf-s -mlittle-endian -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0/recipe-sysroot -Isrc/util/libmesa_util.a.p -Isrc/util -I../mesa-21.3.0/src/util -Iinclude -I../mesa-21.3.0/include -Isrc -I../mesa-21.3.0/src -Isrc/mapi -I../mesa-21.3.0/src/mapi -Isrc/mesa -I../mesa-21.3.0/src/mesa -I../mesa-21.3.0/src/gallium/include -Isrc/gallium/auxiliary -I../mesa-21.3.0/src/gallium/auxiliary -fvisibility=hidden -fcolor-diagnostics -DNDEBUG -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -O0 -ffunction-sections -fdata-sections -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS '-DPACKAGE_VERSION="21.3.0"' '-DPACKAGE_BUGREPORT="https://gitlab.freedesktop.org/mesa/mesa/-/issues"' -DUSE_ELF_TLS -DENABLE_ST_OMX_BELLAGIO=0 -DENABLE_ST_OMX_TIZONIA=0 -DHAVE_X11_PLATFORM -DHAVE_XCB_PLATFORM -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_DRM -DHAVE_DRM_PLATFORM -DENABLE_SHADER_CACHE -DHAVE___BUILTIN_BSWAP32 -DHAVE___BUILTIN_BSWAP64 -DHAVE___BUILTIN_CLZ -DHAVE___BUILTIN_CLZLL -DHAVE___BUILTIN_CTZ -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_FFS -DHAVE___BUILTIN_FFSLL -DHAVE___BUILTIN_POPCOUNT -DHAVE___BUILTIN_POPCOUNTLL -DHAVE___BUILTIN_UNREACHABLE -DHAVE___BUILTIN_TYPES_COMPATIBLE_P -DHAVE_FUNC_ATTRIBUTE_CONST -DHAVE_FUNC_ATTRIBUTE_FLATTEN -DHAVE_FUNC_ATTRIBUTE_MALLOC -DHAVE_FUNC_ATTRIBUTE_PURE -DHAVE_FUNC_ATTRIBUTE_UNUSED -DHAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT -DHAVE_FUNC_ATTRIBUTE_WEAK -DHAVE_FUNC_ATTRIBUTE_FORMAT -DHAVE_FUNC_ATTRIBUTE_PACKED -DHAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL -DHAVE_FUNC_ATTRIBUTE_ALIAS -DHAVE_FUNC_ATTRIBUTE_NORETURN -DHAVE_FUNC_ATTRIBUTE_VISIBILITY -D_GNU_SOURCE -DUSE_GCC_ATOMIC_BUILTINS -DUSE_ARM_ASM -DMAJOR_IN_SYSMACROS -DHAS_SCHED_H -DHAS_SCHED_GETAFFINITY -DHAVE_LINUX_FUTEX_H -DHAVE_ENDIAN_H -DHAVE_DLFCN_H -DHAVE_SYS_SHM_H -DHAVE_CET_H -DHAVE_STRTOF -DHAVE_MKOSTEMP -DHAVE_TIMESPEC_GET -DHAVE_MEMFD_CREATE -DHAVE_RANDOM_R -DHAVE_FLOCK -DHAVE_STRTOK_R -DHAVE_GETRANDOM -DHAVE_QSORT_R -DHAVE_PROGRAM_INVOCATION_NAME -DHAVE_POSIX_MEMALIGN -DHAVE_DIRENT_D_TYPE -DHAVE_STRTOD_L -DHAVE_DLADDR -DHAVE_DL_ITERATE_PHDR -DHAVE_ZLIB -DHAVE_COMPRESSION -DHAVE_PTHREAD -DHAVE_PTHREAD_SETAFFINITY -DHAVE_LIBDRM -DMESA_EXECMEM -DHAVE_WAYLAND_PLATFORM -DWL_HIDE_DEPRECATED -DHAVE_DRI3 -DHAVE_DRI3_MODIFIERS -DVK_USE_PLATFORM_WAYLAND_KHR -DVK_USE_PLATFORM_XCB_KHR -DVK_USE_PLATFORM_XLIB_KHR -DVK_USE_PLATFORM_XLIB_XRANDR_EXT -DVK_USE_PLATFORM_DISPLAY_KHR -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -Werror=empty-body -Werror=incompatible-pointer-types -Werror=int-conversion -Wimplicit-fallthrough -Wno-missing-field-initializers -fno-math-errno -fno-trapping-math -Qunused-arguments -fno-common -Werror=format -Wformat-security -Werror=thread-safety -Wno-microsoft-enum-value -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0=/usr/src/debug/mesa/2_21.3.0-r0 -fdebug-prefix-map=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0=/usr/src/debug/mesa/2_21.3.0-r0 -fdebug-prefix-map=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0/recipe-sysroot= -fdebug-prefix-map=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0/recipe-sysroot-native= -fno-omit-frame-pointer -DMISSING_64BIT_ATOMICS -fPIC -pthread -Werror=pointer-arith -Werror=gnu-empty-initializer -MD -MQ src/util/libmesa_util.a.p/rb_tree.c.o -MF src/util/libmesa_util.a.p/rb_tree.c.o.d -o src/util/libmesa_util.a.p/rb_tree.c.o -c ../mesa-21.3.0/src/util/rb_tree.c
[4/1135] arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -marm -mfpu=vfp -mfloat-abi=hard -mcpu=arm1176jzf-s -mlittle-endian -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0/recipe-sysroot -Isrc/util/libmesa_util.a.p -Isrc/util -I../mesa-21.3.0/src/util -Iinclude -I../mesa-21.3.0/include -Isrc -I../mesa-21.3.0/src -Isrc/mapi -I../mesa-21.3.0/src/mapi -Isrc/mesa -I../mesa-21.3.0/src/mesa -I../mesa-21.3.0/src/gallium/include -Isrc/gallium/auxiliary -I../mesa-21.3.0/src/gallium/auxiliary -fvisibility=hidden -fcolor-diagnostics -DNDEBUG -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -O0 -ffunction-sections -fdata-sections -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS '-DPACKAGE_VERSION="21.3.0"' '-DPACKAGE_BUGREPORT="https://gitlab.freedesktop.org/mesa/mesa/-/issues"' -DUSE_ELF_TLS -DENABLE_ST_OMX_BELLAGIO=0 -DENABLE_ST_OMX_TIZONIA=0 -DHAVE_X11_PLATFORM -DHAVE_XCB_PLATFORM -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_DRM -DHAVE_DRM_PLATFORM -DENABLE_SHADER_CACHE -DHAVE___BUILTIN_BSWAP32 -DHAVE___BUILTIN_BSWAP64 -DHAVE___BUILTIN_CLZ -DHAVE___BUILTIN_CLZLL -DHAVE___BUILTIN_CTZ -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_FFS -DHAVE___BUILTIN_FFSLL -DHAVE___BUILTIN_POPCOUNT -DHAVE___BUILTIN_POPCOUNTLL -DHAVE___BUILTIN_UNREACHABLE -DHAVE___BUILTIN_TYPES_COMPATIBLE_P -DHAVE_FUNC_ATTRIBUTE_CONST -DHAVE_FUNC_ATTRIBUTE_FLATTEN -DHAVE_FUNC_ATTRIBUTE_MALLOC -DHAVE_FUNC_ATTRIBUTE_PURE -DHAVE_FUNC_ATTRIBUTE_UNUSED -DHAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT -DHAVE_FUNC_ATTRIBUTE_WEAK -DHAVE_FUNC_ATTRIBUTE_FORMAT -DHAVE_FUNC_ATTRIBUTE_PACKED -DHAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL -DHAVE_FUNC_ATTRIBUTE_ALIAS -DHAVE_FUNC_ATTRIBUTE_NORETURN -DHAVE_FUNC_ATTRIBUTE_VISIBILITY -D_GNU_SOURCE -DUSE_GCC_ATOMIC_BUILTINS -DUSE_ARM_ASM -DMAJOR_IN_SYSMACROS -DHAS_SCHED_H -DHAS_SCHED_GETAFFINITY -DHAVE_LINUX_FUTEX_H -DHAVE_ENDIAN_H -DHAVE_DLFCN_H -DHAVE_SYS_SHM_H -DHAVE_CET_H -DHAVE_STRTOF -DHAVE_MKOSTEMP -DHAVE_TIMESPEC_GET -DHAVE_MEMFD_CREATE -DHAVE_RANDOM_R -DHAVE_FLOCK -DHAVE_STRTOK_R -DHAVE_GETRANDOM -DHAVE_QSORT_R -DHAVE_PROGRAM_INVOCATION_NAME -DHAVE_POSIX_MEMALIGN -DHAVE_DIRENT_D_TYPE -DHAVE_STRTOD_L -DHAVE_DLADDR -DHAVE_DL_ITERATE_PHDR -DHAVE_ZLIB -DHAVE_COMPRESSION -DHAVE_PTHREAD -DHAVE_PTHREAD_SETAFFINITY -DHAVE_LIBDRM -DMESA_EXECMEM -DHAVE_WAYLAND_PLATFORM -DWL_HIDE_DEPRECATED -DHAVE_DRI3 -DHAVE_DRI3_MODIFIERS -DVK_USE_PLATFORM_WAYLAND_KHR -DVK_USE_PLATFORM_XCB_KHR -DVK_USE_PLATFORM_XLIB_KHR -DVK_USE_PLATFORM_XLIB_XRANDR_EXT -DVK_USE_PLATFORM_DISPLAY_KHR -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -Werror=empty-body -Werror=incompatible-pointer-types -Werror=int-conversion -Wimplicit-fallthrough -Wno-missing-field-initializers -fno-math-errno -fno-trapping-math -Qunused-arguments -fno-common -Werror=format -Wformat-security -Werror=thread-safety -Wno-microsoft-enum-value -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0=/usr/src/debug/mesa/2_21.3.0-r0 -fdebug-prefix-map=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0=/usr/src/debug/mesa/2_21.3.0-r0 -fdebug-prefix-map=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0/recipe-sysroot= -fdebug-prefix-map=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0/recipe-sysroot-native= -fno-omit-frame-pointer -DMISSING_64BIT_ATOMICS -fPIC -pthread -Werror=pointer-arith -Werror=gnu-empty-initializer -MD -MQ src/util/libmesa_util.a.p/slab.c.o -MF src/util/libmesa_util.a.p/slab.c.o.d -o src/util/libmesa_util.a.p/slab.c.o -c ../mesa-21.3.0/src/util/slab.c
[5/1135] arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -marm -mfpu=vfp -mfloat-abi=hard -mcpu=arm1176jzf-s -mlittle-endian -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0/recipe-sysroot -Isrc/util/libmesa_util.a.p -Isrc/util -I../mesa-21.3.0/src/util -Iinclude -I../mesa-21.3.0/include -Isrc -I../mesa-21.3.0/src -Isrc/mapi -I../mesa-21.3.0/src/mapi -Isrc/mesa -I../mesa-21.3.0/src/mesa -I../mesa-21.3.0/src/gallium/include -Isrc/gallium/auxiliary -I../mesa-21.3.0/src/gallium/auxiliary -fvisibility=hidden -fcolor-diagnostics -DNDEBUG -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -O0 -ffunction-sections -fdata-sections -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS '-DPACKAGE_VERSION="21.3.0"' '-DPACKAGE_BUGREPORT="https://gitlab.freedesktop.org/mesa/mesa/-/issues"' -DUSE_ELF_TLS -DENABLE_ST_OMX_BELLAGIO=0 -DENABLE_ST_OMX_TIZONIA=0 -DHAVE_X11_PLATFORM -DHAVE_XCB_PLATFORM -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_DRM -DHAVE_DRM_PLATFORM -DENABLE_SHADER_CACHE -DHAVE___BUILTIN_BSWAP32 -DHAVE___BUILTIN_BSWAP64 -DHAVE___BUILTIN_CLZ -DHAVE___BUILTIN_CLZLL -DHAVE___BUILTIN_CTZ -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_FFS -DHAVE___BUILTIN_FFSLL -DHAVE___BUILTIN_POPCOUNT -DHAVE___BUILTIN_POPCOUNTLL -DHAVE___BUILTIN_UNREACHABLE -DHAVE___BUILTIN_TYPES_COMPATIBLE_P -DHAVE_FUNC_ATTRIBUTE_CONST -DHAVE_FUNC_ATTRIBUTE_FLATTEN -DHAVE_FUNC_ATTRIBUTE_MALLOC -DHAVE_FUNC_ATTRIBUTE_PURE -DHAVE_FUNC_ATTRIBUTE_UNUSED -DHAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT -DHAVE_FUNC_ATTRIBUTE_WEAK -DHAVE_FUNC_ATTRIBUTE_FORMAT -DHAVE_FUNC_ATTRIBUTE_PACKED -DHAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL -DHAVE_FUNC_ATTRIBUTE_ALIAS -DHAVE_FUNC_ATTRIBUTE_NORETURN -DHAVE_FUNC_ATTRIBUTE_VISIBILITY -D_GNU_SOURCE -DUSE_GCC_ATOMIC_BUILTINS -DUSE_ARM_ASM -DMAJOR_IN_SYSMACROS -DHAS_SCHED_H -DHAS_SCHED_GETAFFINITY -DHAVE_LINUX_FUTEX_H -DHAVE_ENDIAN_H -DHAVE_DLFCN_H -DHAVE_SYS_SHM_H -DHAVE_CET_H -DHAVE_STRTOF -DHAVE_MKOSTEMP -DHAVE_TIMESPEC_GET -DHAVE_MEMFD_CREATE -DHAVE_RANDOM_R -DHAVE_FLOCK -DHAVE_STRTOK_R -DHAVE_GETRANDOM -DHAVE_QSORT_R -DHAVE_PROGRAM_INVOCATION_NAME -DHAVE_POSIX_MEMALIGN -DHAVE_DIRENT_D_TYPE -DHAVE_STRTOD_L -DHAVE_DLADDR -DHAVE_DL_ITERATE_PHDR -DHAVE_ZLIB -DHAVE_COMPRESSION -DHAVE_PTHREAD -DHAVE_PTHREAD_SETAFFINITY -DHAVE_LIBDRM -DMESA_EXECMEM -DHAVE_WAYLAND_PLATFORM -DWL_HIDE_DEPRECATED -DHAVE_DRI3 -DHAVE_DRI3_MODIFIERS -DVK_USE_PLATFORM_WAYLAND_KHR -DVK_USE_PLATFORM_XCB_KHR -DVK_USE_PLATFORM_XLIB_KHR -DVK_USE_PLATFORM_XLIB_XRANDR_EXT -DVK_USE_PLATFORM_DISPLAY_KHR -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -Werror=empty-body -Werror=incompatible-pointer-types -Werror=int-conversion -Wimplicit-fallthrough -Wno-missing-field-initializers -fno-math-errno -fno-trapping-math -Qunused-arguments -fno-common -Werror=format -Wformat-security -Werror=thread-safety -Wno-microsoft-enum-value -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0=/usr/src/debug/mesa/2_21.3.0-r0 -fdebug-prefix-map=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0=/usr/src/debug/mesa/2_21.3.0-r0 -fdebug-prefix-map=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0/recipe-sysroot= -fdebug-prefix-map=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0/recipe-sysroot-native= -fno-omit-frame-pointer -DMISSING_64BIT_ATOMICS -fPIC -pthread -Werror=pointer-arith -Werror=gnu-empty-initializer -MD -MQ src/util/libmesa_util.a.p/rgtc.c.o -MF src/util/libmesa_util.a.p/rgtc.c.o.d -o src/util/libmesa_util.a.p/rgtc.c.o -c ../mesa-21.3.0/src/util/rgtc.c
[6/1135] arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -marm -mfpu=vfp -mfloat-abi=hard -mcpu=arm1176jzf-s -mlittle-endian -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0/recipe-sysroot -Isrc/util/libmesa_util.a.p -Isrc/util -I../mesa-21.3.0/src/util -Iinclude -I../mesa-21.3.0/include -Isrc -I../mesa-21.3.0/src -Isrc/mapi -I../mesa-21.3.0/src/mapi -Isrc/mesa -I../mesa-21.3.0/src/mesa -I../mesa-21.3.0/src/gallium/include -Isrc/gallium/auxiliary -I../mesa-21.3.0/src/gallium/auxiliary -fvisibility=hidden -fcolor-diagnostics -DNDEBUG -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -O0 -ffunction-sections -fdata-sections -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS '-DPACKAGE_VERSION="21.3.0"' '-DPACKAGE_BUGREPORT="https://gitlab.freedesktop.org/mesa/mesa/-/issues"' -DUSE_ELF_TLS -DENABLE_ST_OMX_BELLAGIO=0 -DENABLE_ST_OMX_TIZONIA=0 -DHAVE_X11_PLATFORM -DHAVE_XCB_PLATFORM -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_DRM -DHAVE_DRM_PLATFORM -DENABLE_SHADER_CACHE -DHAVE___BUILTIN_BSWAP32 -DHAVE___BUILTIN_BSWAP64 -DHAVE___BUILTIN_CLZ -DHAVE___BUILTIN_CLZLL -DHAVE___BUILTIN_CTZ -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_FFS -DHAVE___BUILTIN_FFSLL -DHAVE___BUILTIN_POPCOUNT -DHAVE___BUILTIN_POPCOUNTLL -DHAVE___BUILTIN_UNREACHABLE -DHAVE___BUILTIN_TYPES_COMPATIBLE_P -DHAVE_FUNC_ATTRIBUTE_CONST -DHAVE_FUNC_ATTRIBUTE_FLATTEN -DHAVE_FUNC_ATTRIBUTE_MALLOC -DHAVE_FUNC_ATTRIBUTE_PURE -DHAVE_FUNC_ATTRIBUTE_UNUSED -DHAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT -DHAVE_FUNC_ATTRIBUTE_WEAK -DHAVE_FUNC_ATTRIBUTE_FORMAT -DHAVE_FUNC_ATTRIBUTE_PACKED -DHAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL -DHAVE_FUNC_ATTRIBUTE_ALIAS -DHAVE_FUNC_ATTRIBUTE_NORETURN -DHAVE_FUNC_ATTRIBUTE_VISIBILITY -D_GNU_SOURCE -DUSE_GCC_ATOMIC_BUILTINS -DUSE_ARM_ASM -DMAJOR_IN_SYSMACROS -DHAS_SCHED_H -DHAS_SCHED_GETAFFINITY -DHAVE_LINUX_FUTEX_H -DHAVE_ENDIAN_H -DHAVE_DLFCN_H -DHAVE_SYS_SHM_H -DHAVE_CET_H -DHAVE_STRTOF -DHAVE_MKOSTEMP -DHAVE_TIMESPEC_GET -DHAVE_MEMFD_CREATE -DHAVE_RANDOM_R -DHAVE_FLOCK -DHAVE_STRTOK_R -DHAVE_GETRANDOM -DHAVE_QSORT_R -DHAVE_PROGRAM_INVOCATION_NAME -DHAVE_POSIX_MEMALIGN -DHAVE_DIRENT_D_TYPE -DHAVE_STRTOD_L -DHAVE_DLADDR -DHAVE_DL_ITERATE_PHDR -DHAVE_ZLIB -DHAVE_COMPRESSION -DHAVE_PTHREAD -DHAVE_PTHREAD_SETAFFINITY -DHAVE_LIBDRM -DMESA_EXECMEM -DHAVE_WAYLAND_PLATFORM -DWL_HIDE_DEPRECATED -DHAVE_DRI3 -DHAVE_DRI3_MODIFIERS -DVK_USE_PLATFORM_WAYLAND_KHR -DVK_USE_PLATFORM_XCB_KHR -DVK_USE_PLATFORM_XLIB_KHR -DVK_USE_PLATFORM_XLIB_XRANDR_EXT -DVK_USE_PLATFORM_DISPLAY_KHR -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -Werror=empty-body -Werror=incompatible-pointer-types -Werror=int-conversion -Wimplicit-fallthrough -Wno-missing-field-initializers -fno-math-errno -fno-trapping-math -Qunused-arguments -fno-common -Werror=format -Wformat-security -Werror=thread-safety -Wno-microsoft-enum-value -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0=/usr/src/debug/mesa/2_21.3.0-r0 -fdebug-prefix-map=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0=/usr/src/debug/mesa/2_21.3.0-r0 -fdebug-prefix-map=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0/recipe-sysroot= -fdebug-prefix-map=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0/recipe-sysroot-native= -fno-omit-frame-pointer -DMISSING_64BIT_ATOMICS -fPIC -pthread -Werror=pointer-arith -Werror=gnu-empty-initializer -MD -MQ src/util/libmesa_util.a.p/set.c.o -MF src/util/libmesa_util.a.p/set.c.o.d -o src/util/libmesa_util.a.p/set.c.o -c ../mesa-21.3.0/src/util/set.c
[7/1135] arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -marm -mfpu=vfp -mfloat-abi=hard -mcpu=arm1176jzf-s -mlittle-endian -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0/recipe-sysroot -Isrc/util/libmesa_util.a.p -Isrc/util -I../mesa-21.3.0/src/util -Iinclude -I../mesa-21.3.0/include -Isrc -I../mesa-21.3.0/src -Isrc/mapi -I../mesa-21.3.0/src/mapi -Isrc/mesa -I../mesa-21.3.0/src/mesa -I../mesa-21.3.0/src/gallium/include -Isrc/gallium/auxiliary -I../mesa-21.3.0/src/gallium/auxiliary -fvisibility=hidden -fcolor-diagnostics -DNDEBUG -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -std=c11 -O0 -ffunction-sections -fdata-sections -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS '-DPACKAGE_VERSION="21.3.0"' '-DPACKAGE_BUGREPORT="https://gitlab.freedesktop.org/mesa/mesa/-/issues"' -DUSE_ELF_TLS -DENABLE_ST_OMX_BELLAGIO=0 -DENABLE_ST_OMX_TIZONIA=0 -DHAVE_X11_PLATFORM -DHAVE_XCB_PLATFORM -DGLX_INDIRECT_RENDERING -DGLX_DIRECT_RENDERING -DGLX_USE_DRM -DHAVE_DRM_PLATFORM -DENABLE_SHADER_CACHE -DHAVE___BUILTIN_BSWAP32 -DHAVE___BUILTIN_BSWAP64 -DHAVE___BUILTIN_CLZ -DHAVE___BUILTIN_CLZLL -DHAVE___BUILTIN_CTZ -DHAVE___BUILTIN_EXPECT -DHAVE___BUILTIN_FFS -DHAVE___BUILTIN_FFSLL -DHAVE___BUILTIN_POPCOUNT -DHAVE___BUILTIN_POPCOUNTLL -DHAVE___BUILTIN_UNREACHABLE -DHAVE___BUILTIN_TYPES_COMPATIBLE_P -DHAVE_FUNC_ATTRIBUTE_CONST -DHAVE_FUNC_ATTRIBUTE_FLATTEN -DHAVE_FUNC_ATTRIBUTE_MALLOC -DHAVE_FUNC_ATTRIBUTE_PURE -DHAVE_FUNC_ATTRIBUTE_UNUSED -DHAVE_FUNC_ATTRIBUTE_WARN_UNUSED_RESULT -DHAVE_FUNC_ATTRIBUTE_WEAK -DHAVE_FUNC_ATTRIBUTE_FORMAT -DHAVE_FUNC_ATTRIBUTE_PACKED -DHAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL -DHAVE_FUNC_ATTRIBUTE_ALIAS -DHAVE_FUNC_ATTRIBUTE_NORETURN -DHAVE_FUNC_ATTRIBUTE_VISIBILITY -D_GNU_SOURCE -DUSE_GCC_ATOMIC_BUILTINS -DUSE_ARM_ASM -DMAJOR_IN_SYSMACROS -DHAS_SCHED_H -DHAS_SCHED_GETAFFINITY -DHAVE_LINUX_FUTEX_H -DHAVE_ENDIAN_H -DHAVE_DLFCN_H -DHAVE_SYS_SHM_H -DHAVE_CET_H -DHAVE_STRTOF -DHAVE_MKOSTEMP -DHAVE_TIMESPEC_GET -DHAVE_MEMFD_CREATE -DHAVE_RANDOM_R -DHAVE_FLOCK -DHAVE_STRTOK_R -DHAVE_GETRANDOM -DHAVE_QSORT_R -DHAVE_PROGRAM_INVOCATION_NAME -DHAVE_POSIX_MEMALIGN -DHAVE_DIRENT_D_TYPE -DHAVE_STRTOD_L -DHAVE_DLADDR -DHAVE_DL_ITERATE_PHDR -DHAVE_ZLIB -DHAVE_COMPRESSION -DHAVE_PTHREAD -DHAVE_PTHREAD_SETAFFINITY -DHAVE_LIBDRM -DMESA_EXECMEM -DHAVE_WAYLAND_PLATFORM -DWL_HIDE_DEPRECATED -DHAVE_DRI3 -DHAVE_DRI3_MODIFIERS -DVK_USE_PLATFORM_WAYLAND_KHR -DVK_USE_PLATFORM_XCB_KHR -DVK_USE_PLATFORM_XLIB_KHR -DVK_USE_PLATFORM_XLIB_XRANDR_EXT -DVK_USE_PLATFORM_DISPLAY_KHR -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -Werror=empty-body -Werror=incompatible-pointer-types -Werror=int-conversion -Wimplicit-fallthrough -Wno-missing-field-initializers -fno-math-errno -fno-trapping-math -Qunused-arguments -fno-common -Werror=format -Wformat-security -Werror=thread-safety -Wno-microsoft-enum-value -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0=/usr/src/debug/mesa/2_21.3.0-r0 -fdebug-prefix-map=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0=/usr/src/debug/mesa/2_21.3.0-r0 -fdebug-prefix-map=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0/recipe-sysroot= -fdebug-prefix-map=/home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0/recipe-sysroot-native= -fno-omit-frame-pointer -DMISSING_64BIT_ATOMICS -fPIC -pthread -Werror=pointer-arith -Werror=gnu-empty-initializer -MD -MQ src/util/libmesa_util.a.p/register_allocate.c.o -MF src/util/libmesa_util.a.p/register_allocate.c.o.d -o src/util/libmesa_util.a.p/register_allocate.c.o -c ../mesa-21.3.0/src/util/register_allocate.c
ninja: build stopped: subcommand failed.
WARNING: /home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0/temp/run.do_compile.151:159 exit 1 from 'ninja -v -j 6'
WARNING: Backtrace (BB generated script):
#1: meson_do_compile, /home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0/temp/run.do_compile.151, line 159
#2: do_compile, /home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0/temp/run.do_compile.151, line 154
#3: main, /home/nice/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/mesa/2_21.3.0-r0/temp/run.do_compile.151, line 163

@kraj
Copy link
Contributor

kraj commented Dec 3, 2021

thanks for report @mr-nice I think both meson and mesa should compile fine with clang. If its broken we need to root cause it. rpi0-w is arm1176jzfshf and interesting because there is no qemu machine which exercises this tune so there can be holes.

@kraj kraj added the bug Something isn't working label Dec 3, 2021
kraj added a commit to YoeDistro/openembedded-core that referenced this issue Dec 3, 2021
kraj added a commit to YoeDistro/openembedded-core that referenced this issue Dec 4, 2021
kraj added a commit to YoeDistro/openembedded-core that referenced this issue Dec 4, 2021
kraj added a commit to YoeDistro/openembedded-core that referenced this issue Dec 5, 2021
kraj added a commit to YoeDistro/openembedded-core that referenced this issue Dec 5, 2021
kraj added a commit to YoeDistro/openembedded-core that referenced this issue Dec 6, 2021
kraj added a commit to YoeDistro/openembedded-core that referenced this issue Dec 6, 2021
halstead pushed a commit to openembedded/openembedded-core that referenced this issue Dec 6, 2021
See [1]

[1] YoeDistro/yoe-distro#626

Signed-off-by: Khem Raj <[email protected]>
Cc: Ross Burton <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
kraj added a commit to YoeDistro/poky-old that referenced this issue Dec 6, 2021
See [1]

[1] YoeDistro/yoe-distro#626

(From OE-Core rev: a7386e87b36fa1965b74991f9296019b39aab94e)

Signed-off-by: Khem Raj <[email protected]>
Cc: Ross Burton <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
halstead pushed a commit to openembedded/openembedded-core that referenced this issue Dec 7, 2021
See [1]

[1] YoeDistro/yoe-distro#626

Signed-off-by: Khem Raj <[email protected]>
Cc: Ross Burton <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
offa pushed a commit to jhnc-oss/poky that referenced this issue Dec 7, 2021
See [1]

[1] YoeDistro/yoe-distro#626

(From OE-Core rev: 67b52e344ef41f23b3417dc1e095271db64a2ed7)

Signed-off-by: Khem Raj <[email protected]>
Cc: Ross Burton <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
halstead pushed a commit to openembedded/openembedded-core that referenced this issue Dec 7, 2021
See [1]

[1] YoeDistro/yoe-distro#626

Signed-off-by: Khem Raj <[email protected]>
Cc: Ross Burton <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
kraj added a commit to YoeDistro/poky-old that referenced this issue Dec 7, 2021
See [1]

[1] YoeDistro/yoe-distro#626

(From OE-Core rev: 9a51a550cb67e597d2fbaa1088399222acb01555)

Signed-off-by: Khem Raj <[email protected]>
Cc: Ross Burton <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
halstead pushed a commit to openembedded/openembedded-core that referenced this issue Dec 7, 2021
See [1]

[1] YoeDistro/yoe-distro#626

Signed-off-by: Khem Raj <[email protected]>
Cc: Ross Burton <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
kraj added a commit to YoeDistro/poky-old that referenced this issue Dec 7, 2021
See [1]

[1] YoeDistro/yoe-distro#626

(From OE-Core rev: 724d1914c67dcc87d2393c7936a9264189e58593)

Signed-off-by: Khem Raj <[email protected]>
Cc: Ross Burton <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
kraj added a commit to YoeDistro/poky-old that referenced this issue Dec 7, 2021
See [1]

[1] YoeDistro/yoe-distro#626

(From OE-Core rev: 724d1914c67dcc87d2393c7936a9264189e58593)

Signed-off-by: Khem Raj <[email protected]>
Cc: Ross Burton <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
kraj added a commit to YoeDistro/poky-old that referenced this issue Dec 8, 2021
See [1]

[1] YoeDistro/yoe-distro#626

(From OE-Core rev: 724d1914c67dcc87d2393c7936a9264189e58593)

Signed-off-by: Khem Raj <[email protected]>
Cc: Ross Burton <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
halstead pushed a commit to openembedded/openembedded-core that referenced this issue Dec 8, 2021
See [1]

[1] YoeDistro/yoe-distro#626

Signed-off-by: Khem Raj <[email protected]>
Cc: Ross Burton <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
kraj added a commit to YoeDistro/poky-old that referenced this issue Dec 8, 2021
See [1]

[1] YoeDistro/yoe-distro#626

(From OE-Core rev: 48c898ae4e885d9f3af894d77946e5eb3a498112)

Signed-off-by: Khem Raj <[email protected]>
Cc: Ross Burton <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
mansr added a commit to victronenergy/openembedded-core that referenced this issue Oct 4, 2022
Rolled-up cherry-pick of the following commits:

mesa: enable x11 for native/nativesdk

This was found to be necessary for libsdl-native to enable opengl, as otherwise
the opengl check would fall through to the host with unpredictable outcome.

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 53fb4937e5c2b293e6bdbbceb37b1080aa5db630)

mesa: Add PACKAGECONFIG knob to enable VAAPI

The previously added libva-initial recipe makes it possible and
trivial.

Signed-off-by: Böszörményi Zoltán <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 1169238a4586852f807a63d9e70a8a556d84dac6)

mesa: Add PACKAGECONFIG knob to enable VDPAU state tracker and drivers

Signed-off-by: Böszörményi Zoltán <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 7ea4c7c32cbad1743852c27a2f0a87d6cf5a1820)

mesa: upgrade 20.0.2 -> 20.0.7

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 78d18527acb2310a474136ccd0345aaa9ef12fa5)

mesa: merge the .bb content into .inc

This allows automated version updates to the recipe,
as mesa-gl.bb no longer has to include the main mesa.bb.

Bump mesa-gl to 20.0.7 at the same time.

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 39aba6948e04f1ee9bb4069be16f68bcfdbbeac4)

mesa: update 20.0.7 -> 20.1.2

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 2ee962186176c5ecb34c670e76415d4321affe76)

mesa: enable freedreno Vulkan driver if freedreno is enabled

If freedreno is enabled in PACKAGECONFIG, enable respective Vulkan
driver.

Signed-off-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit eee63fdddaf74e548c362050f57e1d67eba1ba5d)

mesa: update 20.1.2 -> 20.1.4

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 5774386700196499eb6d29b93158165ad9c4c15c)

mesa: upgrade 20.1.4 -> 20.1.5

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 993ac1a32932f2ebb571717769f654941e33c051)

mesa: update 20.1.5 -> 20.1.6

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 28a0c267bde3710f0debe1a9a857c6387d090e23)

mesa: update 20.1.6 -> 20.1.8

Signed-off-by: Aníbal Limón <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 166276bc6ad44d05b2b79ddef2ed3de3a2236631)

mesa: Fix build on 32bit arches supporting 64bit time_t only

Fixes
../mesa-20.1.8/src/util/futex.h:47:19: error: use of undeclared identifier 'SYS_futex'; did you mean 'sys_futex'?
   return syscall(SYS_futex, addr1, op, val1, timeout, addr2, val3);
                  ^~~~~~~~~
                  sys_futex

Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 21bdff510a7673ccf7f27f551b641a5ba84d656c)

mesa: update 20.1.8 -> 20.2.1

Build tweaks:
- drop separate dri option and the patch that adds it; just setting -Ddri-drivers='' is enough
- strip leading/trailing commas from drivers' lists, as upstream no longer allows blank entries if the list
is not empty (e.g. -Ddri-drivers=,driver1,driver2 is now producing an error).
- drop the long-obsolete llvm 3.3/3.2 logic

License-Update: reformatted into rst
Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 8682024ef029241c75e224174fd0b93835f88df3)

mesa: fix a build race

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit df243fa624f3acf20abc7574909bd43db2ed9d12)

mesa: Add xcb-fixes to loader when using x11 and dri3

Backport fix for undefined symbol for xcb_xfixes_create_region in loader_dri3_helper.c.

Signed-off-by: Tom Hochstein <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit fd55d41c9d2e79fd7f7665107d1640a2dd9a3dc3)

mesa: Update 20.2.1 -> 20.2.4

This commit adds the changes of 20.2.2, 20.2.3 and 20.2.4 bug fix
releases.

Signed-off-by: Fabio Berton <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 9c39a1360d81264e867242f238f6d14fdb395e96)

mesa: remove patch disabling asm

This was originally added for musl only [1]. Upstream has removed this
option but we reverted that change during an upgrade to fix certain
musl specific compile time issues [2].

I compile tested without this patch on musl-x86 and musl-x86-64 and
don't see the warnings anymore. Similar textrel issues were fixed
upstream so perhaps those helped [3].

[1] https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit?id=68bf128e901e89d5b49a28b15d5083b2bf6b536f
[2] https://www.openembedded.org/pipermail/openembedded-core/2019-November/289222.html
[3] https://gitlab.freedesktop.org/mesa/mesa/-/commit/45206d7673adb1484cbdb3eadaf82e0849c9cdcf?merge_request_iid=1974

Signed-off-by: Anuj Mittal <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit a7bd1c3ca4d2f8a5e230b19517af1c52aec35f3e)

mesa.inc: switch true/enabled false/disabled

A number of options have been switched from true/false to enabled/disabled and
the older usage is deprecated, as is seen in the configuration logs:

	../mesa-20.3.1/meson.build:92: WARNING: gles1 option "true" deprecated, please use "enabled" instead.
	../mesa-20.3.1/meson.build:100: WARNING: gles2 option "true" deprecated, please use "enabled" instead.
	../mesa-20.3.1/meson.build:119: WARNING: shared-glapi option "true" deprecated, please use "enabled" instead.
	../mesa-20.3.1/meson.build:381: WARNING: gbm option "true" deprecated, please use "enabled" instead.
	../mesa-20.3.1/meson.build:412: WARNING: egl option "true" deprecated, please use "enabled" instead.
	../mesa-20.3.1/meson.build:493: WARNING: dri3 option "false" deprecated, please use "disabled" instead.
	../mesa-20.3.1/meson.build:516: WARNING: gallium-vdpau option "false" deprecated, please use "disabled" instead.
	../mesa-20.3.1/meson.build:570: WARNING: gallium-xvmc option "false" deprecated, please use "disabled" instead.
	../mesa-20.3.1/meson.build:691: WARNING: gallium-va option "false" deprecated, please use "disabled" instead.
	../mesa-20.3.1/meson.build:727: WARNING: gallium-xa option "false" deprecated, please use "disabled" instead.

Signed-off-by: Trevor Woerner <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit acf78fd3d03e4fe07ee4ad677f178d17dc10ac7b)

mesa: update 20.2.4 -> 20.3.1

Two of the patches have been applied upstream:
	0001-meson-Add-xcb-fixes-to-loader-when-using-x11-and-dri.patch
	0005-vc4-use-intmax_t-for-formatted-output-of-timespec-me.patch

The 'surfaceless' platform is now enabled by default, therefore it is no
longer a valid choice. The meson build system is intelligent enough now to
decide if 'drm' needs to be enabled based on whether or not gbm is available.
Therefore 'drm' also is no longer a valid platform choice:

	ERROR: Options "drm, surfaceless" are not in allowed choices: "auto, x11, wayland, haiku, android, windows"

RP: Add missing mesa-gl upgrade
Signed-off-by: Trevor Woerner <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit de68fe9268092c0600a81bedfc805eaed9dcb87b)

mesa,mesa-gl: upgrade to 20.3.2

Upgrade mesa and mesa-gl recipes to version 20.3.2.

Signed-off-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 5ab325c18640dd6d17ac4592f3ba3e484a5bdb37)

mesa: upgrade 20.3.2 -> 20.3.4

Signed-off-by: Anuj Mittal <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit d9c368dcfe6476454aef33592f676b28537af2d9)

mesa: update 20.3.4 -> 21.0.0

0001-anv-fix-a-build-race-between-generating-a-header-and.patch
merged upstream.

osmesa is now a simple boolean option.

Swrast has been removed from dri drivers, so as we need at least one
driver to enable dri in native/nativesdk, replace it with nouveau
(which does not take long to build).

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit e4e4cc57a0a949400c557073af0cf78f977bd02d)

mesa-gl: Use swrast gallium driver

Fixes:
../mesa-21.0.0/meson.build:21:0: ERROR: Options "swrast" are not in allowed choices: "auto, i915, i965, r100, r200, nouveau"

with any driver enabled in DRIDRIVERS, do_configure fails with:
../mesa-21.0.0/meson.build:519:4: ERROR: Problem encountered: building dri drivers require at least one windowing system

even after enabling gallium and wayland PACKAGECONFIGs, move DRIDRIVERS_append* from
mesa.inc to mesa recipe.

Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Martin Jansa <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 2d0239c446be3e7f04c00e24f6c8ac1707440c8a)

mesa: update 21.0.0 -> 21.0.1

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit e72dc396f0e147b078160fae0ac43861eb60e76f)

mesa: gallium option requires libdrm

Previously it was pulled in via dri option, and there was
no configuration where gallium was enabled and dri was not.

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 1328556e9c0853babff45bf1bf67643d7ddfdabb)

mesa: enable dri in native/nativesdk through gallium drivers

Previously, dri was enabled via a token dri driver (swrast, then
nouveau). Upstream is discussing removing dri drivers altogether
(they're becoming difficult to support and only needed for obsolete
x86 hardware), so let's prepare for that happening in the future:

https://lists.freedesktop.org/archives/mesa-dev/2021-March/224984.html

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit d32add868ee5cb05c4fdbc0c30c7bb01070e683b)

mesa: upgrade 21.0.1 -> 21.0.2

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 58ad359da1b05820ea3dc4ae3f789ccb8991fc32)

mesa: upgrade 21.0.2 -> 21.0.3

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit a89ed8ce30a5830a0ac90aa633ec466b4e3a0ba1)

mesa: add lmsensors PACKAGECONFIG

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 1b470a5fe7c74938cac7c83cd104ca25182af6cc)

mesa: update 21.0.3 -> 21.1.1

License-Update: typo fix

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 2b91620cdb2047fd3df8e951a80142b67af85f26)

mesa: upgrade 21.1.1 -> 21.1.2

Changes:
Adam Jackson (1):
      zink/ntv: Don't call free() on ralloc'd memory

Alyssa Rosenzweig (3):
      panfrost: Fix the reads_dest prototype
      panfrost: Fix is_opaque prototype
      panfrost: Increase tiler_heap max allocation to 64MB

Anuj Phogat (1):
      intel/gfx12+: Add Wa_14013840143

Charmaine Lee (1):
      svga: fix texture rectangle sampling when no sampler view declaration is defined

Emma Anholt (2):
      i915g: Disable 3D-pipeline clears.
      i915g: Add support for the .Absolute flag on TGSI srcs.

Eric Anholt (1):
      i915g: Stop advertising support for indirect addressing in the FS.

Eric Engestrom (9):
      .pick_status.json: Update to 17861aff9614abfea3b8a8f111a114b26b351915
      pick-ui & .pick_status.json: rename `master_sha` to `main_sha`
      .pick_status.json: Update to b663c544177e9547793ee405887f0d41c50e6d1d
      .pick_status.json: Update to 507e8907af913ab7b89211240568b8002b3475f1
      .pick_status.json: Update to 3179daf61393ee8a0fac943b94335b114e34873b
      .pick_status.json: Update to 761383720617b46617bd278ec6015c9520f43f5c
      .pick_status.json: Update to 1199d86b2cccc38a101e63bdf9b60a7391f96092
      docs: add release notes for 21.1.2
      VERSION: bump for 21.1.2

Erik Faye-Lund (2):
      zink: use actual const for const offset
      util/prim_restart: revert part of bad fix

Erik Kurzinger (1):
      vulkan/device_select: avoid segfault on Wayland if wl_drm is unavailable

Georg Lehmann (1):
      radv: Fix compatible image handle type for dmabufs.

Ian Romanick (2):
      nir/algebraic: Remove some optimizations of comparisons with fsat
      nir/algebraic: Invert comparisons less often

Icecream95 (1):
      panfrost: Fix polygon list size computations

Italo Nicola (1):
      panfrost: fix GL_EXT_multisampled_render_to_texture regression

Jason Ekstrand (3):
      anv: Plumb the shader into push constant helpers
      anv: Support pushing shader constants
      intel/vec4: Don't spill fp64 registers more than once

José Fonseca (1):
      draw: Allocate extra padding for extra shader outputs.

Juan A. Suarez Romero (1):
      vc4: initialize array

Kenneth Graunke (2):
      i965: Don't advertise Y-tiled modifiers for scanout buffers on Gfx8-
      iris: Don't advertise Y-tiled modifiers for scanout buffers on Gfx8

Marek Olšák (3):
      ac/gpu_info: set has_zero_index_buffer_bug for Navi12 too
      radeonsi: add a gfx10 hw bug workaround with the barrier before gs_alloc_req
      radeonsi: disable DFSM on gfx9 by default because it decreases performance a lot

Mike Blumenkrantz (4):
      util/prim_restart: fix util_translate_prim_restart_ib
      aux/vbuf: prevent uint underflow and assert if no vbs are dirty
      aux/trace: fix set_inlinable_constants hook
      zink: remove weird lod hack for texturing

Nanley Chery (2):
      anv,iris: Port the D16 workaround stalls to BLORP
      intel/isl: Fix HiZ+CCS comment about ambiguates

Neha Bhende (2):
      svga: Add target and sampler_return_type info into shader key
      svga: Use shader_key info to declare resources if TGSI shader is missing it

Rhys Perry (3):
      aco: disallow SGPRs on DPP instructions
      radv: add radv_absolute_depth_bias
      radv: workaround incorrect depthBiasConstantFactor by Path of Exile

Robert Tarasov (1):
      iris: Check data alignment for copy_mem_mem

Samuel Pitoiset (4):
      aco: fix derivatives/intrinsics with SGPR sources
      radv: fix fast clearing DCC if one level can't be compressed on GFX10+
      aco: fix emitting discard when the program just ends
      radv: enable RADV_DEBUG=invariantgeom for Monster Hunter World

SureshGuttula (1):
      frontends/va/picture:Fix wrong reallocation even surface is protected

cheyang (1):
      virgl:Fix the leak of hw_res used as fence

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 6d7cde03cc26adb5e1642ddc90f58aae60de1cbc)

mesa: enable gallium intel drivers when building for x86

Iris is the default, recommended option for Skylake and newer nowadays,
i915 gallium is favoured over classic i915, and soon classic i965 will
be replaced by crocus gallium driver for i965-to-Haswell GPUs.

(From OE-Core rev: 670878b5919c2a67a2fea0b8e1f032e324fad5aa)

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
(cherry picked from commit 5fdc061856348c0dab4dea7cfc0e9fdc1c95d85f)

mesa: upgrade 21.1.2 -> 21.1.3

Changelog:

Bug fixes
* radv: ACO miscompiles a specific DIRT 5 shader
* Segfault in mtx_unlock/amdgpu_bo_slab_destroy
* [radeonsi] Incorrect rendering when using glDisable(GL_MULTISAMPLE) with multisample backbuffer
* kwin_x11 ring gfx_0.0.0 timeout
* [i965] regression: piglit.spec.arb_depth_buffer_float.fbo-depthstencil-gl_depth32f_stencil8-drawpixels

Changes
* classic/xlib: Fix the build after !9817
* radv: Don’t skip barriers that only change queues.
* radv: Actually return correct value for read-only DCC compressedness.
* radv: Allow DCC images to be compressed with foreign queues.
* llvmpipe: add the interesting bit of cpu detection to the cache.
* zink: Correct compiler issue with have_moltenvk member having been moved.
* .pick_status.json: Update to db83dc619c96c35a039f2d8a32e1a179c0f00d64
* .pick_status.json: Update to f884c2e3be363903a59dbee01868c7ad0bf0f346
* .pick_status.json: Update to 561f9ae74b2b7da06bb4830aaca8d017a3dd2746
* llvmpipe: fix edge-rule logic for lines
* anv: Clear all pending stall after pipe flush
* util: Zero out all of mask in util_set_thread_affinity
* panfrost: Use first_tiler to check if tiling is needed
* intel/vec4: Also use MOV_FOR_SCRATCH for swizzle resolves
* anv: Handle OOM in the pinned path in anv_reloc_list_add
* sparc: Avoid some redefinition warnings
* zink: ci updates
* anv: fix availability for copying timestamp query results
* util/vbuf: fix buffer overrun in attribute conversions
* zink: fix caching of shader variants with inlined uniforms
* zink: use scissor region for discarding clears during blit
* zink: fix typo that’s definitely not at all embarrassing or anything like that
* svga: Initialize pipe_shader_state for transform shaders
* docs/install: remove one extra when
* frontend/dri: set PIPE_BIND_PROTECTED later
* frontend/dri: fix bool/int comparison
* radeonsi: fix encryption check for buffers
* radeonsi: add a gfx10 bug workaround for NOT_EOP
* radeonsi: dirty msaa_config on rs->multisample_enable change
* winsys/amdgpu: don’t read bo->u.slab.entry after pb_slab_free
* aco: do not clause NSA instructions
* aco: don’t create 4 and 5 dword NSA instructions on GFX10
* aco: use v1b/v2b for ds_read_u8/ds_read_u16
* egl: zero is a valid fd
* freedreno/ir3: Fix use after free
* radv: enable RADV_DEBUG=invariantgeom for SotTR DX11/DX12 versions
* radv: emit PA_SC_CONSERVATIVE_RASTERIZATION_CNTL only on GFX9+
* aco: fix range checking for SSBO loads/stores with SGPR offset on GFX6-7
* aco: fix emitting literal offsets with SMEM on GFX7
* radv: do not launch an IB2 for secondary cmdbuf with INDIRECT_MULTI on GFX7
* radv: fix aligning the image offset by using align64()
* util/format: Change the pointer offset.
* aco/ra: Fix off-by-one-error in print_regs
* travis: Download XQuartz from GitHub.

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit e6e3570d9d555c0f2e62210a2163ae74cc495f2e)

libglu: upgrade 9.0.1 -> 9.0.2

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit f327885f1180e9338e0c909d3e591c3a6d57f6aa)

mesa: upgrade 21.1.3 -> 21.1.4

Bug fixes
    * [anv] GravityMark (benchmark) crashes on ANV
    * [opengl] We happy few not being rendered correctly
    * Factorio: GPU hang when opening machine inventory
    * RuneScape on Mesa 21.1.1 (VEGA10) has bad performance and leaks memory
    * Supraland: flickering black bars on ground
    * radv: GPU hang in Cyberpunk 2077 on Big Navi
    * [amdgpu][renoir][rx5500m]: [drm:0xffffffff8198ad5e] *ERROR* ring gfx timeout, signaled seq=10952, emitted seq=10954
    * [spirv-fuzz] SPIR-V parsing FAILED: Invalid back or cross-edge in the CFG
    * panfrost Mount and Blade: Warband (glitches)
    * anv: dEQP-VK.robustness.robustness2*no_fmt_qual.null_descriptor.samples* fail

Changes
    * util/fossilize_db: Pull seek into lock.
    * util/fossilize_db: Split out reading the index.
    * util/fossilize_db: Do not lock the fossilize db permanently.
    * spirv: Fix handling of OpBranchConditional with same THEN and ELSE
    * nir/opt_if: Don’t split ALU for single block infinite loops
    * llvmpipe: Add handle export for resource_get_param
    * i965: fix regression in pipe control on g45
    * pick_status.json: Update to 977355c6e5efd781dde85d834172dd23cd4852f1
    * pick_status.json: Update to 40b67a292297606f0a7576e3ef4087028d5edd17
    * zink: do not unmap dt-buffers twice
    * zink: drop repeated usage-bit
    * zink: do not check buffer-format for usage-bits
    * zink: remove unused moltenvk functions
    * libgl-gdi: add missing include
    * aux/trace: fix bool argument
    * ci/windows: work around meson encoding issues
    * intel/fs: Teach IR about EOT instruction writing the accumulator implicitly on TGL+.
    * intel/fs: Fix synchronization of accumulator-clearing W/A move on TGL+.
    * pan/mdg: Add a bundle ID to instructions
    * pan/mdg: Reorder some code in mir_spill_register
    * pan/mdg: Fill from TLS before spilling non-SSA nodes
    * pan/mdg: Fix reading a spilt register in the bundle it’s written
    * pan/mdg: Add 16 bytes of padding to the end of shaders
    * intel/nir: Fix txs for null surfaces
    * spirv: Create acceleration structure and shader record variables
    * nv50/ir: fix surface lowering when values get shared accross operations
    * anv: Fix dynamic primitive topology for tess on Gfx7.x too
    * anv: allocate bigger batches as we grow command buffers
    * mesa: unreference zombie buffers when creating buffers to lower memory usage
    * compiler/glsl: Use mutex lock while freeing up mem_ctx
    * anv: fix dynamic primitive topology for tess
    * zink: handle custom border color without matching wrap mode case
    * radeonsi: skip instance_count==0 draws on <= GFX9
    * radeonsi: disable ngg culling on llvm < 12
    * radv: reject binding buffer/image when the device memory is too small
    * radv: always decompress both aspects of a depth/stencil image
    * amd/addrlib: remove Meson debug message()
    * radeon/vcn/enc: Add missing line to HEVC SPS header code
    * util: add work around for the game We Happy Few
    * ac/nir: Update TCS output barriers with nir_var_mem_shared.
    * radv/llvm: Emit s_barrier at the beginning of NGG non-GS shaders.
    * aco/gfx10: NGG zero output workaround for conservative rasterization.
    * aco/gfx10: Emit barrier at the start of NGG VS and TES.

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit b6fbe138f4d359fb5ed5fb0968f6be8f04f8eca6)

mesa: upgrade 21.1.4 -> 21.1.5

Bug fixes
  * [build error] macros.h:88:26: error: size of unnamed array is negative
  * Game Issue: Nuclear Throne crashes in RadeonSI
  * Crash in glLinkProgram while trying to craft the link error
  * Shader compilation memory leaks
  * Wolfenstein II: The New Colossus - Screen goes black in some cases
  * SpaceEngine in Steam Proton cannot start with Mesa >=20.3
  * [bisected] KDE plasma menu text renders like stretched strangely [amdgpu]
  * Luna Sky Crashes on Launch
  * Mesa crashes on undefined texture behaviour
  * Mesa crashes on undefined texture behaviour
  * cache_test uses uninitialized stack memory

Changes
  * nir: Fix constant folding for irhadd/urhadd
  * ac/surface: Handle non-retiled displayable DCC correctly for modifiers.
  * ir3: Fix infinite loop in scheduler when splitting
  * glsl: Prohibit implicit conversion of mem parameter in atomicOP functions
  * draw: fix tessellation output vertex size calculation
  * .pick_status.json: Update to e4f762ac346f31fc1fd201aecdc375348be5075f
  * zink: mark a bunch of zink-piglit-quick_gl tests as flakes
  * .pick_status.json: Update to c704bb630d21e0a30500e9d8f42493ede3cc55ae
  * .pick_status.json: Mark e5d158881b3e12270521d7081b4bba0ac2108d2e as denominated
  * softpipe: add missing sentinel to debug option array
  * iris: Don’t leak the surface if uncompressed re-interp fails
  * intel/perf: use the right popcount for 64bits
  * ac/surface/tests: fix the ARM build
  * radeonsi,radv: fix a late alloc deadlock with <= 6 CUs per SA
  * Convert most remaining free-form fall-through comments to FALLTHROUGH
  * osmesa: Replace default case FALLTHROUGH annotation by following return
  * Fix up leftover “state_trackers” references to “frontends”
  * radeonsi: fix fb_too_small condition
  * radeonsi/gfx7: always sync pfp/me
  * ac/surface: don’t print stencil info if tex has no stencil
  * radeonsi/driconf: add workaround for SpaceEngine
  * st/mesa: fix size miss match for some check
  * freedreno: Consolidate needs_flush and clearing last_fence
  * freedreno/a6xx: Fix framebuffer_barrier crash
  * radv: disable DCC for DOOM 2016 and Wolfenstein II
  * aco: fix shared_atomic_comp_swap if the second source isn’t a VGPR
  * nir: return progress from nir_lower_packing
  * nir/ifind_msb_rev: fix input check
  * broadcom/compiler: fix add vs. mul
  * util/tests: initialise key in cache_test
  * mesa: don’t crash on incorrect texture use
  * i965: don’t crash on incorrect texture use
  * util/driconf: add new ignore_write_to_readonly_var workaround
  * util: add some workarounds for the game Luna Sky
  * glsl: force_glsl_version to shaders with no defined version
  * util/radeonsi: add radeonsi workaround for Nuclear Throne
  * st/xa: Mark default xa_get_pipe_format case unreachable.
  * intel: fix leaking memor
  * y on shader creation

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
(cherry picked from commit ff0612d0030e4af5233b846e218334cea9cabf17)

mesa: Fix v3d & vc4 dmabuf import

Mesa would unnecessarily fail in the v3d and vc4 driver if a dmabuf
could not imported for scanout. In particular, this meant the
weston-simple-dmabuf-egl test program would fail on a Raspberry Pi.

Signed-off-by: Joshua Watt <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 6396c42df4609b4515f197926388ff4acb11fe52)

mesa/drm: use new override syntax

mesa: Define a fallback for DRIDRIVERS

Some machines may not define this variable, in such cases bitbake fails
to parse

run.do_configure.3766843: line 164: -Ddri-drivers=${@strip_comma('${DRIDRIVERS}')}: bad substitution

Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit b68790713fee4de4fa81762526b941ba76b66866)

mesa: upgrade 21.1.5 -> 21.1.7

Joshua's vc4/v3d/dma-patch was applied in 21.1.7

Release notes 21.1.7:

Bug fixes
    Miscompilation of a switch case
    [radeonsi][regression] CPU is being used ~10 times more than usual after c5478f9067f.
    dEQP-VK.wsi.android.swapchain.create#image_swapchain_create_info crash on Android R
    The image is distorted while use iGPU(Intel GPU) rendering and output via dGPU (AMD GPU)
    lima: regression in plbu scissors cmd
    Incorrect rendering
Changes
    pan/bi: Restrict swizzles on same cycle temporaries
    nir/lower_mediump_io: Don’t remap base unless needed
    nir/lower_mediump: Fix metadata in all passes
    util/fossilize_db: Update parsed_offset correctly.
    util/fossilize_db: Reset file position to parsed_offset on cache_offset read failure.
    util/fossilize_db: Flush files after header write.
    util/fossilize_db: Be conservative about header length check for locking.
    util/fossilize_db: Only allocate entries after full read.
    util/fossilize_db: Use uint64_t for file size.
    util/fossilize_db: Unlock the cache file if the entry already exists.
    util/fossilize_db: Add extra flock mutex.
    radv: Allocate space for inline push constants.
    vulkan/wsi/x11: do not inherit last_present_mode
    ir3: Preserve gl_ViewportIndex in the binning shader
    teximage: return correct desktop GL error for compressedteximage
    intel/fs: restrict max push length on older GPUs to a smaller amount
    virgl: disable anisotropic filtering.
    freedreno/ir3: Add build id to the disassembler test
    .pick_status.json: Update to 7055282231cdad23e7b23fb49a2f953a99797f8a
    .pick_status.json: Update to 2f06642b06c94f07f4bfe3df32b25659428c9144
    .pick_status.json: Mark 6ccf11ac2b951963407601b5b1109b45a972e48e as denominated
    .pick_status.json: Update to 2f06642b06c94f07f4bfe3df32b25659428c9144
    .pick_status.json: Update to 353e6323936b812884fa677c25bdba91554881b7
    .pick_status.json: Update to 4128acdee32eadfef1fb8c3c3ce2e512a267cdf4
    pick-ui: drop assert that optional argument is passed
    pick-ui: show nomination type in the UI
    pick-ui: show commit date
    lima: avoid crash with negative viewport values
    zink: make codegen compatible with python 3.5
    mesa/main: Check for fbo attachments when importing EGL images to textures
    v3d, vc4: Fix dmabuf import for non-scanout buffers
    gallium/hud: initialize query
    nv30: fix emulated vertex index buffers
    gallium: Reset {d,r}Priv in dri_unbind_context
    loader/dri3: create linear buffer with scanout support
    anv: fix submission batching with perf queries
    anv: don’t try to access Android swapchains
    renderonly: don’t complain when GPU import fails
    etnaviv: always try to create KMS side handles for imported resources
    glsl: evaluate switch expression once
    zink: use array size in spirv bo length calculations
    etnaviv: fix gbm_bo_get_handle_for_plane for multiplanar images
    clover/spirv: Properly size 3-component vector args
    clover/nir: Set constant buffer pointer size to host
    gallium/va: don’t use key=NULL in hash tables
    amd/registers: fix fields conflict detection
    radeonsi: don’t create an infinite number of variants
    nir/algebraic: fix imod by negative power-of-two
    radv: fix selecting the first active CU when profiling with SQTT
    etnaviv: fix renderonly check in etna_resource_alloc
    etnaviv: fail in get_handle(TYPE_KMS) without a scanout resource
    freedreno: fail in get_handle(TYPE_KMS) without a scanout resource
    panfrost: fail in get_handle(TYPE_KMS) without a scanout resource
    lima: fail in get_handle(TYPE_KMS) without a scanout resource
    nine: Fix assert in tx_src_param
    intel/compiler: make sure swizzle is applied to if condition
    glsl: Add operator for .length() method on implicitly-sized arrays
    glsl: Properly handle .length() of an unsized array
    gallium/vl: don’t leak fd in vl_dri3_screen_create

Release notes 21.1.6:

Bug fixes
    [RADV] FSR in Resident Evil: Village looks very pixelated on Polaris
    Crash in update_buffers after closing KDE “splash screen” downloader
    Crash in update_buffers after closing KDE “splash screen” downloader
    radeonsi: persistent, read-only buffer maps are slow to read
    substance painter flickering with jagged texture and masks shown black
    radv: FP16 mode in FidelityFX FSR doesn’t look right
    [RADV] Blocky corruption in Scarlet Nexus and vkd3d-proton 2.4
    Radeon RX580 and 5700 XT: Reloading ARB assembly shaders causes very glitchy rendering

Changes
    targets/graw-xlib: Add missing dep_x11
    egl/surfaceless: try kms_swrast before swrast
    meson: allow egl_native_platform to be specified
    freedreno/computerator: Fix local_size typo
    aco/optimizer: ensure to not erase high bits when propagating packed constants
    egl/wayland: Error on invalid native window
    egl/wayland: Allow EGLSurface to outlive wl_egl_window
    softpipe/aniso: move DDQ calculation to after scaling.
    llvmpipe: add support for time elapsed queries.
    .pick_status.json: Mark a9c9a9938d6d2ead6f08ccf5256c95801fbc864f as backported
    .pick_status.json: Update to 376fb4f55f080929df8ca5a2a975fc88a00eec06
    .pick_status.json: Update to 1d6c790f9f6c373e667de955822b1048c7073ba3
    .pick_status.json: Update to 73262d4bd4a4637a332264a165c62ce3209d03fb
    zink: remove duplicate format-mapping on little-endian
    vulkan: do not map zero-sized region of memory
    vulkan: allocate host-visible memory for swapchain images
    nir/gcm: Clear out pass_flags before starting
    iris: Re-emit MEDIA_VFE_STATE for variable group size shaders
    anv: Handle errors properly in anv_i915_query
    v3d/driconf: Expose non-MSAA texture limits for mutter and gnome-shell
    lavapipe: Use common Vulkan format helpers
    broadcom/compiler: emit TMU flush before a jump
    nv50/ir/nir: fix smem size for GL
    radeonsi: don’t expose no-attachment MSAA 16x on all 1 RB chips due to issues
    st/mesa: always use PIPE_USAGE_STAGING for GL_MAP_READ_BIT usage
    egl/android: include “util/compiler.h” for FALLTHROUGH macro
    util/foz: stop crashing on destroy if prepare hasn’t been called
    radeonsi: Check aux_context on si_destroy_screen()
    mesa: clear shader_info::is_lowered in prog_to_nir
    mesa: fix bindless uniform samplers update
    aco: don’t create v_madmk_f32/v_madak_f32 from v_fma_legacy_f16
    freedreno/ir3: Don’t force RTNE if rounding mode is undefined
    radv: only init the TC-compat ZRANGE metadata for the depth aspect
    glsl: replace some C++ code with C
    util: add workaround for Full Bore
    glsl: relax rule on varying matching for shaders older than 4.20
    lima: handle fp16 vertex formats

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit ce202e5f3f0eaceec2e23ebd1697f73c9fa00aaf)

mesa: upgrade 21.1.5 -> 21.2.1

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 0d0a0902fe8db8a87c16be3b722e3b8d5f193785)

mesa: fix build on Arm V5 with soft float

Since 80923e8d ("util/format: Add some NEON intrinsics-based
u_format_unpack.") upstream the build fails on Arm platforms which use
the soft-float ABI, such as qemuarmv5:

 arm_neon.h:31:2: error: #error "NEON intrinsics not available with the
 soft-float ABI.  Please use -mfloat-abi=softfp or -mfloat-abi=hard"

Take a patch from upstream to check the ABI being used before trying to
use NEON instructions.

Signed-off-by: Ross Burton <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit f3d82abb781c2642a50a60033641194d1e40c212)

mesa: enable crocus driver for older intel graphics

See here for the full story:
https://www.phoronix.com/scan.php?page=news_item&px=Intel-Crocus-Default-Gallium3D

Once crocus does become the default over i965, upstream is likely to retire
classic pre-gallium drivers altogether, which (with the exception of
i965, superseded by crocus) are all for retrocomputing hardware.

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit dfc5f935b5b1759f73b2ddd86d2b291436dbc705)

mesa: Enable svga for x86 only

Enable svga only on x86/x86_64 since some arches e.g. riscv64 do not
support it

Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit d7d380a45ab0efedcba33baaae37589da4d25a2b)

mesa: upgrade 21.2.1 -> 21.2.4

Contains 'Make YUV formats we're going to emulate external-only' [1]
was applied in 21.2.4. This fixes red label issues on video for VC4,
Freedreno and others.

Deletes meta/recipes-graphics/mesa/files/without-neon.patch [2]
already in Mesa since 21.2.

Release notes:

* 21.2.2: https://docs.mesa3d.org/relnotes/21.2.2.html
* 21.2.3: https://docs.mesa3d.org/relnotes/21.2.3.html
* 21.2.4: https://docs.mesa3d.org/relnotes/21.2.4.html

[1] https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13038
[2] https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12569

Signed-off-by: Pablo Saavedra <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 51fccaa16a3cb78ace077ba593b6cdde5e085528)

mesa: upgrade 21.2.4 -> 21.2.5

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 24e8b9af5188405fdc72e42c26d95f0749e91a0c)

mesa: Add PACKAGECONFIG option for broadcom v3d Vulkan driver

Enables building the Vulkan 1.1 compliant v3d driver.

Signed-off-by: Joel Winarske <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 8cc28b231b821bb9669eb3980281d27399f378be)

mesa-demos: drop glx option and patch

As far as I can see the x11 option does the same thing.

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit a904c9492e86be39fcdd244e8f4b9768861c0e77)

mesa-demos: mark glew/glu patch as non-upstreamable

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit c5a101f14b469b92d2a2caf653fba7078abc6a45)

mesa: upgrade 21.2.5 -> 21.3.0

New features:
VK_EXT_color_write_enable on lavapipe
GL_ARB_texture_filter_anisotropic in llvmpipe
Anisotropic texture filtering in lavapipe
VK_EXT_shader_atomic_float2 on Intel and RADV.
VK_EXT_vertex_input_dynamic_state on RADV.
VK_KHR_timeline_semaphore on lavapipe
VK_EXT_external_memory_host on lavapipe
GL_AMD_pinned_memory on llvmpipe
GL 4.5 compatibility on llvmpipe
VK_EXT_primitive_topology_list_restart on RADV and lavapipe.
ES 3.2 on zink
VK_KHR_depth_stencil_resolve on lavapipe
VK_KHR_shader_integer_dot_product on RADV.
OpenGL FP16 support on llvmpipe
VK_KHR_shader_float16_int8 on lavapipe
VK_KHR_spirv_1_4 on lavapipe
Experimental raytracing support on RADV
VK_KHR_synchronization2 on Intel
NGG shader based culling is now enabled by default on GFX10.3 on RADV.
VK_KHR_maintenance4 on RADV
VK_KHR_format_feature_flags2 on RADV.
EGL_EXT_present_opaque on wayland

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 5b5d29650b7fc2183df5129ef7f7ba855699b57c)

mesa: Fix build on ARM systems without Neon

See [1]

[1] https://github.com/YoeDistro/yoe-distro/issues/626

Signed-off-by: Khem Raj <[email protected]>
Cc: Ross Burton <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 48c898ae4e885d9f3af894d77946e5eb3a498112)

mesa: Fix broadcom vulkan driver build on 32bit arches with 64bit time_t

Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 42067ccbf465197ab8d5d6be6d15b71a526decf8)

mesa: Define broadcom packageconfig knob

Fixes
ERROR: mesa-2_21.3.0-r0 do_configure: QA Issue: mesa: invalid PACKAGECONFIG: broadcom [invalid-packageconfig]

Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 6add96e4af46eaabb6c70e3ce3a27a4b198d7cb6)

mesa: upgrade 21.3.0 -> 21.3.1

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 1970fd5764adff10a5d7e643aeea7ce40d318f26)

mesa: PROVIDES virtual/libgles3

It's assumed that not all OpenGL ES implementation are compliant with
the 3.x specification. Therefore an additional virtual providers is
created to explicit compatibility with OpenGL ES 3 specification.

Cc: Quentin Schulz <[email protected]>
Signed-off-by: Quentin Schulz <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 405cd7a37988ced627fe6ad6fd3089c17f59367e)

mesa: make ligles3-dev RDEPENDS on libgles2-dev

Khronos documentation[1] says that include/GLES2/gl2ext.h can be used
for OpenGL ES 3 specification as well as for OpenGL ES 2.
There can be applications including GLES2/gl2ext.h instead of
GLES3/gl3ext.h meaning we should probably bring in GLES2/gl2ext.h if
someone asks for development package of libgles3.

[1] https://www.khronos.org/registry/OpenGL/index_es.php#headers

Cc: Quentin Schulz <[email protected]>
Signed-off-by: Quentin Schulz <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 8adf941a8a2b5b3fe5e4e3313856b725e28d5370)

mesa: 21.3.1 -> 21.3.3

Upgrade to 21.3.3 stable release. It includes bugfixes and minor
improvements, for more detailed information about the included changes
refer to the specific release notes:

 - 21.3.2: https://docs.mesa3d.org/relnotes/21.3.2.html
 - 21.3.3: https://docs.mesa3d.org/relnotes/21.3.3.html

Signed-off-by: Otavio Salvador <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 6982e2d66bd8296a3f67c72636ce015d328377d0)

mesa: upgrade 21.3.3 -> 21.3.4

Changelog:
==========
Bug fixes
---------
i965: gen5 exposes EXT_texture_integer incorrectly
[radeonsi, regression, bisected]: Rendering issues with Factorio
mesa >= 21.x (with llvmpipe) will break the game JVGS
Panfrost - RK3399 - FACTORIO - glitches everywhere
Baldurs Gate 3 (Patch 6) - ribbon-like artifacts on textures
Game Starsector crashes under certain circumstances with mesa 21.3.+
FreeSpace models incorrectly rendered on Polaris cards, causing system freeze
Incomplete evaluation of nested DEFINE macros
[r300g, bisected] piglit glsl-fs-discard-04 fails
Panfrost G52 Firefox terrible glitches on youtube playback

Changes
-------
pan/bi: Fix load_const of 1-bit booleans
gallium/util: Add pixel->blocks box helper
lima,panfrost: Correct pixel vs block mismatches
radv: Set optimal copy alignment to 1.
microsoft/compiler: Fix dxil_nir_create_bare_samplers()
ir3/ra: Fix logic bug in compress_regs_left
ir3: Bump type mismatch penalty to 3
aco: don't allow SDWA on VOP3P instructions
aco: validate VOP3P opsel correctly
tu: fix workaround for depth bounds test without depth test
intel/genxml/gen4-5: fix more Raster Operation in BLT to be a uint
crocus: fail resource allocation properly.
freedreno/afuc: Disable the disassembler on 32-bit builds.
i915g: Turn off FP16 in the vertex shaders.
r300: Fix omod failing to increase the number of channels stored.
nir_to_tgsi: Fix a bug in TXP detection after backend lowering.
pick_status.json: Update to 8a78706643ecad8a1f303cc9358873abc29978b4
pick_status.json: Mark 00bea38242d97e7ace1954f1bc7d32cbf0ce3ee0 as denominated
pick_status.json: Mark 2a0253b9b5d21c7571555abe3a1d851468a18740 as denominated
r300: fix handling swizzle in transform_source_conflicts
intel/compiler/test: Fix build with GCC 7
i965: Disable EXT_texture_integer on Gfx4 and Gfx5
Revert "anv: Stop doing too much per-sample shading"
anv: don't leave anv_batch fields undefined
anv: limit compiler valid color outputs using NIR variables
intel/dev: fixup chv workaround
etnaviv: initialize vertex attributes on context reset
etnaviv: drm: fix size limit in etna_cmd_stream_realloc
etnaviv: drm: properly handle reviving BOs via a lookup
zink: fix -Warray-bounds warning
radv: fix xfb query copy param ordering
zink: always unset vertex shader variant key data when changing last vertex stage
zink: add extra synchronization for buffer descriptor binds
zink: use device-local heap for sparse backing allocations
r300: Remove broken optimization in rc_transform_KILL
radeonsi/gfx8: use the proper dcc clear size
vbo/dlist: fix loopback crash
vbo/dlist: add vertices to incomplete primitives
radeonsi/gfx10: fix si_texture_get_offset for mipmapped tex
glapi: should not add alias function to static_data.py
aco: remove pack_half_2x16(a, 0) optimization
intel/fs: OpImageQueryLod does not support arrayed images as an operand
v3dv: Hotfix: Rename remaining V3DV_HAS_SURFACE->V3DV_USE_WSI_PLATFORM
radv: add drirc radv_disable_htile_layers and enable it for F1 2021
iris: unref syncobjs and free r/w dependencies array for slab entries
mesa: free idalloc storage for display lists
mesa: free vbo_save_vertex_list store prims
glsl/glcpp: make sure to expand new token after concatenation
venus: subtract appended header size in vn_CreatePipelineCache
Fix compilation on armv7l with gcc 11.2.0

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 3cdb743ec048aa06c10e0da0fb3feb1ca740b6e2)

mesa: upgrade 21.3.4 -> 21.3.5

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 956915d8829ce1db8e115cd31133ff0543e1054c)

mesa: upgrade 21.3.5 -> 21.3.6

Changelog:
=========
Bug fixes
---------
radv: CullDistance fail
i965: Segmentation fault during glinfo context destruction, regression in 21.3.x
Vulkan Wayland WSI returns empty surface formats
[REGRESSION][BISECTED] iris: Qutebrowser/QtWebEngine sporadically flashes the window in white
Flickering Intel Uhd 620 Graphics
Broken Terraria & Glitches in Forza Horizon 4

Changes
-------
Revert "nir/algebraic: distribute fmul(fadd(a, b), c) when b and c are constants"
anv: Fix subgroupSupportedStages physical property
Revert "zink: handle vertex buffer offset overflows"
ir3: Fix copy-paste mistakes in ir3_block_remove_physical_predecessor()
ir3/cp: ir3: Prevent propagating shared regs out of loops harder
ir3: opt_deref in opt loop to remove unnecessary tex casts
crocus: find correct relocation target for the bo.
vulkan: Fix leak of error messages
pick_status.json: Update to cb781fc350108584116280fc597c695d2f476c68
pick_status.json: Mark 15e77504461a30038a054c87cc53a694171c9cf4 as denominated
pick_status.json: Mark 960e72417f3e8885699cf384f690853e14ba44da as denominated
intel/fs: Take into account region strides during SIMD lowering decision of SHUFFLE.
vulkan/wsi/wayland: Fix add_wl_shm_format alpha/opaqueness.
vulkan/wsi/wayland: Convert missing vulkan formats to shm formats.
vulkan/wsi/wayland: Add modifiers for RGB formats.
vulkan/wsi/wayland: Fix add_drm_format_modifier aplha/opaqueness.
anv/pass: Don't set first_subpass_layout for stencil-only attachments
vulkan/wsi: Set MUTABLE_FORMAT_BIT in the prime path
i965: Avoid NULL drawbuffer in brw_flush_front
intel/fs: don't set allow_sample_mask for CS intrinsics
intel/nir: fix shader call lowering
panvk: Fix pointer corruption in panvk_add_wait_event_syncobjs
zink: never use SpvOpImageQuerySizeLod for texel buffers
zink: reorder fbfetch flag-setting to avoid null deref
zink: fix vertex buffer mask computation for null buffers
zink: clamp tbo creation to maxTexelBufferElements
zink: add vertex shader pipeline bit for generated barrier construction
zink: fix waiting on current batch id
zink: cast image atomic op params/results based on image type
zink: use SpvScopeDevice over SpvScopeWorkgroup for atomic shader ops
zink: disable PIPE_SHADER_CAP_FP16_CONST_BUFFERS
llvmpipe: disable PIPE_SHADER_CAP_FP16_CONST_BUFFERS
llvmpipe: ci updates
zink: add VK_BUFFER_USAGE_CONDITIONAL_RENDERING_BIT_EXT for query binds
zink: fix PIPE_CAP_TGSI_BALLOT export conditional
zink: reject invalid draws
zink: min/max blit region in coverage functions
anv: Disable CCS_E for some 8/16bpp copies on TGL+
anv: Use ANV_FAST_CLEAR_DEFAULT_VALUE for CCS on TGL+
anv: Re-enable CCS_E on TGL+
iris: implement inter-context busy-tracking
aco: fix neg(abs(mul(a, b))) if the mul is not VOP3
aco: don't encode src2 for v_writelane_b32_e64
radv: fix R_02881C_PA_CL_VS_OUT_CNTL with mixed cull/clip distances
radv/winsys: fix missing buffer_make_resident() for the null winsys
tu: VkExternalImageFormatProperties is optional

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 05e45cb04e72d369aa6db1793cd010096db3cc09)

mesa: upgrade 21.3.6 -> 21.3.7

Changelog:
=========
Bug fixes
---------
lavapipe: dEQP-VK.spirv_assembly.instruction.compute.float16.arithmetic_3.step fails
ANV: Bad output from TransformFeedback . Regression from Mesa 21. Something to do with VB+XFB -> VB+XFB dependency?

Changes
-------
pan/bi: Avoid *FADD.v2f16 hazard in optimizer
pan/bi: Avoid *FADD.v2f16 hazard in scheduler
pan/bi: Lower swizzles on CSEL.i32/MUX.i32
panvk: Use more reliable assert for UBO pushing
radv: Fix preamble argument order.
ir3/spill: Fix simplify_phi_nodes with multiple loop nesting
lavapipe: fix sampler + sampler view leaks.
lavapipe: reference gallium fences correctly.
crocus: fix leak on gen4/5 stencil fallback blit path.
i915g: Initialize the rest of the "from_nir" temporary VS struct.
pick_status.json: Update to dabba7d7263be6ffb6f3676465e92c65952fa824
pick_status.json: Mark b07372312d7053f2ef5c858ceb1fbf9ade5e7c52 as denominated
gallivm/nir: Call nir_lower_bool_to_int32 after nir_opt_algebraic_late
nir: All set-on-comparison opcodes can take all float types
intel/fs: Don't optimize out 1.0*x and -1.0*x
spriv: Produce correct result for GLSLstd450Step with NaN
spirv: Produce correct result for GLSLstd450Modf with Inf
spirv: Produce correct result for GLSLstd450Tanh with NaN
nir: Properly handle various exceptional values in frexp
nir: Produce correct results for atan with NaN
nir: Add missing dependency on nir_opcodes.py
anv: Call vk_command_buffer_finish if create fails
dri: avoid NULL deref of DrawBuffer on flush
nir: fix lower_memcpy
anv/genxml/intel/fs: fix binding shader record entry
anv: don't set color state when input state was requested
ac/surface: add more elements to meta equations because HTILE can use them
lavapipe: use util_pack_color_union() for generating clear colors
aux/draw: fix llvm tcs lane vec generation
zink: always set VkPipelineMultisampleStateCreateInfo::pSampleMask
zink: always invalidate streamout counter buffer if not resuming
iris: Don't fast clear with the view format
r300: fix transformation of abs modifiers with negate
radeonsi: workaround Specviewperf13 Catia hang on GFX9
radeonsi: fix depth stencil multi sample texture blit
glx: fix pbuffer refcount init
radv/winsys: fix initializing debug/perftest options if multiple instances
intel/genxml: add PIPE_CONTROL field for L3 read only cache invalidation
anv: invalidate L3 read only cache when VF cache is invalidated
iris: invalidate L3 read only cache when VF cache is invalidated
iris: fix a leak on surface states
mesa/st: always use DXT5 when transcoding ASTC format
tegra: Use private reference count for sampler views
tegra: Use private reference count for resources
radv: Disable IB2 on compute queues.
venus: properly destroy deferred ahb image before real image creation

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 31daf916d218d5e6e95bac857cbeb0d44901e4b3)

mesa: make sure GLES3 headers are installed

Since there is no libgles3-mesa package that would pull in the headers,
add dependency to libgles2-mesa-dev. Now there no need to manually add
GLES3 headers to image or toolchain.

Signed-off-by: Samuli Piippo <[email protected]>
Signed-off-by: Ross Burton <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 7c6effef9d471efbaea76e23e91938687fcc661c)

Revert "mesa: make sure GLES3 headers are installed"

This reverts commit 7c6effef9d471efbaea76e23e91938687fcc661c.

It uses old overrides syntax which simply doesn't work.

(cherry picked from commit 9f741f8097b2098d393da1acb42836b59cff069b)

mesa: update to 22.0.0

- remove 0001-v3dv-account-for-64bit-time_t-on-32bit-arches.patch that was applied upstream

- adjust 0002-meson.build-make-TLS-ELF-optional.patch

- fix patch fuzz

- DRI1 drivers have been removed! For all AMD/Nvidia Cards gallium-llvm is required

License-Update: removed references to deleted code.

RP: Fix dri PACKAGECONFIG reference to opengl instead

Signed-off-by: Markus Volk <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 325ea352a8326f3b35a8a591f8f7a7dfa890cbcb)

mesa: align target- and native build

Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit bfa40b777f08bab97263559a1f91200005eb180c)

mesa: Allow building Mesa's OpenCL through PACKAGECONFIG

Signed-off-by: Zoltán Böszörményi <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 78d17787eb4dd65dacde785dbb47359726c22173)

mesa: upgrade 22.0.0 -> 22.0.2

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit f3e9444968fd47b3c8e0b2ee7b1b17f43a6bd56b)

mesa: upgrade 22.0.2 -> 22.0.3

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 2f5831ec66c6a7e7b0f21a63cc46307aa68c5b96)

mesa.inc: package 00-radv-defaults.conf

this fixes:

ERROR: mesa-2_22.0.2-r0 do_package: QA Issue: mesa: Files/directories were installed but not shipped in any package:
  /usr/share/drirc.d/00-radv-defaults.conf
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
mesa: 1 installed and not shipped files. [installed-vs-shipped]

Signed-off-by: Markus Volk <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit e306dd7d300727852a2794cd78f3097d5999eb58)

mesa-demos: update 8.4.0 -> 8.5.0

Convert to meson, drop unsupported options.

Drop autotools-specific and glew-specific patches (glew support dropped upstream).
glu dependency is now x11-specific.
0012-mesa-demos-OpenVG-demos-with-single-frame-need-eglSw.patch dropped
as patched files removed upstream.

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit b9fc45915977c34b3a50e3d64347c2b247c49840)

mesa: backport a patch to support compositors without zwp_linux_dmabuf_v1 again

* the same will be needed for kirkstone

Signed-off-by: Martin Jansa <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 3857066550d77c2c8134326f7e9b28d0f4d78b7a)

mesa: update 22.0.3 -> 22.1.2

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit d5b2e40be6d6e4c52078ab5a087eefaa7330c320)

mesa: upgrade 22.1.2 -> 22.1.3

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit c10c10e99956231b9dfb98fbe4653c54aa5cddf1)

mesa: fix compile error when debug build enabled

It fails to compile mesa{,-native} when DEBUG_BUILD is enabled:

../mesa-22.1.3/src/compiler/nir/nir_inline_helpers.h: In function ‘nir_opt_move_block’:
../mesa-22.1.3/src/compiler/nir/nir_opt_move.c:55:1: error: inlining failed in call to
  always_inline ‘src_is_ssa’: indirect function call with a yet undetermined callee
 src_is_ssa(nir_src *src, void *state)
 ^~~~~~~~~~

Backport patch from mesa merge request to fix it.

Signed-off-by: Kai Kang <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 468715c42632a8467dc1f0abe0f3cd540de5f7c3)

mesa: upgrade 22.1.3 -> 22.1.5

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 53e96ef9dfb2248000d347e681d906cb20855371)

mesa: upgrade 22.1.5 -> 22.1.6

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 9ebbd72d3e9f8b717c41196f50c51dc06dca92c5)

mesa: Rework llvm handling

meson in mesa no longer uses WANT_LLVM_RELEASE and LLVM_CONFIG so drop
those. Instead, copy the llvm-config binary into the target sysroot which
allows the paths to be relocated to the target in question. This should allow
the llvm patch for YOCTO_ALTERNATE_EXE_PATH to be dropped assuming nothing
else relies upon it.

Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 1dfb29a66f0db673c9d6faffed9b5bd855b206e1)

mesa: add pipe-loader's libraries to libopencl-mesa package

clover needs those.

Signed-off-by: Andrey Konovalov <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 86dd7b1c968ad5d953771b5383e10ec50addc53c)

mesa: build clover with native LLVM codegen support for freedreno

Signed-off-by: Andrey Konovalov <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit fbd9d6643ff0b345fa0e3b369eabc0efefeac5e3)

mesa: upgrade 22.1.6 -> 22.2.0

- add PACKAGECONFIG to build vulkan beta drivers
- add PACKAGECONFIG for zink and build it along with vulkan
- remove TLS-ELF patch and the associated PACKAGECONFIG. It looks like its unneeded
- remove swrast_kms backport patch
- remove the patch that reverts the deprecation of drm_handle as it is not applicable. Still needed ?
- fix patch fuzz warnings

License file has been changed, but no change of licenses
https://gitlab.freedesktop.org/mesa/mesa/-/commit/e6392fcf3d8b8dd7e3a8427755d8be2f2332366a

Signed-off-by: Markus Volk <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit a85d0566c0e09e7ccd394c6465305ab97ce5973a)
mansr added a commit to victronenergy/openembedded-core that referenced this issue Jan 9, 2024
Rolled-up cherry-pick of the following commits:

mesa: enable x11 for native/nativesdk

This was found to be necessary for libsdl-native to enable opengl, as otherwise
the opengl check would fall through to the host with unpredictable outcome.

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 53fb4937e5c2b293e6bdbbceb37b1080aa5db630)

mesa: Add PACKAGECONFIG knob to enable VAAPI

The previously added libva-initial recipe makes it possible and
trivial.

Signed-off-by: Böszörményi Zoltán <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 1169238a4586852f807a63d9e70a8a556d84dac6)

mesa: Add PACKAGECONFIG knob to enable VDPAU state tracker and drivers

Signed-off-by: Böszörményi Zoltán <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 7ea4c7c32cbad1743852c27a2f0a87d6cf5a1820)

mesa: upgrade 20.0.2 -> 20.0.7

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 78d18527acb2310a474136ccd0345aaa9ef12fa5)

mesa: merge the .bb content into .inc

This allows automated version updates to the recipe,
as mesa-gl.bb no longer has to include the main mesa.bb.

Bump mesa-gl to 20.0.7 at the same time.

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 39aba6948e04f1ee9bb4069be16f68bcfdbbeac4)

mesa: update 20.0.7 -> 20.1.2

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 2ee962186176c5ecb34c670e76415d4321affe76)

mesa: enable freedreno Vulkan driver if freedreno is enabled

If freedreno is enabled in PACKAGECONFIG, enable respective Vulkan
driver.

Signed-off-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit eee63fdddaf74e548c362050f57e1d67eba1ba5d)

mesa: update 20.1.2 -> 20.1.4

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 5774386700196499eb6d29b93158165ad9c4c15c)

mesa: upgrade 20.1.4 -> 20.1.5

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 993ac1a32932f2ebb571717769f654941e33c051)

mesa: update 20.1.5 -> 20.1.6

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 28a0c267bde3710f0debe1a9a857c6387d090e23)

mesa: update 20.1.6 -> 20.1.8

Signed-off-by: Aníbal Limón <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 166276bc6ad44d05b2b79ddef2ed3de3a2236631)

mesa: Fix build on 32bit arches supporting 64bit time_t only

Fixes
../mesa-20.1.8/src/util/futex.h:47:19: error: use of undeclared identifier 'SYS_futex'; did you mean 'sys_futex'?
   return syscall(SYS_futex, addr1, op, val1, timeout, addr2, val3);
                  ^~~~~~~~~
                  sys_futex

Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 21bdff510a7673ccf7f27f551b641a5ba84d656c)

mesa: update 20.1.8 -> 20.2.1

Build tweaks:
- drop separate dri option and the patch that adds it; just setting -Ddri-drivers='' is enough
- strip leading/trailing commas from drivers' lists, as upstream no longer allows blank entries if the list
is not empty (e.g. -Ddri-drivers=,driver1,driver2 is now producing an error).
- drop the long-obsolete llvm 3.3/3.2 logic

License-Update: reformatted into rst
Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 8682024ef029241c75e224174fd0b93835f88df3)

mesa: fix a build race

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit df243fa624f3acf20abc7574909bd43db2ed9d12)

mesa: Add xcb-fixes to loader when using x11 and dri3

Backport fix for undefined symbol for xcb_xfixes_create_region in loader_dri3_helper.c.

Signed-off-by: Tom Hochstein <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit fd55d41c9d2e79fd7f7665107d1640a2dd9a3dc3)

mesa: Update 20.2.1 -> 20.2.4

This commit adds the changes of 20.2.2, 20.2.3 and 20.2.4 bug fix
releases.

Signed-off-by: Fabio Berton <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 9c39a1360d81264e867242f238f6d14fdb395e96)

mesa: remove patch disabling asm

This was originally added for musl only [1]. Upstream has removed this
option but we reverted that change during an upgrade to fix certain
musl specific compile time issues [2].

I compile tested without this patch on musl-x86 and musl-x86-64 and
don't see the warnings anymore. Similar textrel issues were fixed
upstream so perhaps those helped [3].

[1] https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit?id=68bf128e901e89d5b49a28b15d5083b2bf6b536f
[2] https://www.openembedded.org/pipermail/openembedded-core/2019-November/289222.html
[3] https://gitlab.freedesktop.org/mesa/mesa/-/commit/45206d7673adb1484cbdb3eadaf82e0849c9cdcf?merge_request_iid=1974

Signed-off-by: Anuj Mittal <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit a7bd1c3ca4d2f8a5e230b19517af1c52aec35f3e)

mesa.inc: switch true/enabled false/disabled

A number of options have been switched from true/false to enabled/disabled and
the older usage is deprecated, as is seen in the configuration logs:

	../mesa-20.3.1/meson.build:92: WARNING: gles1 option "true" deprecated, please use "enabled" instead.
	../mesa-20.3.1/meson.build:100: WARNING: gles2 option "true" deprecated, please use "enabled" instead.
	../mesa-20.3.1/meson.build:119: WARNING: shared-glapi option "true" deprecated, please use "enabled" instead.
	../mesa-20.3.1/meson.build:381: WARNING: gbm option "true" deprecated, please use "enabled" instead.
	../mesa-20.3.1/meson.build:412: WARNING: egl option "true" deprecated, please use "enabled" instead.
	../mesa-20.3.1/meson.build:493: WARNING: dri3 option "false" deprecated, please use "disabled" instead.
	../mesa-20.3.1/meson.build:516: WARNING: gallium-vdpau option "false" deprecated, please use "disabled" instead.
	../mesa-20.3.1/meson.build:570: WARNING: gallium-xvmc option "false" deprecated, please use "disabled" instead.
	../mesa-20.3.1/meson.build:691: WARNING: gallium-va option "false" deprecated, please use "disabled" instead.
	../mesa-20.3.1/meson.build:727: WARNING: gallium-xa option "false" deprecated, please use "disabled" instead.

Signed-off-by: Trevor Woerner <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit acf78fd3d03e4fe07ee4ad677f178d17dc10ac7b)

mesa: update 20.2.4 -> 20.3.1

Two of the patches have been applied upstream:
	0001-meson-Add-xcb-fixes-to-loader-when-using-x11-and-dri.patch
	0005-vc4-use-intmax_t-for-formatted-output-of-timespec-me.patch

The 'surfaceless' platform is now enabled by default, therefore it is no
longer a valid choice. The meson build system is intelligent enough now to
decide if 'drm' needs to be enabled based on whether or not gbm is available.
Therefore 'drm' also is no longer a valid platform choice:

	ERROR: Options "drm, surfaceless" are not in allowed choices: "auto, x11, wayland, haiku, android, windows"

RP: Add missing mesa-gl upgrade
Signed-off-by: Trevor Woerner <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit de68fe9268092c0600a81bedfc805eaed9dcb87b)

mesa,mesa-gl: upgrade to 20.3.2

Upgrade mesa and mesa-gl recipes to version 20.3.2.

Signed-off-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 5ab325c18640dd6d17ac4592f3ba3e484a5bdb37)

mesa: upgrade 20.3.2 -> 20.3.4

Signed-off-by: Anuj Mittal <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit d9c368dcfe6476454aef33592f676b28537af2d9)

mesa: update 20.3.4 -> 21.0.0

0001-anv-fix-a-build-race-between-generating-a-header-and.patch
merged upstream.

osmesa is now a simple boolean option.

Swrast has been removed from dri drivers, so as we need at least one
driver to enable dri in native/nativesdk, replace it with nouveau
(which does not take long to build).

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit e4e4cc57a0a949400c557073af0cf78f977bd02d)

mesa-gl: Use swrast gallium driver

Fixes:
../mesa-21.0.0/meson.build:21:0: ERROR: Options "swrast" are not in allowed choices: "auto, i915, i965, r100, r200, nouveau"

with any driver enabled in DRIDRIVERS, do_configure fails with:
../mesa-21.0.0/meson.build:519:4: ERROR: Problem encountered: building dri drivers require at least one windowing system

even after enabling gallium and wayland PACKAGECONFIGs, move DRIDRIVERS_append* from
mesa.inc to mesa recipe.

Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Martin Jansa <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 2d0239c446be3e7f04c00e24f6c8ac1707440c8a)

mesa: update 21.0.0 -> 21.0.1

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit e72dc396f0e147b078160fae0ac43861eb60e76f)

mesa: gallium option requires libdrm

Previously it was pulled in via dri option, and there was
no configuration where gallium was enabled and dri was not.

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 1328556e9c0853babff45bf1bf67643d7ddfdabb)

mesa: enable dri in native/nativesdk through gallium drivers

Previously, dri was enabled via a token dri driver (swrast, then
nouveau). Upstream is discussing removing dri drivers altogether
(they're becoming difficult to support and only needed for obsolete
x86 hardware), so let's prepare for that happening in the future:

https://lists.freedesktop.org/archives/mesa-dev/2021-March/224984.html

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit d32add868ee5cb05c4fdbc0c30c7bb01070e683b)

mesa: upgrade 21.0.1 -> 21.0.2

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 58ad359da1b05820ea3dc4ae3f789ccb8991fc32)

mesa: upgrade 21.0.2 -> 21.0.3

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit a89ed8ce30a5830a0ac90aa633ec466b4e3a0ba1)

mesa: add lmsensors PACKAGECONFIG

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 1b470a5fe7c74938cac7c83cd104ca25182af6cc)

mesa: update 21.0.3 -> 21.1.1

License-Update: typo fix

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 2b91620cdb2047fd3df8e951a80142b67af85f26)

mesa: upgrade 21.1.1 -> 21.1.2

Changes:
Adam Jackson (1):
      zink/ntv: Don't call free() on ralloc'd memory

Alyssa Rosenzweig (3):
      panfrost: Fix the reads_dest prototype
      panfrost: Fix is_opaque prototype
      panfrost: Increase tiler_heap max allocation to 64MB

Anuj Phogat (1):
      intel/gfx12+: Add Wa_14013840143

Charmaine Lee (1):
      svga: fix texture rectangle sampling when no sampler view declaration is defined

Emma Anholt (2):
      i915g: Disable 3D-pipeline clears.
      i915g: Add support for the .Absolute flag on TGSI srcs.

Eric Anholt (1):
      i915g: Stop advertising support for indirect addressing in the FS.

Eric Engestrom (9):
      .pick_status.json: Update to 17861aff9614abfea3b8a8f111a114b26b351915
      pick-ui & .pick_status.json: rename `master_sha` to `main_sha`
      .pick_status.json: Update to b663c544177e9547793ee405887f0d41c50e6d1d
      .pick_status.json: Update to 507e8907af913ab7b89211240568b8002b3475f1
      .pick_status.json: Update to 3179daf61393ee8a0fac943b94335b114e34873b
      .pick_status.json: Update to 761383720617b46617bd278ec6015c9520f43f5c
      .pick_status.json: Update to 1199d86b2cccc38a101e63bdf9b60a7391f96092
      docs: add release notes for 21.1.2
      VERSION: bump for 21.1.2

Erik Faye-Lund (2):
      zink: use actual const for const offset
      util/prim_restart: revert part of bad fix

Erik Kurzinger (1):
      vulkan/device_select: avoid segfault on Wayland if wl_drm is unavailable

Georg Lehmann (1):
      radv: Fix compatible image handle type for dmabufs.

Ian Romanick (2):
      nir/algebraic: Remove some optimizations of comparisons with fsat
      nir/algebraic: Invert comparisons less often

Icecream95 (1):
      panfrost: Fix polygon list size computations

Italo Nicola (1):
      panfrost: fix GL_EXT_multisampled_render_to_texture regression

Jason Ekstrand (3):
      anv: Plumb the shader into push constant helpers
      anv: Support pushing shader constants
      intel/vec4: Don't spill fp64 registers more than once

José Fonseca (1):
      draw: Allocate extra padding for extra shader outputs.

Juan A. Suarez Romero (1):
      vc4: initialize array

Kenneth Graunke (2):
      i965: Don't advertise Y-tiled modifiers for scanout buffers on Gfx8-
      iris: Don't advertise Y-tiled modifiers for scanout buffers on Gfx8

Marek Olšák (3):
      ac/gpu_info: set has_zero_index_buffer_bug for Navi12 too
      radeonsi: add a gfx10 hw bug workaround with the barrier before gs_alloc_req
      radeonsi: disable DFSM on gfx9 by default because it decreases performance a lot

Mike Blumenkrantz (4):
      util/prim_restart: fix util_translate_prim_restart_ib
      aux/vbuf: prevent uint underflow and assert if no vbs are dirty
      aux/trace: fix set_inlinable_constants hook
      zink: remove weird lod hack for texturing

Nanley Chery (2):
      anv,iris: Port the D16 workaround stalls to BLORP
      intel/isl: Fix HiZ+CCS comment about ambiguates

Neha Bhende (2):
      svga: Add target and sampler_return_type info into shader key
      svga: Use shader_key info to declare resources if TGSI shader is missing it

Rhys Perry (3):
      aco: disallow SGPRs on DPP instructions
      radv: add radv_absolute_depth_bias
      radv: workaround incorrect depthBiasConstantFactor by Path of Exile

Robert Tarasov (1):
      iris: Check data alignment for copy_mem_mem

Samuel Pitoiset (4):
      aco: fix derivatives/intrinsics with SGPR sources
      radv: fix fast clearing DCC if one level can't be compressed on GFX10+
      aco: fix emitting discard when the program just ends
      radv: enable RADV_DEBUG=invariantgeom for Monster Hunter World

SureshGuttula (1):
      frontends/va/picture:Fix wrong reallocation even surface is protected

cheyang (1):
      virgl:Fix the leak of hw_res used as fence

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 6d7cde03cc26adb5e1642ddc90f58aae60de1cbc)

mesa: enable gallium intel drivers when building for x86

Iris is the default, recommended option for Skylake and newer nowadays,
i915 gallium is favoured over classic i915, and soon classic i965 will
be replaced by crocus gallium driver for i965-to-Haswell GPUs.

(From OE-Core rev: 670878b5919c2a67a2fea0b8e1f032e324fad5aa)

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
(cherry picked from commit 5fdc061856348c0dab4dea7cfc0e9fdc1c95d85f)

mesa: upgrade 21.1.2 -> 21.1.3

Changelog:

Bug fixes
* radv: ACO miscompiles a specific DIRT 5 shader
* Segfault in mtx_unlock/amdgpu_bo_slab_destroy
* [radeonsi] Incorrect rendering when using glDisable(GL_MULTISAMPLE) with multisample backbuffer
* kwin_x11 ring gfx_0.0.0 timeout
* [i965] regression: piglit.spec.arb_depth_buffer_float.fbo-depthstencil-gl_depth32f_stencil8-drawpixels

Changes
* classic/xlib: Fix the build after !9817
* radv: Don’t skip barriers that only change queues.
* radv: Actually return correct value for read-only DCC compressedness.
* radv: Allow DCC images to be compressed with foreign queues.
* llvmpipe: add the interesting bit of cpu detection to the cache.
* zink: Correct compiler issue with have_moltenvk member having been moved.
* .pick_status.json: Update to db83dc619c96c35a039f2d8a32e1a179c0f00d64
* .pick_status.json: Update to f884c2e3be363903a59dbee01868c7ad0bf0f346
* .pick_status.json: Update to 561f9ae74b2b7da06bb4830aaca8d017a3dd2746
* llvmpipe: fix edge-rule logic for lines
* anv: Clear all pending stall after pipe flush
* util: Zero out all of mask in util_set_thread_affinity
* panfrost: Use first_tiler to check if tiling is needed
* intel/vec4: Also use MOV_FOR_SCRATCH for swizzle resolves
* anv: Handle OOM in the pinned path in anv_reloc_list_add
* sparc: Avoid some redefinition warnings
* zink: ci updates
* anv: fix availability for copying timestamp query results
* util/vbuf: fix buffer overrun in attribute conversions
* zink: fix caching of shader variants with inlined uniforms
* zink: use scissor region for discarding clears during blit
* zink: fix typo that’s definitely not at all embarrassing or anything like that
* svga: Initialize pipe_shader_state for transform shaders
* docs/install: remove one extra when
* frontend/dri: set PIPE_BIND_PROTECTED later
* frontend/dri: fix bool/int comparison
* radeonsi: fix encryption check for buffers
* radeonsi: add a gfx10 bug workaround for NOT_EOP
* radeonsi: dirty msaa_config on rs->multisample_enable change
* winsys/amdgpu: don’t read bo->u.slab.entry after pb_slab_free
* aco: do not clause NSA instructions
* aco: don’t create 4 and 5 dword NSA instructions on GFX10
* aco: use v1b/v2b for ds_read_u8/ds_read_u16
* egl: zero is a valid fd
* freedreno/ir3: Fix use after free
* radv: enable RADV_DEBUG=invariantgeom for SotTR DX11/DX12 versions
* radv: emit PA_SC_CONSERVATIVE_RASTERIZATION_CNTL only on GFX9+
* aco: fix range checking for SSBO loads/stores with SGPR offset on GFX6-7
* aco: fix emitting literal offsets with SMEM on GFX7
* radv: do not launch an IB2 for secondary cmdbuf with INDIRECT_MULTI on GFX7
* radv: fix aligning the image offset by using align64()
* util/format: Change the pointer offset.
* aco/ra: Fix off-by-one-error in print_regs
* travis: Download XQuartz from GitHub.

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit e6e3570d9d555c0f2e62210a2163ae74cc495f2e)

libglu: upgrade 9.0.1 -> 9.0.2

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit f327885f1180e9338e0c909d3e591c3a6d57f6aa)

mesa: upgrade 21.1.3 -> 21.1.4

Bug fixes
    * [anv] GravityMark (benchmark) crashes on ANV
    * [opengl] We happy few not being rendered correctly
    * Factorio: GPU hang when opening machine inventory
    * RuneScape on Mesa 21.1.1 (VEGA10) has bad performance and leaks memory
    * Supraland: flickering black bars on ground
    * radv: GPU hang in Cyberpunk 2077 on Big Navi
    * [amdgpu][renoir][rx5500m]: [drm:0xffffffff8198ad5e] *ERROR* ring gfx timeout, signaled seq=10952, emitted seq=10954
    * [spirv-fuzz] SPIR-V parsing FAILED: Invalid back or cross-edge in the CFG
    * panfrost Mount and Blade: Warband (glitches)
    * anv: dEQP-VK.robustness.robustness2*no_fmt_qual.null_descriptor.samples* fail

Changes
    * util/fossilize_db: Pull seek into lock.
    * util/fossilize_db: Split out reading the index.
    * util/fossilize_db: Do not lock the fossilize db permanently.
    * spirv: Fix handling of OpBranchConditional with same THEN and ELSE
    * nir/opt_if: Don’t split ALU for single block infinite loops
    * llvmpipe: Add handle export for resource_get_param
    * i965: fix regression in pipe control on g45
    * pick_status.json: Update to 977355c6e5efd781dde85d834172dd23cd4852f1
    * pick_status.json: Update to 40b67a292297606f0a7576e3ef4087028d5edd17
    * zink: do not unmap dt-buffers twice
    * zink: drop repeated usage-bit
    * zink: do not check buffer-format for usage-bits
    * zink: remove unused moltenvk functions
    * libgl-gdi: add missing include
    * aux/trace: fix bool argument
    * ci/windows: work around meson encoding issues
    * intel/fs: Teach IR about EOT instruction writing the accumulator implicitly on TGL+.
    * intel/fs: Fix synchronization of accumulator-clearing W/A move on TGL+.
    * pan/mdg: Add a bundle ID to instructions
    * pan/mdg: Reorder some code in mir_spill_register
    * pan/mdg: Fill from TLS before spilling non-SSA nodes
    * pan/mdg: Fix reading a spilt register in the bundle it’s written
    * pan/mdg: Add 16 bytes of padding to the end of shaders
    * intel/nir: Fix txs for null surfaces
    * spirv: Create acceleration structure and shader record variables
    * nv50/ir: fix surface lowering when values get shared accross operations
    * anv: Fix dynamic primitive topology for tess on Gfx7.x too
    * anv: allocate bigger batches as we grow command buffers
    * mesa: unreference zombie buffers when creating buffers to lower memory usage
    * compiler/glsl: Use mutex lock while freeing up mem_ctx
    * anv: fix dynamic primitive topology for tess
    * zink: handle custom border color without matching wrap mode case
    * radeonsi: skip instance_count==0 draws on <= GFX9
    * radeonsi: disable ngg culling on llvm < 12
    * radv: reject binding buffer/image when the device memory is too small
    * radv: always decompress both aspects of a depth/stencil image
    * amd/addrlib: remove Meson debug message()
    * radeon/vcn/enc: Add missing line to HEVC SPS header code
    * util: add work around for the game We Happy Few
    * ac/nir: Update TCS output barriers with nir_var_mem_shared.
    * radv/llvm: Emit s_barrier at the beginning of NGG non-GS shaders.
    * aco/gfx10: NGG zero output workaround for conservative rasterization.
    * aco/gfx10: Emit barrier at the start of NGG VS and TES.

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit b6fbe138f4d359fb5ed5fb0968f6be8f04f8eca6)

mesa: upgrade 21.1.4 -> 21.1.5

Bug fixes
  * [build error] macros.h:88:26: error: size of unnamed array is negative
  * Game Issue: Nuclear Throne crashes in RadeonSI
  * Crash in glLinkProgram while trying to craft the link error
  * Shader compilation memory leaks
  * Wolfenstein II: The New Colossus - Screen goes black in some cases
  * SpaceEngine in Steam Proton cannot start with Mesa >=20.3
  * [bisected] KDE plasma menu text renders like stretched strangely [amdgpu]
  * Luna Sky Crashes on Launch
  * Mesa crashes on undefined texture behaviour
  * Mesa crashes on undefined texture behaviour
  * cache_test uses uninitialized stack memory

Changes
  * nir: Fix constant folding for irhadd/urhadd
  * ac/surface: Handle non-retiled displayable DCC correctly for modifiers.
  * ir3: Fix infinite loop in scheduler when splitting
  * glsl: Prohibit implicit conversion of mem parameter in atomicOP functions
  * draw: fix tessellation output vertex size calculation
  * .pick_status.json: Update to e4f762ac346f31fc1fd201aecdc375348be5075f
  * zink: mark a bunch of zink-piglit-quick_gl tests as flakes
  * .pick_status.json: Update to c704bb630d21e0a30500e9d8f42493ede3cc55ae
  * .pick_status.json: Mark e5d158881b3e12270521d7081b4bba0ac2108d2e as denominated
  * softpipe: add missing sentinel to debug option array
  * iris: Don’t leak the surface if uncompressed re-interp fails
  * intel/perf: use the right popcount for 64bits
  * ac/surface/tests: fix the ARM build
  * radeonsi,radv: fix a late alloc deadlock with <= 6 CUs per SA
  * Convert most remaining free-form fall-through comments to FALLTHROUGH
  * osmesa: Replace default case FALLTHROUGH annotation by following return
  * Fix up leftover “state_trackers” references to “frontends”
  * radeonsi: fix fb_too_small condition
  * radeonsi/gfx7: always sync pfp/me
  * ac/surface: don’t print stencil info if tex has no stencil
  * radeonsi/driconf: add workaround for SpaceEngine
  * st/mesa: fix size miss match for some check
  * freedreno: Consolidate needs_flush and clearing last_fence
  * freedreno/a6xx: Fix framebuffer_barrier crash
  * radv: disable DCC for DOOM 2016 and Wolfenstein II
  * aco: fix shared_atomic_comp_swap if the second source isn’t a VGPR
  * nir: return progress from nir_lower_packing
  * nir/ifind_msb_rev: fix input check
  * broadcom/compiler: fix add vs. mul
  * util/tests: initialise key in cache_test
  * mesa: don’t crash on incorrect texture use
  * i965: don’t crash on incorrect texture use
  * util/driconf: add new ignore_write_to_readonly_var workaround
  * util: add some workarounds for the game Luna Sky
  * glsl: force_glsl_version to shaders with no defined version
  * util/radeonsi: add radeonsi workaround for Nuclear Throne
  * st/xa: Mark default xa_get_pipe_format case unreachable.
  * intel: fix leaking memor
  * y on shader creation

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
(cherry picked from commit ff0612d0030e4af5233b846e218334cea9cabf17)

mesa: Fix v3d & vc4 dmabuf import

Mesa would unnecessarily fail in the v3d and vc4 driver if a dmabuf
could not imported for scanout. In particular, this meant the
weston-simple-dmabuf-egl test program would fail on a Raspberry Pi.

Signed-off-by: Joshua Watt <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 6396c42df4609b4515f197926388ff4acb11fe52)

mesa/drm: use new override syntax

mesa: Define a fallback for DRIDRIVERS

Some machines may not define this variable, in such cases bitbake fails
to parse

run.do_configure.3766843: line 164: -Ddri-drivers=${@strip_comma('${DRIDRIVERS}')}: bad substitution

Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit b68790713fee4de4fa81762526b941ba76b66866)

mesa: upgrade 21.1.5 -> 21.1.7

Joshua's vc4/v3d/dma-patch was applied in 21.1.7

Release notes 21.1.7:

Bug fixes
    Miscompilation of a switch case
    [radeonsi][regression] CPU is being used ~10 times more than usual after c5478f9067f.
    dEQP-VK.wsi.android.swapchain.create#image_swapchain_create_info crash on Android R
    The image is distorted while use iGPU(Intel GPU) rendering and output via dGPU (AMD GPU)
    lima: regression in plbu scissors cmd
    Incorrect rendering
Changes
    pan/bi: Restrict swizzles on same cycle temporaries
    nir/lower_mediump_io: Don’t remap base unless needed
    nir/lower_mediump: Fix metadata in all passes
    util/fossilize_db: Update parsed_offset correctly.
    util/fossilize_db: Reset file position to parsed_offset on cache_offset read failure.
    util/fossilize_db: Flush files after header write.
    util/fossilize_db: Be conservative about header length check for locking.
    util/fossilize_db: Only allocate entries after full read.
    util/fossilize_db: Use uint64_t for file size.
    util/fossilize_db: Unlock the cache file if the entry already exists.
    util/fossilize_db: Add extra flock mutex.
    radv: Allocate space for inline push constants.
    vulkan/wsi/x11: do not inherit last_present_mode
    ir3: Preserve gl_ViewportIndex in the binning shader
    teximage: return correct desktop GL error for compressedteximage
    intel/fs: restrict max push length on older GPUs to a smaller amount
    virgl: disable anisotropic filtering.
    freedreno/ir3: Add build id to the disassembler test
    .pick_status.json: Update to 7055282231cdad23e7b23fb49a2f953a99797f8a
    .pick_status.json: Update to 2f06642b06c94f07f4bfe3df32b25659428c9144
    .pick_status.json: Mark 6ccf11ac2b951963407601b5b1109b45a972e48e as denominated
    .pick_status.json: Update to 2f06642b06c94f07f4bfe3df32b25659428c9144
    .pick_status.json: Update to 353e6323936b812884fa677c25bdba91554881b7
    .pick_status.json: Update to 4128acdee32eadfef1fb8c3c3ce2e512a267cdf4
    pick-ui: drop assert that optional argument is passed
    pick-ui: show nomination type in the UI
    pick-ui: show commit date
    lima: avoid crash with negative viewport values
    zink: make codegen compatible with python 3.5
    mesa/main: Check for fbo attachments when importing EGL images to textures
    v3d, vc4: Fix dmabuf import for non-scanout buffers
    gallium/hud: initialize query
    nv30: fix emulated vertex index buffers
    gallium: Reset {d,r}Priv in dri_unbind_context
    loader/dri3: create linear buffer with scanout support
    anv: fix submission batching with perf queries
    anv: don’t try to access Android swapchains
    renderonly: don’t complain when GPU import fails
    etnaviv: always try to create KMS side handles for imported resources
    glsl: evaluate switch expression once
    zink: use array size in spirv bo length calculations
    etnaviv: fix gbm_bo_get_handle_for_plane for multiplanar images
    clover/spirv: Properly size 3-component vector args
    clover/nir: Set constant buffer pointer size to host
    gallium/va: don’t use key=NULL in hash tables
    amd/registers: fix fields conflict detection
    radeonsi: don’t create an infinite number of variants
    nir/algebraic: fix imod by negative power-of-two
    radv: fix selecting the first active CU when profiling with SQTT
    etnaviv: fix renderonly check in etna_resource_alloc
    etnaviv: fail in get_handle(TYPE_KMS) without a scanout resource
    freedreno: fail in get_handle(TYPE_KMS) without a scanout resource
    panfrost: fail in get_handle(TYPE_KMS) without a scanout resource
    lima: fail in get_handle(TYPE_KMS) without a scanout resource
    nine: Fix assert in tx_src_param
    intel/compiler: make sure swizzle is applied to if condition
    glsl: Add operator for .length() method on implicitly-sized arrays
    glsl: Properly handle .length() of an unsized array
    gallium/vl: don’t leak fd in vl_dri3_screen_create

Release notes 21.1.6:

Bug fixes
    [RADV] FSR in Resident Evil: Village looks very pixelated on Polaris
    Crash in update_buffers after closing KDE “splash screen” downloader
    Crash in update_buffers after closing KDE “splash screen” downloader
    radeonsi: persistent, read-only buffer maps are slow to read
    substance painter flickering with jagged texture and masks shown black
    radv: FP16 mode in FidelityFX FSR doesn’t look right
    [RADV] Blocky corruption in Scarlet Nexus and vkd3d-proton 2.4
    Radeon RX580 and 5700 XT: Reloading ARB assembly shaders causes very glitchy rendering

Changes
    targets/graw-xlib: Add missing dep_x11
    egl/surfaceless: try kms_swrast before swrast
    meson: allow egl_native_platform to be specified
    freedreno/computerator: Fix local_size typo
    aco/optimizer: ensure to not erase high bits when propagating packed constants
    egl/wayland: Error on invalid native window
    egl/wayland: Allow EGLSurface to outlive wl_egl_window
    softpipe/aniso: move DDQ calculation to after scaling.
    llvmpipe: add support for time elapsed queries.
    .pick_status.json: Mark a9c9a9938d6d2ead6f08ccf5256c95801fbc864f as backported
    .pick_status.json: Update to 376fb4f55f080929df8ca5a2a975fc88a00eec06
    .pick_status.json: Update to 1d6c790f9f6c373e667de955822b1048c7073ba3
    .pick_status.json: Update to 73262d4bd4a4637a332264a165c62ce3209d03fb
    zink: remove duplicate format-mapping on little-endian
    vulkan: do not map zero-sized region of memory
    vulkan: allocate host-visible memory for swapchain images
    nir/gcm: Clear out pass_flags before starting
    iris: Re-emit MEDIA_VFE_STATE for variable group size shaders
    anv: Handle errors properly in anv_i915_query
    v3d/driconf: Expose non-MSAA texture limits for mutter and gnome-shell
    lavapipe: Use common Vulkan format helpers
    broadcom/compiler: emit TMU flush before a jump
    nv50/ir/nir: fix smem size for GL
    radeonsi: don’t expose no-attachment MSAA 16x on all 1 RB chips due to issues
    st/mesa: always use PIPE_USAGE_STAGING for GL_MAP_READ_BIT usage
    egl/android: include “util/compiler.h” for FALLTHROUGH macro
    util/foz: stop crashing on destroy if prepare hasn’t been called
    radeonsi: Check aux_context on si_destroy_screen()
    mesa: clear shader_info::is_lowered in prog_to_nir
    mesa: fix bindless uniform samplers update
    aco: don’t create v_madmk_f32/v_madak_f32 from v_fma_legacy_f16
    freedreno/ir3: Don’t force RTNE if rounding mode is undefined
    radv: only init the TC-compat ZRANGE metadata for the depth aspect
    glsl: replace some C++ code with C
    util: add workaround for Full Bore
    glsl: relax rule on varying matching for shaders older than 4.20
    lima: handle fp16 vertex formats

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit ce202e5f3f0eaceec2e23ebd1697f73c9fa00aaf)

mesa: upgrade 21.1.5 -> 21.2.1

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 0d0a0902fe8db8a87c16be3b722e3b8d5f193785)

mesa: fix build on Arm V5 with soft float

Since 80923e8d ("util/format: Add some NEON intrinsics-based
u_format_unpack.") upstream the build fails on Arm platforms which use
the soft-float ABI, such as qemuarmv5:

 arm_neon.h:31:2: error: #error "NEON intrinsics not available with the
 soft-float ABI.  Please use -mfloat-abi=softfp or -mfloat-abi=hard"

Take a patch from upstream to check the ABI being used before trying to
use NEON instructions.

Signed-off-by: Ross Burton <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit f3d82abb781c2642a50a60033641194d1e40c212)

mesa: enable crocus driver for older intel graphics

See here for the full story:
https://www.phoronix.com/scan.php?page=news_item&px=Intel-Crocus-Default-Gallium3D

Once crocus does become the default over i965, upstream is likely to retire
classic pre-gallium drivers altogether, which (with the exception of
i965, superseded by crocus) are all for retrocomputing hardware.

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit dfc5f935b5b1759f73b2ddd86d2b291436dbc705)

mesa: Enable svga for x86 only

Enable svga only on x86/x86_64 since some arches e.g. riscv64 do not
support it

Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit d7d380a45ab0efedcba33baaae37589da4d25a2b)

mesa: upgrade 21.2.1 -> 21.2.4

Contains 'Make YUV formats we're going to emulate external-only' [1]
was applied in 21.2.4. This fixes red label issues on video for VC4,
Freedreno and others.

Deletes meta/recipes-graphics/mesa/files/without-neon.patch [2]
already in Mesa since 21.2.

Release notes:

* 21.2.2: https://docs.mesa3d.org/relnotes/21.2.2.html
* 21.2.3: https://docs.mesa3d.org/relnotes/21.2.3.html
* 21.2.4: https://docs.mesa3d.org/relnotes/21.2.4.html

[1] https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13038
[2] https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12569

Signed-off-by: Pablo Saavedra <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 51fccaa16a3cb78ace077ba593b6cdde5e085528)

mesa: upgrade 21.2.4 -> 21.2.5

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 24e8b9af5188405fdc72e42c26d95f0749e91a0c)

mesa: Add PACKAGECONFIG option for broadcom v3d Vulkan driver

Enables building the Vulkan 1.1 compliant v3d driver.

Signed-off-by: Joel Winarske <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 8cc28b231b821bb9669eb3980281d27399f378be)

mesa-demos: drop glx option and patch

As far as I can see the x11 option does the same thing.

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit a904c9492e86be39fcdd244e8f4b9768861c0e77)

mesa-demos: mark glew/glu patch as non-upstreamable

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit c5a101f14b469b92d2a2caf653fba7078abc6a45)

mesa: upgrade 21.2.5 -> 21.3.0

New features:
VK_EXT_color_write_enable on lavapipe
GL_ARB_texture_filter_anisotropic in llvmpipe
Anisotropic texture filtering in lavapipe
VK_EXT_shader_atomic_float2 on Intel and RADV.
VK_EXT_vertex_input_dynamic_state on RADV.
VK_KHR_timeline_semaphore on lavapipe
VK_EXT_external_memory_host on lavapipe
GL_AMD_pinned_memory on llvmpipe
GL 4.5 compatibility on llvmpipe
VK_EXT_primitive_topology_list_restart on RADV and lavapipe.
ES 3.2 on zink
VK_KHR_depth_stencil_resolve on lavapipe
VK_KHR_shader_integer_dot_product on RADV.
OpenGL FP16 support on llvmpipe
VK_KHR_shader_float16_int8 on lavapipe
VK_KHR_spirv_1_4 on lavapipe
Experimental raytracing support on RADV
VK_KHR_synchronization2 on Intel
NGG shader based culling is now enabled by default on GFX10.3 on RADV.
VK_KHR_maintenance4 on RADV
VK_KHR_format_feature_flags2 on RADV.
EGL_EXT_present_opaque on wayland

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 5b5d29650b7fc2183df5129ef7f7ba855699b57c)

mesa: Fix build on ARM systems without Neon

See [1]

[1] https://github.com/YoeDistro/yoe-distro/issues/626

Signed-off-by: Khem Raj <[email protected]>
Cc: Ross Burton <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 48c898ae4e885d9f3af894d77946e5eb3a498112)

mesa: Fix broadcom vulkan driver build on 32bit arches with 64bit time_t

Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 42067ccbf465197ab8d5d6be6d15b71a526decf8)

mesa: Define broadcom packageconfig knob

Fixes
ERROR: mesa-2_21.3.0-r0 do_configure: QA Issue: mesa: invalid PACKAGECONFIG: broadcom [invalid-packageconfig]

Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 6add96e4af46eaabb6c70e3ce3a27a4b198d7cb6)

mesa: upgrade 21.3.0 -> 21.3.1

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 1970fd5764adff10a5d7e643aeea7ce40d318f26)

mesa: PROVIDES virtual/libgles3

It's assumed that not all OpenGL ES implementation are compliant with
the 3.x specification. Therefore an additional virtual providers is
created to explicit compatibility with OpenGL ES 3 specification.

Cc: Quentin Schulz <[email protected]>
Signed-off-by: Quentin Schulz <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 405cd7a37988ced627fe6ad6fd3089c17f59367e)

mesa: make ligles3-dev RDEPENDS on libgles2-dev

Khronos documentation[1] says that include/GLES2/gl2ext.h can be used
for OpenGL ES 3 specification as well as for OpenGL ES 2.
There can be applications including GLES2/gl2ext.h instead of
GLES3/gl3ext.h meaning we should probably bring in GLES2/gl2ext.h if
someone asks for development package of libgles3.

[1] https://www.khronos.org/registry/OpenGL/index_es.php#headers

Cc: Quentin Schulz <[email protected]>
Signed-off-by: Quentin Schulz <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 8adf941a8a2b5b3fe5e4e3313856b725e28d5370)

mesa: 21.3.1 -> 21.3.3

Upgrade to 21.3.3 stable release. It includes bugfixes and minor
improvements, for more detailed information about the included changes
refer to the specific release notes:

 - 21.3.2: https://docs.mesa3d.org/relnotes/21.3.2.html
 - 21.3.3: https://docs.mesa3d.org/relnotes/21.3.3.html

Signed-off-by: Otavio Salvador <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 6982e2d66bd8296a3f67c72636ce015d328377d0)

mesa: upgrade 21.3.3 -> 21.3.4

Changelog:
==========
Bug fixes
---------
i965: gen5 exposes EXT_texture_integer incorrectly
[radeonsi, regression, bisected]: Rendering issues with Factorio
mesa >= 21.x (with llvmpipe) will break the game JVGS
Panfrost - RK3399 - FACTORIO - glitches everywhere
Baldurs Gate 3 (Patch 6) - ribbon-like artifacts on textures
Game Starsector crashes under certain circumstances with mesa 21.3.+
FreeSpace models incorrectly rendered on Polaris cards, causing system freeze
Incomplete evaluation of nested DEFINE macros
[r300g, bisected] piglit glsl-fs-discard-04 fails
Panfrost G52 Firefox terrible glitches on youtube playback

Changes
-------
pan/bi: Fix load_const of 1-bit booleans
gallium/util: Add pixel->blocks box helper
lima,panfrost: Correct pixel vs block mismatches
radv: Set optimal copy alignment to 1.
microsoft/compiler: Fix dxil_nir_create_bare_samplers()
ir3/ra: Fix logic bug in compress_regs_left
ir3: Bump type mismatch penalty to 3
aco: don't allow SDWA on VOP3P instructions
aco: validate VOP3P opsel correctly
tu: fix workaround for depth bounds test without depth test
intel/genxml/gen4-5: fix more Raster Operation in BLT to be a uint
crocus: fail resource allocation properly.
freedreno/afuc: Disable the disassembler on 32-bit builds.
i915g: Turn off FP16 in the vertex shaders.
r300: Fix omod failing to increase the number of channels stored.
nir_to_tgsi: Fix a bug in TXP detection after backend lowering.
pick_status.json: Update to 8a78706643ecad8a1f303cc9358873abc29978b4
pick_status.json: Mark 00bea38242d97e7ace1954f1bc7d32cbf0ce3ee0 as denominated
pick_status.json: Mark 2a0253b9b5d21c7571555abe3a1d851468a18740 as denominated
r300: fix handling swizzle in transform_source_conflicts
intel/compiler/test: Fix build with GCC 7
i965: Disable EXT_texture_integer on Gfx4 and Gfx5
Revert "anv: Stop doing too much per-sample shading"
anv: don't leave anv_batch fields undefined
anv: limit compiler valid color outputs using NIR variables
intel/dev: fixup chv workaround
etnaviv: initialize vertex attributes on context reset
etnaviv: drm: fix size limit in etna_cmd_stream_realloc
etnaviv: drm: properly handle reviving BOs via a lookup
zink: fix -Warray-bounds warning
radv: fix xfb query copy param ordering
zink: always unset vertex shader variant key data when changing last vertex stage
zink: add extra synchronization for buffer descriptor binds
zink: use device-local heap for sparse backing allocations
r300: Remove broken optimization in rc_transform_KILL
radeonsi/gfx8: use the proper dcc clear size
vbo/dlist: fix loopback crash
vbo/dlist: add vertices to incomplete primitives
radeonsi/gfx10: fix si_texture_get_offset for mipmapped tex
glapi: should not add alias function to static_data.py
aco: remove pack_half_2x16(a, 0) optimization
intel/fs: OpImageQueryLod does not support arrayed images as an operand
v3dv: Hotfix: Rename remaining V3DV_HAS_SURFACE->V3DV_USE_WSI_PLATFORM
radv: add drirc radv_disable_htile_layers and enable it for F1 2021
iris: unref syncobjs and free r/w dependencies array for slab entries
mesa: free idalloc storage for display lists
mesa: free vbo_save_vertex_list store prims
glsl/glcpp: make sure to expand new token after concatenation
venus: subtract appended header size in vn_CreatePipelineCache
Fix compilation on armv7l with gcc 11.2.0

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 3cdb743ec048aa06c10e0da0fb3feb1ca740b6e2)

mesa: upgrade 21.3.4 -> 21.3.5

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 956915d8829ce1db8e115cd31133ff0543e1054c)

mesa: upgrade 21.3.5 -> 21.3.6

Changelog:
=========
Bug fixes
---------
radv: CullDistance fail
i965: Segmentation fault during glinfo context destruction, regression in 21.3.x
Vulkan Wayland WSI returns empty surface formats
[REGRESSION][BISECTED] iris: Qutebrowser/QtWebEngine sporadically flashes the window in white
Flickering Intel Uhd 620 Graphics
Broken Terraria & Glitches in Forza Horizon 4

Changes
-------
Revert "nir/algebraic: distribute fmul(fadd(a, b), c) when b and c are constants"
anv: Fix subgroupSupportedStages physical property
Revert "zink: handle vertex buffer offset overflows"
ir3: Fix copy-paste mistakes in ir3_block_remove_physical_predecessor()
ir3/cp: ir3: Prevent propagating shared regs out of loops harder
ir3: opt_deref in opt loop to remove unnecessary tex casts
crocus: find correct relocation target for the bo.
vulkan: Fix leak of error messages
pick_status.json: Update to cb781fc350108584116280fc597c695d2f476c68
pick_status.json: Mark 15e77504461a30038a054c87cc53a694171c9cf4 as denominated
pick_status.json: Mark 960e72417f3e8885699cf384f690853e14ba44da as denominated
intel/fs: Take into account region strides during SIMD lowering decision of SHUFFLE.
vulkan/wsi/wayland: Fix add_wl_shm_format alpha/opaqueness.
vulkan/wsi/wayland: Convert missing vulkan formats to shm formats.
vulkan/wsi/wayland: Add modifiers for RGB formats.
vulkan/wsi/wayland: Fix add_drm_format_modifier aplha/opaqueness.
anv/pass: Don't set first_subpass_layout for stencil-only attachments
vulkan/wsi: Set MUTABLE_FORMAT_BIT in the prime path
i965: Avoid NULL drawbuffer in brw_flush_front
intel/fs: don't set allow_sample_mask for CS intrinsics
intel/nir: fix shader call lowering
panvk: Fix pointer corruption in panvk_add_wait_event_syncobjs
zink: never use SpvOpImageQuerySizeLod for texel buffers
zink: reorder fbfetch flag-setting to avoid null deref
zink: fix vertex buffer mask computation for null buffers
zink: clamp tbo creation to maxTexelBufferElements
zink: add vertex shader pipeline bit for generated barrier construction
zink: fix waiting on current batch id
zink: cast image atomic op params/results based on image type
zink: use SpvScopeDevice over SpvScopeWorkgroup for atomic shader ops
zink: disable PIPE_SHADER_CAP_FP16_CONST_BUFFERS
llvmpipe: disable PIPE_SHADER_CAP_FP16_CONST_BUFFERS
llvmpipe: ci updates
zink: add VK_BUFFER_USAGE_CONDITIONAL_RENDERING_BIT_EXT for query binds
zink: fix PIPE_CAP_TGSI_BALLOT export conditional
zink: reject invalid draws
zink: min/max blit region in coverage functions
anv: Disable CCS_E for some 8/16bpp copies on TGL+
anv: Use ANV_FAST_CLEAR_DEFAULT_VALUE for CCS on TGL+
anv: Re-enable CCS_E on TGL+
iris: implement inter-context busy-tracking
aco: fix neg(abs(mul(a, b))) if the mul is not VOP3
aco: don't encode src2 for v_writelane_b32_e64
radv: fix R_02881C_PA_CL_VS_OUT_CNTL with mixed cull/clip distances
radv/winsys: fix missing buffer_make_resident() for the null winsys
tu: VkExternalImageFormatProperties is optional

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 05e45cb04e72d369aa6db1793cd010096db3cc09)

mesa: upgrade 21.3.6 -> 21.3.7

Changelog:
=========
Bug fixes
---------
lavapipe: dEQP-VK.spirv_assembly.instruction.compute.float16.arithmetic_3.step fails
ANV: Bad output from TransformFeedback . Regression from Mesa 21. Something to do with VB+XFB -> VB+XFB dependency?

Changes
-------
pan/bi: Avoid *FADD.v2f16 hazard in optimizer
pan/bi: Avoid *FADD.v2f16 hazard in scheduler
pan/bi: Lower swizzles on CSEL.i32/MUX.i32
panvk: Use more reliable assert for UBO pushing
radv: Fix preamble argument order.
ir3/spill: Fix simplify_phi_nodes with multiple loop nesting
lavapipe: fix sampler + sampler view leaks.
lavapipe: reference gallium fences correctly.
crocus: fix leak on gen4/5 stencil fallback blit path.
i915g: Initialize the rest of the "from_nir" temporary VS struct.
pick_status.json: Update to dabba7d7263be6ffb6f3676465e92c65952fa824
pick_status.json: Mark b07372312d7053f2ef5c858ceb1fbf9ade5e7c52 as denominated
gallivm/nir: Call nir_lower_bool_to_int32 after nir_opt_algebraic_late
nir: All set-on-comparison opcodes can take all float types
intel/fs: Don't optimize out 1.0*x and -1.0*x
spriv: Produce correct result for GLSLstd450Step with NaN
spirv: Produce correct result for GLSLstd450Modf with Inf
spirv: Produce correct result for GLSLstd450Tanh with NaN
nir: Properly handle various exceptional values in frexp
nir: Produce correct results for atan with NaN
nir: Add missing dependency on nir_opcodes.py
anv: Call vk_command_buffer_finish if create fails
dri: avoid NULL deref of DrawBuffer on flush
nir: fix lower_memcpy
anv/genxml/intel/fs: fix binding shader record entry
anv: don't set color state when input state was requested
ac/surface: add more elements to meta equations because HTILE can use them
lavapipe: use util_pack_color_union() for generating clear colors
aux/draw: fix llvm tcs lane vec generation
zink: always set VkPipelineMultisampleStateCreateInfo::pSampleMask
zink: always invalidate streamout counter buffer if not resuming
iris: Don't fast clear with the view format
r300: fix transformation of abs modifiers with negate
radeonsi: workaround Specviewperf13 Catia hang on GFX9
radeonsi: fix depth stencil multi sample texture blit
glx: fix pbuffer refcount init
radv/winsys: fix initializing debug/perftest options if multiple instances
intel/genxml: add PIPE_CONTROL field for L3 read only cache invalidation
anv: invalidate L3 read only cache when VF cache is invalidated
iris: invalidate L3 read only cache when VF cache is invalidated
iris: fix a leak on surface states
mesa/st: always use DXT5 when transcoding ASTC format
tegra: Use private reference count for sampler views
tegra: Use private reference count for resources
radv: Disable IB2 on compute queues.
venus: properly destroy deferred ahb image before real image creation

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 31daf916d218d5e6e95bac857cbeb0d44901e4b3)

mesa: make sure GLES3 headers are installed

Since there is no libgles3-mesa package that would pull in the headers,
add dependency to libgles2-mesa-dev. Now there no need to manually add
GLES3 headers to image or toolchain.

Signed-off-by: Samuli Piippo <[email protected]>
Signed-off-by: Ross Burton <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 7c6effef9d471efbaea76e23e91938687fcc661c)

Revert "mesa: make sure GLES3 headers are installed"

This reverts commit 7c6effef9d471efbaea76e23e91938687fcc661c.

It uses old overrides syntax which simply doesn't work.

(cherry picked from commit 9f741f8097b2098d393da1acb42836b59cff069b)

mesa: update to 22.0.0

- remove 0001-v3dv-account-for-64bit-time_t-on-32bit-arches.patch that was applied upstream

- adjust 0002-meson.build-make-TLS-ELF-optional.patch

- fix patch fuzz

- DRI1 drivers have been removed! For all AMD/Nvidia Cards gallium-llvm is required

License-Update: removed references to deleted code.

RP: Fix dri PACKAGECONFIG reference to opengl instead

Signed-off-by: Markus Volk <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 325ea352a8326f3b35a8a591f8f7a7dfa890cbcb)

mesa: align target- and native build

Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit bfa40b777f08bab97263559a1f91200005eb180c)

mesa: Allow building Mesa's OpenCL through PACKAGECONFIG

Signed-off-by: Zoltán Böszörményi <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 78d17787eb4dd65dacde785dbb47359726c22173)

mesa: upgrade 22.0.0 -> 22.0.2

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit f3e9444968fd47b3c8e0b2ee7b1b17f43a6bd56b)

mesa: upgrade 22.0.2 -> 22.0.3

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 2f5831ec66c6a7e7b0f21a63cc46307aa68c5b96)

mesa.inc: package 00-radv-defaults.conf

this fixes:

ERROR: mesa-2_22.0.2-r0 do_package: QA Issue: mesa: Files/directories were installed but not shipped in any package:
  /usr/share/drirc.d/00-radv-defaults.conf
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
mesa: 1 installed and not shipped files. [installed-vs-shipped]

Signed-off-by: Markus Volk <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit e306dd7d300727852a2794cd78f3097d5999eb58)

mesa-demos: update 8.4.0 -> 8.5.0

Convert to meson, drop unsupported options.

Drop autotools-specific and glew-specific patches (glew support dropped upstream).
glu dependency is now x11-specific.
0012-mesa-demos-OpenVG-demos-with-single-frame-need-eglSw.patch dropped
as patched files removed upstream.

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit b9fc45915977c34b3a50e3d64347c2b247c49840)

mesa: backport a patch to support compositors without zwp_linux_dmabuf_v1 again

* the same will be needed for kirkstone

Signed-off-by: Martin Jansa <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 3857066550d77c2c8134326f7e9b28d0f4d78b7a)

mesa: update 22.0.3 -> 22.1.2

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit d5b2e40be6d6e4c52078ab5a087eefaa7330c320)

mesa: upgrade 22.1.2 -> 22.1.3

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit c10c10e99956231b9dfb98fbe4653c54aa5cddf1)

mesa: fix compile error when debug build enabled

It fails to compile mesa{,-native} when DEBUG_BUILD is enabled:

../mesa-22.1.3/src/compiler/nir/nir_inline_helpers.h: In function ‘nir_opt_move_block’:
../mesa-22.1.3/src/compiler/nir/nir_opt_move.c:55:1: error: inlining failed in call to
  always_inline ‘src_is_ssa’: indirect function call with a yet undetermined callee
 src_is_ssa(nir_src *src, void *state)
 ^~~~~~~~~~

Backport patch from mesa merge request to fix it.

Signed-off-by: Kai Kang <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 468715c42632a8467dc1f0abe0f3cd540de5f7c3)

mesa: upgrade 22.1.3 -> 22.1.5

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 53e96ef9dfb2248000d347e681d906cb20855371)

mesa: upgrade 22.1.5 -> 22.1.6

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 9ebbd72d3e9f8b717c41196f50c51dc06dca92c5)

mesa: Rework llvm handling

meson in mesa no longer uses WANT_LLVM_RELEASE and LLVM_CONFIG so drop
those. Instead, copy the llvm-config binary into the target sysroot which
allows the paths to be relocated to the target in question. This should allow
the llvm patch for YOCTO_ALTERNATE_EXE_PATH to be dropped assuming nothing
else relies upon it.

Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 1dfb29a66f0db673c9d6faffed9b5bd855b206e1)

mesa: add pipe-loader's libraries to libopencl-mesa package

clover needs those.

Signed-off-by: Andrey Konovalov <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 86dd7b1c968ad5d953771b5383e10ec50addc53c)

mesa: build clover with native LLVM codegen support for freedreno

Signed-off-by: Andrey Konovalov <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit fbd9d6643ff0b345fa0e3b369eabc0efefeac5e3)

mesa: upgrade 22.1.6 -> 22.2.0

- add PACKAGECONFIG to build vulkan beta drivers
- add PACKAGECONFIG for zink and build it along with vulkan
- remove TLS-ELF patch and the associated PACKAGECONFIG. It looks like its unneeded
- remove swrast_kms backport patch
- remove the patch that reverts the deprecation of drm_handle as it is not applicable. Still needed ?
- fix patch fuzz warnings

License file has been changed, but no change of licenses
https://gitlab.freedesktop.org/mesa/mesa/-/commit/e6392fcf3d8b8dd7e3a8427755d8be2f2332366a

Signed-off-by: Markus Volk <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit a85d0566c0e09e7ccd394c6465305ab97ce5973a)

mesa: only apply patch to fix ALWAYS_INLINE for native

0001-nir-nir_opt_move-fix-ALWAYS_INLINE-compiler-error.patch is not
needed by target mesa any more. But it still fails to compile
mesa-native without this patch when DEBUG_BUILD is enabled on Ubuntu
18.04 with gcc 7.5.0:

| ../mesa-22.1.6/src/compiler/nir/nir_inline_helpers.h: In function ‘nir_opt_move_block’:
| ../mesa-22.1.6/src/compiler/nir/nir_opt_move.c:55:1: error: inlining failed in call to
    always_inline ‘src_is_ssa’: indirect function call with a yet undetermined callee
|  src_is_ssa(nir_src *src, void *state)
|  ^~~~~~~~~~

So only apply it for mesa-native.

Signed-off-by: Kai Kang <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
(cherry picked from commit c6a6d0c2680799683d58968c2558a224f27caaa2)

mesa: Add native patch via a variable

This helps override the SRC_URI in entirety if needed by
and overriding recipe

Signed-off-by: Khem Raj <[email protected]>
Cc: Kai Kang <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
(cherry picked from commit 42a0cb57503dff5ac2404f83353661fe9f987e5d)

mesa: update 22.2.0 -> 22.2.2

- add a PACKAGECONFIG for perfetto support

Signed-off-by: Markus Volk <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit cbcaff0b4cc349706b9847f4262746b43adba209)

mesa: upgrade 22.2.2 -> 22.2.3

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
(cherry picked from commit d7037207e5c7d93031311b3ad88e4548ce8bb47a)

mesa: enable glvnd support

Allows mesa to be built with glvnd support.
Thus, creates libEGL_mesa.so* and libGLX_mesa.so*
mesa(vendor) libraries meant to coexist with vendor
neutral dispatch libraries from libglvnd.

Signed-off-by: Vincent Davis Jr <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
(cherry picked from commit 1c0577d66b5c26b9b248797f17d652daf6d9dfd1)

mesa: update 22.2.3 -> 22.3.3

gallium-xvmc option removed upstream

Remove 0001-futex.h-Define-__NR_futex-if-it-does-not-exist.patch
as upstream code no longer uses these definitions.

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 3bf4341ef6a681574a1c6f393bf241f412e26eac)

mesa: allow mesa (gbm) to compile without backend

Commit introduces a patch that allows for gbm to
be built with an empty backend. There are situation
where mesa-gl is the preferred provider for virtual/libgbm,
virtual/libgl, virtual/mesa, etc... But the x11 DISTRO_FEATURE
isn't included this leads to build errors such as

| /../../../ld: src/gbm/libgbm.so.1.0.0.p/main_backend.c.o: in function
`find_backend':
| backend.c:(.text.find_backend+0xa4): undefined reference to
`gbm_dri_backend'
| /../../../ld:
src/gbm/libgbm.so.1.0.0.p/main_backend.c.o:(.data.rel.ro.builtin_backends+0x4):
undefined reference to `gbm_dri_backend'
| collect2: error: ld returned 1 exit status

Add patch to bypass compilation issue by excluding gbm dri backend.

https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20447
https://gitlab.freedesktop.org/mesa/mesa/-/commit/842ca284650f066e58706741a7d22d67b5088e60

Commit also includes the use of TARGET_CFLAGS variable in mesa-gl recipe
to fix bellow compilation bug.

/../recipe-sysroot/usr/include/xf86drm.h:40:10: fatal error: drm.h: No such file or directory
|    40 | #include <drm.h>

Signed-off-by: Vincent Davis Jr <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 00a662c5e28235fb64348aab4ce9aeb5e7f95d06)

mesa: update submitted patch with backported version

* this version was merged to main in:
  https://gitlab.freedesktop.org/mesa/mesa/-/commit/267dd1f4d571ee606141aa66f1665aa152b4e911
  and cherry-picked to staging/23.0 as well in:
  https://gitlab.freedesktop.org/mesa/mesa/-/commit/54cfb552abc50e8167cdc46d87455a9a414d7c65

  and as a bonus it doesn't break the build with DEBUG_BUILD
  for newer toolchain, so we can apply it for target build as well, see:
  https://lists.openembedded.org/g/openembedded-core/message/169002
  https://lists.openembedded.org/g/openembedded-core/message/170930

Signed-off-by: Martin Jansa <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit fa8826a325cf18f22ea7a282a29c83f7c5819adb)

mesa: update 22.3.3 -> 22.3.5

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit c7f623a9ef6809db60a792b0e2bd1f41c421a8b3)
mansr added a commit to victronenergy/openembedded-core that referenced this issue Jan 10, 2024
Rolled-up cherry-pick of the following commits:

mesa: enable x11 for native/nativesdk

This was found to be necessary for libsdl-native to enable opengl, as otherwise
the opengl check would fall through to the host with unpredictable outcome.

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 53fb4937e5c2b293e6bdbbceb37b1080aa5db630)

mesa: Add PACKAGECONFIG knob to enable VAAPI

The previously added libva-initial recipe makes it possible and
trivial.

Signed-off-by: Böszörményi Zoltán <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 1169238a4586852f807a63d9e70a8a556d84dac6)

mesa: Add PACKAGECONFIG knob to enable VDPAU state tracker and drivers

Signed-off-by: Böszörményi Zoltán <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 7ea4c7c32cbad1743852c27a2f0a87d6cf5a1820)

mesa: upgrade 20.0.2 -> 20.0.7

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 78d18527acb2310a474136ccd0345aaa9ef12fa5)

mesa: merge the .bb content into .inc

This allows automated version updates to the recipe,
as mesa-gl.bb no longer has to include the main mesa.bb.

Bump mesa-gl to 20.0.7 at the same time.

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 39aba6948e04f1ee9bb4069be16f68bcfdbbeac4)

mesa: update 20.0.7 -> 20.1.2

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 2ee962186176c5ecb34c670e76415d4321affe76)

mesa: enable freedreno Vulkan driver if freedreno is enabled

If freedreno is enabled in PACKAGECONFIG, enable respective Vulkan
driver.

Signed-off-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit eee63fdddaf74e548c362050f57e1d67eba1ba5d)

mesa: update 20.1.2 -> 20.1.4

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 5774386700196499eb6d29b93158165ad9c4c15c)

mesa: upgrade 20.1.4 -> 20.1.5

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 993ac1a32932f2ebb571717769f654941e33c051)

mesa: update 20.1.5 -> 20.1.6

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 28a0c267bde3710f0debe1a9a857c6387d090e23)

mesa: update 20.1.6 -> 20.1.8

Signed-off-by: Aníbal Limón <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 166276bc6ad44d05b2b79ddef2ed3de3a2236631)

mesa: Fix build on 32bit arches supporting 64bit time_t only

Fixes
../mesa-20.1.8/src/util/futex.h:47:19: error: use of undeclared identifier 'SYS_futex'; did you mean 'sys_futex'?
   return syscall(SYS_futex, addr1, op, val1, timeout, addr2, val3);
                  ^~~~~~~~~
                  sys_futex

Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 21bdff510a7673ccf7f27f551b641a5ba84d656c)

mesa: update 20.1.8 -> 20.2.1

Build tweaks:
- drop separate dri option and the patch that adds it; just setting -Ddri-drivers='' is enough
- strip leading/trailing commas from drivers' lists, as upstream no longer allows blank entries if the list
is not empty (e.g. -Ddri-drivers=,driver1,driver2 is now producing an error).
- drop the long-obsolete llvm 3.3/3.2 logic

License-Update: reformatted into rst
Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 8682024ef029241c75e224174fd0b93835f88df3)

mesa: fix a build race

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit df243fa624f3acf20abc7574909bd43db2ed9d12)

mesa: Add xcb-fixes to loader when using x11 and dri3

Backport fix for undefined symbol for xcb_xfixes_create_region in loader_dri3_helper.c.

Signed-off-by: Tom Hochstein <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit fd55d41c9d2e79fd7f7665107d1640a2dd9a3dc3)

mesa: Update 20.2.1 -> 20.2.4

This commit adds the changes of 20.2.2, 20.2.3 and 20.2.4 bug fix
releases.

Signed-off-by: Fabio Berton <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 9c39a1360d81264e867242f238f6d14fdb395e96)

mesa: remove patch disabling asm

This was originally added for musl only [1]. Upstream has removed this
option but we reverted that change during an upgrade to fix certain
musl specific compile time issues [2].

I compile tested without this patch on musl-x86 and musl-x86-64 and
don't see the warnings anymore. Similar textrel issues were fixed
upstream so perhaps those helped [3].

[1] https://git.yoctoproject.org/cgit/cgit.cgi/poky/commit?id=68bf128e901e89d5b49a28b15d5083b2bf6b536f
[2] https://www.openembedded.org/pipermail/openembedded-core/2019-November/289222.html
[3] https://gitlab.freedesktop.org/mesa/mesa/-/commit/45206d7673adb1484cbdb3eadaf82e0849c9cdcf?merge_request_iid=1974

Signed-off-by: Anuj Mittal <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit a7bd1c3ca4d2f8a5e230b19517af1c52aec35f3e)

mesa.inc: switch true/enabled false/disabled

A number of options have been switched from true/false to enabled/disabled and
the older usage is deprecated, as is seen in the configuration logs:

	../mesa-20.3.1/meson.build:92: WARNING: gles1 option "true" deprecated, please use "enabled" instead.
	../mesa-20.3.1/meson.build:100: WARNING: gles2 option "true" deprecated, please use "enabled" instead.
	../mesa-20.3.1/meson.build:119: WARNING: shared-glapi option "true" deprecated, please use "enabled" instead.
	../mesa-20.3.1/meson.build:381: WARNING: gbm option "true" deprecated, please use "enabled" instead.
	../mesa-20.3.1/meson.build:412: WARNING: egl option "true" deprecated, please use "enabled" instead.
	../mesa-20.3.1/meson.build:493: WARNING: dri3 option "false" deprecated, please use "disabled" instead.
	../mesa-20.3.1/meson.build:516: WARNING: gallium-vdpau option "false" deprecated, please use "disabled" instead.
	../mesa-20.3.1/meson.build:570: WARNING: gallium-xvmc option "false" deprecated, please use "disabled" instead.
	../mesa-20.3.1/meson.build:691: WARNING: gallium-va option "false" deprecated, please use "disabled" instead.
	../mesa-20.3.1/meson.build:727: WARNING: gallium-xa option "false" deprecated, please use "disabled" instead.

Signed-off-by: Trevor Woerner <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit acf78fd3d03e4fe07ee4ad677f178d17dc10ac7b)

mesa: update 20.2.4 -> 20.3.1

Two of the patches have been applied upstream:
	0001-meson-Add-xcb-fixes-to-loader-when-using-x11-and-dri.patch
	0005-vc4-use-intmax_t-for-formatted-output-of-timespec-me.patch

The 'surfaceless' platform is now enabled by default, therefore it is no
longer a valid choice. The meson build system is intelligent enough now to
decide if 'drm' needs to be enabled based on whether or not gbm is available.
Therefore 'drm' also is no longer a valid platform choice:

	ERROR: Options "drm, surfaceless" are not in allowed choices: "auto, x11, wayland, haiku, android, windows"

RP: Add missing mesa-gl upgrade
Signed-off-by: Trevor Woerner <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit de68fe9268092c0600a81bedfc805eaed9dcb87b)

mesa,mesa-gl: upgrade to 20.3.2

Upgrade mesa and mesa-gl recipes to version 20.3.2.

Signed-off-by: Dmitry Baryshkov <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 5ab325c18640dd6d17ac4592f3ba3e484a5bdb37)

mesa: upgrade 20.3.2 -> 20.3.4

Signed-off-by: Anuj Mittal <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit d9c368dcfe6476454aef33592f676b28537af2d9)

mesa: update 20.3.4 -> 21.0.0

0001-anv-fix-a-build-race-between-generating-a-header-and.patch
merged upstream.

osmesa is now a simple boolean option.

Swrast has been removed from dri drivers, so as we need at least one
driver to enable dri in native/nativesdk, replace it with nouveau
(which does not take long to build).

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit e4e4cc57a0a949400c557073af0cf78f977bd02d)

mesa-gl: Use swrast gallium driver

Fixes:
../mesa-21.0.0/meson.build:21:0: ERROR: Options "swrast" are not in allowed choices: "auto, i915, i965, r100, r200, nouveau"

with any driver enabled in DRIDRIVERS, do_configure fails with:
../mesa-21.0.0/meson.build:519:4: ERROR: Problem encountered: building dri drivers require at least one windowing system

even after enabling gallium and wayland PACKAGECONFIGs, move DRIDRIVERS_append* from
mesa.inc to mesa recipe.

Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Martin Jansa <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 2d0239c446be3e7f04c00e24f6c8ac1707440c8a)

mesa: update 21.0.0 -> 21.0.1

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit e72dc396f0e147b078160fae0ac43861eb60e76f)

mesa: gallium option requires libdrm

Previously it was pulled in via dri option, and there was
no configuration where gallium was enabled and dri was not.

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 1328556e9c0853babff45bf1bf67643d7ddfdabb)

mesa: enable dri in native/nativesdk through gallium drivers

Previously, dri was enabled via a token dri driver (swrast, then
nouveau). Upstream is discussing removing dri drivers altogether
(they're becoming difficult to support and only needed for obsolete
x86 hardware), so let's prepare for that happening in the future:

https://lists.freedesktop.org/archives/mesa-dev/2021-March/224984.html

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit d32add868ee5cb05c4fdbc0c30c7bb01070e683b)

mesa: upgrade 21.0.1 -> 21.0.2

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 58ad359da1b05820ea3dc4ae3f789ccb8991fc32)

mesa: upgrade 21.0.2 -> 21.0.3

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit a89ed8ce30a5830a0ac90aa633ec466b4e3a0ba1)

mesa: add lmsensors PACKAGECONFIG

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 1b470a5fe7c74938cac7c83cd104ca25182af6cc)

mesa: update 21.0.3 -> 21.1.1

License-Update: typo fix

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 2b91620cdb2047fd3df8e951a80142b67af85f26)

mesa: upgrade 21.1.1 -> 21.1.2

Changes:
Adam Jackson (1):
      zink/ntv: Don't call free() on ralloc'd memory

Alyssa Rosenzweig (3):
      panfrost: Fix the reads_dest prototype
      panfrost: Fix is_opaque prototype
      panfrost: Increase tiler_heap max allocation to 64MB

Anuj Phogat (1):
      intel/gfx12+: Add Wa_14013840143

Charmaine Lee (1):
      svga: fix texture rectangle sampling when no sampler view declaration is defined

Emma Anholt (2):
      i915g: Disable 3D-pipeline clears.
      i915g: Add support for the .Absolute flag on TGSI srcs.

Eric Anholt (1):
      i915g: Stop advertising support for indirect addressing in the FS.

Eric Engestrom (9):
      .pick_status.json: Update to 17861aff9614abfea3b8a8f111a114b26b351915
      pick-ui & .pick_status.json: rename `master_sha` to `main_sha`
      .pick_status.json: Update to b663c544177e9547793ee405887f0d41c50e6d1d
      .pick_status.json: Update to 507e8907af913ab7b89211240568b8002b3475f1
      .pick_status.json: Update to 3179daf61393ee8a0fac943b94335b114e34873b
      .pick_status.json: Update to 761383720617b46617bd278ec6015c9520f43f5c
      .pick_status.json: Update to 1199d86b2cccc38a101e63bdf9b60a7391f96092
      docs: add release notes for 21.1.2
      VERSION: bump for 21.1.2

Erik Faye-Lund (2):
      zink: use actual const for const offset
      util/prim_restart: revert part of bad fix

Erik Kurzinger (1):
      vulkan/device_select: avoid segfault on Wayland if wl_drm is unavailable

Georg Lehmann (1):
      radv: Fix compatible image handle type for dmabufs.

Ian Romanick (2):
      nir/algebraic: Remove some optimizations of comparisons with fsat
      nir/algebraic: Invert comparisons less often

Icecream95 (1):
      panfrost: Fix polygon list size computations

Italo Nicola (1):
      panfrost: fix GL_EXT_multisampled_render_to_texture regression

Jason Ekstrand (3):
      anv: Plumb the shader into push constant helpers
      anv: Support pushing shader constants
      intel/vec4: Don't spill fp64 registers more than once

José Fonseca (1):
      draw: Allocate extra padding for extra shader outputs.

Juan A. Suarez Romero (1):
      vc4: initialize array

Kenneth Graunke (2):
      i965: Don't advertise Y-tiled modifiers for scanout buffers on Gfx8-
      iris: Don't advertise Y-tiled modifiers for scanout buffers on Gfx8

Marek Olšák (3):
      ac/gpu_info: set has_zero_index_buffer_bug for Navi12 too
      radeonsi: add a gfx10 hw bug workaround with the barrier before gs_alloc_req
      radeonsi: disable DFSM on gfx9 by default because it decreases performance a lot

Mike Blumenkrantz (4):
      util/prim_restart: fix util_translate_prim_restart_ib
      aux/vbuf: prevent uint underflow and assert if no vbs are dirty
      aux/trace: fix set_inlinable_constants hook
      zink: remove weird lod hack for texturing

Nanley Chery (2):
      anv,iris: Port the D16 workaround stalls to BLORP
      intel/isl: Fix HiZ+CCS comment about ambiguates

Neha Bhende (2):
      svga: Add target and sampler_return_type info into shader key
      svga: Use shader_key info to declare resources if TGSI shader is missing it

Rhys Perry (3):
      aco: disallow SGPRs on DPP instructions
      radv: add radv_absolute_depth_bias
      radv: workaround incorrect depthBiasConstantFactor by Path of Exile

Robert Tarasov (1):
      iris: Check data alignment for copy_mem_mem

Samuel Pitoiset (4):
      aco: fix derivatives/intrinsics with SGPR sources
      radv: fix fast clearing DCC if one level can't be compressed on GFX10+
      aco: fix emitting discard when the program just ends
      radv: enable RADV_DEBUG=invariantgeom for Monster Hunter World

SureshGuttula (1):
      frontends/va/picture:Fix wrong reallocation even surface is protected

cheyang (1):
      virgl:Fix the leak of hw_res used as fence

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 6d7cde03cc26adb5e1642ddc90f58aae60de1cbc)

mesa: enable gallium intel drivers when building for x86

Iris is the default, recommended option for Skylake and newer nowadays,
i915 gallium is favoured over classic i915, and soon classic i965 will
be replaced by crocus gallium driver for i965-to-Haswell GPUs.

(From OE-Core rev: 670878b5919c2a67a2fea0b8e1f032e324fad5aa)

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
(cherry picked from commit 5fdc061856348c0dab4dea7cfc0e9fdc1c95d85f)

mesa: upgrade 21.1.2 -> 21.1.3

Changelog:

Bug fixes
* radv: ACO miscompiles a specific DIRT 5 shader
* Segfault in mtx_unlock/amdgpu_bo_slab_destroy
* [radeonsi] Incorrect rendering when using glDisable(GL_MULTISAMPLE) with multisample backbuffer
* kwin_x11 ring gfx_0.0.0 timeout
* [i965] regression: piglit.spec.arb_depth_buffer_float.fbo-depthstencil-gl_depth32f_stencil8-drawpixels

Changes
* classic/xlib: Fix the build after !9817
* radv: Don’t skip barriers that only change queues.
* radv: Actually return correct value for read-only DCC compressedness.
* radv: Allow DCC images to be compressed with foreign queues.
* llvmpipe: add the interesting bit of cpu detection to the cache.
* zink: Correct compiler issue with have_moltenvk member having been moved.
* .pick_status.json: Update to db83dc619c96c35a039f2d8a32e1a179c0f00d64
* .pick_status.json: Update to f884c2e3be363903a59dbee01868c7ad0bf0f346
* .pick_status.json: Update to 561f9ae74b2b7da06bb4830aaca8d017a3dd2746
* llvmpipe: fix edge-rule logic for lines
* anv: Clear all pending stall after pipe flush
* util: Zero out all of mask in util_set_thread_affinity
* panfrost: Use first_tiler to check if tiling is needed
* intel/vec4: Also use MOV_FOR_SCRATCH for swizzle resolves
* anv: Handle OOM in the pinned path in anv_reloc_list_add
* sparc: Avoid some redefinition warnings
* zink: ci updates
* anv: fix availability for copying timestamp query results
* util/vbuf: fix buffer overrun in attribute conversions
* zink: fix caching of shader variants with inlined uniforms
* zink: use scissor region for discarding clears during blit
* zink: fix typo that’s definitely not at all embarrassing or anything like that
* svga: Initialize pipe_shader_state for transform shaders
* docs/install: remove one extra when
* frontend/dri: set PIPE_BIND_PROTECTED later
* frontend/dri: fix bool/int comparison
* radeonsi: fix encryption check for buffers
* radeonsi: add a gfx10 bug workaround for NOT_EOP
* radeonsi: dirty msaa_config on rs->multisample_enable change
* winsys/amdgpu: don’t read bo->u.slab.entry after pb_slab_free
* aco: do not clause NSA instructions
* aco: don’t create 4 and 5 dword NSA instructions on GFX10
* aco: use v1b/v2b for ds_read_u8/ds_read_u16
* egl: zero is a valid fd
* freedreno/ir3: Fix use after free
* radv: enable RADV_DEBUG=invariantgeom for SotTR DX11/DX12 versions
* radv: emit PA_SC_CONSERVATIVE_RASTERIZATION_CNTL only on GFX9+
* aco: fix range checking for SSBO loads/stores with SGPR offset on GFX6-7
* aco: fix emitting literal offsets with SMEM on GFX7
* radv: do not launch an IB2 for secondary cmdbuf with INDIRECT_MULTI on GFX7
* radv: fix aligning the image offset by using align64()
* util/format: Change the pointer offset.
* aco/ra: Fix off-by-one-error in print_regs
* travis: Download XQuartz from GitHub.

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit e6e3570d9d555c0f2e62210a2163ae74cc495f2e)

libglu: upgrade 9.0.1 -> 9.0.2

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit f327885f1180e9338e0c909d3e591c3a6d57f6aa)

mesa: upgrade 21.1.3 -> 21.1.4

Bug fixes
    * [anv] GravityMark (benchmark) crashes on ANV
    * [opengl] We happy few not being rendered correctly
    * Factorio: GPU hang when opening machine inventory
    * RuneScape on Mesa 21.1.1 (VEGA10) has bad performance and leaks memory
    * Supraland: flickering black bars on ground
    * radv: GPU hang in Cyberpunk 2077 on Big Navi
    * [amdgpu][renoir][rx5500m]: [drm:0xffffffff8198ad5e] *ERROR* ring gfx timeout, signaled seq=10952, emitted seq=10954
    * [spirv-fuzz] SPIR-V parsing FAILED: Invalid back or cross-edge in the CFG
    * panfrost Mount and Blade: Warband (glitches)
    * anv: dEQP-VK.robustness.robustness2*no_fmt_qual.null_descriptor.samples* fail

Changes
    * util/fossilize_db: Pull seek into lock.
    * util/fossilize_db: Split out reading the index.
    * util/fossilize_db: Do not lock the fossilize db permanently.
    * spirv: Fix handling of OpBranchConditional with same THEN and ELSE
    * nir/opt_if: Don’t split ALU for single block infinite loops
    * llvmpipe: Add handle export for resource_get_param
    * i965: fix regression in pipe control on g45
    * pick_status.json: Update to 977355c6e5efd781dde85d834172dd23cd4852f1
    * pick_status.json: Update to 40b67a292297606f0a7576e3ef4087028d5edd17
    * zink: do not unmap dt-buffers twice
    * zink: drop repeated usage-bit
    * zink: do not check buffer-format for usage-bits
    * zink: remove unused moltenvk functions
    * libgl-gdi: add missing include
    * aux/trace: fix bool argument
    * ci/windows: work around meson encoding issues
    * intel/fs: Teach IR about EOT instruction writing the accumulator implicitly on TGL+.
    * intel/fs: Fix synchronization of accumulator-clearing W/A move on TGL+.
    * pan/mdg: Add a bundle ID to instructions
    * pan/mdg: Reorder some code in mir_spill_register
    * pan/mdg: Fill from TLS before spilling non-SSA nodes
    * pan/mdg: Fix reading a spilt register in the bundle it’s written
    * pan/mdg: Add 16 bytes of padding to the end of shaders
    * intel/nir: Fix txs for null surfaces
    * spirv: Create acceleration structure and shader record variables
    * nv50/ir: fix surface lowering when values get shared accross operations
    * anv: Fix dynamic primitive topology for tess on Gfx7.x too
    * anv: allocate bigger batches as we grow command buffers
    * mesa: unreference zombie buffers when creating buffers to lower memory usage
    * compiler/glsl: Use mutex lock while freeing up mem_ctx
    * anv: fix dynamic primitive topology for tess
    * zink: handle custom border color without matching wrap mode case
    * radeonsi: skip instance_count==0 draws on <= GFX9
    * radeonsi: disable ngg culling on llvm < 12
    * radv: reject binding buffer/image when the device memory is too small
    * radv: always decompress both aspects of a depth/stencil image
    * amd/addrlib: remove Meson debug message()
    * radeon/vcn/enc: Add missing line to HEVC SPS header code
    * util: add work around for the game We Happy Few
    * ac/nir: Update TCS output barriers with nir_var_mem_shared.
    * radv/llvm: Emit s_barrier at the beginning of NGG non-GS shaders.
    * aco/gfx10: NGG zero output workaround for conservative rasterization.
    * aco/gfx10: Emit barrier at the start of NGG VS and TES.

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit b6fbe138f4d359fb5ed5fb0968f6be8f04f8eca6)

mesa: upgrade 21.1.4 -> 21.1.5

Bug fixes
  * [build error] macros.h:88:26: error: size of unnamed array is negative
  * Game Issue: Nuclear Throne crashes in RadeonSI
  * Crash in glLinkProgram while trying to craft the link error
  * Shader compilation memory leaks
  * Wolfenstein II: The New Colossus - Screen goes black in some cases
  * SpaceEngine in Steam Proton cannot start with Mesa >=20.3
  * [bisected] KDE plasma menu text renders like stretched strangely [amdgpu]
  * Luna Sky Crashes on Launch
  * Mesa crashes on undefined texture behaviour
  * Mesa crashes on undefined texture behaviour
  * cache_test uses uninitialized stack memory

Changes
  * nir: Fix constant folding for irhadd/urhadd
  * ac/surface: Handle non-retiled displayable DCC correctly for modifiers.
  * ir3: Fix infinite loop in scheduler when splitting
  * glsl: Prohibit implicit conversion of mem parameter in atomicOP functions
  * draw: fix tessellation output vertex size calculation
  * .pick_status.json: Update to e4f762ac346f31fc1fd201aecdc375348be5075f
  * zink: mark a bunch of zink-piglit-quick_gl tests as flakes
  * .pick_status.json: Update to c704bb630d21e0a30500e9d8f42493ede3cc55ae
  * .pick_status.json: Mark e5d158881b3e12270521d7081b4bba0ac2108d2e as denominated
  * softpipe: add missing sentinel to debug option array
  * iris: Don’t leak the surface if uncompressed re-interp fails
  * intel/perf: use the right popcount for 64bits
  * ac/surface/tests: fix the ARM build
  * radeonsi,radv: fix a late alloc deadlock with <= 6 CUs per SA
  * Convert most remaining free-form fall-through comments to FALLTHROUGH
  * osmesa: Replace default case FALLTHROUGH annotation by following return
  * Fix up leftover “state_trackers” references to “frontends”
  * radeonsi: fix fb_too_small condition
  * radeonsi/gfx7: always sync pfp/me
  * ac/surface: don’t print stencil info if tex has no stencil
  * radeonsi/driconf: add workaround for SpaceEngine
  * st/mesa: fix size miss match for some check
  * freedreno: Consolidate needs_flush and clearing last_fence
  * freedreno/a6xx: Fix framebuffer_barrier crash
  * radv: disable DCC for DOOM 2016 and Wolfenstein II
  * aco: fix shared_atomic_comp_swap if the second source isn’t a VGPR
  * nir: return progress from nir_lower_packing
  * nir/ifind_msb_rev: fix input check
  * broadcom/compiler: fix add vs. mul
  * util/tests: initialise key in cache_test
  * mesa: don’t crash on incorrect texture use
  * i965: don’t crash on incorrect texture use
  * util/driconf: add new ignore_write_to_readonly_var workaround
  * util: add some workarounds for the game Luna Sky
  * glsl: force_glsl_version to shaders with no defined version
  * util/radeonsi: add radeonsi workaround for Nuclear Throne
  * st/xa: Mark default xa_get_pipe_format case unreachable.
  * intel: fix leaking memor
  * y on shader creation

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
(cherry picked from commit ff0612d0030e4af5233b846e218334cea9cabf17)

mesa: Fix v3d & vc4 dmabuf import

Mesa would unnecessarily fail in the v3d and vc4 driver if a dmabuf
could not imported for scanout. In particular, this meant the
weston-simple-dmabuf-egl test program would fail on a Raspberry Pi.

Signed-off-by: Joshua Watt <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 6396c42df4609b4515f197926388ff4acb11fe52)

mesa/drm: use new override syntax

mesa: Define a fallback for DRIDRIVERS

Some machines may not define this variable, in such cases bitbake fails
to parse

run.do_configure.3766843: line 164: -Ddri-drivers=${@strip_comma('${DRIDRIVERS}')}: bad substitution

Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit b68790713fee4de4fa81762526b941ba76b66866)

mesa: upgrade 21.1.5 -> 21.1.7

Joshua's vc4/v3d/dma-patch was applied in 21.1.7

Release notes 21.1.7:

Bug fixes
    Miscompilation of a switch case
    [radeonsi][regression] CPU is being used ~10 times more than usual after c5478f9067f.
    dEQP-VK.wsi.android.swapchain.create#image_swapchain_create_info crash on Android R
    The image is distorted while use iGPU(Intel GPU) rendering and output via dGPU (AMD GPU)
    lima: regression in plbu scissors cmd
    Incorrect rendering
Changes
    pan/bi: Restrict swizzles on same cycle temporaries
    nir/lower_mediump_io: Don’t remap base unless needed
    nir/lower_mediump: Fix metadata in all passes
    util/fossilize_db: Update parsed_offset correctly.
    util/fossilize_db: Reset file position to parsed_offset on cache_offset read failure.
    util/fossilize_db: Flush files after header write.
    util/fossilize_db: Be conservative about header length check for locking.
    util/fossilize_db: Only allocate entries after full read.
    util/fossilize_db: Use uint64_t for file size.
    util/fossilize_db: Unlock the cache file if the entry already exists.
    util/fossilize_db: Add extra flock mutex.
    radv: Allocate space for inline push constants.
    vulkan/wsi/x11: do not inherit last_present_mode
    ir3: Preserve gl_ViewportIndex in the binning shader
    teximage: return correct desktop GL error for compressedteximage
    intel/fs: restrict max push length on older GPUs to a smaller amount
    virgl: disable anisotropic filtering.
    freedreno/ir3: Add build id to the disassembler test
    .pick_status.json: Update to 7055282231cdad23e7b23fb49a2f953a99797f8a
    .pick_status.json: Update to 2f06642b06c94f07f4bfe3df32b25659428c9144
    .pick_status.json: Mark 6ccf11ac2b951963407601b5b1109b45a972e48e as denominated
    .pick_status.json: Update to 2f06642b06c94f07f4bfe3df32b25659428c9144
    .pick_status.json: Update to 353e6323936b812884fa677c25bdba91554881b7
    .pick_status.json: Update to 4128acdee32eadfef1fb8c3c3ce2e512a267cdf4
    pick-ui: drop assert that optional argument is passed
    pick-ui: show nomination type in the UI
    pick-ui: show commit date
    lima: avoid crash with negative viewport values
    zink: make codegen compatible with python 3.5
    mesa/main: Check for fbo attachments when importing EGL images to textures
    v3d, vc4: Fix dmabuf import for non-scanout buffers
    gallium/hud: initialize query
    nv30: fix emulated vertex index buffers
    gallium: Reset {d,r}Priv in dri_unbind_context
    loader/dri3: create linear buffer with scanout support
    anv: fix submission batching with perf queries
    anv: don’t try to access Android swapchains
    renderonly: don’t complain when GPU import fails
    etnaviv: always try to create KMS side handles for imported resources
    glsl: evaluate switch expression once
    zink: use array size in spirv bo length calculations
    etnaviv: fix gbm_bo_get_handle_for_plane for multiplanar images
    clover/spirv: Properly size 3-component vector args
    clover/nir: Set constant buffer pointer size to host
    gallium/va: don’t use key=NULL in hash tables
    amd/registers: fix fields conflict detection
    radeonsi: don’t create an infinite number of variants
    nir/algebraic: fix imod by negative power-of-two
    radv: fix selecting the first active CU when profiling with SQTT
    etnaviv: fix renderonly check in etna_resource_alloc
    etnaviv: fail in get_handle(TYPE_KMS) without a scanout resource
    freedreno: fail in get_handle(TYPE_KMS) without a scanout resource
    panfrost: fail in get_handle(TYPE_KMS) without a scanout resource
    lima: fail in get_handle(TYPE_KMS) without a scanout resource
    nine: Fix assert in tx_src_param
    intel/compiler: make sure swizzle is applied to if condition
    glsl: Add operator for .length() method on implicitly-sized arrays
    glsl: Properly handle .length() of an unsized array
    gallium/vl: don’t leak fd in vl_dri3_screen_create

Release notes 21.1.6:

Bug fixes
    [RADV] FSR in Resident Evil: Village looks very pixelated on Polaris
    Crash in update_buffers after closing KDE “splash screen” downloader
    Crash in update_buffers after closing KDE “splash screen” downloader
    radeonsi: persistent, read-only buffer maps are slow to read
    substance painter flickering with jagged texture and masks shown black
    radv: FP16 mode in FidelityFX FSR doesn’t look right
    [RADV] Blocky corruption in Scarlet Nexus and vkd3d-proton 2.4
    Radeon RX580 and 5700 XT: Reloading ARB assembly shaders causes very glitchy rendering

Changes
    targets/graw-xlib: Add missing dep_x11
    egl/surfaceless: try kms_swrast before swrast
    meson: allow egl_native_platform to be specified
    freedreno/computerator: Fix local_size typo
    aco/optimizer: ensure to not erase high bits when propagating packed constants
    egl/wayland: Error on invalid native window
    egl/wayland: Allow EGLSurface to outlive wl_egl_window
    softpipe/aniso: move DDQ calculation to after scaling.
    llvmpipe: add support for time elapsed queries.
    .pick_status.json: Mark a9c9a9938d6d2ead6f08ccf5256c95801fbc864f as backported
    .pick_status.json: Update to 376fb4f55f080929df8ca5a2a975fc88a00eec06
    .pick_status.json: Update to 1d6c790f9f6c373e667de955822b1048c7073ba3
    .pick_status.json: Update to 73262d4bd4a4637a332264a165c62ce3209d03fb
    zink: remove duplicate format-mapping on little-endian
    vulkan: do not map zero-sized region of memory
    vulkan: allocate host-visible memory for swapchain images
    nir/gcm: Clear out pass_flags before starting
    iris: Re-emit MEDIA_VFE_STATE for variable group size shaders
    anv: Handle errors properly in anv_i915_query
    v3d/driconf: Expose non-MSAA texture limits for mutter and gnome-shell
    lavapipe: Use common Vulkan format helpers
    broadcom/compiler: emit TMU flush before a jump
    nv50/ir/nir: fix smem size for GL
    radeonsi: don’t expose no-attachment MSAA 16x on all 1 RB chips due to issues
    st/mesa: always use PIPE_USAGE_STAGING for GL_MAP_READ_BIT usage
    egl/android: include “util/compiler.h” for FALLTHROUGH macro
    util/foz: stop crashing on destroy if prepare hasn’t been called
    radeonsi: Check aux_context on si_destroy_screen()
    mesa: clear shader_info::is_lowered in prog_to_nir
    mesa: fix bindless uniform samplers update
    aco: don’t create v_madmk_f32/v_madak_f32 from v_fma_legacy_f16
    freedreno/ir3: Don’t force RTNE if rounding mode is undefined
    radv: only init the TC-compat ZRANGE metadata for the depth aspect
    glsl: replace some C++ code with C
    util: add workaround for Full Bore
    glsl: relax rule on varying matching for shaders older than 4.20
    lima: handle fp16 vertex formats

Signed-off-by: Andreas Müller <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit ce202e5f3f0eaceec2e23ebd1697f73c9fa00aaf)

mesa: upgrade 21.1.5 -> 21.2.1

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 0d0a0902fe8db8a87c16be3b722e3b8d5f193785)

mesa: fix build on Arm V5 with soft float

Since 80923e8d ("util/format: Add some NEON intrinsics-based
u_format_unpack.") upstream the build fails on Arm platforms which use
the soft-float ABI, such as qemuarmv5:

 arm_neon.h:31:2: error: #error "NEON intrinsics not available with the
 soft-float ABI.  Please use -mfloat-abi=softfp or -mfloat-abi=hard"

Take a patch from upstream to check the ABI being used before trying to
use NEON instructions.

Signed-off-by: Ross Burton <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit f3d82abb781c2642a50a60033641194d1e40c212)

mesa: enable crocus driver for older intel graphics

See here for the full story:
https://www.phoronix.com/scan.php?page=news_item&px=Intel-Crocus-Default-Gallium3D

Once crocus does become the default over i965, upstream is likely to retire
classic pre-gallium drivers altogether, which (with the exception of
i965, superseded by crocus) are all for retrocomputing hardware.

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit dfc5f935b5b1759f73b2ddd86d2b291436dbc705)

mesa: Enable svga for x86 only

Enable svga only on x86/x86_64 since some arches e.g. riscv64 do not
support it

Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit d7d380a45ab0efedcba33baaae37589da4d25a2b)

mesa: upgrade 21.2.1 -> 21.2.4

Contains 'Make YUV formats we're going to emulate external-only' [1]
was applied in 21.2.4. This fixes red label issues on video for VC4,
Freedreno and others.

Deletes meta/recipes-graphics/mesa/files/without-neon.patch [2]
already in Mesa since 21.2.

Release notes:

* 21.2.2: https://docs.mesa3d.org/relnotes/21.2.2.html
* 21.2.3: https://docs.mesa3d.org/relnotes/21.2.3.html
* 21.2.4: https://docs.mesa3d.org/relnotes/21.2.4.html

[1] https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13038
[2] https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12569

Signed-off-by: Pablo Saavedra <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 51fccaa16a3cb78ace077ba593b6cdde5e085528)

mesa: upgrade 21.2.4 -> 21.2.5

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 24e8b9af5188405fdc72e42c26d95f0749e91a0c)

mesa: Add PACKAGECONFIG option for broadcom v3d Vulkan driver

Enables building the Vulkan 1.1 compliant v3d driver.

Signed-off-by: Joel Winarske <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 8cc28b231b821bb9669eb3980281d27399f378be)

mesa-demos: drop glx option and patch

As far as I can see the x11 option does the same thing.

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit a904c9492e86be39fcdd244e8f4b9768861c0e77)

mesa-demos: mark glew/glu patch as non-upstreamable

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit c5a101f14b469b92d2a2caf653fba7078abc6a45)

mesa: upgrade 21.2.5 -> 21.3.0

New features:
VK_EXT_color_write_enable on lavapipe
GL_ARB_texture_filter_anisotropic in llvmpipe
Anisotropic texture filtering in lavapipe
VK_EXT_shader_atomic_float2 on Intel and RADV.
VK_EXT_vertex_input_dynamic_state on RADV.
VK_KHR_timeline_semaphore on lavapipe
VK_EXT_external_memory_host on lavapipe
GL_AMD_pinned_memory on llvmpipe
GL 4.5 compatibility on llvmpipe
VK_EXT_primitive_topology_list_restart on RADV and lavapipe.
ES 3.2 on zink
VK_KHR_depth_stencil_resolve on lavapipe
VK_KHR_shader_integer_dot_product on RADV.
OpenGL FP16 support on llvmpipe
VK_KHR_shader_float16_int8 on lavapipe
VK_KHR_spirv_1_4 on lavapipe
Experimental raytracing support on RADV
VK_KHR_synchronization2 on Intel
NGG shader based culling is now enabled by default on GFX10.3 on RADV.
VK_KHR_maintenance4 on RADV
VK_KHR_format_feature_flags2 on RADV.
EGL_EXT_present_opaque on wayland

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 5b5d29650b7fc2183df5129ef7f7ba855699b57c)

mesa: Fix build on ARM systems without Neon

See [1]

[1] https://github.com/YoeDistro/yoe-distro/issues/626

Signed-off-by: Khem Raj <[email protected]>
Cc: Ross Burton <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 48c898ae4e885d9f3af894d77946e5eb3a498112)

mesa: Fix broadcom vulkan driver build on 32bit arches with 64bit time_t

Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 42067ccbf465197ab8d5d6be6d15b71a526decf8)

mesa: Define broadcom packageconfig knob

Fixes
ERROR: mesa-2_21.3.0-r0 do_configure: QA Issue: mesa: invalid PACKAGECONFIG: broadcom [invalid-packageconfig]

Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 6add96e4af46eaabb6c70e3ce3a27a4b198d7cb6)

mesa: upgrade 21.3.0 -> 21.3.1

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 1970fd5764adff10a5d7e643aeea7ce40d318f26)

mesa: PROVIDES virtual/libgles3

It's assumed that not all OpenGL ES implementation are compliant with
the 3.x specification. Therefore an additional virtual providers is
created to explicit compatibility with OpenGL ES 3 specification.

Cc: Quentin Schulz <[email protected]>
Signed-off-by: Quentin Schulz <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 405cd7a37988ced627fe6ad6fd3089c17f59367e)

mesa: make ligles3-dev RDEPENDS on libgles2-dev

Khronos documentation[1] says that include/GLES2/gl2ext.h can be used
for OpenGL ES 3 specification as well as for OpenGL ES 2.
There can be applications including GLES2/gl2ext.h instead of
GLES3/gl3ext.h meaning we should probably bring in GLES2/gl2ext.h if
someone asks for development package of libgles3.

[1] https://www.khronos.org/registry/OpenGL/index_es.php#headers

Cc: Quentin Schulz <[email protected]>
Signed-off-by: Quentin Schulz <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 8adf941a8a2b5b3fe5e4e3313856b725e28d5370)

mesa: 21.3.1 -> 21.3.3

Upgrade to 21.3.3 stable release. It includes bugfixes and minor
improvements, for more detailed information about the included changes
refer to the specific release notes:

 - 21.3.2: https://docs.mesa3d.org/relnotes/21.3.2.html
 - 21.3.3: https://docs.mesa3d.org/relnotes/21.3.3.html

Signed-off-by: Otavio Salvador <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 6982e2d66bd8296a3f67c72636ce015d328377d0)

mesa: upgrade 21.3.3 -> 21.3.4

Changelog:
==========
Bug fixes
---------
i965: gen5 exposes EXT_texture_integer incorrectly
[radeonsi, regression, bisected]: Rendering issues with Factorio
mesa >= 21.x (with llvmpipe) will break the game JVGS
Panfrost - RK3399 - FACTORIO - glitches everywhere
Baldurs Gate 3 (Patch 6) - ribbon-like artifacts on textures
Game Starsector crashes under certain circumstances with mesa 21.3.+
FreeSpace models incorrectly rendered on Polaris cards, causing system freeze
Incomplete evaluation of nested DEFINE macros
[r300g, bisected] piglit glsl-fs-discard-04 fails
Panfrost G52 Firefox terrible glitches on youtube playback

Changes
-------
pan/bi: Fix load_const of 1-bit booleans
gallium/util: Add pixel->blocks box helper
lima,panfrost: Correct pixel vs block mismatches
radv: Set optimal copy alignment to 1.
microsoft/compiler: Fix dxil_nir_create_bare_samplers()
ir3/ra: Fix logic bug in compress_regs_left
ir3: Bump type mismatch penalty to 3
aco: don't allow SDWA on VOP3P instructions
aco: validate VOP3P opsel correctly
tu: fix workaround for depth bounds test without depth test
intel/genxml/gen4-5: fix more Raster Operation in BLT to be a uint
crocus: fail resource allocation properly.
freedreno/afuc: Disable the disassembler on 32-bit builds.
i915g: Turn off FP16 in the vertex shaders.
r300: Fix omod failing to increase the number of channels stored.
nir_to_tgsi: Fix a bug in TXP detection after backend lowering.
pick_status.json: Update to 8a78706643ecad8a1f303cc9358873abc29978b4
pick_status.json: Mark 00bea38242d97e7ace1954f1bc7d32cbf0ce3ee0 as denominated
pick_status.json: Mark 2a0253b9b5d21c7571555abe3a1d851468a18740 as denominated
r300: fix handling swizzle in transform_source_conflicts
intel/compiler/test: Fix build with GCC 7
i965: Disable EXT_texture_integer on Gfx4 and Gfx5
Revert "anv: Stop doing too much per-sample shading"
anv: don't leave anv_batch fields undefined
anv: limit compiler valid color outputs using NIR variables
intel/dev: fixup chv workaround
etnaviv: initialize vertex attributes on context reset
etnaviv: drm: fix size limit in etna_cmd_stream_realloc
etnaviv: drm: properly handle reviving BOs via a lookup
zink: fix -Warray-bounds warning
radv: fix xfb query copy param ordering
zink: always unset vertex shader variant key data when changing last vertex stage
zink: add extra synchronization for buffer descriptor binds
zink: use device-local heap for sparse backing allocations
r300: Remove broken optimization in rc_transform_KILL
radeonsi/gfx8: use the proper dcc clear size
vbo/dlist: fix loopback crash
vbo/dlist: add vertices to incomplete primitives
radeonsi/gfx10: fix si_texture_get_offset for mipmapped tex
glapi: should not add alias function to static_data.py
aco: remove pack_half_2x16(a, 0) optimization
intel/fs: OpImageQueryLod does not support arrayed images as an operand
v3dv: Hotfix: Rename remaining V3DV_HAS_SURFACE->V3DV_USE_WSI_PLATFORM
radv: add drirc radv_disable_htile_layers and enable it for F1 2021
iris: unref syncobjs and free r/w dependencies array for slab entries
mesa: free idalloc storage for display lists
mesa: free vbo_save_vertex_list store prims
glsl/glcpp: make sure to expand new token after concatenation
venus: subtract appended header size in vn_CreatePipelineCache
Fix compilation on armv7l with gcc 11.2.0

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 3cdb743ec048aa06c10e0da0fb3feb1ca740b6e2)

mesa: upgrade 21.3.4 -> 21.3.5

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 956915d8829ce1db8e115cd31133ff0543e1054c)

mesa: upgrade 21.3.5 -> 21.3.6

Changelog:
=========
Bug fixes
---------
radv: CullDistance fail
i965: Segmentation fault during glinfo context destruction, regression in 21.3.x
Vulkan Wayland WSI returns empty surface formats
[REGRESSION][BISECTED] iris: Qutebrowser/QtWebEngine sporadically flashes the window in white
Flickering Intel Uhd 620 Graphics
Broken Terraria & Glitches in Forza Horizon 4

Changes
-------
Revert "nir/algebraic: distribute fmul(fadd(a, b), c) when b and c are constants"
anv: Fix subgroupSupportedStages physical property
Revert "zink: handle vertex buffer offset overflows"
ir3: Fix copy-paste mistakes in ir3_block_remove_physical_predecessor()
ir3/cp: ir3: Prevent propagating shared regs out of loops harder
ir3: opt_deref in opt loop to remove unnecessary tex casts
crocus: find correct relocation target for the bo.
vulkan: Fix leak of error messages
pick_status.json: Update to cb781fc350108584116280fc597c695d2f476c68
pick_status.json: Mark 15e77504461a30038a054c87cc53a694171c9cf4 as denominated
pick_status.json: Mark 960e72417f3e8885699cf384f690853e14ba44da as denominated
intel/fs: Take into account region strides during SIMD lowering decision of SHUFFLE.
vulkan/wsi/wayland: Fix add_wl_shm_format alpha/opaqueness.
vulkan/wsi/wayland: Convert missing vulkan formats to shm formats.
vulkan/wsi/wayland: Add modifiers for RGB formats.
vulkan/wsi/wayland: Fix add_drm_format_modifier aplha/opaqueness.
anv/pass: Don't set first_subpass_layout for stencil-only attachments
vulkan/wsi: Set MUTABLE_FORMAT_BIT in the prime path
i965: Avoid NULL drawbuffer in brw_flush_front
intel/fs: don't set allow_sample_mask for CS intrinsics
intel/nir: fix shader call lowering
panvk: Fix pointer corruption in panvk_add_wait_event_syncobjs
zink: never use SpvOpImageQuerySizeLod for texel buffers
zink: reorder fbfetch flag-setting to avoid null deref
zink: fix vertex buffer mask computation for null buffers
zink: clamp tbo creation to maxTexelBufferElements
zink: add vertex shader pipeline bit for generated barrier construction
zink: fix waiting on current batch id
zink: cast image atomic op params/results based on image type
zink: use SpvScopeDevice over SpvScopeWorkgroup for atomic shader ops
zink: disable PIPE_SHADER_CAP_FP16_CONST_BUFFERS
llvmpipe: disable PIPE_SHADER_CAP_FP16_CONST_BUFFERS
llvmpipe: ci updates
zink: add VK_BUFFER_USAGE_CONDITIONAL_RENDERING_BIT_EXT for query binds
zink: fix PIPE_CAP_TGSI_BALLOT export conditional
zink: reject invalid draws
zink: min/max blit region in coverage functions
anv: Disable CCS_E for some 8/16bpp copies on TGL+
anv: Use ANV_FAST_CLEAR_DEFAULT_VALUE for CCS on TGL+
anv: Re-enable CCS_E on TGL+
iris: implement inter-context busy-tracking
aco: fix neg(abs(mul(a, b))) if the mul is not VOP3
aco: don't encode src2 for v_writelane_b32_e64
radv: fix R_02881C_PA_CL_VS_OUT_CNTL with mixed cull/clip distances
radv/winsys: fix missing buffer_make_resident() for the null winsys
tu: VkExternalImageFormatProperties is optional

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 05e45cb04e72d369aa6db1793cd010096db3cc09)

mesa: upgrade 21.3.6 -> 21.3.7

Changelog:
=========
Bug fixes
---------
lavapipe: dEQP-VK.spirv_assembly.instruction.compute.float16.arithmetic_3.step fails
ANV: Bad output from TransformFeedback . Regression from Mesa 21. Something to do with VB+XFB -> VB+XFB dependency?

Changes
-------
pan/bi: Avoid *FADD.v2f16 hazard in optimizer
pan/bi: Avoid *FADD.v2f16 hazard in scheduler
pan/bi: Lower swizzles on CSEL.i32/MUX.i32
panvk: Use more reliable assert for UBO pushing
radv: Fix preamble argument order.
ir3/spill: Fix simplify_phi_nodes with multiple loop nesting
lavapipe: fix sampler + sampler view leaks.
lavapipe: reference gallium fences correctly.
crocus: fix leak on gen4/5 stencil fallback blit path.
i915g: Initialize the rest of the "from_nir" temporary VS struct.
pick_status.json: Update to dabba7d7263be6ffb6f3676465e92c65952fa824
pick_status.json: Mark b07372312d7053f2ef5c858ceb1fbf9ade5e7c52 as denominated
gallivm/nir: Call nir_lower_bool_to_int32 after nir_opt_algebraic_late
nir: All set-on-comparison opcodes can take all float types
intel/fs: Don't optimize out 1.0*x and -1.0*x
spriv: Produce correct result for GLSLstd450Step with NaN
spirv: Produce correct result for GLSLstd450Modf with Inf
spirv: Produce correct result for GLSLstd450Tanh with NaN
nir: Properly handle various exceptional values in frexp
nir: Produce correct results for atan with NaN
nir: Add missing dependency on nir_opcodes.py
anv: Call vk_command_buffer_finish if create fails
dri: avoid NULL deref of DrawBuffer on flush
nir: fix lower_memcpy
anv/genxml/intel/fs: fix binding shader record entry
anv: don't set color state when input state was requested
ac/surface: add more elements to meta equations because HTILE can use them
lavapipe: use util_pack_color_union() for generating clear colors
aux/draw: fix llvm tcs lane vec generation
zink: always set VkPipelineMultisampleStateCreateInfo::pSampleMask
zink: always invalidate streamout counter buffer if not resuming
iris: Don't fast clear with the view format
r300: fix transformation of abs modifiers with negate
radeonsi: workaround Specviewperf13 Catia hang on GFX9
radeonsi: fix depth stencil multi sample texture blit
glx: fix pbuffer refcount init
radv/winsys: fix initializing debug/perftest options if multiple instances
intel/genxml: add PIPE_CONTROL field for L3 read only cache invalidation
anv: invalidate L3 read only cache when VF cache is invalidated
iris: invalidate L3 read only cache when VF cache is invalidated
iris: fix a leak on surface states
mesa/st: always use DXT5 when transcoding ASTC format
tegra: Use private reference count for sampler views
tegra: Use private reference count for resources
radv: Disable IB2 on compute queues.
venus: properly destroy deferred ahb image before real image creation

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 31daf916d218d5e6e95bac857cbeb0d44901e4b3)

mesa: make sure GLES3 headers are installed

Since there is no libgles3-mesa package that would pull in the headers,
add dependency to libgles2-mesa-dev. Now there no need to manually add
GLES3 headers to image or toolchain.

Signed-off-by: Samuli Piippo <[email protected]>
Signed-off-by: Ross Burton <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 7c6effef9d471efbaea76e23e91938687fcc661c)

Revert "mesa: make sure GLES3 headers are installed"

This reverts commit 7c6effef9d471efbaea76e23e91938687fcc661c.

It uses old overrides syntax which simply doesn't work.

(cherry picked from commit 9f741f8097b2098d393da1acb42836b59cff069b)

mesa: update to 22.0.0

- remove 0001-v3dv-account-for-64bit-time_t-on-32bit-arches.patch that was applied upstream

- adjust 0002-meson.build-make-TLS-ELF-optional.patch

- fix patch fuzz

- DRI1 drivers have been removed! For all AMD/Nvidia Cards gallium-llvm is required

License-Update: removed references to deleted code.

RP: Fix dri PACKAGECONFIG reference to opengl instead

Signed-off-by: Markus Volk <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 325ea352a8326f3b35a8a591f8f7a7dfa890cbcb)

mesa: align target- and native build

Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit bfa40b777f08bab97263559a1f91200005eb180c)

mesa: Allow building Mesa's OpenCL through PACKAGECONFIG

Signed-off-by: Zoltán Böszörményi <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 78d17787eb4dd65dacde785dbb47359726c22173)

mesa: upgrade 22.0.0 -> 22.0.2

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit f3e9444968fd47b3c8e0b2ee7b1b17f43a6bd56b)

mesa: upgrade 22.0.2 -> 22.0.3

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 2f5831ec66c6a7e7b0f21a63cc46307aa68c5b96)

mesa.inc: package 00-radv-defaults.conf

this fixes:

ERROR: mesa-2_22.0.2-r0 do_package: QA Issue: mesa: Files/directories were installed but not shipped in any package:
  /usr/share/drirc.d/00-radv-defaults.conf
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
mesa: 1 installed and not shipped files. [installed-vs-shipped]

Signed-off-by: Markus Volk <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit e306dd7d300727852a2794cd78f3097d5999eb58)

mesa-demos: update 8.4.0 -> 8.5.0

Convert to meson, drop unsupported options.

Drop autotools-specific and glew-specific patches (glew support dropped upstream).
glu dependency is now x11-specific.
0012-mesa-demos-OpenVG-demos-with-single-frame-need-eglSw.patch dropped
as patched files removed upstream.

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit b9fc45915977c34b3a50e3d64347c2b247c49840)

mesa: backport a patch to support compositors without zwp_linux_dmabuf_v1 again

* the same will be needed for kirkstone

Signed-off-by: Martin Jansa <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 3857066550d77c2c8134326f7e9b28d0f4d78b7a)

mesa: update 22.0.3 -> 22.1.2

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit d5b2e40be6d6e4c52078ab5a087eefaa7330c320)

mesa: upgrade 22.1.2 -> 22.1.3

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit c10c10e99956231b9dfb98fbe4653c54aa5cddf1)

mesa: fix compile error when debug build enabled

It fails to compile mesa{,-native} when DEBUG_BUILD is enabled:

../mesa-22.1.3/src/compiler/nir/nir_inline_helpers.h: In function ‘nir_opt_move_block’:
../mesa-22.1.3/src/compiler/nir/nir_opt_move.c:55:1: error: inlining failed in call to
  always_inline ‘src_is_ssa’: indirect function call with a yet undetermined callee
 src_is_ssa(nir_src *src, void *state)
 ^~~~~~~~~~

Backport patch from mesa merge request to fix it.

Signed-off-by: Kai Kang <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 468715c42632a8467dc1f0abe0f3cd540de5f7c3)

mesa: upgrade 22.1.3 -> 22.1.5

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 53e96ef9dfb2248000d347e681d906cb20855371)

mesa: upgrade 22.1.5 -> 22.1.6

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 9ebbd72d3e9f8b717c41196f50c51dc06dca92c5)

mesa: Rework llvm handling

meson in mesa no longer uses WANT_LLVM_RELEASE and LLVM_CONFIG so drop
those. Instead, copy the llvm-config binary into the target sysroot which
allows the paths to be relocated to the target in question. This should allow
the llvm patch for YOCTO_ALTERNATE_EXE_PATH to be dropped assuming nothing
else relies upon it.

Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 1dfb29a66f0db673c9d6faffed9b5bd855b206e1)

mesa: add pipe-loader's libraries to libopencl-mesa package

clover needs those.

Signed-off-by: Andrey Konovalov <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 86dd7b1c968ad5d953771b5383e10ec50addc53c)

mesa: build clover with native LLVM codegen support for freedreno

Signed-off-by: Andrey Konovalov <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit fbd9d6643ff0b345fa0e3b369eabc0efefeac5e3)

mesa: upgrade 22.1.6 -> 22.2.0

- add PACKAGECONFIG to build vulkan beta drivers
- add PACKAGECONFIG for zink and build it along with vulkan
- remove TLS-ELF patch and the associated PACKAGECONFIG. It looks like its unneeded
- remove swrast_kms backport patch
- remove the patch that reverts the deprecation of drm_handle as it is not applicable. Still needed ?
- fix patch fuzz warnings

License file has been changed, but no change of licenses
https://gitlab.freedesktop.org/mesa/mesa/-/commit/e6392fcf3d8b8dd7e3a8427755d8be2f2332366a

Signed-off-by: Markus Volk <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit a85d0566c0e09e7ccd394c6465305ab97ce5973a)

mesa: only apply patch to fix ALWAYS_INLINE for native

0001-nir-nir_opt_move-fix-ALWAYS_INLINE-compiler-error.patch is not
needed by target mesa any more. But it still fails to compile
mesa-native without this patch when DEBUG_BUILD is enabled on Ubuntu
18.04 with gcc 7.5.0:

| ../mesa-22.1.6/src/compiler/nir/nir_inline_helpers.h: In function ‘nir_opt_move_block’:
| ../mesa-22.1.6/src/compiler/nir/nir_opt_move.c:55:1: error: inlining failed in call to
    always_inline ‘src_is_ssa’: indirect function call with a yet undetermined callee
|  src_is_ssa(nir_src *src, void *state)
|  ^~~~~~~~~~

So only apply it for mesa-native.

Signed-off-by: Kai Kang <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
(cherry picked from commit c6a6d0c2680799683d58968c2558a224f27caaa2)

mesa: Add native patch via a variable

This helps override the SRC_URI in entirety if needed by
and overriding recipe

Signed-off-by: Khem Raj <[email protected]>
Cc: Kai Kang <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
(cherry picked from commit 42a0cb57503dff5ac2404f83353661fe9f987e5d)

mesa: update 22.2.0 -> 22.2.2

- add a PACKAGECONFIG for perfetto support

Signed-off-by: Markus Volk <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit cbcaff0b4cc349706b9847f4262746b43adba209)

mesa: upgrade 22.2.2 -> 22.2.3

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
(cherry picked from commit d7037207e5c7d93031311b3ad88e4548ce8bb47a)

mesa: enable glvnd support

Allows mesa to be built with glvnd support.
Thus, creates libEGL_mesa.so* and libGLX_mesa.so*
mesa(vendor) libraries meant to coexist with vendor
neutral dispatch libraries from libglvnd.

Signed-off-by: Vincent Davis Jr <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
(cherry picked from commit 1c0577d66b5c26b9b248797f17d652daf6d9dfd1)

mesa: update 22.2.3 -> 22.3.3

gallium-xvmc option removed upstream

Remove 0001-futex.h-Define-__NR_futex-if-it-does-not-exist.patch
as upstream code no longer uses these definitions.

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 3bf4341ef6a681574a1c6f393bf241f412e26eac)

mesa: allow mesa (gbm) to compile without backend

Commit introduces a patch that allows for gbm to
be built with an empty backend. There are situation
where mesa-gl is the preferred provider for virtual/libgbm,
virtual/libgl, virtual/mesa, etc... But the x11 DISTRO_FEATURE
isn't included this leads to build errors such as

| /../../../ld: src/gbm/libgbm.so.1.0.0.p/main_backend.c.o: in function
`find_backend':
| backend.c:(.text.find_backend+0xa4): undefined reference to
`gbm_dri_backend'
| /../../../ld:
src/gbm/libgbm.so.1.0.0.p/main_backend.c.o:(.data.rel.ro.builtin_backends+0x4):
undefined reference to `gbm_dri_backend'
| collect2: error: ld returned 1 exit status

Add patch to bypass compilation issue by excluding gbm dri backend.

https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20447
https://gitlab.freedesktop.org/mesa/mesa/-/commit/842ca284650f066e58706741a7d22d67b5088e60

Commit also includes the use of TARGET_CFLAGS variable in mesa-gl recipe
to fix bellow compilation bug.

/../recipe-sysroot/usr/include/xf86drm.h:40:10: fatal error: drm.h: No such file or directory
|    40 | #include <drm.h>

Signed-off-by: Vincent Davis Jr <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit 00a662c5e28235fb64348aab4ce9aeb5e7f95d06)

mesa: update submitted patch with backported version

* this version was merged to main in:
  https://gitlab.freedesktop.org/mesa/mesa/-/commit/267dd1f4d571ee606141aa66f1665aa152b4e911
  and cherry-picked to staging/23.0 as well in:
  https://gitlab.freedesktop.org/mesa/mesa/-/commit/54cfb552abc50e8167cdc46d87455a9a414d7c65

  and as a bonus it doesn't break the build with DEBUG_BUILD
  for newer toolchain, so we can apply it for target build as well, see:
  https://lists.openembedded.org/g/openembedded-core/message/169002
  https://lists.openembedded.org/g/openembedded-core/message/170930

Signed-off-by: Martin Jansa <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit fa8826a325cf18f22ea7a282a29c83f7c5819adb)

mesa: update 22.3.3 -> 22.3.5

Signed-off-by: Alexander Kanavin <[email protected]>
Signed-off-by: Luca Ceresoli <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
(cherry picked from commit c7f623a9ef6809db60a792b0e2bd1f41c421a8b3)
daregit pushed a commit to daregit/yocto-combined that referenced this issue May 22, 2024
See [1]

[1] YoeDistro/yoe-distro#626

(From OE-Core rev: 48c898ae4e885d9f3af894d77946e5eb3a498112)

Signed-off-by: Khem Raj <[email protected]>
Cc: Ross Burton <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
daregit pushed a commit to daregit/yocto-combined that referenced this issue May 22, 2024
See [1]

[1] YoeDistro/yoe-distro#626

(From OE-Core rev: 48c898ae4e885d9f3af894d77946e5eb3a498112)

Signed-off-by: Khem Raj <[email protected]>
Cc: Ross Burton <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
kraj added a commit that referenced this issue Aug 26, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-rockchip sources/meta-tegra sources/meta-ti sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-freescale 4c4483b3...52c1409d (3):
  > Merge pull request #1904 from hiagofranco/update_firmware-ele-imx
  > Merge pull request #1906 from nxp-upstream/bump_optee
  > Merge pull request #1907 from YoeDistro/yoe/mut

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded fc0264f0f...bea4bff82 (29):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2
  > bluealsa: Fix build on musl
  > libblockdev: Fix build with latest e2fsprogs
  > libspatialite: Upgrade to 5.1
  > libgsf: Fix build with libxml2 2.13+
  > raptor2: Do not use curl-config to detect curl
  > python3-pycocotools: Remove absolute paths from comments
  > python3-pycocotools: Downgrade numpy version needed to 1.x
  > python3-pycocotools: Use build pep517-backend
  > python3-pandas: Downgrade version check for numpy to 1.x
  > python3-pandas: upgrade 2.0.3 -> 2.2.2
  > zsh: update 5.8 -> 5.9
  > python3-psycopg: add v3.2.1
  > python3-automat: upgrade 22.10.0 -> 24.8.1
  > krb5: fix CVE-2024-26458 and CVE-2024-26461
  > bluealsa: upgrade 4.0.0+git -> 4.3.0
  > frr: Upgrade to 10.1 release
  > ftgl: Switch to maintained fork
  > python3-twisted: add python3-attrs to RDEPENDS
  > drgn: add new recipe
  > vdpauinfo: add recipe
  > nodejs: support cross compile without qemu user conditionally
  > mariadb: File conflicts for multilib
  > android-toold-adbd: Fix inconsistency between selinux configurations

* sources/meta-qcom e196055...b0df242 (4):
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel
  > Merge pull request #624 from YoeDistro/yoe/mut

* sources/meta-qt6 7b3ddba...3d79af8 (31):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...8c370b1 (1):
  > mesa,mesa-gl: Rename bbappend to match oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-rockchip dcb5079...e678960 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-tegra 1247115b...63ef5b0f (1):
  > mesa,mesa-gl: Rename bbappend to match oe-core

* sources/meta-ti e41f1e56...f8ccb207 (1):
  > trusted-firmware-a: Update to v2.11 release tag

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 94993b0ef4...cec1ed98f3 (82):
  > openssh: Mark CVE-2023-51767 as wont-fix
  > gcc: Fix wrong order of gcc include paths on musl systems
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > quota: Fix build with latest musl.
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > curl: Ignore CVE-2024-32928
  > oeqa/selftest/bbclasses: Add tests for systemd and update-rc.d interaction
  > systemd.bbclass: Clean up empty parent directories
  > systemd: Refresh patch to remove patch-fuzz
  > bitbake: fetch2/npm: allow the '@' character in package names
  > bitbake: gcp.py: remove slow calls to gsutil stat
  > cve-check: remove the TEXT format support
  > cve-json-to-text: add script
  > piglit: add a patch to address host contamination for wayland-scanner
  > piglit: upgrade 22eaf6a91c -> c11c9374c1
  > meta/lib/oe/sstatesig.py: do not error out if sstate files fail on os.stat()
  > cronie: add inotify PACKAGECONFIG option
  > wpa-supplicant: Upgrade 2.10 -> 2.11
  > gnupg: 2.4.5 -> 2.5.0
  > xmlto: 0.0.28 -> 0.0.29
  > libxslt: 1.1.39 -> 1.1.42
  > readline: 8.2 -> 8.2.13
  > libxml2: 2.12.8 -> 2.13.3
  > man-pages: 6.8 -> 6.9.1
  > libgpg-error: 1.49 -> 1.50
  > recipetool: create_npm: reuse license utils
  > recipetool: create: split guess_license function
  > recipetool: create_npm: resolve licenses defined in package.json
  > npm: accept unspecified versions in package.json
  > bitbake: fetch2/npmsw: allow packages not declaring a registry version
  > bitbake: fetch2/npmsw: fix fetching git revisions not on master
  > bitbake: ui/knotty: respect NO_COLOR & check for tty; rename print_hyperlink => format_hyperlink
  > bitbake: ui/knotty: print log paths for failed tasks in summary
  > shadow: upgrade from 4.15.1 to 4.16.0
  > util-linux/util-linux-libuuid: upgrade from 2.40.1 to 2.40.2
  > scons.bbclass: Add scons class prefix to do_configure
  > mesa: set PV from the .inc file and not via filenames
  > xz: upgrade 5.4.6 -> 5.6.2
  > xkeyboard-config: upgrade 2.41 -> 2.42
  > weston: upgrade 13.0.1 -> 13.0.3
  > webkitgtk: upgrade 2.44.1 -> 2.44.3
  > stress-ng: upgrade 0.17.08 -> 0.18.02
  > sqlite3: upgrade 3.45.3 -> 3.46.1
  > python3-webcolors: upgrade 1.13 -> 24.8.0
  > python3-uritools: upgrade 4.0.2 -> 4.0.3
  > python3-dtschema: upgrade 2024.4 -> 2024.5
  > puzzles: upgrade to latest revision
  > nghttp2: upgrade 1.62.0 -> 1.62.1
  > mtools: upgrade 4.0.43 -> 4.0.44
  > mpg123: upgrade 1.32.6 -> 1.32.7
  > lua: upgrade 5.4.6 -> 5.4.7
  > linux-firmware: upgrade 20240513 -> 20240811
  > libva: upgrade 2.20.0 -> 2.22.0
  > librepo: upgrade 1.17.0 -> 1.18.1
  > libnl: upgrade 3.9.0 -> 3.10.0
  > libedit: upgrade 20240517-3.1 -> 20240808-3.1
  > libadwaita: upgrade 1.5.2 -> 1.5.3
  > kmscube: upgrade to latest revision
  > kmod: upgrade 32 -> 33
  > gstreamer1.0: upgrade 1.24.5 -> 1.24.6
  > epiphany: upgrade 46.0 -> 46.3
  > e2fsprogs: upgrade 1.47.0 -> 1.47.1
  > dpkg: upgrade 1.22.10 -> 1.22.11
  > cmake: upgrade 3.30.1 -> 3.30.2
  > ccache: upgrade 4.10.1 -> 4.10.2
  > boost: upgrade 1.85.0 -> 1.86.0
  > bash: upgrade 5.2.21 -> 5.2.32
  > sysvinit: take release tarballs from github
  > weston-init: fix weston not starting when xwayland is enabled
  > mesa: Fix build with etnaviv gallium driver
  > ptest-runner: Update 2.4.4 -> 2.4.5
  > util-linux: Add PACKAGECONFIG option to mitigate rootfs remount error
  > oeqa/runtime/ssh: increase the number of attempts
  > migration-guides: add release notes for 5.0.3
  > test-manual: Add a missing dot
  > ref-manual: added wic.zst to the IMAGE_TYPES
  > migration-guide: add release notes for 4.0.20
  > ref-manual: fix typo and move SYSROOT_DIRS example

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 26, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-rockchip sources/meta-tegra sources/meta-ti sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-freescale 4c4483b3...52c1409d (3):
  > Merge pull request #1904 from hiagofranco/update_firmware-ele-imx
  > Merge pull request #1906 from nxp-upstream/bump_optee
  > Merge pull request #1907 from YoeDistro/yoe/mut

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded fc0264f0f...62063cff9 (54):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2
  > bluealsa: Fix build on musl
  > libblockdev: Fix build with latest e2fsprogs
  > libspatialite: Upgrade to 5.1
  > libgsf: Fix build with libxml2 2.13+
  > raptor2: Do not use curl-config to detect curl
  > python3-pycocotools: Remove absolute paths from comments
  > python3-pycocotools: Downgrade numpy version needed to 1.x
  > python3-pycocotools: Use build pep517-backend
  > python3-pandas: Downgrade version check for numpy to 1.x
  > python3-pandas: upgrade 2.0.3 -> 2.2.2
  > zsh: update 5.8 -> 5.9
  > python3-psycopg: add v3.2.1
  > python3-automat: upgrade 22.10.0 -> 24.8.1
  > krb5: fix CVE-2024-26458 and CVE-2024-26461
  > bluealsa: upgrade 4.0.0+git -> 4.3.0
  > frr: Upgrade to 10.1 release
  > ftgl: Switch to maintained fork
  > python3-twisted: add python3-attrs to RDEPENDS
  > drgn: add new recipe
  > vdpauinfo: add recipe
  > nodejs: support cross compile without qemu user conditionally
  > mariadb: File conflicts for multilib
  > android-toold-adbd: Fix inconsistency between selinux configurations

* sources/meta-qcom e196055...b0df242 (4):
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel
  > Merge pull request #624 from YoeDistro/yoe/mut

* sources/meta-qt6 7b3ddba...3d79af8 (31):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...8c370b1 (1):
  > mesa,mesa-gl: Rename bbappend to match oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-rockchip dcb5079...e678960 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-tegra 1247115b...63ef5b0f (1):
  > mesa,mesa-gl: Rename bbappend to match oe-core

* sources/meta-ti e41f1e56...f8ccb207 (1):
  > trusted-firmware-a: Update to v2.11 release tag

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 94993b0ef4...45f58198bd (82):
  > openssh: Mark CVE-2023-51767 as wont-fix
  > gcc: Fix wrong order of gcc include paths on musl systems
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > quota: Fix build with latest musl.
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > rust: Upgrade 1.78.0->1.79.0
  > rust: Oe-selftest changes for rust v1.79
  > curl: Ignore CVE-2024-32928
  > systemd: Refresh patch to remove patch-fuzz
  > bitbake: fetch2/npm: allow the '@' character in package names
  > bitbake: gcp.py: remove slow calls to gsutil stat
  > cve-check: remove the TEXT format support
  > cve-json-to-text: add script
  > piglit: add a patch to address host contamination for wayland-scanner
  > piglit: upgrade 22eaf6a91c -> c11c9374c1
  > meta/lib/oe/sstatesig.py: do not error out if sstate files fail on os.stat()
  > cronie: add inotify PACKAGECONFIG option
  > wpa-supplicant: Upgrade 2.10 -> 2.11
  > gnupg: 2.4.5 -> 2.5.0
  > xmlto: 0.0.28 -> 0.0.29
  > libxslt: 1.1.39 -> 1.1.42
  > readline: 8.2 -> 8.2.13
  > libxml2: 2.12.8 -> 2.13.3
  > man-pages: 6.8 -> 6.9.1
  > libgpg-error: 1.49 -> 1.50
  > recipetool: create_npm: reuse license utils
  > recipetool: create: split guess_license function
  > recipetool: create_npm: resolve licenses defined in package.json
  > npm: accept unspecified versions in package.json
  > bitbake: fetch2/npmsw: allow packages not declaring a registry version
  > bitbake: fetch2/npmsw: fix fetching git revisions not on master
  > bitbake: ui/knotty: respect NO_COLOR & check for tty; rename print_hyperlink => format_hyperlink
  > bitbake: ui/knotty: print log paths for failed tasks in summary
  > shadow: upgrade from 4.15.1 to 4.16.0
  > util-linux/util-linux-libuuid: upgrade from 2.40.1 to 2.40.2
  > scons.bbclass: Add scons class prefix to do_configure
  > mesa: set PV from the .inc file and not via filenames
  > xz: upgrade 5.4.6 -> 5.6.2
  > xkeyboard-config: upgrade 2.41 -> 2.42
  > weston: upgrade 13.0.1 -> 13.0.3
  > webkitgtk: upgrade 2.44.1 -> 2.44.3
  > stress-ng: upgrade 0.17.08 -> 0.18.02
  > sqlite3: upgrade 3.45.3 -> 3.46.1
  > python3-webcolors: upgrade 1.13 -> 24.8.0
  > python3-uritools: upgrade 4.0.2 -> 4.0.3
  > python3-dtschema: upgrade 2024.4 -> 2024.5
  > puzzles: upgrade to latest revision
  > nghttp2: upgrade 1.62.0 -> 1.62.1
  > mtools: upgrade 4.0.43 -> 4.0.44
  > mpg123: upgrade 1.32.6 -> 1.32.7
  > lua: upgrade 5.4.6 -> 5.4.7
  > linux-firmware: upgrade 20240513 -> 20240811
  > libva: upgrade 2.20.0 -> 2.22.0
  > librepo: upgrade 1.17.0 -> 1.18.1
  > libnl: upgrade 3.9.0 -> 3.10.0
  > libedit: upgrade 20240517-3.1 -> 20240808-3.1
  > libadwaita: upgrade 1.5.2 -> 1.5.3
  > kmscube: upgrade to latest revision
  > kmod: upgrade 32 -> 33
  > gstreamer1.0: upgrade 1.24.5 -> 1.24.6
  > epiphany: upgrade 46.0 -> 46.3
  > e2fsprogs: upgrade 1.47.0 -> 1.47.1
  > dpkg: upgrade 1.22.10 -> 1.22.11
  > cmake: upgrade 3.30.1 -> 3.30.2
  > ccache: upgrade 4.10.1 -> 4.10.2
  > boost: upgrade 1.85.0 -> 1.86.0
  > bash: upgrade 5.2.21 -> 5.2.32
  > sysvinit: take release tarballs from github
  > weston-init: fix weston not starting when xwayland is enabled
  > mesa: Fix build with etnaviv gallium driver
  > ptest-runner: Update 2.4.4 -> 2.4.5
  > util-linux: Add PACKAGECONFIG option to mitigate rootfs remount error
  > oeqa/runtime/ssh: increase the number of attempts
  > migration-guides: add release notes for 5.0.3
  > test-manual: Add a missing dot
  > ref-manual: added wic.zst to the IMAGE_TYPES
  > migration-guide: add release notes for 4.0.20
  > ref-manual: fix typo and move SYSROOT_DIRS example

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 26, 2024
…enembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...62063cff9 (31):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...b0df242 (3):
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...3d79af8 (32):
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...8c370b1 (1):
  > mesa,mesa-gl: Rename bbappend to match oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...45f58198bd (12):
  > openssh: Mark CVE-2023-51767 as wont-fix
  > gcc: Fix wrong order of gcc include paths on musl systems
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > quota: Fix build with latest musl.
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > rust: Upgrade 1.78.0->1.79.0
  > rust: Oe-selftest changes for rust v1.79
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 26, 2024
…enembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...62063cff9 (31):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...b0df242 (3):
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...3d79af8 (32):
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...8c370b1 (1):
  > mesa,mesa-gl: Rename bbappend to match oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...af432e9682 (13):
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > quota: Apply a backport to fix basename API with musl
  > bluez5: Fix build with musl
  > openssh: Mark CVE-2023-51767 as wont-fix
  > gcc: Fix wrong order of gcc include paths on musl systems
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > rust: Upgrade 1.78.0->1.79.0
  > rust: Oe-selftest changes for rust v1.79
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 27, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-freescale 52c1409d...702a942c (1):
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...bf03f7fe5 (35):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...99e1c9c (4):
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...ec69eec (33):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...8c370b1 (1):
  > mesa,mesa-gl: Rename bbappend to match oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...3654fa7de9 (57):
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > openssh: Mark CVE-2023-51767 as wont-fix
  > gcc: Fix wrong order of gcc include paths on musl systems
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > bluez5: Fix build with musl
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > bitbake: codeparser: Optimize dependency handling for oe.qa.handle_error()
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 28, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-freescale 52c1409d...702a942c (1):
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...bf03f7fe5 (35):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...99e1c9c (4):
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...ec69eec (33):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...8c370b1 (1):
  > mesa,mesa-gl: Rename bbappend to match oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...e7fd6ef193 (57):
  > bluez5: Fix build with musl
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > openssh: Mark CVE-2023-51767 as wont-fix
  > gcc: Fix wrong order of gcc include paths on musl systems
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > bitbake: codeparser: Optimize dependency handling for oe.qa.handle_error()
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 28, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-freescale 52c1409d...702a942c (1):
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...7b333aeaf (36):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...99e1c9c (4):
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...ec69eec (33):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...8c370b1 (1):
  > mesa,mesa-gl: Rename bbappend to match oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...21855aa94c (59):
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > openssh: Mark CVE-2023-51767 as wont-fix
  > gcc: Fix wrong order of gcc include paths on musl systems
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Optimize dependency handling for oe.qa.handle_error()
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 28, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-freescale 52c1409d...702a942c (1):
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...c10eafe64 (82):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...99e1c9c (4):
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...ec69eec (33):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...8c370b1 (1):
  > mesa,mesa-gl: Rename bbappend to match oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...87ccab2480 (61):
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > openssh: Mark CVE-2023-51767 as wont-fix
  > gcc: Fix wrong order of gcc include paths on musl systems
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: coreparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 28, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-freescale 52c1409d...702a942c (1):
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...c10eafe64 (82):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...99e1c9c (4):
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...8c370b1 (1):
  > mesa,mesa-gl: Rename bbappend to match oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...e143d77d34 (63):
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > insane: Further simplify code
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 28, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-freescale 52c1409d...702a942c (1):
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...c10eafe64 (82):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...99e1c9c (4):
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...8c370b1 (1):
  > mesa,mesa-gl: Rename bbappend to match oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...464a1afa0b (58):
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 28, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-freescale 52c1409d...702a942c (1):
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...c10eafe64 (82):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...99e1c9c (4):
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...8c370b1 (1):
  > mesa,mesa-gl: Rename bbappend to match oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...d2cb0e52ab (59):
  > gdb: Fix build with latest clang
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 28, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-freescale 52c1409d...8952b3fc (2):
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...c10eafe64 (82):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...8a34f49 (5):
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...d92edc4049 (59):
  > gdb: Fix build with latest clang
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 28, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-freescale 52c1409d...8952b3fc (2):
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...c10eafe64 (82):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...8a34f49 (5):
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...bd018d38f6 (65):
  > gdb: Fix build with latest clang
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 29, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-freescale 52c1409d...8952b3fc (2):
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...59520f4fd (83):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > mariadb: Upgrade to 10.11.9 release
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...8a34f49 (5):
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...bd018d38f6 (65):
  > gdb: Fix build with latest clang
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 29, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-freescale 52c1409d...8952b3fc (2):
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...59520f4fd (83):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > mariadb: Upgrade to 10.11.9 release
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...8a34f49 (5):
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...5aa41dcf91 (65):
  > gdb: Fix build with latest clang
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 29, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-freescale 52c1409d...8952b3fc (2):
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...59520f4fd (83):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > mariadb: Upgrade to 10.11.9 release
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...8a34f49 (5):
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...e3d62bc070 (68):
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > sysvinit: upgrade 3.04 -> 3.10
  > gdb: Fix build with latest clang
  > resulttool: Add support to create test report in JUnit XML format
  > insane: Add missing vardepsexclude
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 29, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-freescale 52c1409d...8952b3fc (2):
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...59520f4fd (83):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > mariadb: Upgrade to 10.11.9 release
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...8a34f49 (5):
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...e3d62bc070 (68):
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > sysvinit: upgrade 3.04 -> 3.10
  > gdb: Fix build with latest clang
  > resulttool: Add support to create test report in JUnit XML format
  > insane: Add missing vardepsexclude
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 29, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-freescale 52c1409d...8952b3fc (2):
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...67c156ac (9):
  > meta-intel.inc: set default PREFERRED_VERSION for mainline to 6.10 kernel
  > linux-intel/6.10 : update to tag mainline-tracking-v6.10-linux-240717T063713Z
  > linux-intel-rt/6.6 : update to tag lts-v6.6.44-rt39-preempt-rt-240809T014856Z
  > linux-intel/6.6 : update to tag lts-v6.6.44-linux-240808T092831Z
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...ab5d457a0 (85):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > lastlog2: remove recipe since it has been merged into util-linux
  > snort3: upgrade 3.3.3.0 -> 3.3.4.0
  > mariadb: Upgrade to 10.11.9 release
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...8a34f49 (5):
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...a1f431b4b2 (75):
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > selftest/sstatetests: Extend to cover ERROR_QA/WARN_QA common issues
  > sstate: Drop SSTATEPOSTINSTFUNC support
  > buildhistory: Simplify intercept call sites and drop SSTATEPOSTINSTFUNC usage
  > insane: Add missing vardepsexclude
  > lz4: Disable static libraries again
  > lz4: Fix static library reproducibility issue
  > zlib: Enable PIE for native builds
  > rust: Upgrade 1.78.0->1.79.0
  > rust: Oe-selftest changes for rust v1.79
  > gdb: Fix build with latest clang
  > resulttool: Add support to create test report in JUnit XML format
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 29, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-freescale 52c1409d...8952b3fc (2):
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...67c156ac (9):
  > meta-intel.inc: set default PREFERRED_VERSION for mainline to 6.10 kernel
  > linux-intel/6.10 : update to tag mainline-tracking-v6.10-linux-240717T063713Z
  > linux-intel-rt/6.6 : update to tag lts-v6.6.44-rt39-preempt-rt-240809T014856Z
  > linux-intel/6.6 : update to tag lts-v6.6.44-linux-240808T092831Z
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...5d68bc6e4 (87):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > gerbera: Upgrade to 2.2.0
  > pegtl: add ptest support
  > lastlog2: remove recipe since it has been merged into util-linux
  > snort3: upgrade 3.3.3.0 -> 3.3.4.0
  > mariadb: Upgrade to 10.11.9 release
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...8a34f49 (5):
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...da2c1f180c (76):
  > fmt: Get rid of std::copy
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > selftest/sstatetests: Extend to cover ERROR_QA/WARN_QA common issues
  > sstate: Drop SSTATEPOSTINSTFUNC support
  > buildhistory: Simplify intercept call sites and drop SSTATEPOSTINSTFUNC usage
  > insane: Add missing vardepsexclude
  > lz4: Disable static libraries again
  > lz4: Fix static library reproducibility issue
  > zlib: Enable PIE for native builds
  > rust: Upgrade 1.78.0->1.79.0
  > rust: Oe-selftest changes for rust v1.79
  > gdb: Fix build with latest clang
  > resulttool: Add support to create test report in JUnit XML format
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 29, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-freescale 52c1409d...8952b3fc (2):
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...67c156ac (9):
  > meta-intel.inc: set default PREFERRED_VERSION for mainline to 6.10 kernel
  > linux-intel/6.10 : update to tag mainline-tracking-v6.10-linux-240717T063713Z
  > linux-intel-rt/6.6 : update to tag lts-v6.6.44-rt39-preempt-rt-240809T014856Z
  > linux-intel/6.6 : update to tag lts-v6.6.44-linux-240808T092831Z
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...01e455a65 (88):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > pipewire: update 1.2.2 -> 1.2.3
  > gerbera: Upgrade to 2.2.0
  > pegtl: add ptest support
  > lastlog2: remove recipe since it has been merged into util-linux
  > snort3: upgrade 3.3.3.0 -> 3.3.4.0
  > mariadb: Upgrade to 10.11.9 release
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...8a34f49 (5):
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...da2c1f180c (76):
  > fmt: Get rid of std::copy
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > selftest/sstatetests: Extend to cover ERROR_QA/WARN_QA common issues
  > sstate: Drop SSTATEPOSTINSTFUNC support
  > buildhistory: Simplify intercept call sites and drop SSTATEPOSTINSTFUNC usage
  > insane: Add missing vardepsexclude
  > lz4: Disable static libraries again
  > lz4: Fix static library reproducibility issue
  > zlib: Enable PIE for native builds
  > rust: Upgrade 1.78.0->1.79.0
  > rust: Oe-selftest changes for rust v1.79
  > gdb: Fix build with latest clang
  > resulttool: Add support to create test report in JUnit XML format
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 29, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-freescale 52c1409d...8266ad6f (3):
  > Merge pull request #1913 from nxp-upstream/seco-libs
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...67c156ac (9):
  > meta-intel.inc: set default PREFERRED_VERSION for mainline to 6.10 kernel
  > linux-intel/6.10 : update to tag mainline-tracking-v6.10-linux-240717T063713Z
  > linux-intel-rt/6.6 : update to tag lts-v6.6.44-rt39-preempt-rt-240809T014856Z
  > linux-intel/6.6 : update to tag lts-v6.6.44-linux-240808T092831Z
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...01e455a65 (88):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > pipewire: update 1.2.2 -> 1.2.3
  > gerbera: Upgrade to 2.2.0
  > pegtl: add ptest support
  > lastlog2: remove recipe since it has been merged into util-linux
  > snort3: upgrade 3.3.3.0 -> 3.3.4.0
  > mariadb: Upgrade to 10.11.9 release
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...8a34f49 (5):
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...53d52fc12f (87):
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > revert
  > sstate: Drop SSTATEPOSTINSTFUNC support
  > buildhistory: Simplify intercept call sites and drop SSTATEPOSTINSTFUNC usage
  > systemd: Peter debugging
  > oeqa/selftest/bbclasses: Add tests for systemd and update-rc.d interaction
  > systemd.bbclass: Clean up empty parent directories
  > runqemu: add sd card device
  > uboot-sign: fix counters in do_uboot_assemble_fitimage
  > linux-firmware: Move Silabs wfx firmware to a separate package
  > runqemu: Fix detection of -serial parameter
  > fmt: Get rid of std::copy
  > python3-pyparsing: upgrade 3.1.2 -> 3.1.4
  > python3-hypothesis: upgrade 6.111.1 -> 6.111.2
  > sysvinit: upgrade 3.04 -> 3.10
  > lz4: Disable static libraries again
  > lz4: Fix static library reproducibility issue
  > rust: Upgrade 1.78.0->1.79.0
  > rust: Oe-selftest changes for rust v1.79
  > zlib: Enable PIE for native builds
  > gdb: Fix build with latest clang
  > resulttool: Add support to create test report in JUnit XML format
  > selftest/sstatetests: Extend to cover ERROR_QA/WARN_QA common issues
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Add missing vardepsexclude
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > bluez5: Fix build with musl
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 29, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-freescale 52c1409d...8266ad6f (3):
  > Merge pull request #1913 from nxp-upstream/seco-libs
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...67c156ac (9):
  > meta-intel.inc: set default PREFERRED_VERSION for mainline to 6.10 kernel
  > linux-intel/6.10 : update to tag mainline-tracking-v6.10-linux-240717T063713Z
  > linux-intel-rt/6.6 : update to tag lts-v6.6.44-rt39-preempt-rt-240809T014856Z
  > linux-intel/6.6 : update to tag lts-v6.6.44-linux-240808T092831Z
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...37b5a4787 (94):
  > uutils-coreutils: disable buildpaths error
  > mpv: Upgrade to 0.36.0 release
  > mpd: Upgrade to 0.23.15
  > vlc: Upgrade to 3.0.21
  > minidlna: Upgrade to 1.3.3 release
  > e2tools: Fix build with automake 1.17
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > pipewire: update 1.2.2 -> 1.2.3
  > gerbera: Upgrade to 2.2.0
  > pegtl: add ptest support
  > lastlog2: remove recipe since it has been merged into util-linux
  > snort3: upgrade 3.3.3.0 -> 3.3.4.0
  > mariadb: Upgrade to 10.11.9 release
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...8a34f49 (5):
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...7bb3e9f49e (88):
  > Revert "systemd: Peter debugging"
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > revert
  > sstate: Drop SSTATEPOSTINSTFUNC support
  > buildhistory: Simplify intercept call sites and drop SSTATEPOSTINSTFUNC usage
  > systemd: Peter debugging
  > oeqa/selftest/bbclasses: Add tests for systemd and update-rc.d interaction
  > systemd.bbclass: Clean up empty parent directories
  > runqemu: add sd card device
  > uboot-sign: fix counters in do_uboot_assemble_fitimage
  > linux-firmware: Move Silabs wfx firmware to a separate package
  > runqemu: Fix detection of -serial parameter
  > fmt: Get rid of std::copy
  > python3-pyparsing: upgrade 3.1.2 -> 3.1.4
  > python3-hypothesis: upgrade 6.111.1 -> 6.111.2
  > sysvinit: upgrade 3.04 -> 3.10
  > lz4: Disable static libraries again
  > lz4: Fix static library reproducibility issue
  > rust: Upgrade 1.78.0->1.79.0
  > rust: Oe-selftest changes for rust v1.79
  > zlib: Enable PIE for native builds
  > gdb: Fix build with latest clang
  > resulttool: Add support to create test report in JUnit XML format
  > selftest/sstatetests: Extend to cover ERROR_QA/WARN_QA common issues
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Add missing vardepsexclude
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > bluez5: Fix build with musl
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 30, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-freescale 52c1409d...8266ad6f (3):
  > Merge pull request #1913 from nxp-upstream/seco-libs
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...67c156ac (9):
  > meta-intel.inc: set default PREFERRED_VERSION for mainline to 6.10 kernel
  > linux-intel/6.10 : update to tag mainline-tracking-v6.10-linux-240717T063713Z
  > linux-intel-rt/6.6 : update to tag lts-v6.6.44-rt39-preempt-rt-240809T014856Z
  > linux-intel/6.6 : update to tag lts-v6.6.44-linux-240808T092831Z
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...3ba3b398e (96):
  > libmpdclient,mpc: Upgrade to 2.22 and 0.35 respectively
  > mpv: Upgrade to 0.38.0 release
  > libplacebo: Add recipe
  > mpd: Upgrade to 0.23.15
  > vlc: Upgrade to 3.0.21
  > minidlna: Upgrade to 1.3.3 release
  > e2tools: Fix build with automake 1.17
  > uutils-coreutils: disable buildpaths error
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > pipewire: update 1.2.2 -> 1.2.3
  > gerbera: Upgrade to 2.2.0
  > pegtl: add ptest support
  > lastlog2: remove recipe since it has been merged into util-linux
  > snort3: upgrade 3.3.3.0 -> 3.3.4.0
  > mariadb: Upgrade to 10.11.9 release
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...8a34f49 (5):
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...7bb3e9f49e (88):
  > Revert "systemd: Peter debugging"
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > revert
  > sstate: Drop SSTATEPOSTINSTFUNC support
  > buildhistory: Simplify intercept call sites and drop SSTATEPOSTINSTFUNC usage
  > systemd: Peter debugging
  > oeqa/selftest/bbclasses: Add tests for systemd and update-rc.d interaction
  > systemd.bbclass: Clean up empty parent directories
  > runqemu: add sd card device
  > uboot-sign: fix counters in do_uboot_assemble_fitimage
  > linux-firmware: Move Silabs wfx firmware to a separate package
  > runqemu: Fix detection of -serial parameter
  > fmt: Get rid of std::copy
  > python3-pyparsing: upgrade 3.1.2 -> 3.1.4
  > python3-hypothesis: upgrade 6.111.1 -> 6.111.2
  > sysvinit: upgrade 3.04 -> 3.10
  > lz4: Disable static libraries again
  > lz4: Fix static library reproducibility issue
  > rust: Upgrade 1.78.0->1.79.0
  > rust: Oe-selftest changes for rust v1.79
  > zlib: Enable PIE for native builds
  > gdb: Fix build with latest clang
  > resulttool: Add support to create test report in JUnit XML format
  > selftest/sstatetests: Extend to cover ERROR_QA/WARN_QA common issues
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Add missing vardepsexclude
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > bluez5: Fix build with musl
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 30, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-freescale 52c1409d...8266ad6f (3):
  > Merge pull request #1913 from nxp-upstream/seco-libs
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...67c156ac (9):
  > meta-intel.inc: set default PREFERRED_VERSION for mainline to 6.10 kernel
  > linux-intel/6.10 : update to tag mainline-tracking-v6.10-linux-240717T063713Z
  > linux-intel-rt/6.6 : update to tag lts-v6.6.44-rt39-preempt-rt-240809T014856Z
  > linux-intel/6.6 : update to tag lts-v6.6.44-linux-240808T092831Z
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...4c9778cba (97):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > mpd: Upgrade to 0.23.15+git
  > vlc: Disable recipe
  > libmpdclient,mpc: Upgrade to 2.22 and 0.35 respectively
  > mpv: Upgrade to 0.38.0 release
  > libplacebo: Add recipe
  > vlc: Upgrade to 3.0.21
  > minidlna: Upgrade to 1.3.3 release
  > e2tools: Fix build with automake 1.17
  > uutils-coreutils: disable buildpaths error
  > pipewire: update 1.2.2 -> 1.2.3
  > gerbera: Upgrade to 2.2.0
  > pegtl: add ptest support
  > lastlog2: remove recipe since it has been merged into util-linux
  > snort3: upgrade 3.3.3.0 -> 3.3.4.0
  > mariadb: Upgrade to 10.11.9 release
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...8a34f49 (5):
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...7bb3e9f49e (88):
  > Revert "systemd: Peter debugging"
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > revert
  > sstate: Drop SSTATEPOSTINSTFUNC support
  > buildhistory: Simplify intercept call sites and drop SSTATEPOSTINSTFUNC usage
  > systemd: Peter debugging
  > oeqa/selftest/bbclasses: Add tests for systemd and update-rc.d interaction
  > systemd.bbclass: Clean up empty parent directories
  > runqemu: add sd card device
  > uboot-sign: fix counters in do_uboot_assemble_fitimage
  > linux-firmware: Move Silabs wfx firmware to a separate package
  > runqemu: Fix detection of -serial parameter
  > fmt: Get rid of std::copy
  > python3-pyparsing: upgrade 3.1.2 -> 3.1.4
  > python3-hypothesis: upgrade 6.111.1 -> 6.111.2
  > sysvinit: upgrade 3.04 -> 3.10
  > lz4: Disable static libraries again
  > lz4: Fix static library reproducibility issue
  > rust: Upgrade 1.78.0->1.79.0
  > rust: Oe-selftest changes for rust v1.79
  > zlib: Enable PIE for native builds
  > gdb: Fix build with latest clang
  > resulttool: Add support to create test report in JUnit XML format
  > selftest/sstatetests: Extend to cover ERROR_QA/WARN_QA common issues
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Add missing vardepsexclude
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > bluez5: Fix build with musl
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 30, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-freescale 52c1409d...8266ad6f (3):
  > Merge pull request #1913 from nxp-upstream/seco-libs
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...67c156ac (9):
  > meta-intel.inc: set default PREFERRED_VERSION for mainline to 6.10 kernel
  > linux-intel/6.10 : update to tag mainline-tracking-v6.10-linux-240717T063713Z
  > linux-intel-rt/6.6 : update to tag lts-v6.6.44-rt39-preempt-rt-240809T014856Z
  > linux-intel/6.6 : update to tag lts-v6.6.44-linux-240808T092831Z
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...4c9778cba (97):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > mpd: Upgrade to 0.23.15+git
  > vlc: Disable recipe
  > libmpdclient,mpc: Upgrade to 2.22 and 0.35 respectively
  > mpv: Upgrade to 0.38.0 release
  > libplacebo: Add recipe
  > vlc: Upgrade to 3.0.21
  > minidlna: Upgrade to 1.3.3 release
  > e2tools: Fix build with automake 1.17
  > uutils-coreutils: disable buildpaths error
  > pipewire: update 1.2.2 -> 1.2.3
  > gerbera: Upgrade to 2.2.0
  > pegtl: add ptest support
  > lastlog2: remove recipe since it has been merged into util-linux
  > snort3: upgrade 3.3.3.0 -> 3.3.4.0
  > mariadb: Upgrade to 10.11.9 release
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...8a34f49 (5):
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...30523a5c02 (92):
  > aspell: Backport a fix to build with gcc-15/clang-19
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > piglit: add missing dependency on wayland
  > default-distrovars: Have KERNEL_CONSOLE reference SERIAL_CONSOLES
  > Revert "sysvinit: upgrade 3.04 -> 3.10"
  > sysvinit: upgrade 3.04 -> 3.10
  > revert systemd
  > systemd: Peter debugging
  > oeqa/selftest/bbclasses: Add tests for systemd and update-rc.d interaction
  > systemd.bbclass: Clean up empty parent directories
  > revert
  > sstate: Drop SSTATEPOSTINSTFUNC support
  > buildhistory: Simplify intercept call sites and drop SSTATEPOSTINSTFUNC usage
  > runqemu: add sd card device
  > uboot-sign: fix counters in do_uboot_assemble_fitimage
  > linux-firmware: Move Silabs wfx firmware to a separate package
  > runqemu: Fix detection of -serial parameter
  > fmt: Get rid of std::copy
  > python3-pyparsing: upgrade 3.1.2 -> 3.1.4
  > python3-hypothesis: upgrade 6.111.1 -> 6.111.2
  > lz4: Disable static libraries again
  > lz4: Fix static library reproducibility issue
  > rust: Upgrade 1.78.0->1.79.0
  > rust: Oe-selftest changes for rust v1.79
  > zlib: Enable PIE for native builds
  > gdb: Fix build with latest clang
  > resulttool: Add support to create test report in JUnit XML format
  > selftest/sstatetests: Extend to cover ERROR_QA/WARN_QA common issues
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Add missing vardepsexclude
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > bluez5: Fix build with musl
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 30, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-rockchip sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-freescale 52c1409d...8266ad6f (3):
  > Merge pull request #1913 from nxp-upstream/seco-libs
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...8c4ea4cd (10):
  > linux-intel : Add space in SRC_URI:append
  > meta-intel.inc: set default PREFERRED_VERSION for mainline to 6.10 kernel
  > linux-intel/6.10 : update to tag mainline-tracking-v6.10-linux-240717T063713Z
  > linux-intel-rt/6.6 : update to tag lts-v6.6.44-rt39-preempt-rt-240809T014856Z
  > linux-intel/6.6 : update to tag lts-v6.6.44-linux-240808T092831Z
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...a8c17fd72 (99):
  > xerces-c: fix buildpaths QA issue
  > gpm: fix buildpaths QA issue
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > mpd: Upgrade to 0.23.15+git
  > vlc: Disable recipe
  > libmpdclient,mpc: Upgrade to 2.22 and 0.35 respectively
  > mpv: Upgrade to 0.38.0 release
  > libplacebo: Add recipe
  > vlc: Upgrade to 3.0.21
  > minidlna: Upgrade to 1.3.3 release
  > e2tools: Fix build with automake 1.17
  > uutils-coreutils: disable buildpaths error
  > pipewire: update 1.2.2 -> 1.2.3
  > gerbera: Upgrade to 2.2.0
  > pegtl: add ptest support
  > lastlog2: remove recipe since it has been merged into util-linux
  > snort3: upgrade 3.3.3.0 -> 3.3.4.0
  > mariadb: Upgrade to 10.11.9 release
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...0b06de4 (6):
  > Merge pull request #632 from lumag/fw-fix-vpu
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-rockchip e678960...91a694e (1):
  > enable HW VPU decoding for SoCs that have stateless VPUs

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...30523a5c02 (92):
  > aspell: Backport a fix to build with gcc-15/clang-19
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > piglit: add missing dependency on wayland
  > default-distrovars: Have KERNEL_CONSOLE reference SERIAL_CONSOLES
  > Revert "sysvinit: upgrade 3.04 -> 3.10"
  > sysvinit: upgrade 3.04 -> 3.10
  > revert systemd
  > systemd: Peter debugging
  > oeqa/selftest/bbclasses: Add tests for systemd and update-rc.d interaction
  > systemd.bbclass: Clean up empty parent directories
  > revert
  > sstate: Drop SSTATEPOSTINSTFUNC support
  > buildhistory: Simplify intercept call sites and drop SSTATEPOSTINSTFUNC usage
  > runqemu: add sd card device
  > uboot-sign: fix counters in do_uboot_assemble_fitimage
  > linux-firmware: Move Silabs wfx firmware to a separate package
  > runqemu: Fix detection of -serial parameter
  > fmt: Get rid of std::copy
  > python3-pyparsing: upgrade 3.1.2 -> 3.1.4
  > python3-hypothesis: upgrade 6.111.1 -> 6.111.2
  > lz4: Disable static libraries again
  > lz4: Fix static library reproducibility issue
  > rust: Upgrade 1.78.0->1.79.0
  > rust: Oe-selftest changes for rust v1.79
  > zlib: Enable PIE for native builds
  > gdb: Fix build with latest clang
  > resulttool: Add support to create test report in JUnit XML format
  > selftest/sstatetests: Extend to cover ERROR_QA/WARN_QA common issues
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Add missing vardepsexclude
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > bluez5: Fix build with musl
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 30, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-rockchip sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-freescale 52c1409d...8266ad6f (3):
  > Merge pull request #1913 from nxp-upstream/seco-libs
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...8c4ea4cd (10):
  > linux-intel : Add space in SRC_URI:append
  > meta-intel.inc: set default PREFERRED_VERSION for mainline to 6.10 kernel
  > linux-intel/6.10 : update to tag mainline-tracking-v6.10-linux-240717T063713Z
  > linux-intel-rt/6.6 : update to tag lts-v6.6.44-rt39-preempt-rt-240809T014856Z
  > linux-intel/6.6 : update to tag lts-v6.6.44-linux-240808T092831Z
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...e3bcbf116 (99):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > xerces-c: fix buildpaths QA issue
  > gpm: fix buildpaths QA issue
  > mpd: Upgrade to 0.23.15+git
  > vlc: Disable recipe
  > libmpdclient,mpc: Upgrade to 2.22 and 0.35 respectively
  > mpv: Upgrade to 0.38.0 release
  > libplacebo: Add recipe
  > vlc: Upgrade to 3.0.21
  > minidlna: Upgrade to 1.3.3 release
  > e2tools: Fix build with automake 1.17
  > uutils-coreutils: disable buildpaths error
  > pipewire: update 1.2.2 -> 1.2.3
  > gerbera: Upgrade to 2.2.0
  > pegtl: add ptest support
  > lastlog2: remove recipe since it has been merged into util-linux
  > snort3: upgrade 3.3.3.0 -> 3.3.4.0
  > mariadb: Upgrade to 10.11.9 release
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...0b06de4 (6):
  > Merge pull request #632 from lumag/fw-fix-vpu
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-rockchip e678960...91a694e (1):
  > enable HW VPU decoding for SoCs that have stateless VPUs

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...30523a5c02 (92):
  > aspell: Backport a fix to build with gcc-15/clang-19
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > piglit: add missing dependency on wayland
  > default-distrovars: Have KERNEL_CONSOLE reference SERIAL_CONSOLES
  > Revert "sysvinit: upgrade 3.04 -> 3.10"
  > sysvinit: upgrade 3.04 -> 3.10
  > revert systemd
  > systemd: Peter debugging
  > oeqa/selftest/bbclasses: Add tests for systemd and update-rc.d interaction
  > systemd.bbclass: Clean up empty parent directories
  > revert
  > sstate: Drop SSTATEPOSTINSTFUNC support
  > buildhistory: Simplify intercept call sites and drop SSTATEPOSTINSTFUNC usage
  > runqemu: add sd card device
  > uboot-sign: fix counters in do_uboot_assemble_fitimage
  > linux-firmware: Move Silabs wfx firmware to a separate package
  > runqemu: Fix detection of -serial parameter
  > fmt: Get rid of std::copy
  > python3-pyparsing: upgrade 3.1.2 -> 3.1.4
  > python3-hypothesis: upgrade 6.111.1 -> 6.111.2
  > lz4: Disable static libraries again
  > lz4: Fix static library reproducibility issue
  > rust: Upgrade 1.78.0->1.79.0
  > rust: Oe-selftest changes for rust v1.79
  > zlib: Enable PIE for native builds
  > gdb: Fix build with latest clang
  > resulttool: Add support to create test report in JUnit XML format
  > selftest/sstatetests: Extend to cover ERROR_QA/WARN_QA common issues
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Add missing vardepsexclude
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > bluez5: Fix build with musl
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 30, 2024
…-openembedded sources/meta-qcom sources/meta-raspberrypi sources/meta-rockchip sources/meta-variscite-bsp sources/poky

* sources/meta-freescale 52c1409d...8266ad6f (3):
  > Merge pull request #1913 from nxp-upstream/seco-libs
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...8c4ea4cd (10):
  > linux-intel : Add space in SRC_URI:append
  > meta-intel.inc: set default PREFERRED_VERSION for mainline to 6.10 kernel
  > linux-intel/6.10 : update to tag mainline-tracking-v6.10-linux-240717T063713Z
  > linux-intel-rt/6.6 : update to tag lts-v6.6.44-rt39-preempt-rt-240809T014856Z
  > linux-intel/6.6 : update to tag lts-v6.6.44-linux-240808T092831Z
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-openembedded f7fe2415e1...65bac5505f (94):
  > mpd: Upgrade to 0.23.15+git
  > vlc: Disable recipe
  > libmpdclient,mpc: Upgrade to 2.22 and 0.35 respectively
  > mpv: Upgrade to 0.38.0 release
  > libplacebo: Add recipe
  > vlc: Upgrade to 3.0.21
  > minidlna: Upgrade to 1.3.3 release
  > e2tools: Fix build with automake 1.17
  > uutils-coreutils: disable buildpaths error
  > pipewire: update 1.2.2 -> 1.2.3
  > gerbera: Upgrade to 2.2.0
  > pegtl: add ptest support
  > lastlog2: remove recipe since it has been merged into util-linux
  > snort3: upgrade 3.3.3.0 -> 3.3.4.0
  > mariadb: Upgrade to 10.11.9 release
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...0b06de4 (6):
  > Merge pull request #632 from lumag/fw-fix-vpu
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-rockchip e678960...91a694e (1):
  > enable HW VPU decoding for SoCs that have stateless VPUs

* sources/meta-variscite-bsp c360302...f0e92ac (1):
  > Merge pull request #30 from YoeDistro/kraj/mickledore-var02

* sources/poky 56bc6ce8c62...d78224151d0 (67):
  > lz4: Disable static libraries again
  > lz4: Fix static library reproducibility issue
  > rust: Upgrade 1.78.0->1.79.0
  > rust: Oe-selftest changes for rust v1.79
  > zlib: Enable PIE for native builds
  > gdb: Fix build with latest clang
  > resulttool: Add support to create test report in JUnit XML format
  > selftest/sstatetests: Extend to cover ERROR_QA/WARN_QA common issues
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Add missing vardepsexclude
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > bluez5: Fix build with musl
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 30, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-rockchip sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-freescale 52c1409d...8266ad6f (3):
  > Merge pull request #1913 from nxp-upstream/seco-libs
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...8c4ea4cd (10):
  > linux-intel : Add space in SRC_URI:append
  > meta-intel.inc: set default PREFERRED_VERSION for mainline to 6.10 kernel
  > linux-intel/6.10 : update to tag mainline-tracking-v6.10-linux-240717T063713Z
  > linux-intel-rt/6.6 : update to tag lts-v6.6.44-rt39-preempt-rt-240809T014856Z
  > linux-intel/6.6 : update to tag lts-v6.6.44-linux-240808T092831Z
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...e0fc35d77 (101):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > gcab: fix buildpaths QA issue
  > gcab: keep buildpaths QA issue as a warning
  > xerces-c: fix buildpaths QA issue
  > gpm: fix buildpaths QA issue
  > mpd: Upgrade to 0.23.15+git
  > vlc: Disable recipe
  > libmpdclient,mpc: Upgrade to 2.22 and 0.35 respectively
  > mpv: Upgrade to 0.38.0 release
  > libplacebo: Add recipe
  > vlc: Upgrade to 3.0.21
  > minidlna: Upgrade to 1.3.3 release
  > e2tools: Fix build with automake 1.17
  > uutils-coreutils: disable buildpaths error
  > pipewire: update 1.2.2 -> 1.2.3
  > gerbera: Upgrade to 2.2.0
  > pegtl: add ptest support
  > lastlog2: remove recipe since it has been merged into util-linux
  > snort3: upgrade 3.3.3.0 -> 3.3.4.0
  > mariadb: Upgrade to 10.11.9 release
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...0b06de4 (6):
  > Merge pull request #632 from lumag/fw-fix-vpu
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-rockchip e678960...91a694e (1):
  > enable HW VPU decoding for SoCs that have stateless VPUs

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...30523a5c02 (92):
  > aspell: Backport a fix to build with gcc-15/clang-19
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > piglit: add missing dependency on wayland
  > default-distrovars: Have KERNEL_CONSOLE reference SERIAL_CONSOLES
  > Revert "sysvinit: upgrade 3.04 -> 3.10"
  > sysvinit: upgrade 3.04 -> 3.10
  > revert systemd
  > systemd: Peter debugging
  > oeqa/selftest/bbclasses: Add tests for systemd and update-rc.d interaction
  > systemd.bbclass: Clean up empty parent directories
  > revert
  > sstate: Drop SSTATEPOSTINSTFUNC support
  > buildhistory: Simplify intercept call sites and drop SSTATEPOSTINSTFUNC usage
  > runqemu: add sd card device
  > uboot-sign: fix counters in do_uboot_assemble_fitimage
  > linux-firmware: Move Silabs wfx firmware to a separate package
  > runqemu: Fix detection of -serial parameter
  > fmt: Get rid of std::copy
  > python3-pyparsing: upgrade 3.1.2 -> 3.1.4
  > python3-hypothesis: upgrade 6.111.1 -> 6.111.2
  > lz4: Disable static libraries again
  > lz4: Fix static library reproducibility issue
  > rust: Upgrade 1.78.0->1.79.0
  > rust: Oe-selftest changes for rust v1.79
  > zlib: Enable PIE for native builds
  > gdb: Fix build with latest clang
  > resulttool: Add support to create test report in JUnit XML format
  > selftest/sstatetests: Extend to cover ERROR_QA/WARN_QA common issues
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Add missing vardepsexclude
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > bluez5: Fix build with musl
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 30, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-rockchip sources/meta-tegra sources/meta-ti sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-freescale 52c1409d...8266ad6f (3):
  > Merge pull request #1913 from nxp-upstream/seco-libs
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...8c4ea4cd (10):
  > linux-intel : Add space in SRC_URI:append
  > meta-intel.inc: set default PREFERRED_VERSION for mainline to 6.10 kernel
  > linux-intel/6.10 : update to tag mainline-tracking-v6.10-linux-240717T063713Z
  > linux-intel-rt/6.6 : update to tag lts-v6.6.44-rt39-preempt-rt-240809T014856Z
  > linux-intel/6.6 : update to tag lts-v6.6.44-linux-240808T092831Z
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...1000822ef (102):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > python3-flatbuffers: provide nativesdk support
  > gcab: fix buildpaths QA issue
  > gcab: keep buildpaths QA issue as a warning
  > xerces-c: fix buildpaths QA issue
  > gpm: fix buildpaths QA issue
  > mpd: Upgrade to 0.23.15+git
  > vlc: Disable recipe
  > libmpdclient,mpc: Upgrade to 2.22 and 0.35 respectively
  > mpv: Upgrade to 0.38.0 release
  > libplacebo: Add recipe
  > vlc: Upgrade to 3.0.21
  > minidlna: Upgrade to 1.3.3 release
  > e2tools: Fix build with automake 1.17
  > uutils-coreutils: disable buildpaths error
  > pipewire: update 1.2.2 -> 1.2.3
  > gerbera: Upgrade to 2.2.0
  > pegtl: add ptest support
  > lastlog2: remove recipe since it has been merged into util-linux
  > snort3: upgrade 3.3.3.0 -> 3.3.4.0
  > mariadb: Upgrade to 10.11.9 release
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...a54a11c (7):
  > Merge pull request #633 from lumag/woa-upd
  > Merge pull request #632 from lumag/fw-fix-vpu
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-rockchip e678960...91a694e (1):
  > enable HW VPU decoding for SoCs that have stateless VPUs

* sources/meta-tegra 63ef5b0f...ba9e09c9 (4):
  > egl-gbm: correct capitalization of Pending in Upstream-Status in patch
  > egl-gbm: correct capitalization of Status in Upstream-Status tag in patch
  > nvidia-kernel-oot: remove nvidia-drm + tegra-drm ordering patch
  > egl-gbm: fix for kms display-only rendering

* sources/meta-ti f8ccb207...d7891abd (1):
  > mesa-pvr: set pv explicitly

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...53202e6983 (92):
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > u-boot: Ensure we use BFD as linker even if using GCC for it
  > aspell: Backport a fix to build with gcc-15/clang-19
  > buildcfg.py: add dirty status to get_metadata_git_describe
  > apr: upgrade 1.7.4 -> 1.7.5
  > insane: Remove redundant returns
  > systemd.bbclass: Instrument rm_sysvinit_initddir() (for testing)
  > oeqa/selftest/bbclasses: Add tests for systemd and update-rc.d interaction
  > systemd.bbclass: Clean up empty parent directories
  > default-distrovars: Have KERNEL_CONSOLE reference SERIAL_CONSOLES
  > sstate: Drop SSTATEPOSTINSTFUNC support
  > buildhistory: Simplify intercept call sites and drop SSTATEPOSTINSTFUNC usage
  > piglit: add missing dependency on wayland
  > runqemu: add sd card device
  > uboot-sign: fix counters in do_uboot_assemble_fitimage
  > linux-firmware: Move Silabs wfx firmware to a separate package
  > runqemu: Fix detection of -serial parameter
  > fmt: Get rid of std::copy
  > python3-pyparsing: upgrade 3.1.2 -> 3.1.4
  > python3-hypothesis: upgrade 6.111.1 -> 6.111.2
  > lz4: Disable static libraries again
  > lz4: Fix static library reproducibility issue
  > rust: Upgrade 1.78.0->1.79.0
  > rust: Oe-selftest changes for rust v1.79
  > zlib: Enable PIE for native builds
  > gdb: Fix build with latest clang
  > resulttool: Add support to create test report in JUnit XML format
  > selftest/sstatetests: Extend to cover ERROR_QA/WARN_QA common issues
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Add missing vardepsexclude
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > bluez5: Fix build with musl
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 30, 2024
…-openembedded sources/meta-qcom sources/meta-raspberrypi sources/meta-rockchip sources/meta-variscite-bsp sources/poky

* sources/meta-freescale 52c1409d...8266ad6f (3):
  > Merge pull request #1913 from nxp-upstream/seco-libs
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...8c4ea4cd (10):
  > linux-intel : Add space in SRC_URI:append
  > meta-intel.inc: set default PREFERRED_VERSION for mainline to 6.10 kernel
  > linux-intel/6.10 : update to tag mainline-tracking-v6.10-linux-240717T063713Z
  > linux-intel-rt/6.6 : update to tag lts-v6.6.44-rt39-preempt-rt-240809T014856Z
  > linux-intel/6.6 : update to tag lts-v6.6.44-linux-240808T092831Z
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-openembedded f7fe2415e1...65bac5505f (94):
  > mpd: Upgrade to 0.23.15+git
  > vlc: Disable recipe
  > libmpdclient,mpc: Upgrade to 2.22 and 0.35 respectively
  > mpv: Upgrade to 0.38.0 release
  > libplacebo: Add recipe
  > vlc: Upgrade to 3.0.21
  > minidlna: Upgrade to 1.3.3 release
  > e2tools: Fix build with automake 1.17
  > uutils-coreutils: disable buildpaths error
  > pipewire: update 1.2.2 -> 1.2.3
  > gerbera: Upgrade to 2.2.0
  > pegtl: add ptest support
  > lastlog2: remove recipe since it has been merged into util-linux
  > snort3: upgrade 3.3.3.0 -> 3.3.4.0
  > mariadb: Upgrade to 10.11.9 release
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...0b06de4 (6):
  > Merge pull request #632 from lumag/fw-fix-vpu
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-rockchip e678960...91a694e (1):
  > enable HW VPU decoding for SoCs that have stateless VPUs

* sources/meta-variscite-bsp c360302...f0e92ac (1):
  > Merge pull request #30 from YoeDistro/kraj/mickledore-var02

* sources/poky 56bc6ce8c62...d78224151d0 (67):
  > lz4: Disable static libraries again
  > lz4: Fix static library reproducibility issue
  > rust: Upgrade 1.78.0->1.79.0
  > rust: Oe-selftest changes for rust v1.79
  > zlib: Enable PIE for native builds
  > gdb: Fix build with latest clang
  > resulttool: Add support to create test report in JUnit XML format
  > selftest/sstatetests: Extend to cover ERROR_QA/WARN_QA common issues
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Add missing vardepsexclude
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > bluez5: Fix build with musl
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 30, 2024
…-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-rockchip sources/meta-tegra sources/meta-ti sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-clang 9e0ef14...1679b7b (1):
  > vulkan-samples: Add Wno-error=overriding-option and remove Wno-error=deprecated-declarations

* sources/meta-freescale 52c1409d...8266ad6f (3):
  > Merge pull request #1913 from nxp-upstream/seco-libs
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...8c4ea4cd (10):
  > linux-intel : Add space in SRC_URI:append
  > meta-intel.inc: set default PREFERRED_VERSION for mainline to 6.10 kernel
  > linux-intel/6.10 : update to tag mainline-tracking-v6.10-linux-240717T063713Z
  > linux-intel-rt/6.6 : update to tag lts-v6.6.44-rt39-preempt-rt-240809T014856Z
  > linux-intel/6.6 : update to tag lts-v6.6.44-linux-240808T092831Z
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...1000822ef (102):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > python3-flatbuffers: provide nativesdk support
  > gcab: fix buildpaths QA issue
  > gcab: keep buildpaths QA issue as a warning
  > xerces-c: fix buildpaths QA issue
  > gpm: fix buildpaths QA issue
  > mpd: Upgrade to 0.23.15+git
  > vlc: Disable recipe
  > libmpdclient,mpc: Upgrade to 2.22 and 0.35 respectively
  > mpv: Upgrade to 0.38.0 release
  > libplacebo: Add recipe
  > vlc: Upgrade to 3.0.21
  > minidlna: Upgrade to 1.3.3 release
  > e2tools: Fix build with automake 1.17
  > uutils-coreutils: disable buildpaths error
  > pipewire: update 1.2.2 -> 1.2.3
  > gerbera: Upgrade to 2.2.0
  > pegtl: add ptest support
  > lastlog2: remove recipe since it has been merged into util-linux
  > snort3: upgrade 3.3.3.0 -> 3.3.4.0
  > mariadb: Upgrade to 10.11.9 release
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...a54a11c (7):
  > Merge pull request #633 from lumag/woa-upd
  > Merge pull request #632 from lumag/fw-fix-vpu
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-rockchip e678960...91a694e (1):
  > enable HW VPU decoding for SoCs that have stateless VPUs

* sources/meta-tegra 63ef5b0f...ba9e09c9 (4):
  > egl-gbm: correct capitalization of Pending in Upstream-Status in patch
  > egl-gbm: correct capitalization of Status in Upstream-Status tag in patch
  > nvidia-kernel-oot: remove nvidia-drm + tegra-drm ordering patch
  > egl-gbm: fix for kms display-only rendering

* sources/meta-ti f8ccb207...d7891abd (1):
  > mesa-pvr: set pv explicitly

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...53202e6983 (92):
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > u-boot: Ensure we use BFD as linker even if using GCC for it
  > aspell: Backport a fix to build with gcc-15/clang-19
  > buildcfg.py: add dirty status to get_metadata_git_describe
  > apr: upgrade 1.7.4 -> 1.7.5
  > insane: Remove redundant returns
  > systemd.bbclass: Instrument rm_sysvinit_initddir() (for testing)
  > oeqa/selftest/bbclasses: Add tests for systemd and update-rc.d interaction
  > systemd.bbclass: Clean up empty parent directories
  > default-distrovars: Have KERNEL_CONSOLE reference SERIAL_CONSOLES
  > sstate: Drop SSTATEPOSTINSTFUNC support
  > buildhistory: Simplify intercept call sites and drop SSTATEPOSTINSTFUNC usage
  > piglit: add missing dependency on wayland
  > runqemu: add sd card device
  > uboot-sign: fix counters in do_uboot_assemble_fitimage
  > linux-firmware: Move Silabs wfx firmware to a separate package
  > runqemu: Fix detection of -serial parameter
  > fmt: Get rid of std::copy
  > python3-pyparsing: upgrade 3.1.2 -> 3.1.4
  > python3-hypothesis: upgrade 6.111.1 -> 6.111.2
  > lz4: Disable static libraries again
  > lz4: Fix static library reproducibility issue
  > rust: Upgrade 1.78.0->1.79.0
  > rust: Oe-selftest changes for rust v1.79
  > zlib: Enable PIE for native builds
  > gdb: Fix build with latest clang
  > resulttool: Add support to create test report in JUnit XML format
  > selftest/sstatetests: Extend to cover ERROR_QA/WARN_QA common issues
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Add missing vardepsexclude
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > bluez5: Fix build with musl
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 30, 2024
…-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-rockchip sources/meta-tegra sources/meta-ti sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-clang 9e0ef14...1679b7b (1):
  > vulkan-samples: Add Wno-error=overriding-option and remove Wno-error=deprecated-declarations

* sources/meta-freescale 52c1409d...8266ad6f (3):
  > Merge pull request #1913 from nxp-upstream/seco-libs
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...8c4ea4cd (10):
  > linux-intel : Add space in SRC_URI:append
  > meta-intel.inc: set default PREFERRED_VERSION for mainline to 6.10 kernel
  > linux-intel/6.10 : update to tag mainline-tracking-v6.10-linux-240717T063713Z
  > linux-intel-rt/6.6 : update to tag lts-v6.6.44-rt39-preempt-rt-240809T014856Z
  > linux-intel/6.6 : update to tag lts-v6.6.44-linux-240808T092831Z
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...1000822ef (102):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > python3-flatbuffers: provide nativesdk support
  > gcab: fix buildpaths QA issue
  > gcab: keep buildpaths QA issue as a warning
  > xerces-c: fix buildpaths QA issue
  > gpm: fix buildpaths QA issue
  > mpd: Upgrade to 0.23.15+git
  > vlc: Disable recipe
  > libmpdclient,mpc: Upgrade to 2.22 and 0.35 respectively
  > mpv: Upgrade to 0.38.0 release
  > libplacebo: Add recipe
  > vlc: Upgrade to 3.0.21
  > minidlna: Upgrade to 1.3.3 release
  > e2tools: Fix build with automake 1.17
  > uutils-coreutils: disable buildpaths error
  > pipewire: update 1.2.2 -> 1.2.3
  > gerbera: Upgrade to 2.2.0
  > pegtl: add ptest support
  > lastlog2: remove recipe since it has been merged into util-linux
  > snort3: upgrade 3.3.3.0 -> 3.3.4.0
  > mariadb: Upgrade to 10.11.9 release
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...a54a11c (7):
  > Merge pull request #633 from lumag/woa-upd
  > Merge pull request #632 from lumag/fw-fix-vpu
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-rockchip e678960...91a694e (1):
  > enable HW VPU decoding for SoCs that have stateless VPUs

* sources/meta-tegra 63ef5b0f...ba9e09c9 (4):
  > egl-gbm: correct capitalization of Pending in Upstream-Status in patch
  > egl-gbm: correct capitalization of Status in Upstream-Status tag in patch
  > nvidia-kernel-oot: remove nvidia-drm + tegra-drm ordering patch
  > egl-gbm: fix for kms display-only rendering

* sources/meta-ti f8ccb207...d7891abd (1):
  > mesa-pvr: set pv explicitly

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...0ad18f076e (91):
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > u-boot: Ensure we use BFD as linker even if using GCC for it
  > aspell: Backport a fix to build with gcc-15/clang-19
  > buildcfg.py: add dirty status to get_metadata_git_describe
  > apr: upgrade 1.7.4 -> 1.7.5
  > insane: Remove redundant returns
  > oeqa/selftest/bbclasses: Add tests for systemd and update-rc.d interaction
  > systemd.bbclass: Clean up empty parent directories
  > default-distrovars: Have KERNEL_CONSOLE reference SERIAL_CONSOLES
  > sstate: Drop SSTATEPOSTINSTFUNC support
  > buildhistory: Simplify intercept call sites and drop SSTATEPOSTINSTFUNC usage
  > piglit: add missing dependency on wayland
  > runqemu: add sd card device
  > uboot-sign: fix counters in do_uboot_assemble_fitimage
  > linux-firmware: Move Silabs wfx firmware to a separate package
  > runqemu: Fix detection of -serial parameter
  > fmt: Get rid of std::copy
  > python3-pyparsing: upgrade 3.1.2 -> 3.1.4
  > python3-hypothesis: upgrade 6.111.1 -> 6.111.2
  > lz4: Disable static libraries again
  > lz4: Fix static library reproducibility issue
  > rust: Upgrade 1.78.0->1.79.0
  > rust: Oe-selftest changes for rust v1.79
  > zlib: Enable PIE for native builds
  > gdb: Fix build with latest clang
  > resulttool: Add support to create test report in JUnit XML format
  > selftest/sstatetests: Extend to cover ERROR_QA/WARN_QA common issues
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Add missing vardepsexclude
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > bluez5: Fix build with musl
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 30, 2024
…-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-rockchip sources/meta-tegra sources/meta-ti sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-clang 9e0ef14...1679b7b (1):
  > vulkan-samples: Add Wno-error=overriding-option and remove Wno-error=deprecated-declarations

* sources/meta-freescale 52c1409d...8266ad6f (3):
  > Merge pull request #1913 from nxp-upstream/seco-libs
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...8c4ea4cd (10):
  > linux-intel : Add space in SRC_URI:append
  > meta-intel.inc: set default PREFERRED_VERSION for mainline to 6.10 kernel
  > linux-intel/6.10 : update to tag mainline-tracking-v6.10-linux-240717T063713Z
  > linux-intel-rt/6.6 : update to tag lts-v6.6.44-rt39-preempt-rt-240809T014856Z
  > linux-intel/6.6 : update to tag lts-v6.6.44-linux-240808T092831Z
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...358dda898 (103):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > klibc: fix debug pkgs reproducibility
  > python3-flatbuffers: provide nativesdk support
  > gcab: fix buildpaths QA issue
  > gcab: keep buildpaths QA issue as a warning
  > xerces-c: fix buildpaths QA issue
  > gpm: fix buildpaths QA issue
  > mpd: Upgrade to 0.23.15+git
  > vlc: Disable recipe
  > libmpdclient,mpc: Upgrade to 2.22 and 0.35 respectively
  > mpv: Upgrade to 0.38.0 release
  > libplacebo: Add recipe
  > vlc: Upgrade to 3.0.21
  > minidlna: Upgrade to 1.3.3 release
  > e2tools: Fix build with automake 1.17
  > uutils-coreutils: disable buildpaths error
  > pipewire: update 1.2.2 -> 1.2.3
  > gerbera: Upgrade to 2.2.0
  > pegtl: add ptest support
  > lastlog2: remove recipe since it has been merged into util-linux
  > snort3: upgrade 3.3.3.0 -> 3.3.4.0
  > mariadb: Upgrade to 10.11.9 release
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...a54a11c (7):
  > Merge pull request #633 from lumag/woa-upd
  > Merge pull request #632 from lumag/fw-fix-vpu
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-rockchip e678960...91a694e (1):
  > enable HW VPU decoding for SoCs that have stateless VPUs

* sources/meta-tegra 63ef5b0f...ba9e09c9 (4):
  > egl-gbm: correct capitalization of Pending in Upstream-Status in patch
  > egl-gbm: correct capitalization of Status in Upstream-Status tag in patch
  > nvidia-kernel-oot: remove nvidia-drm + tegra-drm ordering patch
  > egl-gbm: fix for kms display-only rendering

* sources/meta-ti f8ccb207...d7891abd (1):
  > mesa-pvr: set pv explicitly

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...0ad18f076e (91):
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > u-boot: Ensure we use BFD as linker even if using GCC for it
  > aspell: Backport a fix to build with gcc-15/clang-19
  > buildcfg.py: add dirty status to get_metadata_git_describe
  > apr: upgrade 1.7.4 -> 1.7.5
  > insane: Remove redundant returns
  > oeqa/selftest/bbclasses: Add tests for systemd and update-rc.d interaction
  > systemd.bbclass: Clean up empty parent directories
  > default-distrovars: Have KERNEL_CONSOLE reference SERIAL_CONSOLES
  > sstate: Drop SSTATEPOSTINSTFUNC support
  > buildhistory: Simplify intercept call sites and drop SSTATEPOSTINSTFUNC usage
  > piglit: add missing dependency on wayland
  > runqemu: add sd card device
  > uboot-sign: fix counters in do_uboot_assemble_fitimage
  > linux-firmware: Move Silabs wfx firmware to a separate package
  > runqemu: Fix detection of -serial parameter
  > fmt: Get rid of std::copy
  > python3-pyparsing: upgrade 3.1.2 -> 3.1.4
  > python3-hypothesis: upgrade 6.111.1 -> 6.111.2
  > lz4: Disable static libraries again
  > lz4: Fix static library reproducibility issue
  > rust: Upgrade 1.78.0->1.79.0
  > rust: Oe-selftest changes for rust v1.79
  > zlib: Enable PIE for native builds
  > gdb: Fix build with latest clang
  > resulttool: Add support to create test report in JUnit XML format
  > selftest/sstatetests: Extend to cover ERROR_QA/WARN_QA common issues
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Add missing vardepsexclude
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > bluez5: Fix build with musl
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants