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

raspberrypi0-wifi meta-clang compiler-rt arm/sync_fetch_and_add assembler requires armv8 and thumb2 #555

Closed
mr-nice opened this issue Jun 12, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@mr-nice
Copy link
Contributor

mr-nice commented Jun 12, 2021

Hi all,
I'm not sure if this is the right place to report that bug or if I have to place it directly at meta-clang. But as this has to do with pulling in clang compiler-rt for raspberrypi0-wifi configuration I report it here. The problem is that compiler-rt tries to compile some assembly which requires armv8 and thumb2 instruction set. Which the raspberrypi0 is not capable of.

I didn't find a way to tell compiler-rt to not use the sync_fetch_and_add assembler files. So the solution might be to remove the dependency on compiler-rt for that target?

Build Configuration:
BB_VERSION = "1.51.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "arm-yoe-linux-gnueabi"
MACHINE = "raspberrypi0-wifi"
DISTRO = "yoe"
DISTRO_VERSION = "2021.06-rc.1"
TUNE_FEATURES = "arm thumb vfp arm1176jzfs callconvention-hard"
TARGET_FPU = "hard"
meta-yoe = "master:f36a2e949b42a28a746f75d09895635bdd7f325b"
meta-96boards = "HEAD:533b7b3bb2dd883f03da79c3d91b622204b81cef"
meta-arm
meta-arm-toolchain = "HEAD:40611d12f5afaa7672659175f38b1e4cfd969283"
meta-atmel = "HEAD:23e155839c59d0778c0333086a4dac6fe06cae07"
meta-freescale = "HEAD:fbcff7045a9afbb383f52c2b6161dc2ce37be0e2"
meta-freescale-3rdparty = "HEAD:5f6c423aae0bc614d70e0d7b9bcc78e90b3711bb"
meta-odroid
meta-odroid-extras = "HEAD:55fb32367547491a06e1f524125abb6496315ae1"
meta-qcom = "HEAD:a238fd051b585c725a3fb6b1a37731b622efbb94"
meta-raspberrypi = "HEAD:7057d5dcbfa5802a370aa1730e14e940b9bf7b24"
meta-riscv = "HEAD:f00613c0677497a7bf4ea536f31eeb8cbc5f6c23"
meta-rockchip = "HEAD:838514a031e30112a7d00f2e20bf7e41264912bc"
meta-ti = "HEAD:d54da744941ff97f2502bad2d7c51c5387bde929"
meta-clang = "HEAD:040ec88b95679a953bf63461f73700246ed34eef"
meta-elm-binary = "HEAD:612d7b08ea064288d6297d10d4cf8c2fb3606379"
meta-qt5 = "HEAD:a2882fecc96019781880c38fc6a81a9b71c944ad"
meta-rust = "HEAD:ab86e0a068e90c361b803f59a4baa79bf0c92ba7"
meta-filesystems
meta-gnome
meta-initramfs
meta-multimedia
meta-networking
meta-oe
meta-perl
meta-python
meta-webserver
meta-xfce = "HEAD:c062b919c459e614a37f89b64caf9f8f066076ba"
meta = "HEAD:5799a807eed44d380e142913e50308589b9412ed"

Initialising tasks: 100% |###########################################################################################################################################################################| Time: 0:00:02
Sstate summary: Wanted 209 Local 0 Network 0 Missed 209 Current 291 (0% match, 58% complete)
NOTE: Executing Tasks
ERROR: compiler-rt-13.0.0-r0 do_compile: Execution of '/home/nice/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0/temp/run.do_compile.131' failed with exit code 1:
[1/194] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-armhf.dir/arm/sync_fetch_and_and_4.S.o
FAILED: projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-armhf.dir/arm/sync_fetch_and_and_4.S.o
/home/nice/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0/recipe-sysroot-native/usr/bin/arm-yoe-linux-gnueabi/arm-yoe-linux-gnueabi-clang -DVISIBILITY_HIDDEN -D_DEBUG -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/builtins -I/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins -Iinclude -I/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/llvm/include -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/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0/recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/nice/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0=/usr/src/debug/compiler-rt/13.0.0-r0 -fdebug-prefix-map=/home/nice/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0=/usr/src/debug/compiler-rt/13.0.0-r0 -fdebug-prefix-map=/home/nice/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0/recipe-sysroot= -fdebug-prefix-map=/home/nice/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0/recipe-sysroot-native= -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/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0/recipe-sysroot -fPIC -g -march=armv7-a -mfloat-abi=hard -fno-lto -DCOMPILER_RT_HAS_FLOAT16 -std=c11 -fomit-frame-pointer -DCOMPILER_RT_ARMHF_TARGET -MD -MT projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-armhf.dir/arm/sync_fetch_and_and_4.S.o -MF projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-armhf.dir/arm/sync_fetch_and_and_4.S.o.d -o projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-armhf.dir/arm/sync_fetch_and_and_4.S.o -c /home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_and_4.S
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_and_4.S:18:193: error: invalid instruction
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_and_4 ; .type __sync_fetch_and_and_4,%function ; .hidden __sync_fetch_and_and_4 ; ; .thumb_func ; __sync_fetch_and_and_4: mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_and_4 : ldrex r0, [r12]; and r2, r0, r1; strex r3, r2, [r12]; cmp r3, #0; bne .L_tryatomic_and_4; mcr p15, #0, r0, c7, c10, #5; bx lr
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_and_4.S:18:257: error: invalid instruction, any one of the following would fix this:
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_and_4 ; .type __sync_fetch_and_and_4,%function ; .hidden __sync_fetch_and_and_4 ; ; .thumb_func ; __sync_fetch_and_and_4: mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_and_4 : ldrex r0, [r12]; and r2, r0, r1; strex r3, r2, [r12]; cmp r3, #0; bne .L_tryatomic_and_4; mcr p15, #0, r0, c7, c10, #5; bx lr
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_and_4.S:18:257: note: instruction requires: arm-mode
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_and_4 ; .type __sync_fetch_and_and_4,%function ; .hidden __sync_fetch_and_and_4 ; ; .thumb_func ; __sync_fetch_and_and_4: mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_and_4 : ldrex r0, [r12]; and r2, r0, r1; strex r3, r2, [r12]; cmp r3, #0; bne .L_tryatomic_and_4; mcr p15, #0, r0, c7, c10, #5; bx lr
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_and_4.S:18:257: note: instruction requires: armv8m.base
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_and_4 ; .type __sync_fetch_and_and_4,%function ; .hidden __sync_fetch_and_and_4 ; ; .thumb_func ; __sync_fetch_and_and_4: mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_and_4 : ldrex r0, [r12]; and r2, r0, r1; strex r3, r2, [r12]; cmp r3, #0; bne .L_tryatomic_and_4; mcr p15, #0, r0, c7, c10, #5; bx lr
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_and_4.S:18:274: error: invalid instruction, any one of the following would fix this:
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_and_4 ; .type __sync_fetch_and_and_4,%function ; .hidden __sync_fetch_and_and_4 ; ; .thumb_func ; __sync_fetch_and_and_4: mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_and_4 : ldrex r0, [r12]; and r2, r0, r1; strex r3, r2, [r12]; cmp r3, #0; bne .L_tryatomic_and_4; mcr p15, #0, r0, c7, c10, #5; bx lr
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_and_4.S:18:274: note: instruction requires: arm-mode
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_and_4 ; .type __sync_fetch_and_and_4,%function ; .hidden __sync_fetch_and_and_4 ; ; .thumb_func ; __sync_fetch_and_and_4: mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_and_4 : ldrex r0, [r12]; and r2, r0, r1; strex r3, r2, [r12]; cmp r3, #0; bne .L_tryatomic_and_4; mcr p15, #0, r0, c7, c10, #5; bx lr
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_and_4.S:18:274: note: instruction requires: thumb2
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_and_4 ; .type __sync_fetch_and_and_4,%function ; .hidden __sync_fetch_and_and_4 ; ; .thumb_func ; __sync_fetch_and_and_4: mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_and_4 : ldrex r0, [r12]; and r2, r0, r1; strex r3, r2, [r12]; cmp r3, #0; bne .L_tryatomic_and_4; mcr p15, #0, r0, c7, c10, #5; bx lr
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_and_4.S:18:286: note: too many operands for instruction
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_and_4 ; .type __sync_fetch_and_and_4,%function ; .hidden __sync_fetch_and_and_4 ; ; .thumb_func ; __sync_fetch_and_and_4: mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_and_4 : ldrex r0, [r12]; and r2, r0, r1; strex r3, r2, [r12]; cmp r3, #0; bne .L_tryatomic_and_4; mcr p15, #0, r0, c7, c10, #5; bx lr
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_and_4.S:18:290: error: invalid instruction, any one of the following would fix this:
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_and_4 ; .type __sync_fetch_and_and_4,%function ; .hidden __sync_fetch_and_and_4 ; ; .thumb_func ; __sync_fetch_and_and_4: mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_and_4 : ldrex r0, [r12]; and r2, r0, r1; strex r3, r2, [r12]; cmp r3, #0; bne .L_tryatomic_and_4; mcr p15, #0, r0, c7, c10, #5; bx lr
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_and_4.S:18:290: note: instruction requires: arm-mode
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_and_4 ; .type __sync_fetch_and_and_4,%function ; .hidden __sync_fetch_and_and_4 ; ; .thumb_func ; __sync_fetch_and_and_4: mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_and_4 : ldrex r0, [r12]; and r2, r0, r1; strex r3, r2, [r12]; cmp r3, #0; bne .L_tryatomic_and_4; mcr p15, #0, r0, c7, c10, #5; bx lr
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_and_4.S:18:290: note: instruction requires: armv8m.base
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_and_4 ; .type __sync_fetch_and_and_4,%function ; .hidden __sync_fetch_and_and_4 ; ; .thumb_func ; __sync_fetch_and_and_4: mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_and_4 : ldrex r0, [r12]; and r2, r0, r1; strex r3, r2, [r12]; cmp r3, #0; bne .L_tryatomic_and_4; mcr p15, #0, r0, c7, c10, #5; bx lr
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_and_4.S:18:347: error: invalid instruction
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_and_4 ; .type __sync_fetch_and_and_4,%function ; .hidden __sync_fetch_and_and_4 ; ; .thumb_func ; __sync_fetch_and_and_4: mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_and_4 : ldrex r0, [r12]; and r2, r0, r1; strex r3, r2, [r12]; cmp r3, #0; bne .L_tryatomic_and_4; mcr p15, #0, r0, c7, c10, #5; bx lr
^
[2/194] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-armhf.dir/arm/sync_fetch_and_add_4.S.o
FAILED: projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-armhf.dir/arm/sync_fetch_and_add_4.S.o
/home/nice/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0/recipe-sysroot-native/usr/bin/arm-yoe-linux-gnueabi/arm-yoe-linux-gnueabi-clang -DVISIBILITY_HIDDEN -D_DEBUG -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/builtins -I/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins -Iinclude -I/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/llvm/include -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/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0/recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/nice/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0=/usr/src/debug/compiler-rt/13.0.0-r0 -fdebug-prefix-map=/home/nice/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0=/usr/src/debug/compiler-rt/13.0.0-r0 -fdebug-prefix-map=/home/nice/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0/recipe-sysroot= -fdebug-prefix-map=/home/nice/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0/recipe-sysroot-native= -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/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0/recipe-sysroot -fPIC -g -march=armv7-a -mfloat-abi=hard -fno-lto -DCOMPILER_RT_HAS_FLOAT16 -std=c11 -fomit-frame-pointer -DCOMPILER_RT_ARMHF_TARGET -MD -MT projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-armhf.dir/arm/sync_fetch_and_add_4.S.o -MF projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-armhf.dir/arm/sync_fetch_and_add_4.S.o.d -o projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-armhf.dir/arm/sync_fetch_and_add_4.S.o -c /home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_add_4.S
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_add_4.S:19:193: error: invalid instruction
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_add_4 ; .type __sync_fetch_and_add_4,%function ; .hidden __sync_fetch_and_add_4 ; ; .thumb_func ; __sync_fetch_and_add_4: mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_add_4 : ldrex r0, [r12]; add r2, r0, r1; strex r3, r2, [r12]; cmp r3, #0; bne .L_tryatomic_add_4; mcr p15, #0, r0, c7, c10, #5; bx lr
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_add_4.S:19:257: error: invalid instruction, any one of the following would fix this:
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_add_4 ; .type __sync_fetch_and_add_4,%function ; .hidden __sync_fetch_and_add_4 ; ; .thumb_func ; __sync_fetch_and_add_4: mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_add_4 : ldrex r0, [r12]; add r2, r0, r1; strex r3, r2, [r12]; cmp r3, #0; bne .L_tryatomic_add_4; mcr p15, #0, r0, c7, c10, #5; bx lr
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_add_4.S:19:257: note: instruction requires: arm-mode
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_add_4 ; .type __sync_fetch_and_add_4,%function ; .hidden __sync_fetch_and_add_4 ; ; .thumb_func ; __sync_fetch_and_add_4: mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_add_4 : ldrex r0, [r12]; add r2, r0, r1; strex r3, r2, [r12]; cmp r3, #0; bne .L_tryatomic_add_4; mcr p15, #0, r0, c7, c10, #5; bx lr
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_add_4.S:19:257: note: instruction requires: armv8m.base
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_add_4 ; .type __sync_fetch_and_add_4,%function ; .hidden __sync_fetch_and_add_4 ; ; .thumb_func ; __sync_fetch_and_add_4: mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_add_4 : ldrex r0, [r12]; add r2, r0, r1; strex r3, r2, [r12]; cmp r3, #0; bne .L_tryatomic_add_4; mcr p15, #0, r0, c7, c10, #5; bx lr
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_add_4.S:19:274: error: invalid instruction, any one of the following would fix this:
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_add_4 ; .type __sync_fetch_and_add_4,%function ; .hidden __sync_fetch_and_add_4 ; ; .thumb_func ; __sync_fetch_and_add_4: mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_add_4 : ldrex r0, [r12]; add r2, r0, r1; strex r3, r2, [r12]; cmp r3, #0; bne .L_tryatomic_add_4; mcr p15, #0, r0, c7, c10, #5; bx lr
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_add_4.S:19:274: note: instruction requires: arm-mode
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_add_4 ; .type __sync_fetch_and_add_4,%function ; .hidden __sync_fetch_and_add_4 ; ; .thumb_func ; __sync_fetch_and_add_4: mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_add_4 : ldrex r0, [r12]; add r2, r0, r1; strex r3, r2, [r12]; cmp r3, #0; bne .L_tryatomic_add_4; mcr p15, #0, r0, c7, c10, #5; bx lr
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_add_4.S:19:274: note: instruction requires: thumb2
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_add_4 ; .type __sync_fetch_and_add_4,%function ; .hidden __sync_fetch_and_add_4 ; ; .thumb_func ; __sync_fetch_and_add_4: mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_add_4 : ldrex r0, [r12]; add r2, r0, r1; strex r3, r2, [r12]; cmp r3, #0; bne .L_tryatomic_add_4; mcr p15, #0, r0, c7, c10, #5; bx lr
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_add_4.S:19:286: note: invalid operand for instruction
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_add_4 ; .type __sync_fetch_and_add_4,%function ; .hidden __sync_fetch_and_add_4 ; ; .thumb_func ; __sync_fetch_and_add_4: mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_add_4 : ldrex r0, [r12]; add r2, r0, r1; strex r3, r2, [r12]; cmp r3, #0; bne .L_tryatomic_add_4; mcr p15, #0, r0, c7, c10, #5; bx lr
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_add_4.S:19:286: note: operand must be an immediate in the range [0,7]
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_add_4 ; .type __sync_fetch_and_add_4,%function ; .hidden __sync_fetch_and_add_4 ; ; .thumb_func ; __sync_fetch_and_add_4: mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_add_4 : ldrex r0, [r12]; add r2, r0, r1; strex r3, r2, [r12]; cmp r3, #0; bne .L_tryatomic_add_4; mcr p15, #0, r0, c7, c10, #5; bx lr
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_add_4.S:19:274: note: no flag-preserving variant of this instruction available
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_add_4 ; .type __sync_fetch_and_add_4,%function ; .hidden __sync_fetch_and_add_4 ; ; .thumb_func ; __sync_fetch_and_add_4: mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_add_4 : ldrex r0, [r12]; add r2, r0, r1; strex r3, r2, [r12]; cmp r3, #0; bne .L_tryatomic_add_4; mcr p15, #0, r0, c7, c10, #5; bx lr
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_add_4.S:19:290: error: invalid instruction, any one of the following would fix this:
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_add_4 ; .type __sync_fetch_and_add_4,%function ; .hidden __sync_fetch_and_add_4 ; ; .thumb_func ; __sync_fetch_and_add_4: mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_add_4 : ldrex r0, [r12]; add r2, r0, r1; strex r3, r2, [r12]; cmp r3, #0; bne .L_tryatomic_add_4; mcr p15, #0, r0, c7, c10, #5; bx lr
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_add_4.S:19:290: note: instruction requires: arm-mode
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_add_4 ; .type __sync_fetch_and_add_4,%function ; .hidden __sync_fetch_and_add_4 ; ; .thumb_func ; __sync_fetch_and_add_4: mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_add_4 : ldrex r0, [r12]; add r2, r0, r1; strex r3, r2, [r12]; cmp r3, #0; bne .L_tryatomic_add_4; mcr p15, #0, r0, c7, c10, #5; bx lr
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_add_4.S:19:290: note: instruction requires: armv8m.base
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_add_4 ; .type __sync_fetch_and_add_4,%function ; .hidden __sync_fetch_and_add_4 ; ; .thumb_func ; __sync_fetch_and_add_4: mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_add_4 : ldrex r0, [r12]; add r2, r0, r1; strex r3, r2, [r12]; cmp r3, #0; bne .L_tryatomic_add_4; mcr p15, #0, r0, c7, c10, #5; bx lr
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_add_4.S:19:347: error: invalid instruction
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_add_4 ; .type __sync_fetch_and_add_4,%function ; .hidden __sync_fetch_and_add_4 ; ; .thumb_func ; __sync_fetch_and_add_4: mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_add_4 : ldrex r0, [r12]; add r2, r0, r1; strex r3, r2, [r12]; cmp r3, #0; bne .L_tryatomic_add_4; mcr p15, #0, r0, c7, c10, #5; bx lr
^
[3/194] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-armhf.dir/arm/sync_fetch_and_and_8.S.o
FAILED: projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-armhf.dir/arm/sync_fetch_and_and_8.S.o
/home/nice/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0/recipe-sysroot-native/usr/bin/arm-yoe-linux-gnueabi/arm-yoe-linux-gnueabi-clang -DVISIBILITY_HIDDEN -D_DEBUG -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/builtins -I/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins -Iinclude -I/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/llvm/include -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/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0/recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/nice/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0=/usr/src/debug/compiler-rt/13.0.0-r0 -fdebug-prefix-map=/home/nice/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0=/usr/src/debug/compiler-rt/13.0.0-r0 -fdebug-prefix-map=/home/nice/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0/recipe-sysroot= -fdebug-prefix-map=/home/nice/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0/recipe-sysroot-native= -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/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0/recipe-sysroot -fPIC -g -march=armv7-a -mfloat-abi=hard -fno-lto -DCOMPILER_RT_HAS_FLOAT16 -std=c11 -fomit-frame-pointer -DCOMPILER_RT_ARMHF_TARGET -MD -MT projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-armhf.dir/arm/sync_fetch_and_and_8.S.o -MF projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-armhf.dir/arm/sync_fetch_and_and_8.S.o.d -o projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-armhf.dir/arm/sync_fetch_and_and_8.S.o -c /home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_and_8.S
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_and_8.S:21:216: error: invalid instruction
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_and_8 ; .type __sync_fetch_and_and_8,%function ; .hidden __sync_fetch_and_and_8 ; ; .thumb_func ; __sync_fetch_and_and_8: push {r4, r5, r6, lr}; mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_and_8 : ldrexd r0, r1, [r12]; and r4, r0, r2 ; and r5, r1, r3; strexd r6, r4, r5, [r12]; cmp r6, #0; bne .L_tryatomic_and_8; mcr p15, #0, r0, c7, c10, #5; pop { r4, r5, r6, pc }
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_and_8.S:21:280: error: instruction requires: thumb2
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_and_8 ; .type __sync_fetch_and_and_8,%function ; .hidden __sync_fetch_and_and_8 ; ; .thumb_func ; __sync_fetch_and_and_8: push {r4, r5, r6, lr}; mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_and_8 : ldrexd r0, r1, [r12]; and r4, r0, r2 ; and r5, r1, r3; strexd r6, r4, r5, [r12]; cmp r6, #0; bne .L_tryatomic_and_8; mcr p15, #0, r0, c7, c10, #5; pop { r4, r5, r6, pc }
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_and_8.S:21:302: error: invalid instruction, any one of the following would fix this:
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_and_8 ; .type __sync_fetch_and_and_8,%function ; .hidden __sync_fetch_and_and_8 ; ; .thumb_func ; __sync_fetch_and_and_8: push {r4, r5, r6, lr}; mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_and_8 : ldrexd r0, r1, [r12]; and r4, r0, r2 ; and r5, r1, r3; strexd r6, r4, r5, [r12]; cmp r6, #0; bne .L_tryatomic_and_8; mcr p15, #0, r0, c7, c10, #5; pop { r4, r5, r6, pc }
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_and_8.S:21:302: note: instruction requires: arm-mode
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_and_8 ; .type __sync_fetch_and_and_8,%function ; .hidden __sync_fetch_and_and_8 ; ; .thumb_func ; __sync_fetch_and_and_8: push {r4, r5, r6, lr}; mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_and_8 : ldrexd r0, r1, [r12]; and r4, r0, r2 ; and r5, r1, r3; strexd r6, r4, r5, [r12]; cmp r6, #0; bne .L_tryatomic_and_8; mcr p15, #0, r0, c7, c10, #5; pop { r4, r5, r6, pc }
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_and_8.S:21:302: note: instruction requires: thumb2
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_and_8 ; .type __sync_fetch_and_and_8,%function ; .hidden __sync_fetch_and_and_8 ; ; .thumb_func ; __sync_fetch_and_and_8: push {r4, r5, r6, lr}; mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_and_8 : ldrexd r0, r1, [r12]; and r4, r0, r2 ; and r5, r1, r3; strexd r6, r4, r5, [r12]; cmp r6, #0; bne .L_tryatomic_and_8; mcr p15, #0, r0, c7, c10, #5; pop { r4, r5, r6, pc }
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_and_8.S:21:314: note: too many operands for instruction
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_and_8 ; .type __sync_fetch_and_and_8,%function ; .hidden __sync_fetch_and_and_8 ; ; .thumb_func ; __sync_fetch_and_and_8: push {r4, r5, r6, lr}; mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_and_8 : ldrexd r0, r1, [r12]; and r4, r0, r2 ; and r5, r1, r3; strexd r6, r4, r5, [r12]; cmp r6, #0; bne .L_tryatomic_and_8; mcr p15, #0, r0, c7, c10, #5; pop { r4, r5, r6, pc }
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_and_8.S:21:319: error: invalid instruction, any one of the following would fix this:
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_and_8 ; .type __sync_fetch_and_and_8,%function ; .hidden __sync_fetch_and_and_8 ; ; .thumb_func ; __sync_fetch_and_and_8: push {r4, r5, r6, lr}; mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_and_8 : ldrexd r0, r1, [r12]; and r4, r0, r2 ; and r5, r1, r3; strexd r6, r4, r5, [r12]; cmp r6, #0; bne .L_tryatomic_and_8; mcr p15, #0, r0, c7, c10, #5; pop { r4, r5, r6, pc }
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_and_8.S:21:319: note: instruction requires: arm-mode
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_and_8 ; .type __sync_fetch_and_and_8,%function ; .hidden __sync_fetch_and_and_8 ; ; .thumb_func ; __sync_fetch_and_and_8: push {r4, r5, r6, lr}; mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_and_8 : ldrexd r0, r1, [r12]; and r4, r0, r2 ; and r5, r1, r3; strexd r6, r4, r5, [r12]; cmp r6, #0; bne .L_tryatomic_and_8; mcr p15, #0, r0, c7, c10, #5; pop { r4, r5, r6, pc }
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_and_8.S:21:319: note: instruction requires: thumb2
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_and_8 ; .type __sync_fetch_and_and_8,%function ; .hidden __sync_fetch_and_and_8 ; ; .thumb_func ; __sync_fetch_and_and_8: push {r4, r5, r6, lr}; mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_and_8 : ldrexd r0, r1, [r12]; and r4, r0, r2 ; and r5, r1, r3; strexd r6, r4, r5, [r12]; cmp r6, #0; bne .L_tryatomic_and_8; mcr p15, #0, r0, c7, c10, #5; pop { r4, r5, r6, pc }
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_and_8.S:21:331: note: too many operands for instruction
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_and_8 ; .type __sync_fetch_and_and_8,%function ; .hidden __sync_fetch_and_and_8 ; ; .thumb_func ; __sync_fetch_and_and_8: push {r4, r5, r6, lr}; mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_and_8 : ldrexd r0, r1, [r12]; and r4, r0, r2 ; and r5, r1, r3; strexd r6, r4, r5, [r12]; cmp r6, #0; bne .L_tryatomic_and_8; mcr p15, #0, r0, c7, c10, #5; pop { r4, r5, r6, pc }
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_and_8.S:21:335: error: instruction requires: thumb2
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_and_8 ; .type __sync_fetch_and_and_8,%function ; .hidden __sync_fetch_and_and_8 ; ; .thumb_func ; __sync_fetch_and_and_8: push {r4, r5, r6, lr}; mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_and_8 : ldrexd r0, r1, [r12]; and r4, r0, r2 ; and r5, r1, r3; strexd r6, r4, r5, [r12]; cmp r6, #0; bne .L_tryatomic_and_8; mcr p15, #0, r0, c7, c10, #5; pop { r4, r5, r6, pc }
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_and_8.S:21:397: error: invalid instruction
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_and_8 ; .type __sync_fetch_and_and_8,%function ; .hidden __sync_fetch_and_and_8 ; ; .thumb_func ; __sync_fetch_and_and_8: push {r4, r5, r6, lr}; mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_and_8 : ldrexd r0, r1, [r12]; and r4, r0, r2 ; and r5, r1, r3; strexd r6, r4, r5, [r12]; cmp r6, #0; bne .L_tryatomic_and_8; mcr p15, #0, r0, c7, c10, #5; pop { r4, r5, r6, pc }
^
[4/194] Building ASM object projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-armhf.dir/arm/sync_fetch_and_add_8.S.o
FAILED: projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-armhf.dir/arm/sync_fetch_and_add_8.S.o
/home/nice/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0/recipe-sysroot-native/usr/bin/arm-yoe-linux-gnueabi/arm-yoe-linux-gnueabi-clang -DVISIBILITY_HIDDEN -D_DEBUG -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -Iprojects/compiler-rt/lib/builtins -I/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins -Iinclude -I/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/llvm/include -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/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0/recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/nice/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0=/usr/src/debug/compiler-rt/13.0.0-r0 -fdebug-prefix-map=/home/nice/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0=/usr/src/debug/compiler-rt/13.0.0-r0 -fdebug-prefix-map=/home/nice/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0/recipe-sysroot= -fdebug-prefix-map=/home/nice/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0/recipe-sysroot-native= -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/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0/recipe-sysroot -fPIC -g -march=armv7-a -mfloat-abi=hard -fno-lto -DCOMPILER_RT_HAS_FLOAT16 -std=c11 -fomit-frame-pointer -DCOMPILER_RT_ARMHF_TARGET -MD -MT projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-armhf.dir/arm/sync_fetch_and_add_8.S.o -MF projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-armhf.dir/arm/sync_fetch_and_add_8.S.o.d -o projects/compiler-rt/lib/builtins/CMakeFiles/clang_rt.builtins-armhf.dir/arm/sync_fetch_and_add_8.S.o -c /home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_add_8.S
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_add_8.S:21:216: error: invalid instruction
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_add_8 ; .type __sync_fetch_and_add_8,%function ; .hidden __sync_fetch_and_add_8 ; ; .thumb_func ; __sync_fetch_and_add_8: push {r4, r5, r6, lr}; mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_add_8 : ldrexd r0, r1, [r12]; adds r4, r0, r2 ; adc r5, r1, r3; strexd r6, r4, r5, [r12]; cmp r6, #0; bne .L_tryatomic_add_8; mcr p15, #0, r0, c7, c10, #5; pop { r4, r5, r6, pc }
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_add_8.S:21:280: error: instruction requires: thumb2
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_add_8 ; .type __sync_fetch_and_add_8,%function ; .hidden __sync_fetch_and_add_8 ; ; .thumb_func ; __sync_fetch_and_add_8: push {r4, r5, r6, lr}; mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_add_8 : ldrexd r0, r1, [r12]; adds r4, r0, r2 ; adc r5, r1, r3; strexd r6, r4, r5, [r12]; cmp r6, #0; bne .L_tryatomic_add_8; mcr p15, #0, r0, c7, c10, #5; pop { r4, r5, r6, pc }
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_add_8.S:21:320: error: invalid instruction, any one of the following would fix this:
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_add_8 ; .type __sync_fetch_and_add_8,%function ; .hidden __sync_fetch_and_add_8 ; ; .thumb_func ; __sync_fetch_and_add_8: push {r4, r5, r6, lr}; mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_add_8 : ldrexd r0, r1, [r12]; adds r4, r0, r2 ; adc r5, r1, r3; strexd r6, r4, r5, [r12]; cmp r6, #0; bne .L_tryatomic_add_8; mcr p15, #0, r0, c7, c10, #5; pop { r4, r5, r6, pc }
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_add_8.S:21:320: note: instruction requires: arm-mode
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_add_8 ; .type __sync_fetch_and_add_8,%function ; .hidden __sync_fetch_and_add_8 ; ; .thumb_func ; __sync_fetch_and_add_8: push {r4, r5, r6, lr}; mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_add_8 : ldrexd r0, r1, [r12]; adds r4, r0, r2 ; adc r5, r1, r3; strexd r6, r4, r5, [r12]; cmp r6, #0; bne .L_tryatomic_add_8; mcr p15, #0, r0, c7, c10, #5; pop { r4, r5, r6, pc }
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_add_8.S:21:320: note: instruction requires: thumb2
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_add_8 ; .type __sync_fetch_and_add_8,%function ; .hidden __sync_fetch_and_add_8 ; ; .thumb_func ; __sync_fetch_and_add_8: push {r4, r5, r6, lr}; mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_add_8 : ldrexd r0, r1, [r12]; adds r4, r0, r2 ; adc r5, r1, r3; strexd r6, r4, r5, [r12]; cmp r6, #0; bne .L_tryatomic_add_8; mcr p15, #0, r0, c7, c10, #5; pop { r4, r5, r6, pc }
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_add_8.S:21:332: note: too many operands for instruction
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_add_8 ; .type __sync_fetch_and_add_8,%function ; .hidden __sync_fetch_and_add_8 ; ; .thumb_func ; __sync_fetch_and_add_8: push {r4, r5, r6, lr}; mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_add_8 : ldrexd r0, r1, [r12]; adds r4, r0, r2 ; adc r5, r1, r3; strexd r6, r4, r5, [r12]; cmp r6, #0; bne .L_tryatomic_add_8; mcr p15, #0, r0, c7, c10, #5; pop { r4, r5, r6, pc }
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_add_8.S:21:336: error: instruction requires: thumb2
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_add_8 ; .type __sync_fetch_and_add_8,%function ; .hidden __sync_fetch_and_add_8 ; ; .thumb_func ; __sync_fetch_and_add_8: push {r4, r5, r6, lr}; mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_add_8 : ldrexd r0, r1, [r12]; adds r4, r0, r2 ; adc r5, r1, r3; strexd r6, r4, r5, [r12]; cmp r6, #0; bne .L_tryatomic_add_8; mcr p15, #0, r0, c7, c10, #5; pop { r4, r5, r6, pc }
^
/home/nice/develop/yoe/build/tmp/work-shared/llvm-project-source-13.0.0-r0/git/compiler-rt/lib/builtins/arm/sync_fetch_and_add_8.S:21:398: error: invalid instruction
.p2align 2; .thumb; .syntax unified; .arm ; ; .globl __sync_fetch_and_add_8 ; .type __sync_fetch_and_add_8,%function ; .hidden __sync_fetch_and_add_8 ; ; .thumb_func ; __sync_fetch_and_add_8: push {r4, r5, r6, lr}; mcr p15, #0, r0, c7, c10, #5; mov r12, r0; .L_tryatomic_add_8 : ldrexd r0, r1, [r12]; adds r4, r0, r2 ; adc r5, r1, r3; strexd r6, r4, r5, [r12]; cmp r6, #0; bne .L_tryatomic_add_8; mcr p15, #0, r0, c7, c10, #5; pop { r4, r5, r6, pc }
^
ninja: build stopped: subcommand failed.
WARNING: /home/nice/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0/temp/run.do_compile.131:158 exit 1 from 'eval ${DESTDIR:+DESTDIR=${DESTDIR} } cmake --build '/home/nice/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0/build' "$@" -- ${EXTRA_OECMAKE_BUILD}'
WARNING: Backtrace (BB generated script):
#1: cmake_runcmake_build, /home/nice/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0/temp/run.do_compile.131, line 158
#2: cmake_do_compile, /home/nice/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0/temp/run.do_compile.131, line 152
#3: do_compile, /home/nice/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0/temp/run.do_compile.131, line 147
#4: main, /home/nice/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0/temp/run.do_compile.131, line 171

Backtrace (metadata-relative locations):
#1: cmake_runcmake_build, /home/nice/develop/yoe/sources/openembedded-core/meta/classes/cmake.bbclass, line 207
#2: cmake_do_compile, /home/nice/develop/yoe/sources/openembedded-core/meta/classes/cmake.bbclass, line 211
#3: do_compile, autogenerated, line 2
ERROR: Logfile of failure stored in: /home/nice/develop/yoe/build/tmp/work/arm1176jzfshf-vfp-yoe-linux-gnueabi/compiler-rt/13.0.0-r0/temp/log.do_compile.131

@kraj
Copy link
Contributor

kraj commented Jun 12, 2021

@mr-nice thanks for the report. Its good to file issues here since we are now using clang compiler for yoe distro. I will take a look and try to see whats going on

@kraj kraj added the bug Something isn't working label Jun 12, 2021
@mr-nice
Copy link
Contributor Author

mr-nice commented Jun 12, 2021

Thanks! It is really nice to see how far clang has come :)

@kraj
Copy link
Contributor

kraj commented Jun 12, 2021

Please try applying this patch in work-shared/llvm-project-source-13.0.0-r0/git and see if this helps

diff --git a/compiler-rt/lib/builtins/arm/sync-ops.h b/compiler-rt/lib/builtins/arm/sync-ops.h
index 7a26170741ad..d914f9d3a109 100644
--- a/compiler-rt/lib/builtins/arm/sync-ops.h
+++ b/compiler-rt/lib/builtins/arm/sync-ops.h
@@ -16,9 +16,8 @@

 #define SYNC_OP_4(op)                                                          \
   .p2align 2;                                                                  \
-  .thumb;                                                                      \
   .syntax unified;                                                             \
-  DEFINE_COMPILERRT_THUMB_FUNCTION(__sync_fetch_and_##op)                      \
+  DEFINE_COMPILERRT_FUNCTION(__sync_fetch_and_##op)                            \
   DMB;                                                                         \
   mov r12, r0;                                                                 \
   LOCAL_LABEL(tryatomic_##op) : ldrex r0, [r12];                               \
@@ -31,9 +30,8 @@

 #define SYNC_OP_8(op)                                                          \
   .p2align 2;                                                                  \
-  .thumb;                                                                      \
   .syntax unified;                                                             \
-  DEFINE_COMPILERRT_THUMB_FUNCTION(__sync_fetch_and_##op)                      \
+  DEFINE_COMPILERRT_FUNCTION(__sync_fetch_and_##op)                            \
   push {r4, r5, r6, lr};                                                       \
   DMB;                                                                         \
   mov r12, r0;                                                                 \

kraj added a commit to YoeDistro/meta-clang that referenced this issue Jun 12, 2021
Fix compiler-rt build on armv6 reported in
YoeDistro/yoe-distro#555

Signed-off-by: Khem Raj <[email protected]>
@mr-nice
Copy link
Contributor Author

mr-nice commented Jun 12, 2021

Thanks! That worked for me :)
I will build the image and try to use it. As far as I see if something would not work with that patch one would see that fast :D

@mr-nice mr-nice closed this as completed Jun 12, 2021
kraj added a commit to kraj/meta-clang that referenced this issue Jun 15, 2021
Fix compiler-rt build on armv6 reported in
YoeDistro/yoe-distro#555

Signed-off-by: Khem Raj <[email protected]>
rakuco pushed a commit to rakuco/meta-clang that referenced this issue Jul 27, 2023
Fix compiler-rt build on armv6 reported in
YoeDistro/yoe-distro#555

Signed-off-by: Khem Raj <[email protected]>
(cherry picked from commit 23729bb)
kraj added a commit to kraj/meta-clang that referenced this issue Sep 8, 2023
Fix compiler-rt build on armv6 reported in
YoeDistro/yoe-distro#555

Signed-off-by: Khem Raj <[email protected]>
(cherry picked from commit 23729bb)
kraj added a commit that referenced this issue Dec 2, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-tegra sources/meta-variscite-bsp sources/poky

* sources/meta-clang 8aaed8f...c9115ac (3):
  > Revert "openssh: Enable to build it with clang again"
  > openssh: Enable to build it with clang again
  > clang: Upgrade to 17.0.6

* sources/meta-freescale 0fc1504f...28b9b9ba (1):
  > wayland: Delete recipe

* sources/meta-freescale-3rdparty a9bba0f...7725256 (1):
  > Merge pull request #288 from chrisdimich/master

* sources/meta-intel b3fca003...df5a4501 (3):
  > ispc: upgrade 1.21.1 -> 1.22.0
  > oidn: upgrade 1.4.3 -> 2.1.0
  > openvino-inference-engine: upgrade 2023.1.0 -> 2023.2.0

* sources/meta-openembedded 3991d8538...c414263f5 (31):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > vte9: Drop recipe
  > Revert "gnome-terminal: Remove recommendation on vte-prompt"
  > gnome-console,gnome-terminal: Depend on vte from core layer
  > glog: Disable 64bit atomics on armv{5,6}
  > libpwquality: upgrade 1.4.4 -> 1.4.5
  > sdbus-c++: Install ptests into PTEST_PATH
  > basu: Update to latest master
  > gstd: Fix systemd user unit packaging
  > monocypher: add crypto library recipe
  > libmodbus: upgrade 3.1.7 -> 3.1.10
  > python3-validators: add new recipe
  > liblognorm: upgrade 1.0.1 -> 2.0.6
  > spice-gtk: Set meson version based on PV
  > spice: Set meson version based on PV
  > libcacard: set meson version based on PV
  > tbb: enable NUMA/Hybrid CPU support
  > tbb: upgrade 2021.9.0 -> 2021.11.0
  > squid: add systemd service
  > squid: add url-rewrite-helpers packageconfig
  > squid: move configs to sub package
  > squid: add auth packageconfig
  > squid: add nm dispatcher reload hook
  > squid: update from v5.7 to v6.5
  > sdbus-c++-tools: Upgrade to 1.4.0
  > sdbus-c++-libsystemd: Upgrade to 254
  > ptest-packagelists-meta-oe.inc: Move poco to slow tests
  > iotop: upgrade 1.21 -> 1.25
  > icewm: upgrade 2.9.9 -> 3.4.4
  > brotli: upgrade 1.0.9 -> 1.1.0
  > fio: revert "fio: upgrade 3.32 -> 2022"

* sources/meta-qcom e943354...7e656ef (1):
  > Merge pull request #555 from lumag/linux-yocto-update

* sources/meta-qt6 79d5b04...a52cf8f (35):
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtwebengine: Fix build with clang 17
  > qtquick3dphysics: Fix build on clang/x86
  > qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  > qtapplicationmanager: Fix build with musl
  > qtbase: Do not use LFS64 functions explicitly on musl
  > qtbase: Add locale-base-c only on glibc based targets
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Fix missing boolean value to disable minizip
  > qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  > qtbase: Add a packageconfig knob to enable lld linker
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  < Merge pull request #18 from YoeDistro/kraj/6.6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  < Merge pull request #16 from YoeDistro/kraj/6.6
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker

* sources/meta-tegra fb4c603c...ed9c1d25 (1):
  > libnvidia-container-tools: rdepend on ldconfig

* sources/meta-variscite-bsp 92e4f31...1361a1b (49):
  > variscite_ubi: Do not export shell variables when not needed
  > variscite.inc: Limit optee to mx8 and mx9 machines
  > linux-variscite_5.15.bb: Fix build with gcc-13
  < Merge pull request #10 from YoeDistro/kraj/kirkstone-var02
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  > imx-atf: Remove version info from bbappend
  > freertos-variscite: Fix compile failure when do_compile is rerun
  > imx-boot: Update the patch to apply with meta-freescale/master
  > recipes: Add missing Upstream Status tag
  > freertos-variscite: Clear out environment provided LDFLAGS
  > libubootenv: Refresh patch to match 0.3.4 from oe-core master
  > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  > wl18xx-calibrator: Rename rdep for wl18xx firmware
  > imx-sc-firmware: Use var-som override for variscite specifics
  > imx-sc-firmware: Make do_compile override only for var-som
  > bluez5: Limit Applying bbappend changes for variscite SOMs
  > base-files: Install variscite-blacklist.conf only on variscite machines
  > imx-boot: Keep scope of patches to variscite machines.
  > imx-atf: Use the varigit only on variscite machines
  > variscite.inc: Add var-som new common override
  > variscite: Enable optee machine feature on iMX8 based machines
  < Merge pull request #9 from YoeDistro/kraj/kirkstone-var02
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Merge pull request #7 from YoeDistro/kraj/kirkstone-var02
  < Merge branch 'yoe/mut' into yoe/kirkstone-var02
  < iimx-atf: Remove version info from bbappend
  < freertos-variscite: Fix compile failure when do_compile is rerun
  < imx-boot: Update the patch to apply with meta-freescale/master
  < arm-compute-library: Use dynamic layers trick for hosting arm-compute-library bbappend
  < pm-utils: disable stop and start for wifi and bluetooth
  < linux-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < u-boot-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < gstreamer: switch to NXP plugins for mx6ul/mx7 SoMs
  < linux-variscite: add support for VAR-SOM-MX7
  < machine: imx7-var-som: Adjust for using new location of tune file from core
  < recipes: Add missing Upstream Status tag
  < freertos-variscite: Clear out environment provided LDFLAGS
  < libubootenv: Refresh patch to match 0.3.4 from oe-core master
  < wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  < wl18xx-calibrator: Rename rdep for wl18xx firmware
  < imx-sc-firmware: Use var-som override for variscite specifics
  < imx-sc-firmware: Make do_compile override only for var-som
  < bluez5: Limit Applying bbappend changes for variscite SOMs
  < base-files: Install variscite-blacklist.conf only on variscite machines
  < imx-boot: Keep scope of patches to variscite machines.
  < imx-atf: Use the varigit only on variscite machines
  < variscite.inc: Add var-som new common override
  < variscite: Enable optee machine feature on iMX8 based machines

* sources/poky d069eb3af4...da7ab76453 (50):
  > rust-common.bbclass: Define rust arch for x32 platforms
  > gdb: Update to gdb 14 release
  > poky: Do not inherit uninative on ppc64le and riscv64 hosts
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > llvm: Upgrade to 17.0.6
  > virglrenderer: Fix build with clang
  > vte: Separate out gtk4 pieces of vte into individual packages
  > vte: Upgrade to 0.74.1
  > vte: upgrade 0.72.2 -> 0.74.0
  > python3-cryptography{-vectors}: 41.0.5 -> 41.0.7
  > python3-cryptography-vectors: add RECIPE_NO_UPDATE_REASON
  > python3-wheel: upgrade 0.41.3 -> 0.42.0
  > python3-trove-classifiers: upgrade 2023.11.14 -> 2023.11.22
  > python3-sphinx-rtd-theme: upgrade 1.3.0 -> 2.0.0
  > cve-check: Modify judgment processing using "=" in version comparison
  > cve-update-nvd2-native: make number of fetch attemtps configurable
  > cve-update-nvd2-native: remove unused variable CVE_SOCKET_TIMEOUT
  > bitbake.conf: Add gsutil as hosttool for gcp fetcher.
  > libxcrypt: fixed some build error for nativesdk with mingw
  > cups: Add root,sys,wheel to system groups
  > libpam: split /etc/environment into pam-plugin-env package
  > bitbake: bitbake: tests: Fix duplicate test_underscore_override test
  > bitbake: toaster: Update feat to import eventlogs
  > bitbake: toaster: Added feat to import eventlogs files as builds in toaster
  > bitbake: toaster/test: Test single recipe page
  > bitbake: toaster/test: Test single layer page
  > bitbake: toaster/test: Bug-fix on tests/functional/test_project_page
  > bitbake: toaster/test: Added distro page TestCase
  > bitbake: toaster/test: Added Layers page TestCase
  > bitbake: toaster/test: Added Machine page TestCase
  > bitbake: toaster/test: Test software recipe page
  > bitbake: toaster/test: Override table edit columns TestCase from image recipe page
  > bitbake: fetch2: Ensure GCP fetcher checks if file exists before download.
  > bitbake: codeparser/utils: clean up more deprecated AST usages
  > migration-guides: release 3.5 is actually 4.0
  > migration-guides: add release notes for 4.3.1
  > contributor-guide: fix command option
  > contributor-guide: add License-Update tag
  > dev-manual: layers: update link to YP Compatible form
  > rust: Drop TARGET_VENDOR export
  > rust: Delete python2 configparser code path
  > lttng-modules: fix build for v6.7+
  > systemd: fixed typo
  > bluez5: fix connection for ps5/dualshock controllers
  > oeqa/selftest/devtool: add test for git submodules
  > devtool: add support for git submodules
  > devtool: tag all submodules
  > devtool: finish/update-recipe: restrict mode srcrev to recipes fetched from SCM

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 2, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-tegra sources/meta-variscite-bsp sources/poky

* sources/meta-clang 8aaed8f...c9115ac (3):
  > Revert "openssh: Enable to build it with clang again"
  > openssh: Enable to build it with clang again
  > clang: Upgrade to 17.0.6

* sources/meta-freescale 0fc1504f...28b9b9ba (1):
  > wayland: Delete recipe

* sources/meta-freescale-3rdparty a9bba0f...7725256 (1):
  > Merge pull request #288 from chrisdimich/master

* sources/meta-intel b3fca003...df5a4501 (3):
  > ispc: upgrade 1.21.1 -> 1.22.0
  > oidn: upgrade 1.4.3 -> 2.1.0
  > openvino-inference-engine: upgrade 2023.1.0 -> 2023.2.0

* sources/meta-openembedded 3991d8538...c414263f5 (31):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > vte9: Drop recipe
  > Revert "gnome-terminal: Remove recommendation on vte-prompt"
  > gnome-console,gnome-terminal: Depend on vte from core layer
  > glog: Disable 64bit atomics on armv{5,6}
  > libpwquality: upgrade 1.4.4 -> 1.4.5
  > sdbus-c++: Install ptests into PTEST_PATH
  > basu: Update to latest master
  > gstd: Fix systemd user unit packaging
  > monocypher: add crypto library recipe
  > libmodbus: upgrade 3.1.7 -> 3.1.10
  > python3-validators: add new recipe
  > liblognorm: upgrade 1.0.1 -> 2.0.6
  > spice-gtk: Set meson version based on PV
  > spice: Set meson version based on PV
  > libcacard: set meson version based on PV
  > tbb: enable NUMA/Hybrid CPU support
  > tbb: upgrade 2021.9.0 -> 2021.11.0
  > squid: add systemd service
  > squid: add url-rewrite-helpers packageconfig
  > squid: move configs to sub package
  > squid: add auth packageconfig
  > squid: add nm dispatcher reload hook
  > squid: update from v5.7 to v6.5
  > sdbus-c++-tools: Upgrade to 1.4.0
  > sdbus-c++-libsystemd: Upgrade to 254
  > ptest-packagelists-meta-oe.inc: Move poco to slow tests
  > iotop: upgrade 1.21 -> 1.25
  > icewm: upgrade 2.9.9 -> 3.4.4
  > brotli: upgrade 1.0.9 -> 1.1.0
  > fio: revert "fio: upgrade 3.32 -> 2022"

* sources/meta-qcom e943354...7e656ef (1):
  > Merge pull request #555 from lumag/linux-yocto-update

* sources/meta-qt6 79d5b04...a52cf8f (35):
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtwebengine: Fix build with clang 17
  > qtquick3dphysics: Fix build on clang/x86
  > qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  > qtapplicationmanager: Fix build with musl
  > qtbase: Do not use LFS64 functions explicitly on musl
  > qtbase: Add locale-base-c only on glibc based targets
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Fix missing boolean value to disable minizip
  > qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  > qtbase: Add a packageconfig knob to enable lld linker
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  < Merge pull request #18 from YoeDistro/kraj/6.6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  < Merge pull request #16 from YoeDistro/kraj/6.6
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker

* sources/meta-tegra fb4c603c...ed9c1d25 (1):
  > libnvidia-container-tools: rdepend on ldconfig

* sources/meta-variscite-bsp 92e4f31...1361a1b (49):
  > variscite_ubi: Do not export shell variables when not needed
  > variscite.inc: Limit optee to mx8 and mx9 machines
  > linux-variscite_5.15.bb: Fix build with gcc-13
  < Merge pull request #10 from YoeDistro/kraj/kirkstone-var02
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  > imx-atf: Remove version info from bbappend
  > freertos-variscite: Fix compile failure when do_compile is rerun
  > imx-boot: Update the patch to apply with meta-freescale/master
  > recipes: Add missing Upstream Status tag
  > freertos-variscite: Clear out environment provided LDFLAGS
  > libubootenv: Refresh patch to match 0.3.4 from oe-core master
  > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  > wl18xx-calibrator: Rename rdep for wl18xx firmware
  > imx-sc-firmware: Use var-som override for variscite specifics
  > imx-sc-firmware: Make do_compile override only for var-som
  > bluez5: Limit Applying bbappend changes for variscite SOMs
  > base-files: Install variscite-blacklist.conf only on variscite machines
  > imx-boot: Keep scope of patches to variscite machines.
  > imx-atf: Use the varigit only on variscite machines
  > variscite.inc: Add var-som new common override
  > variscite: Enable optee machine feature on iMX8 based machines
  < Merge pull request #9 from YoeDistro/kraj/kirkstone-var02
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Merge pull request #7 from YoeDistro/kraj/kirkstone-var02
  < Merge branch 'yoe/mut' into yoe/kirkstone-var02
  < iimx-atf: Remove version info from bbappend
  < freertos-variscite: Fix compile failure when do_compile is rerun
  < imx-boot: Update the patch to apply with meta-freescale/master
  < arm-compute-library: Use dynamic layers trick for hosting arm-compute-library bbappend
  < pm-utils: disable stop and start for wifi and bluetooth
  < linux-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < u-boot-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < gstreamer: switch to NXP plugins for mx6ul/mx7 SoMs
  < linux-variscite: add support for VAR-SOM-MX7
  < machine: imx7-var-som: Adjust for using new location of tune file from core
  < recipes: Add missing Upstream Status tag
  < freertos-variscite: Clear out environment provided LDFLAGS
  < libubootenv: Refresh patch to match 0.3.4 from oe-core master
  < wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  < wl18xx-calibrator: Rename rdep for wl18xx firmware
  < imx-sc-firmware: Use var-som override for variscite specifics
  < imx-sc-firmware: Make do_compile override only for var-som
  < bluez5: Limit Applying bbappend changes for variscite SOMs
  < base-files: Install variscite-blacklist.conf only on variscite machines
  < imx-boot: Keep scope of patches to variscite machines.
  < imx-atf: Use the varigit only on variscite machines
  < variscite.inc: Add var-som new common override
  < variscite: Enable optee machine feature on iMX8 based machines

* sources/poky d069eb3af4...c388871fdd (60):
  > gdb: Update to gdb 14 release
  > poky: Do not inherit uninative on ppc64le and riscv64 hosts
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > rust-common.bbclass: Define rust arch for x32 platforms
  > llvm: Upgrade to 17.0.6
  > virglrenderer: Fix build with clang
  > vte: Separate out gtk4 pieces of vte into individual packages
  > vte: Upgrade to 0.74.1
  > vte: upgrade 0.72.2 -> 0.74.0
  > python3-cryptography{-vectors}: 41.0.5 -> 41.0.7
  > python3-cryptography-vectors: add RECIPE_NO_UPDATE_REASON
  > cve-check: Modify judgment processing using "=" in version comparison
  > resolvconf: upgrade 1.91 -> 1.92
  > python3-wheel: upgrade 0.41.3 -> 0.42.0
  > python3-trove-classifiers: upgrade 2023.11.14 -> 2023.11.22
  > python3-sphinx-rtd-theme: upgrade 1.3.0 -> 2.0.0
  > ofono: upgrade 2.1 -> 2.2
  > python3-idna: upgrade 3.4 -> 3.6
  > libsolv: upgrade 0.7.26 -> 0.7.27
  > init-system-helpers: upgrade 1.65.2 -> 1.66
  > gi-docgen: upgrade 2023.1 -> 2023.3
  > ethtool: upgrade 6.5 -> 6.6
  > json-c: fix icecc compilation
  > gettext: Upgrade 0.22 -> 0.22.3
  > gnu-config: Update to latest revision
  > cve-update-nvd2-native: make number of fetch attemtps configurable
  > cve-update-nvd2-native: remove unused variable CVE_SOCKET_TIMEOUT
  > bitbake.conf: Add gsutil as hosttool for gcp fetcher.
  > libxcrypt: fixed some build error for nativesdk with mingw
  > cups: Add root,sys,wheel to system groups
  > libpam: split /etc/environment into pam-plugin-env package
  > bitbake: bitbake: tests: Fix duplicate test_underscore_override test
  > bitbake: toaster: Update feat to import eventlogs
  > bitbake: toaster: Added feat to import eventlogs files as builds in toaster
  > bitbake: toaster/test: Test single recipe page
  > bitbake: toaster/test: Test single layer page
  > bitbake: toaster/test: Bug-fix on tests/functional/test_project_page
  > bitbake: toaster/test: Added distro page TestCase
  > bitbake: toaster/test: Added Layers page TestCase
  > bitbake: toaster/test: Added Machine page TestCase
  > bitbake: toaster/test: Test software recipe page
  > bitbake: toaster/test: Override table edit columns TestCase from image recipe page
  > bitbake: fetch2: Ensure GCP fetcher checks if file exists before download.
  > bitbake: codeparser/utils: clean up more deprecated AST usages
  > migration-guides: release 3.5 is actually 4.0
  > migration-guides: add release notes for 4.3.1
  > contributor-guide: fix command option
  > contributor-guide: add License-Update tag
  > dev-manual: layers: update link to YP Compatible form
  > rust: Drop TARGET_VENDOR export
  > rust: Delete python2 configparser code path
  > lttng-modules: fix build for v6.7+
  > systemd: fixed typo
  > bluez5: fix connection for ps5/dualshock controllers
  > oeqa/selftest/devtool: add test for git submodules
  > devtool: add support for git submodules
  > devtool: tag all submodules
  > devtool: finish/update-recipe: restrict mode srcrev to recipes fetched from SCM

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 2, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-tegra sources/meta-variscite-bsp sources/poky

* sources/meta-clang 8aaed8f...c9115ac (3):
  > Revert "openssh: Enable to build it with clang again"
  > openssh: Enable to build it with clang again
  > clang: Upgrade to 17.0.6

* sources/meta-freescale 0fc1504f...28b9b9ba (1):
  > wayland: Delete recipe

* sources/meta-freescale-3rdparty a9bba0f...7725256 (1):
  > Merge pull request #288 from chrisdimich/master

* sources/meta-intel b3fca003...df5a4501 (3):
  > ispc: upgrade 1.21.1 -> 1.22.0
  > oidn: upgrade 1.4.3 -> 2.1.0
  > openvino-inference-engine: upgrade 2023.1.0 -> 2023.2.0

* sources/meta-openembedded 3991d8538...c414263f5 (31):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > vte9: Drop recipe
  > Revert "gnome-terminal: Remove recommendation on vte-prompt"
  > gnome-console,gnome-terminal: Depend on vte from core layer
  > glog: Disable 64bit atomics on armv{5,6}
  > libpwquality: upgrade 1.4.4 -> 1.4.5
  > sdbus-c++: Install ptests into PTEST_PATH
  > basu: Update to latest master
  > gstd: Fix systemd user unit packaging
  > monocypher: add crypto library recipe
  > libmodbus: upgrade 3.1.7 -> 3.1.10
  > python3-validators: add new recipe
  > liblognorm: upgrade 1.0.1 -> 2.0.6
  > spice-gtk: Set meson version based on PV
  > spice: Set meson version based on PV
  > libcacard: set meson version based on PV
  > tbb: enable NUMA/Hybrid CPU support
  > tbb: upgrade 2021.9.0 -> 2021.11.0
  > squid: add systemd service
  > squid: add url-rewrite-helpers packageconfig
  > squid: move configs to sub package
  > squid: add auth packageconfig
  > squid: add nm dispatcher reload hook
  > squid: update from v5.7 to v6.5
  > sdbus-c++-tools: Upgrade to 1.4.0
  > sdbus-c++-libsystemd: Upgrade to 254
  > ptest-packagelists-meta-oe.inc: Move poco to slow tests
  > iotop: upgrade 1.21 -> 1.25
  > icewm: upgrade 2.9.9 -> 3.4.4
  > brotli: upgrade 1.0.9 -> 1.1.0
  > fio: revert "fio: upgrade 3.32 -> 2022"

* sources/meta-qcom e943354...7e656ef (1):
  > Merge pull request #555 from lumag/linux-yocto-update

* sources/meta-qt6 79d5b04...a52cf8f (35):
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtwebengine: Fix build with clang 17
  > qtquick3dphysics: Fix build on clang/x86
  > qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  > qtapplicationmanager: Fix build with musl
  > qtbase: Do not use LFS64 functions explicitly on musl
  > qtbase: Add locale-base-c only on glibc based targets
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Fix missing boolean value to disable minizip
  > qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  > qtbase: Add a packageconfig knob to enable lld linker
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  < Merge pull request #18 from YoeDistro/kraj/6.6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  < Merge pull request #16 from YoeDistro/kraj/6.6
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker

* sources/meta-tegra fb4c603c...ed9c1d25 (1):
  > libnvidia-container-tools: rdepend on ldconfig

* sources/meta-variscite-bsp 92e4f31...1361a1b (49):
  > variscite_ubi: Do not export shell variables when not needed
  > variscite.inc: Limit optee to mx8 and mx9 machines
  > linux-variscite_5.15.bb: Fix build with gcc-13
  < Merge pull request #10 from YoeDistro/kraj/kirkstone-var02
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  > imx-atf: Remove version info from bbappend
  > freertos-variscite: Fix compile failure when do_compile is rerun
  > imx-boot: Update the patch to apply with meta-freescale/master
  > recipes: Add missing Upstream Status tag
  > freertos-variscite: Clear out environment provided LDFLAGS
  > libubootenv: Refresh patch to match 0.3.4 from oe-core master
  > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  > wl18xx-calibrator: Rename rdep for wl18xx firmware
  > imx-sc-firmware: Use var-som override for variscite specifics
  > imx-sc-firmware: Make do_compile override only for var-som
  > bluez5: Limit Applying bbappend changes for variscite SOMs
  > base-files: Install variscite-blacklist.conf only on variscite machines
  > imx-boot: Keep scope of patches to variscite machines.
  > imx-atf: Use the varigit only on variscite machines
  > variscite.inc: Add var-som new common override
  > variscite: Enable optee machine feature on iMX8 based machines
  < Merge pull request #9 from YoeDistro/kraj/kirkstone-var02
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Merge pull request #7 from YoeDistro/kraj/kirkstone-var02
  < Merge branch 'yoe/mut' into yoe/kirkstone-var02
  < iimx-atf: Remove version info from bbappend
  < freertos-variscite: Fix compile failure when do_compile is rerun
  < imx-boot: Update the patch to apply with meta-freescale/master
  < arm-compute-library: Use dynamic layers trick for hosting arm-compute-library bbappend
  < pm-utils: disable stop and start for wifi and bluetooth
  < linux-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < u-boot-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < gstreamer: switch to NXP plugins for mx6ul/mx7 SoMs
  < linux-variscite: add support for VAR-SOM-MX7
  < machine: imx7-var-som: Adjust for using new location of tune file from core
  < recipes: Add missing Upstream Status tag
  < freertos-variscite: Clear out environment provided LDFLAGS
  < libubootenv: Refresh patch to match 0.3.4 from oe-core master
  < wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  < wl18xx-calibrator: Rename rdep for wl18xx firmware
  < imx-sc-firmware: Use var-som override for variscite specifics
  < imx-sc-firmware: Make do_compile override only for var-som
  < bluez5: Limit Applying bbappend changes for variscite SOMs
  < base-files: Install variscite-blacklist.conf only on variscite machines
  < imx-boot: Keep scope of patches to variscite machines.
  < imx-atf: Use the varigit only on variscite machines
  < variscite.inc: Add var-som new common override
  < variscite: Enable optee machine feature on iMX8 based machines

* sources/poky d069eb3af4...c388871fdd (60):
  > gdb: Update to gdb 14 release
  > poky: Do not inherit uninative on ppc64le and riscv64 hosts
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > rust-common.bbclass: Define rust arch for x32 platforms
  > llvm: Upgrade to 17.0.6
  > virglrenderer: Fix build with clang
  > vte: Separate out gtk4 pieces of vte into individual packages
  > vte: Upgrade to 0.74.1
  > vte: upgrade 0.72.2 -> 0.74.0
  > python3-cryptography{-vectors}: 41.0.5 -> 41.0.7
  > python3-cryptography-vectors: add RECIPE_NO_UPDATE_REASON
  > cve-check: Modify judgment processing using "=" in version comparison
  > resolvconf: upgrade 1.91 -> 1.92
  > python3-wheel: upgrade 0.41.3 -> 0.42.0
  > python3-trove-classifiers: upgrade 2023.11.14 -> 2023.11.22
  > python3-sphinx-rtd-theme: upgrade 1.3.0 -> 2.0.0
  > ofono: upgrade 2.1 -> 2.2
  > python3-idna: upgrade 3.4 -> 3.6
  > libsolv: upgrade 0.7.26 -> 0.7.27
  > init-system-helpers: upgrade 1.65.2 -> 1.66
  > gi-docgen: upgrade 2023.1 -> 2023.3
  > ethtool: upgrade 6.5 -> 6.6
  > json-c: fix icecc compilation
  > gettext: Upgrade 0.22 -> 0.22.3
  > gnu-config: Update to latest revision
  > cve-update-nvd2-native: make number of fetch attemtps configurable
  > cve-update-nvd2-native: remove unused variable CVE_SOCKET_TIMEOUT
  > bitbake.conf: Add gsutil as hosttool for gcp fetcher.
  > libxcrypt: fixed some build error for nativesdk with mingw
  > cups: Add root,sys,wheel to system groups
  > libpam: split /etc/environment into pam-plugin-env package
  > bitbake: bitbake: tests: Fix duplicate test_underscore_override test
  > bitbake: toaster: Update feat to import eventlogs
  > bitbake: toaster: Added feat to import eventlogs files as builds in toaster
  > bitbake: toaster/test: Test single recipe page
  > bitbake: toaster/test: Test single layer page
  > bitbake: toaster/test: Bug-fix on tests/functional/test_project_page
  > bitbake: toaster/test: Added distro page TestCase
  > bitbake: toaster/test: Added Layers page TestCase
  > bitbake: toaster/test: Added Machine page TestCase
  > bitbake: toaster/test: Test software recipe page
  > bitbake: toaster/test: Override table edit columns TestCase from image recipe page
  > bitbake: fetch2: Ensure GCP fetcher checks if file exists before download.
  > bitbake: codeparser/utils: clean up more deprecated AST usages
  > migration-guides: release 3.5 is actually 4.0
  > migration-guides: add release notes for 4.3.1
  > contributor-guide: fix command option
  > contributor-guide: add License-Update tag
  > dev-manual: layers: update link to YP Compatible form
  > rust: Drop TARGET_VENDOR export
  > rust: Delete python2 configparser code path
  > lttng-modules: fix build for v6.7+
  > systemd: fixed typo
  > bluez5: fix connection for ps5/dualshock controllers
  > oeqa/selftest/devtool: add test for git submodules
  > devtool: add support for git submodules
  > devtool: tag all submodules
  > devtool: finish/update-recipe: restrict mode srcrev to recipes fetched from SCM

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 2, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-tegra sources/meta-variscite-bsp sources/poky

* sources/meta-clang 8aaed8f...c9115ac (3):
  > Revert "openssh: Enable to build it with clang again"
  > openssh: Enable to build it with clang again
  > clang: Upgrade to 17.0.6

* sources/meta-freescale 0fc1504f...28b9b9ba (1):
  > wayland: Delete recipe

* sources/meta-freescale-3rdparty a9bba0f...7725256 (1):
  > Merge pull request #288 from chrisdimich/master

* sources/meta-intel b3fca003...df5a4501 (3):
  > ispc: upgrade 1.21.1 -> 1.22.0
  > oidn: upgrade 1.4.3 -> 2.1.0
  > openvino-inference-engine: upgrade 2023.1.0 -> 2023.2.0

* sources/meta-openembedded 3991d8538...c414263f5 (31):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > vte9: Drop recipe
  > Revert "gnome-terminal: Remove recommendation on vte-prompt"
  > gnome-console,gnome-terminal: Depend on vte from core layer
  > glog: Disable 64bit atomics on armv{5,6}
  > libpwquality: upgrade 1.4.4 -> 1.4.5
  > sdbus-c++: Install ptests into PTEST_PATH
  > basu: Update to latest master
  > gstd: Fix systemd user unit packaging
  > monocypher: add crypto library recipe
  > libmodbus: upgrade 3.1.7 -> 3.1.10
  > python3-validators: add new recipe
  > liblognorm: upgrade 1.0.1 -> 2.0.6
  > spice-gtk: Set meson version based on PV
  > spice: Set meson version based on PV
  > libcacard: set meson version based on PV
  > tbb: enable NUMA/Hybrid CPU support
  > tbb: upgrade 2021.9.0 -> 2021.11.0
  > squid: add systemd service
  > squid: add url-rewrite-helpers packageconfig
  > squid: move configs to sub package
  > squid: add auth packageconfig
  > squid: add nm dispatcher reload hook
  > squid: update from v5.7 to v6.5
  > sdbus-c++-tools: Upgrade to 1.4.0
  > sdbus-c++-libsystemd: Upgrade to 254
  > ptest-packagelists-meta-oe.inc: Move poco to slow tests
  > iotop: upgrade 1.21 -> 1.25
  > icewm: upgrade 2.9.9 -> 3.4.4
  > brotli: upgrade 1.0.9 -> 1.1.0
  > fio: revert "fio: upgrade 3.32 -> 2022"

* sources/meta-qcom e943354...7e656ef (1):
  > Merge pull request #555 from lumag/linux-yocto-update

* sources/meta-qt6 79d5b04...a52cf8f (35):
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtwebengine: Fix build with clang 17
  > qtquick3dphysics: Fix build on clang/x86
  > qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  > qtapplicationmanager: Fix build with musl
  > qtbase: Do not use LFS64 functions explicitly on musl
  > qtbase: Add locale-base-c only on glibc based targets
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Fix missing boolean value to disable minizip
  > qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  > qtbase: Add a packageconfig knob to enable lld linker
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  < Merge pull request #18 from YoeDistro/kraj/6.6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  < Merge pull request #16 from YoeDistro/kraj/6.6
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker

* sources/meta-tegra fb4c603c...ed9c1d25 (1):
  > libnvidia-container-tools: rdepend on ldconfig

* sources/meta-variscite-bsp 92e4f31...1361a1b (49):
  > variscite_ubi: Do not export shell variables when not needed
  > variscite.inc: Limit optee to mx8 and mx9 machines
  > linux-variscite_5.15.bb: Fix build with gcc-13
  < Merge pull request #10 from YoeDistro/kraj/kirkstone-var02
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  > imx-atf: Remove version info from bbappend
  > freertos-variscite: Fix compile failure when do_compile is rerun
  > imx-boot: Update the patch to apply with meta-freescale/master
  > recipes: Add missing Upstream Status tag
  > freertos-variscite: Clear out environment provided LDFLAGS
  > libubootenv: Refresh patch to match 0.3.4 from oe-core master
  > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  > wl18xx-calibrator: Rename rdep for wl18xx firmware
  > imx-sc-firmware: Use var-som override for variscite specifics
  > imx-sc-firmware: Make do_compile override only for var-som
  > bluez5: Limit Applying bbappend changes for variscite SOMs
  > base-files: Install variscite-blacklist.conf only on variscite machines
  > imx-boot: Keep scope of patches to variscite machines.
  > imx-atf: Use the varigit only on variscite machines
  > variscite.inc: Add var-som new common override
  > variscite: Enable optee machine feature on iMX8 based machines
  < Merge pull request #9 from YoeDistro/kraj/kirkstone-var02
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Merge pull request #7 from YoeDistro/kraj/kirkstone-var02
  < Merge branch 'yoe/mut' into yoe/kirkstone-var02
  < iimx-atf: Remove version info from bbappend
  < freertos-variscite: Fix compile failure when do_compile is rerun
  < imx-boot: Update the patch to apply with meta-freescale/master
  < arm-compute-library: Use dynamic layers trick for hosting arm-compute-library bbappend
  < pm-utils: disable stop and start for wifi and bluetooth
  < linux-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < u-boot-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < gstreamer: switch to NXP plugins for mx6ul/mx7 SoMs
  < linux-variscite: add support for VAR-SOM-MX7
  < machine: imx7-var-som: Adjust for using new location of tune file from core
  < recipes: Add missing Upstream Status tag
  < freertos-variscite: Clear out environment provided LDFLAGS
  < libubootenv: Refresh patch to match 0.3.4 from oe-core master
  < wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  < wl18xx-calibrator: Rename rdep for wl18xx firmware
  < imx-sc-firmware: Use var-som override for variscite specifics
  < imx-sc-firmware: Make do_compile override only for var-som
  < bluez5: Limit Applying bbappend changes for variscite SOMs
  < base-files: Install variscite-blacklist.conf only on variscite machines
  < imx-boot: Keep scope of patches to variscite machines.
  < imx-atf: Use the varigit only on variscite machines
  < variscite.inc: Add var-som new common override
  < variscite: Enable optee machine feature on iMX8 based machines

* sources/poky d069eb3af4...1b122cba15 (61):
  > musl: Update to latest tip of trunk
  > gdb: Update to gdb 14 release
  > poky: Do not inherit uninative on ppc64le and riscv64 hosts
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > rust-common.bbclass: Define rust arch for x32 platforms
  > llvm: Upgrade to 17.0.6
  > virglrenderer: Fix build with clang
  > vte: Separate out gtk4 pieces of vte into individual packages
  > vte: Upgrade to 0.74.1
  > vte: upgrade 0.72.2 -> 0.74.0
  > python3-cryptography{-vectors}: 41.0.5 -> 41.0.7
  > python3-cryptography-vectors: add RECIPE_NO_UPDATE_REASON
  > cve-check: Modify judgment processing using "=" in version comparison
  > resolvconf: upgrade 1.91 -> 1.92
  > python3-wheel: upgrade 0.41.3 -> 0.42.0
  > python3-trove-classifiers: upgrade 2023.11.14 -> 2023.11.22
  > python3-sphinx-rtd-theme: upgrade 1.3.0 -> 2.0.0
  > ofono: upgrade 2.1 -> 2.2
  > python3-idna: upgrade 3.4 -> 3.6
  > libsolv: upgrade 0.7.26 -> 0.7.27
  > init-system-helpers: upgrade 1.65.2 -> 1.66
  > gi-docgen: upgrade 2023.1 -> 2023.3
  > ethtool: upgrade 6.5 -> 6.6
  > json-c: fix icecc compilation
  > gettext: Upgrade 0.22 -> 0.22.3
  > gnu-config: Update to latest revision
  > cve-update-nvd2-native: make number of fetch attemtps configurable
  > cve-update-nvd2-native: remove unused variable CVE_SOCKET_TIMEOUT
  > bitbake.conf: Add gsutil as hosttool for gcp fetcher.
  > libxcrypt: fixed some build error for nativesdk with mingw
  > cups: Add root,sys,wheel to system groups
  > libpam: split /etc/environment into pam-plugin-env package
  > bitbake: bitbake: tests: Fix duplicate test_underscore_override test
  > bitbake: toaster: Update feat to import eventlogs
  > bitbake: toaster: Added feat to import eventlogs files as builds in toaster
  > bitbake: toaster/test: Test single recipe page
  > bitbake: toaster/test: Test single layer page
  > bitbake: toaster/test: Bug-fix on tests/functional/test_project_page
  > bitbake: toaster/test: Added distro page TestCase
  > bitbake: toaster/test: Added Layers page TestCase
  > bitbake: toaster/test: Added Machine page TestCase
  > bitbake: toaster/test: Test software recipe page
  > bitbake: toaster/test: Override table edit columns TestCase from image recipe page
  > bitbake: fetch2: Ensure GCP fetcher checks if file exists before download.
  > bitbake: codeparser/utils: clean up more deprecated AST usages
  > migration-guides: release 3.5 is actually 4.0
  > migration-guides: add release notes for 4.3.1
  > contributor-guide: fix command option
  > contributor-guide: add License-Update tag
  > dev-manual: layers: update link to YP Compatible form
  > rust: Drop TARGET_VENDOR export
  > rust: Delete python2 configparser code path
  > lttng-modules: fix build for v6.7+
  > systemd: fixed typo
  > bluez5: fix connection for ps5/dualshock controllers
  > oeqa/selftest/devtool: add test for git submodules
  > devtool: add support for git submodules
  > devtool: tag all submodules
  > devtool: finish/update-recipe: restrict mode srcrev to recipes fetched from SCM

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 2, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-tegra sources/meta-variscite-bsp sources/poky

* sources/meta-clang 8aaed8f...c9115ac (3):
  > Revert "openssh: Enable to build it with clang again"
  > openssh: Enable to build it with clang again
  > clang: Upgrade to 17.0.6

* sources/meta-freescale 0fc1504f...28b9b9ba (1):
  > wayland: Delete recipe

* sources/meta-freescale-3rdparty a9bba0f...7725256 (1):
  > Merge pull request #288 from chrisdimich/master

* sources/meta-intel b3fca003...df5a4501 (3):
  > ispc: upgrade 1.21.1 -> 1.22.0
  > oidn: upgrade 1.4.3 -> 2.1.0
  > openvino-inference-engine: upgrade 2023.1.0 -> 2023.2.0

* sources/meta-openembedded 3991d8538...aaba87e10 (32):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > vte9: Drop recipe
  > Revert "gnome-terminal: Remove recommendation on vte-prompt"
  > gnome-console,gnome-terminal: Depend on vte from core layer
  > libdecor: update 0.2.0 -> 0.2.1
  > glog: Disable 64bit atomics on armv{5,6}
  > libpwquality: upgrade 1.4.4 -> 1.4.5
  > sdbus-c++: Install ptests into PTEST_PATH
  > basu: Update to latest master
  > gstd: Fix systemd user unit packaging
  > monocypher: add crypto library recipe
  > libmodbus: upgrade 3.1.7 -> 3.1.10
  > python3-validators: add new recipe
  > liblognorm: upgrade 1.0.1 -> 2.0.6
  > spice-gtk: Set meson version based on PV
  > spice: Set meson version based on PV
  > libcacard: set meson version based on PV
  > tbb: enable NUMA/Hybrid CPU support
  > tbb: upgrade 2021.9.0 -> 2021.11.0
  > squid: add systemd service
  > squid: add url-rewrite-helpers packageconfig
  > squid: move configs to sub package
  > squid: add auth packageconfig
  > squid: add nm dispatcher reload hook
  > squid: update from v5.7 to v6.5
  > sdbus-c++-tools: Upgrade to 1.4.0
  > sdbus-c++-libsystemd: Upgrade to 254
  > ptest-packagelists-meta-oe.inc: Move poco to slow tests
  > iotop: upgrade 1.21 -> 1.25
  > icewm: upgrade 2.9.9 -> 3.4.4
  > brotli: upgrade 1.0.9 -> 1.1.0
  > fio: revert "fio: upgrade 3.32 -> 2022"

* sources/meta-qcom e943354...7e656ef (1):
  > Merge pull request #555 from lumag/linux-yocto-update

* sources/meta-qt6 79d5b04...a52cf8f (35):
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtwebengine: Fix build with clang 17
  > qtquick3dphysics: Fix build on clang/x86
  > qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  > qtapplicationmanager: Fix build with musl
  > qtbase: Do not use LFS64 functions explicitly on musl
  > qtbase: Add locale-base-c only on glibc based targets
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Fix missing boolean value to disable minizip
  > qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  > qtbase: Add a packageconfig knob to enable lld linker
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  < Merge pull request #18 from YoeDistro/kraj/6.6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  < Merge pull request #16 from YoeDistro/kraj/6.6
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker

* sources/meta-tegra fb4c603c...ed9c1d25 (1):
  > libnvidia-container-tools: rdepend on ldconfig

* sources/meta-variscite-bsp 92e4f31...1361a1b (49):
  > variscite_ubi: Do not export shell variables when not needed
  > variscite.inc: Limit optee to mx8 and mx9 machines
  > linux-variscite_5.15.bb: Fix build with gcc-13
  < Merge pull request #10 from YoeDistro/kraj/kirkstone-var02
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  > imx-atf: Remove version info from bbappend
  > freertos-variscite: Fix compile failure when do_compile is rerun
  > imx-boot: Update the patch to apply with meta-freescale/master
  > recipes: Add missing Upstream Status tag
  > freertos-variscite: Clear out environment provided LDFLAGS
  > libubootenv: Refresh patch to match 0.3.4 from oe-core master
  > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  > wl18xx-calibrator: Rename rdep for wl18xx firmware
  > imx-sc-firmware: Use var-som override for variscite specifics
  > imx-sc-firmware: Make do_compile override only for var-som
  > bluez5: Limit Applying bbappend changes for variscite SOMs
  > base-files: Install variscite-blacklist.conf only on variscite machines
  > imx-boot: Keep scope of patches to variscite machines.
  > imx-atf: Use the varigit only on variscite machines
  > variscite.inc: Add var-som new common override
  > variscite: Enable optee machine feature on iMX8 based machines
  < Merge pull request #9 from YoeDistro/kraj/kirkstone-var02
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Merge pull request #7 from YoeDistro/kraj/kirkstone-var02
  < Merge branch 'yoe/mut' into yoe/kirkstone-var02
  < iimx-atf: Remove version info from bbappend
  < freertos-variscite: Fix compile failure when do_compile is rerun
  < imx-boot: Update the patch to apply with meta-freescale/master
  < arm-compute-library: Use dynamic layers trick for hosting arm-compute-library bbappend
  < pm-utils: disable stop and start for wifi and bluetooth
  < linux-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < u-boot-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < gstreamer: switch to NXP plugins for mx6ul/mx7 SoMs
  < linux-variscite: add support for VAR-SOM-MX7
  < machine: imx7-var-som: Adjust for using new location of tune file from core
  < recipes: Add missing Upstream Status tag
  < freertos-variscite: Clear out environment provided LDFLAGS
  < libubootenv: Refresh patch to match 0.3.4 from oe-core master
  < wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  < wl18xx-calibrator: Rename rdep for wl18xx firmware
  < imx-sc-firmware: Use var-som override for variscite specifics
  < imx-sc-firmware: Make do_compile override only for var-som
  < bluez5: Limit Applying bbappend changes for variscite SOMs
  < base-files: Install variscite-blacklist.conf only on variscite machines
  < imx-boot: Keep scope of patches to variscite machines.
  < imx-atf: Use the varigit only on variscite machines
  < variscite.inc: Add var-som new common override
  < variscite: Enable optee machine feature on iMX8 based machines

* sources/poky d069eb3af4...cd307c8b1b (80):
  > gdb: Update to gdb 14 release
  > poky: Do not inherit uninative on ppc64le and riscv64 hosts
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > genericx86: remove redundant assignments
  > musl: Update to latest tip of trunk
  > autoconf: upgrade to 2.72d
  > shared-mime-info-native: handle old GCC for AlmaLinux8
  > rust: Drop targets and hosts override magic
  > oeqa/selftest/wic: Add tests for kernel image installation
  > wic: bootimg-efi: Make kernel image installation configurable
  > cmake: Unset CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES
  > image-live: Add support for building EFI-bootable ISO images for non-x86-based archs
  > documentation.conf: fix do_menuconfig description
  > bash: changes to SIGINT handler while waiting for a child
  > shadow: Fix for CVE-2023-4641
  > rust-cross-canadian: Fix file conflicts for 32 and 64 bit target architectures
  > eudev: Upgrade 3.2.12 -> 3.2.14
  > rust-llvm: Allow overriding LLVM target archs
  > patchtest: shorten patch signed-off-by test output
  > iptables: upgrade 1.8.9 -> 1.8.10
  > openssl: upgrade to 3.2.0
  > systemd-boot: Fix build issues on armv7a-linux
  > rust-common.bbclass: Define rust arch for x32 platforms
  > llvm: Upgrade to 17.0.6
  > virglrenderer: Fix build with clang
  > vte: Separate out gtk4 pieces of vte into individual packages
  > vte: Upgrade to 0.74.1
  > vte: upgrade 0.72.2 -> 0.74.0
  > python3-cryptography{-vectors}: 41.0.5 -> 41.0.7
  > python3-cryptography-vectors: add RECIPE_NO_UPDATE_REASON
  > cve-check: Modify judgment processing using "=" in version comparison
  > resolvconf: upgrade 1.91 -> 1.92
  > python3-wheel: upgrade 0.41.3 -> 0.42.0
  > python3-trove-classifiers: upgrade 2023.11.14 -> 2023.11.22
  > python3-sphinx-rtd-theme: upgrade 1.3.0 -> 2.0.0
  > ofono: upgrade 2.1 -> 2.2
  > python3-idna: upgrade 3.4 -> 3.6
  > libsolv: upgrade 0.7.26 -> 0.7.27
  > init-system-helpers: upgrade 1.65.2 -> 1.66
  > gi-docgen: upgrade 2023.1 -> 2023.3
  > ethtool: upgrade 6.5 -> 6.6
  > json-c: fix icecc compilation
  > gettext: Upgrade 0.22 -> 0.22.3
  > gnu-config: Update to latest revision
  > cve-update-nvd2-native: make number of fetch attemtps configurable
  > cve-update-nvd2-native: remove unused variable CVE_SOCKET_TIMEOUT
  > bitbake.conf: Add gsutil as hosttool for gcp fetcher.
  > libxcrypt: fixed some build error for nativesdk with mingw
  > cups: Add root,sys,wheel to system groups
  > libpam: split /etc/environment into pam-plugin-env package
  > bitbake: bitbake-hashclient: Add commands to get hashes
  > bitbake: bitbake: tests: Fix duplicate test_underscore_override test
  > bitbake: toaster: Update feat to import eventlogs
  > bitbake: toaster: Added feat to import eventlogs files as builds in toaster
  > bitbake: toaster/test: Test single recipe page
  > bitbake: toaster/test: Test single layer page
  > bitbake: toaster/test: Bug-fix on tests/functional/test_project_page
  > bitbake: toaster/test: Added distro page TestCase
  > bitbake: toaster/test: Added Layers page TestCase
  > bitbake: toaster/test: Added Machine page TestCase
  > bitbake: toaster/test: Test software recipe page
  > bitbake: toaster/test: Override table edit columns TestCase from image recipe page
  > bitbake: fetch2: Ensure GCP fetcher checks if file exists before download.
  > bitbake: codeparser/utils: clean up more deprecated AST usages
  > migration-guides: release 3.5 is actually 4.0
  > migration-guides: add release notes for 4.3.1
  > contributor-guide: fix command option
  > contributor-guide: add License-Update tag
  > dev-manual: layers: update link to YP Compatible form
  > rust: Drop TARGET_VENDOR export
  > rust: Delete python2 configparser code path
  > lttng-modules: fix build for v6.7+
  > systemd: fixed typo
  > bluez5: fix connection for ps5/dualshock controllers
  > oeqa/selftest/devtool: add test for git submodules
  > devtool: add support for git submodules
  > devtool: tag all submodules
  > devtool: finish/update-recipe: restrict mode srcrev to recipes fetched from SCM

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 2, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-tegra sources/meta-variscite-bsp sources/poky

* sources/meta-clang 8aaed8f...c9115ac (3):
  > Revert "openssh: Enable to build it with clang again"
  > openssh: Enable to build it with clang again
  > clang: Upgrade to 17.0.6

* sources/meta-freescale 0fc1504f...28b9b9ba (1):
  > wayland: Delete recipe

* sources/meta-freescale-3rdparty a9bba0f...7725256 (1):
  > Merge pull request #288 from chrisdimich/master

* sources/meta-intel b3fca003...df5a4501 (3):
  > ispc: upgrade 1.21.1 -> 1.22.0
  > oidn: upgrade 1.4.3 -> 2.1.0
  > openvino-inference-engine: upgrade 2023.1.0 -> 2023.2.0

* sources/meta-openembedded 3991d8538...da32b85a8 (33):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > vte9: Drop recipe
  > Revert "gnome-terminal: Remove recommendation on vte-prompt"
  > gnome-console,gnome-terminal: Depend on vte from core layer
  > liblognorm:Add asprintf to autoconf function check macro
  > libdecor: update 0.2.0 -> 0.2.1
  > glog: Disable 64bit atomics on armv{5,6}
  > libpwquality: upgrade 1.4.4 -> 1.4.5
  > sdbus-c++: Install ptests into PTEST_PATH
  > basu: Update to latest master
  > gstd: Fix systemd user unit packaging
  > monocypher: add crypto library recipe
  > libmodbus: upgrade 3.1.7 -> 3.1.10
  > python3-validators: add new recipe
  > liblognorm: upgrade 1.0.1 -> 2.0.6
  > spice-gtk: Set meson version based on PV
  > spice: Set meson version based on PV
  > libcacard: set meson version based on PV
  > tbb: enable NUMA/Hybrid CPU support
  > tbb: upgrade 2021.9.0 -> 2021.11.0
  > squid: add systemd service
  > squid: add url-rewrite-helpers packageconfig
  > squid: move configs to sub package
  > squid: add auth packageconfig
  > squid: add nm dispatcher reload hook
  > squid: update from v5.7 to v6.5
  > sdbus-c++-tools: Upgrade to 1.4.0
  > sdbus-c++-libsystemd: Upgrade to 254
  > ptest-packagelists-meta-oe.inc: Move poco to slow tests
  > iotop: upgrade 1.21 -> 1.25
  > icewm: upgrade 2.9.9 -> 3.4.4
  > brotli: upgrade 1.0.9 -> 1.1.0
  > fio: revert "fio: upgrade 3.32 -> 2022"

* sources/meta-qcom e943354...7e656ef (1):
  > Merge pull request #555 from lumag/linux-yocto-update

* sources/meta-qt6 79d5b04...a52cf8f (35):
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtwebengine: Fix build with clang 17
  > qtquick3dphysics: Fix build on clang/x86
  > qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  > qtapplicationmanager: Fix build with musl
  > qtbase: Do not use LFS64 functions explicitly on musl
  > qtbase: Add locale-base-c only on glibc based targets
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Fix missing boolean value to disable minizip
  > qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  > qtbase: Add a packageconfig knob to enable lld linker
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  < Merge pull request #18 from YoeDistro/kraj/6.6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  < Merge pull request #16 from YoeDistro/kraj/6.6
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker

* sources/meta-tegra fb4c603c...ed9c1d25 (1):
  > libnvidia-container-tools: rdepend on ldconfig

* sources/meta-variscite-bsp 92e4f31...1361a1b (49):
  > variscite_ubi: Do not export shell variables when not needed
  > variscite.inc: Limit optee to mx8 and mx9 machines
  > linux-variscite_5.15.bb: Fix build with gcc-13
  < Merge pull request #10 from YoeDistro/kraj/kirkstone-var02
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  > imx-atf: Remove version info from bbappend
  > freertos-variscite: Fix compile failure when do_compile is rerun
  > imx-boot: Update the patch to apply with meta-freescale/master
  > recipes: Add missing Upstream Status tag
  > freertos-variscite: Clear out environment provided LDFLAGS
  > libubootenv: Refresh patch to match 0.3.4 from oe-core master
  > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  > wl18xx-calibrator: Rename rdep for wl18xx firmware
  > imx-sc-firmware: Use var-som override for variscite specifics
  > imx-sc-firmware: Make do_compile override only for var-som
  > bluez5: Limit Applying bbappend changes for variscite SOMs
  > base-files: Install variscite-blacklist.conf only on variscite machines
  > imx-boot: Keep scope of patches to variscite machines.
  > imx-atf: Use the varigit only on variscite machines
  > variscite.inc: Add var-som new common override
  > variscite: Enable optee machine feature on iMX8 based machines
  < Merge pull request #9 from YoeDistro/kraj/kirkstone-var02
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Merge pull request #7 from YoeDistro/kraj/kirkstone-var02
  < Merge branch 'yoe/mut' into yoe/kirkstone-var02
  < iimx-atf: Remove version info from bbappend
  < freertos-variscite: Fix compile failure when do_compile is rerun
  < imx-boot: Update the patch to apply with meta-freescale/master
  < arm-compute-library: Use dynamic layers trick for hosting arm-compute-library bbappend
  < pm-utils: disable stop and start for wifi and bluetooth
  < linux-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < u-boot-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < gstreamer: switch to NXP plugins for mx6ul/mx7 SoMs
  < linux-variscite: add support for VAR-SOM-MX7
  < machine: imx7-var-som: Adjust for using new location of tune file from core
  < recipes: Add missing Upstream Status tag
  < freertos-variscite: Clear out environment provided LDFLAGS
  < libubootenv: Refresh patch to match 0.3.4 from oe-core master
  < wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  < wl18xx-calibrator: Rename rdep for wl18xx firmware
  < imx-sc-firmware: Use var-som override for variscite specifics
  < imx-sc-firmware: Make do_compile override only for var-som
  < bluez5: Limit Applying bbappend changes for variscite SOMs
  < base-files: Install variscite-blacklist.conf only on variscite machines
  < imx-boot: Keep scope of patches to variscite machines.
  < imx-atf: Use the varigit only on variscite machines
  < variscite.inc: Add var-som new common override
  < variscite: Enable optee machine feature on iMX8 based machines

* sources/poky d069eb3af4...cd307c8b1b (80):
  > gdb: Update to gdb 14 release
  > poky: Do not inherit uninative on ppc64le and riscv64 hosts
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > genericx86: remove redundant assignments
  > musl: Update to latest tip of trunk
  > autoconf: upgrade to 2.72d
  > shared-mime-info-native: handle old GCC for AlmaLinux8
  > rust: Drop targets and hosts override magic
  > oeqa/selftest/wic: Add tests for kernel image installation
  > wic: bootimg-efi: Make kernel image installation configurable
  > cmake: Unset CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES
  > image-live: Add support for building EFI-bootable ISO images for non-x86-based archs
  > documentation.conf: fix do_menuconfig description
  > bash: changes to SIGINT handler while waiting for a child
  > shadow: Fix for CVE-2023-4641
  > rust-cross-canadian: Fix file conflicts for 32 and 64 bit target architectures
  > eudev: Upgrade 3.2.12 -> 3.2.14
  > rust-llvm: Allow overriding LLVM target archs
  > patchtest: shorten patch signed-off-by test output
  > iptables: upgrade 1.8.9 -> 1.8.10
  > openssl: upgrade to 3.2.0
  > systemd-boot: Fix build issues on armv7a-linux
  > rust-common.bbclass: Define rust arch for x32 platforms
  > llvm: Upgrade to 17.0.6
  > virglrenderer: Fix build with clang
  > vte: Separate out gtk4 pieces of vte into individual packages
  > vte: Upgrade to 0.74.1
  > vte: upgrade 0.72.2 -> 0.74.0
  > python3-cryptography{-vectors}: 41.0.5 -> 41.0.7
  > python3-cryptography-vectors: add RECIPE_NO_UPDATE_REASON
  > cve-check: Modify judgment processing using "=" in version comparison
  > resolvconf: upgrade 1.91 -> 1.92
  > python3-wheel: upgrade 0.41.3 -> 0.42.0
  > python3-trove-classifiers: upgrade 2023.11.14 -> 2023.11.22
  > python3-sphinx-rtd-theme: upgrade 1.3.0 -> 2.0.0
  > ofono: upgrade 2.1 -> 2.2
  > python3-idna: upgrade 3.4 -> 3.6
  > libsolv: upgrade 0.7.26 -> 0.7.27
  > init-system-helpers: upgrade 1.65.2 -> 1.66
  > gi-docgen: upgrade 2023.1 -> 2023.3
  > ethtool: upgrade 6.5 -> 6.6
  > json-c: fix icecc compilation
  > gettext: Upgrade 0.22 -> 0.22.3
  > gnu-config: Update to latest revision
  > cve-update-nvd2-native: make number of fetch attemtps configurable
  > cve-update-nvd2-native: remove unused variable CVE_SOCKET_TIMEOUT
  > bitbake.conf: Add gsutil as hosttool for gcp fetcher.
  > libxcrypt: fixed some build error for nativesdk with mingw
  > cups: Add root,sys,wheel to system groups
  > libpam: split /etc/environment into pam-plugin-env package
  > bitbake: bitbake-hashclient: Add commands to get hashes
  > bitbake: bitbake: tests: Fix duplicate test_underscore_override test
  > bitbake: toaster: Update feat to import eventlogs
  > bitbake: toaster: Added feat to import eventlogs files as builds in toaster
  > bitbake: toaster/test: Test single recipe page
  > bitbake: toaster/test: Test single layer page
  > bitbake: toaster/test: Bug-fix on tests/functional/test_project_page
  > bitbake: toaster/test: Added distro page TestCase
  > bitbake: toaster/test: Added Layers page TestCase
  > bitbake: toaster/test: Added Machine page TestCase
  > bitbake: toaster/test: Test software recipe page
  > bitbake: toaster/test: Override table edit columns TestCase from image recipe page
  > bitbake: fetch2: Ensure GCP fetcher checks if file exists before download.
  > bitbake: codeparser/utils: clean up more deprecated AST usages
  > migration-guides: release 3.5 is actually 4.0
  > migration-guides: add release notes for 4.3.1
  > contributor-guide: fix command option
  > contributor-guide: add License-Update tag
  > dev-manual: layers: update link to YP Compatible form
  > rust: Drop TARGET_VENDOR export
  > rust: Delete python2 configparser code path
  > lttng-modules: fix build for v6.7+
  > systemd: fixed typo
  > bluez5: fix connection for ps5/dualshock controllers
  > oeqa/selftest/devtool: add test for git submodules
  > devtool: add support for git submodules
  > devtool: tag all submodules
  > devtool: finish/update-recipe: restrict mode srcrev to recipes fetched from SCM

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 2, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-tegra sources/meta-variscite-bsp sources/poky

* sources/meta-clang 8aaed8f...c9115ac (3):
  > Revert "openssh: Enable to build it with clang again"
  > openssh: Enable to build it with clang again
  > clang: Upgrade to 17.0.6

* sources/meta-freescale 0fc1504f...28b9b9ba (1):
  > wayland: Delete recipe

* sources/meta-freescale-3rdparty a9bba0f...7725256 (1):
  > Merge pull request #288 from chrisdimich/master

* sources/meta-intel b3fca003...df5a4501 (3):
  > ispc: upgrade 1.21.1 -> 1.22.0
  > oidn: upgrade 1.4.3 -> 2.1.0
  > openvino-inference-engine: upgrade 2023.1.0 -> 2023.2.0

* sources/meta-openembedded 3991d8538...da32b85a8 (33):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > vte9: Drop recipe
  > Revert "gnome-terminal: Remove recommendation on vte-prompt"
  > gnome-console,gnome-terminal: Depend on vte from core layer
  > liblognorm:Add asprintf to autoconf function check macro
  > libdecor: update 0.2.0 -> 0.2.1
  > glog: Disable 64bit atomics on armv{5,6}
  > libpwquality: upgrade 1.4.4 -> 1.4.5
  > sdbus-c++: Install ptests into PTEST_PATH
  > basu: Update to latest master
  > gstd: Fix systemd user unit packaging
  > monocypher: add crypto library recipe
  > libmodbus: upgrade 3.1.7 -> 3.1.10
  > python3-validators: add new recipe
  > liblognorm: upgrade 1.0.1 -> 2.0.6
  > spice-gtk: Set meson version based on PV
  > spice: Set meson version based on PV
  > libcacard: set meson version based on PV
  > tbb: enable NUMA/Hybrid CPU support
  > tbb: upgrade 2021.9.0 -> 2021.11.0
  > squid: add systemd service
  > squid: add url-rewrite-helpers packageconfig
  > squid: move configs to sub package
  > squid: add auth packageconfig
  > squid: add nm dispatcher reload hook
  > squid: update from v5.7 to v6.5
  > sdbus-c++-tools: Upgrade to 1.4.0
  > sdbus-c++-libsystemd: Upgrade to 254
  > ptest-packagelists-meta-oe.inc: Move poco to slow tests
  > iotop: upgrade 1.21 -> 1.25
  > icewm: upgrade 2.9.9 -> 3.4.4
  > brotli: upgrade 1.0.9 -> 1.1.0
  > fio: revert "fio: upgrade 3.32 -> 2022"

* sources/meta-qcom e943354...7e656ef (1):
  > Merge pull request #555 from lumag/linux-yocto-update

* sources/meta-qt6 79d5b04...a52cf8f (35):
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtwebengine: Fix build with clang 17
  > qtquick3dphysics: Fix build on clang/x86
  > qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  > qtapplicationmanager: Fix build with musl
  > qtbase: Do not use LFS64 functions explicitly on musl
  > qtbase: Add locale-base-c only on glibc based targets
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Fix missing boolean value to disable minizip
  > qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  > qtbase: Add a packageconfig knob to enable lld linker
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  < Merge pull request #18 from YoeDistro/kraj/6.6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  < Merge pull request #16 from YoeDistro/kraj/6.6
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker

* sources/meta-tegra fb4c603c...ed9c1d25 (1):
  > libnvidia-container-tools: rdepend on ldconfig

* sources/meta-variscite-bsp 92e4f31...1361a1b (49):
  > variscite_ubi: Do not export shell variables when not needed
  > variscite.inc: Limit optee to mx8 and mx9 machines
  > linux-variscite_5.15.bb: Fix build with gcc-13
  < Merge pull request #10 from YoeDistro/kraj/kirkstone-var02
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  > imx-atf: Remove version info from bbappend
  > freertos-variscite: Fix compile failure when do_compile is rerun
  > imx-boot: Update the patch to apply with meta-freescale/master
  > recipes: Add missing Upstream Status tag
  > freertos-variscite: Clear out environment provided LDFLAGS
  > libubootenv: Refresh patch to match 0.3.4 from oe-core master
  > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  > wl18xx-calibrator: Rename rdep for wl18xx firmware
  > imx-sc-firmware: Use var-som override for variscite specifics
  > imx-sc-firmware: Make do_compile override only for var-som
  > bluez5: Limit Applying bbappend changes for variscite SOMs
  > base-files: Install variscite-blacklist.conf only on variscite machines
  > imx-boot: Keep scope of patches to variscite machines.
  > imx-atf: Use the varigit only on variscite machines
  > variscite.inc: Add var-som new common override
  > variscite: Enable optee machine feature on iMX8 based machines
  < Merge pull request #9 from YoeDistro/kraj/kirkstone-var02
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Merge pull request #7 from YoeDistro/kraj/kirkstone-var02
  < Merge branch 'yoe/mut' into yoe/kirkstone-var02
  < iimx-atf: Remove version info from bbappend
  < freertos-variscite: Fix compile failure when do_compile is rerun
  < imx-boot: Update the patch to apply with meta-freescale/master
  < arm-compute-library: Use dynamic layers trick for hosting arm-compute-library bbappend
  < pm-utils: disable stop and start for wifi and bluetooth
  < linux-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < u-boot-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < gstreamer: switch to NXP plugins for mx6ul/mx7 SoMs
  < linux-variscite: add support for VAR-SOM-MX7
  < machine: imx7-var-som: Adjust for using new location of tune file from core
  < recipes: Add missing Upstream Status tag
  < freertos-variscite: Clear out environment provided LDFLAGS
  < libubootenv: Refresh patch to match 0.3.4 from oe-core master
  < wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  < wl18xx-calibrator: Rename rdep for wl18xx firmware
  < imx-sc-firmware: Use var-som override for variscite specifics
  < imx-sc-firmware: Make do_compile override only for var-som
  < bluez5: Limit Applying bbappend changes for variscite SOMs
  < base-files: Install variscite-blacklist.conf only on variscite machines
  < imx-boot: Keep scope of patches to variscite machines.
  < imx-atf: Use the varigit only on variscite machines
  < variscite.inc: Add var-som new common override
  < variscite: Enable optee machine feature on iMX8 based machines

* sources/poky d069eb3af4...d8038d1e61 (81):
  > gdb: Update to gdb 14 release
  > poky: Do not inherit uninative on ppc64le and riscv64 hosts
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > genericx86: remove redundant assignments
  > musl: Update to latest tip of trunk
  > autoconf: upgrade to 2.72d
  > shared-mime-info-native: handle old GCC for AlmaLinux8
  > rust: Drop targets and hosts override magic
  > oeqa/selftest/wic: Add tests for kernel image installation
  > wic: bootimg-efi: Make kernel image installation configurable
  > cmake: Unset CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES
  > image-live: Add support for building EFI-bootable ISO images for non-x86-based archs
  > documentation.conf: fix do_menuconfig description
  > bash: changes to SIGINT handler while waiting for a child
  > shadow: Fix for CVE-2023-4641
  > rust-cross-canadian: Fix file conflicts for 32 and 64 bit target architectures
  > eudev: Upgrade 3.2.12 -> 3.2.14
  > rust-llvm: Allow overriding LLVM target archs
  > patchtest: shorten patch signed-off-by test output
  > iptables: upgrade 1.8.9 -> 1.8.10
  > openssl: upgrade to 3.2.0
  > systemd-boot: Fix build issues on armv7a-linux
  > vte: Separate out gtk4 pieces of vte into individual packages
  > vte: Upgrade to 0.74.1
  > vte: upgrade 0.72.2 -> 0.74.0
  > libxcrypt: fixed some build error for nativesdk with mingw
  > bitbake: toaster: Update feat to import eventlogs
  > bitbake: toaster: Added feat to import eventlogs files as builds in toaster
  > bitbake: codeparser/utils: clean up more deprecated AST usages
  > bitbake: fetch2: Ensure GCP fetcher checks if file exists before download.
  > bitbake: bitbake: tests: Fix duplicate test_underscore_override test
  > bitbake: bitbake-hashclient: Add commands to get hashes
  > bitbake: toaster/tests: Test single recipe page
  > bitbake: toaster/tests: Test single layer page
  > bitbake: toaster/tests: Bug-fix on tests/functional/test_project_page
  > bitbake: toaster/tests: Added distro page TestCase
  > bitbake: toaster/tests: Added Layers page TestCase
  > bitbake: toaster/tests: Added Machine page TestCase
  > bitbake: toaster/tests: Test software recipe page
  > bitbake: toaster/tests: Override table edit columns TestCase from image recipe page
  > bitbake: toaster/tests: Update methods wait_until_~ to skip using time.sleep
  > rust-common.bbclass: Define rust arch for x32 platforms
  > llvm: Upgrade to 17.0.6
  > virglrenderer: Fix build with clang
  > python3-cryptography{-vectors}: 41.0.5 -> 41.0.7
  > python3-cryptography-vectors: add RECIPE_NO_UPDATE_REASON
  > cve-check: Modify judgment processing using "=" in version comparison
  > resolvconf: upgrade 1.91 -> 1.92
  > python3-wheel: upgrade 0.41.3 -> 0.42.0
  > python3-trove-classifiers: upgrade 2023.11.14 -> 2023.11.22
  > python3-sphinx-rtd-theme: upgrade 1.3.0 -> 2.0.0
  > ofono: upgrade 2.1 -> 2.2
  > python3-idna: upgrade 3.4 -> 3.6
  > libsolv: upgrade 0.7.26 -> 0.7.27
  > init-system-helpers: upgrade 1.65.2 -> 1.66
  > gi-docgen: upgrade 2023.1 -> 2023.3
  > ethtool: upgrade 6.5 -> 6.6
  > json-c: fix icecc compilation
  > gettext: Upgrade 0.22 -> 0.22.3
  > gnu-config: Update to latest revision
  > cve-update-nvd2-native: make number of fetch attemtps configurable
  > cve-update-nvd2-native: remove unused variable CVE_SOCKET_TIMEOUT
  > bitbake.conf: Add gsutil as hosttool for gcp fetcher.
  > cups: Add root,sys,wheel to system groups
  > libpam: split /etc/environment into pam-plugin-env package
  > migration-guides: release 3.5 is actually 4.0
  > migration-guides: add release notes for 4.3.1
  > contributor-guide: fix command option
  > contributor-guide: add License-Update tag
  > dev-manual: layers: update link to YP Compatible form
  > rust: Drop TARGET_VENDOR export
  > rust: Delete python2 configparser code path
  > lttng-modules: fix build for v6.7+
  > systemd: fixed typo
  > bluez5: fix connection for ps5/dualshock controllers
  > oeqa/selftest/devtool: add test for git submodules
  > devtool: add support for git submodules
  > devtool: tag all submodules
  > devtool: finish/update-recipe: restrict mode srcrev to recipes fetched from SCM

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 2, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-tegra sources/meta-variscite-bsp sources/poky

* sources/meta-clang 8aaed8f...c9115ac (3):
  > Revert "openssh: Enable to build it with clang again"
  > openssh: Enable to build it with clang again
  > clang: Upgrade to 17.0.6

* sources/meta-freescale 0fc1504f...28b9b9ba (1):
  > wayland: Delete recipe

* sources/meta-freescale-3rdparty a9bba0f...7725256 (1):
  > Merge pull request #288 from chrisdimich/master

* sources/meta-intel b3fca003...df5a4501 (3):
  > ispc: upgrade 1.21.1 -> 1.22.0
  > oidn: upgrade 1.4.3 -> 2.1.0
  > openvino-inference-engine: upgrade 2023.1.0 -> 2023.2.0

* sources/meta-openembedded 3991d8538...da32b85a8 (33):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > vte9: Drop recipe
  > Revert "gnome-terminal: Remove recommendation on vte-prompt"
  > gnome-console,gnome-terminal: Depend on vte from core layer
  > liblognorm:Add asprintf to autoconf function check macro
  > libdecor: update 0.2.0 -> 0.2.1
  > glog: Disable 64bit atomics on armv{5,6}
  > libpwquality: upgrade 1.4.4 -> 1.4.5
  > sdbus-c++: Install ptests into PTEST_PATH
  > basu: Update to latest master
  > gstd: Fix systemd user unit packaging
  > monocypher: add crypto library recipe
  > libmodbus: upgrade 3.1.7 -> 3.1.10
  > python3-validators: add new recipe
  > liblognorm: upgrade 1.0.1 -> 2.0.6
  > spice-gtk: Set meson version based on PV
  > spice: Set meson version based on PV
  > libcacard: set meson version based on PV
  > tbb: enable NUMA/Hybrid CPU support
  > tbb: upgrade 2021.9.0 -> 2021.11.0
  > squid: add systemd service
  > squid: add url-rewrite-helpers packageconfig
  > squid: move configs to sub package
  > squid: add auth packageconfig
  > squid: add nm dispatcher reload hook
  > squid: update from v5.7 to v6.5
  > sdbus-c++-tools: Upgrade to 1.4.0
  > sdbus-c++-libsystemd: Upgrade to 254
  > ptest-packagelists-meta-oe.inc: Move poco to slow tests
  > iotop: upgrade 1.21 -> 1.25
  > icewm: upgrade 2.9.9 -> 3.4.4
  > brotli: upgrade 1.0.9 -> 1.1.0
  > fio: revert "fio: upgrade 3.32 -> 2022"

* sources/meta-qcom e943354...7e656ef (1):
  > Merge pull request #555 from lumag/linux-yocto-update

* sources/meta-qt6 79d5b04...a52cf8f (35):
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtwebengine: Fix build with clang 17
  > qtquick3dphysics: Fix build on clang/x86
  > qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  > qtapplicationmanager: Fix build with musl
  > qtbase: Do not use LFS64 functions explicitly on musl
  > qtbase: Add locale-base-c only on glibc based targets
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Fix missing boolean value to disable minizip
  > qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  > qtbase: Add a packageconfig knob to enable lld linker
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  < Merge pull request #18 from YoeDistro/kraj/6.6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  < Merge pull request #16 from YoeDistro/kraj/6.6
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker

* sources/meta-tegra fb4c603c...ed9c1d25 (1):
  > libnvidia-container-tools: rdepend on ldconfig

* sources/meta-variscite-bsp 92e4f31...1361a1b (49):
  > variscite_ubi: Do not export shell variables when not needed
  > variscite.inc: Limit optee to mx8 and mx9 machines
  > linux-variscite_5.15.bb: Fix build with gcc-13
  < Merge pull request #10 from YoeDistro/kraj/kirkstone-var02
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  > imx-atf: Remove version info from bbappend
  > freertos-variscite: Fix compile failure when do_compile is rerun
  > imx-boot: Update the patch to apply with meta-freescale/master
  > recipes: Add missing Upstream Status tag
  > freertos-variscite: Clear out environment provided LDFLAGS
  > libubootenv: Refresh patch to match 0.3.4 from oe-core master
  > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  > wl18xx-calibrator: Rename rdep for wl18xx firmware
  > imx-sc-firmware: Use var-som override for variscite specifics
  > imx-sc-firmware: Make do_compile override only for var-som
  > bluez5: Limit Applying bbappend changes for variscite SOMs
  > base-files: Install variscite-blacklist.conf only on variscite machines
  > imx-boot: Keep scope of patches to variscite machines.
  > imx-atf: Use the varigit only on variscite machines
  > variscite.inc: Add var-som new common override
  > variscite: Enable optee machine feature on iMX8 based machines
  < Merge pull request #9 from YoeDistro/kraj/kirkstone-var02
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Merge pull request #7 from YoeDistro/kraj/kirkstone-var02
  < Merge branch 'yoe/mut' into yoe/kirkstone-var02
  < iimx-atf: Remove version info from bbappend
  < freertos-variscite: Fix compile failure when do_compile is rerun
  < imx-boot: Update the patch to apply with meta-freescale/master
  < arm-compute-library: Use dynamic layers trick for hosting arm-compute-library bbappend
  < pm-utils: disable stop and start for wifi and bluetooth
  < linux-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < u-boot-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < gstreamer: switch to NXP plugins for mx6ul/mx7 SoMs
  < linux-variscite: add support for VAR-SOM-MX7
  < machine: imx7-var-som: Adjust for using new location of tune file from core
  < recipes: Add missing Upstream Status tag
  < freertos-variscite: Clear out environment provided LDFLAGS
  < libubootenv: Refresh patch to match 0.3.4 from oe-core master
  < wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  < wl18xx-calibrator: Rename rdep for wl18xx firmware
  < imx-sc-firmware: Use var-som override for variscite specifics
  < imx-sc-firmware: Make do_compile override only for var-som
  < bluez5: Limit Applying bbappend changes for variscite SOMs
  < base-files: Install variscite-blacklist.conf only on variscite machines
  < imx-boot: Keep scope of patches to variscite machines.
  < imx-atf: Use the varigit only on variscite machines
  < variscite.inc: Add var-som new common override
  < variscite: Enable optee machine feature on iMX8 based machines

* sources/poky d069eb3af4...e285b4f6fa (82):
  > musl: Do not use https protocol for fetching
  > gdb: Update to gdb 14 release
  > poky: Do not inherit uninative on ppc64le and riscv64 hosts
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > genericx86: remove redundant assignments
  > musl: Update to latest tip of trunk
  > autoconf: upgrade to 2.72d
  > shared-mime-info-native: handle old GCC for AlmaLinux8
  > rust: Drop targets and hosts override magic
  > oeqa/selftest/wic: Add tests for kernel image installation
  > wic: bootimg-efi: Make kernel image installation configurable
  > cmake: Unset CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES
  > image-live: Add support for building EFI-bootable ISO images for non-x86-based archs
  > documentation.conf: fix do_menuconfig description
  > bash: changes to SIGINT handler while waiting for a child
  > shadow: Fix for CVE-2023-4641
  > rust-cross-canadian: Fix file conflicts for 32 and 64 bit target architectures
  > eudev: Upgrade 3.2.12 -> 3.2.14
  > rust-llvm: Allow overriding LLVM target archs
  > patchtest: shorten patch signed-off-by test output
  > iptables: upgrade 1.8.9 -> 1.8.10
  > openssl: upgrade to 3.2.0
  > systemd-boot: Fix build issues on armv7a-linux
  > vte: Separate out gtk4 pieces of vte into individual packages
  > vte: Upgrade to 0.74.1
  > vte: upgrade 0.72.2 -> 0.74.0
  > libxcrypt: fixed some build error for nativesdk with mingw
  > bitbake: toaster: Update feat to import eventlogs
  > bitbake: toaster: Added feat to import eventlogs files as builds in toaster
  > bitbake: codeparser/utils: clean up more deprecated AST usages
  > bitbake: fetch2: Ensure GCP fetcher checks if file exists before download.
  > bitbake: bitbake: tests: Fix duplicate test_underscore_override test
  > bitbake: bitbake-hashclient: Add commands to get hashes
  > bitbake: toaster/tests: Test single recipe page
  > bitbake: toaster/tests: Test single layer page
  > bitbake: toaster/tests: Bug-fix on tests/functional/test_project_page
  > bitbake: toaster/tests: Added distro page TestCase
  > bitbake: toaster/tests: Added Layers page TestCase
  > bitbake: toaster/tests: Added Machine page TestCase
  > bitbake: toaster/tests: Test software recipe page
  > bitbake: toaster/tests: Override table edit columns TestCase from image recipe page
  > bitbake: toaster/tests: Update methods wait_until_~ to skip using time.sleep
  > rust-common.bbclass: Define rust arch for x32 platforms
  > llvm: Upgrade to 17.0.6
  > virglrenderer: Fix build with clang
  > python3-cryptography{-vectors}: 41.0.5 -> 41.0.7
  > python3-cryptography-vectors: add RECIPE_NO_UPDATE_REASON
  > cve-check: Modify judgment processing using "=" in version comparison
  > resolvconf: upgrade 1.91 -> 1.92
  > python3-wheel: upgrade 0.41.3 -> 0.42.0
  > python3-trove-classifiers: upgrade 2023.11.14 -> 2023.11.22
  > python3-sphinx-rtd-theme: upgrade 1.3.0 -> 2.0.0
  > ofono: upgrade 2.1 -> 2.2
  > python3-idna: upgrade 3.4 -> 3.6
  > libsolv: upgrade 0.7.26 -> 0.7.27
  > init-system-helpers: upgrade 1.65.2 -> 1.66
  > gi-docgen: upgrade 2023.1 -> 2023.3
  > ethtool: upgrade 6.5 -> 6.6
  > json-c: fix icecc compilation
  > gettext: Upgrade 0.22 -> 0.22.3
  > gnu-config: Update to latest revision
  > cve-update-nvd2-native: make number of fetch attemtps configurable
  > cve-update-nvd2-native: remove unused variable CVE_SOCKET_TIMEOUT
  > bitbake.conf: Add gsutil as hosttool for gcp fetcher.
  > cups: Add root,sys,wheel to system groups
  > libpam: split /etc/environment into pam-plugin-env package
  > migration-guides: release 3.5 is actually 4.0
  > migration-guides: add release notes for 4.3.1
  > contributor-guide: fix command option
  > contributor-guide: add License-Update tag
  > dev-manual: layers: update link to YP Compatible form
  > rust: Drop TARGET_VENDOR export
  > rust: Delete python2 configparser code path
  > lttng-modules: fix build for v6.7+
  > systemd: fixed typo
  > bluez5: fix connection for ps5/dualshock controllers
  > oeqa/selftest/devtool: add test for git submodules
  > devtool: add support for git submodules
  > devtool: tag all submodules
  > devtool: finish/update-recipe: restrict mode srcrev to recipes fetched from SCM

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 3, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-tegra sources/meta-variscite-bsp sources/poky

* sources/meta-clang 8aaed8f...c9115ac (3):
  > Revert "openssh: Enable to build it with clang again"
  > openssh: Enable to build it with clang again
  > clang: Upgrade to 17.0.6

* sources/meta-freescale 0fc1504f...28b9b9ba (1):
  > wayland: Delete recipe

* sources/meta-freescale-3rdparty a9bba0f...7725256 (1):
  > Merge pull request #288 from chrisdimich/master

* sources/meta-intel b3fca003...df5a4501 (3):
  > ispc: upgrade 1.21.1 -> 1.22.0
  > oidn: upgrade 1.4.3 -> 2.1.0
  > openvino-inference-engine: upgrade 2023.1.0 -> 2023.2.0

* sources/meta-openembedded 3991d8538...da32b85a8 (33):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > vte9: Drop recipe
  > Revert "gnome-terminal: Remove recommendation on vte-prompt"
  > gnome-console,gnome-terminal: Depend on vte from core layer
  > liblognorm:Add asprintf to autoconf function check macro
  > libdecor: update 0.2.0 -> 0.2.1
  > glog: Disable 64bit atomics on armv{5,6}
  > libpwquality: upgrade 1.4.4 -> 1.4.5
  > sdbus-c++: Install ptests into PTEST_PATH
  > basu: Update to latest master
  > gstd: Fix systemd user unit packaging
  > monocypher: add crypto library recipe
  > libmodbus: upgrade 3.1.7 -> 3.1.10
  > python3-validators: add new recipe
  > liblognorm: upgrade 1.0.1 -> 2.0.6
  > spice-gtk: Set meson version based on PV
  > spice: Set meson version based on PV
  > libcacard: set meson version based on PV
  > tbb: enable NUMA/Hybrid CPU support
  > tbb: upgrade 2021.9.0 -> 2021.11.0
  > squid: add systemd service
  > squid: add url-rewrite-helpers packageconfig
  > squid: move configs to sub package
  > squid: add auth packageconfig
  > squid: add nm dispatcher reload hook
  > squid: update from v5.7 to v6.5
  > sdbus-c++-tools: Upgrade to 1.4.0
  > sdbus-c++-libsystemd: Upgrade to 254
  > ptest-packagelists-meta-oe.inc: Move poco to slow tests
  > iotop: upgrade 1.21 -> 1.25
  > icewm: upgrade 2.9.9 -> 3.4.4
  > brotli: upgrade 1.0.9 -> 1.1.0
  > fio: revert "fio: upgrade 3.32 -> 2022"

* sources/meta-qcom e943354...7e656ef (1):
  > Merge pull request #555 from lumag/linux-yocto-update

* sources/meta-qt6 79d5b04...a52cf8f (35):
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtwebengine: Fix build with clang 17
  > qtquick3dphysics: Fix build on clang/x86
  > qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  > qtapplicationmanager: Fix build with musl
  > qtbase: Do not use LFS64 functions explicitly on musl
  > qtbase: Add locale-base-c only on glibc based targets
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Fix missing boolean value to disable minizip
  > qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  > qtbase: Add a packageconfig knob to enable lld linker
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  < Merge pull request #18 from YoeDistro/kraj/6.6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  < Merge pull request #16 from YoeDistro/kraj/6.6
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker

* sources/meta-tegra fb4c603c...ed9c1d25 (1):
  > libnvidia-container-tools: rdepend on ldconfig

* sources/meta-variscite-bsp 92e4f31...1361a1b (49):
  > variscite_ubi: Do not export shell variables when not needed
  > variscite.inc: Limit optee to mx8 and mx9 machines
  > linux-variscite_5.15.bb: Fix build with gcc-13
  < Merge pull request #10 from YoeDistro/kraj/kirkstone-var02
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  > imx-atf: Remove version info from bbappend
  > freertos-variscite: Fix compile failure when do_compile is rerun
  > imx-boot: Update the patch to apply with meta-freescale/master
  > recipes: Add missing Upstream Status tag
  > freertos-variscite: Clear out environment provided LDFLAGS
  > libubootenv: Refresh patch to match 0.3.4 from oe-core master
  > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  > wl18xx-calibrator: Rename rdep for wl18xx firmware
  > imx-sc-firmware: Use var-som override for variscite specifics
  > imx-sc-firmware: Make do_compile override only for var-som
  > bluez5: Limit Applying bbappend changes for variscite SOMs
  > base-files: Install variscite-blacklist.conf only on variscite machines
  > imx-boot: Keep scope of patches to variscite machines.
  > imx-atf: Use the varigit only on variscite machines
  > variscite.inc: Add var-som new common override
  > variscite: Enable optee machine feature on iMX8 based machines
  < Merge pull request #9 from YoeDistro/kraj/kirkstone-var02
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Merge pull request #7 from YoeDistro/kraj/kirkstone-var02
  < Merge branch 'yoe/mut' into yoe/kirkstone-var02
  < iimx-atf: Remove version info from bbappend
  < freertos-variscite: Fix compile failure when do_compile is rerun
  < imx-boot: Update the patch to apply with meta-freescale/master
  < arm-compute-library: Use dynamic layers trick for hosting arm-compute-library bbappend
  < pm-utils: disable stop and start for wifi and bluetooth
  < linux-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < u-boot-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < gstreamer: switch to NXP plugins for mx6ul/mx7 SoMs
  < linux-variscite: add support for VAR-SOM-MX7
  < machine: imx7-var-som: Adjust for using new location of tune file from core
  < recipes: Add missing Upstream Status tag
  < freertos-variscite: Clear out environment provided LDFLAGS
  < libubootenv: Refresh patch to match 0.3.4 from oe-core master
  < wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  < wl18xx-calibrator: Rename rdep for wl18xx firmware
  < imx-sc-firmware: Use var-som override for variscite specifics
  < imx-sc-firmware: Make do_compile override only for var-som
  < bluez5: Limit Applying bbappend changes for variscite SOMs
  < base-files: Install variscite-blacklist.conf only on variscite machines
  < imx-boot: Keep scope of patches to variscite machines.
  < imx-atf: Use the varigit only on variscite machines
  < variscite.inc: Add var-som new common override
  < variscite: Enable optee machine feature on iMX8 based machines

* sources/poky d069eb3af4...d6cbde8c48 (82):
  > musl: Do not use https protocol for fetching
  > gdb: Update to gdb 14 release
  > poky: Do not inherit uninative on ppc64le and riscv64 hosts
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > genericx86: remove redundant assignments
  > musl: Update to latest tip of trunk
  > autoconf: upgrade to 2.72d
  > shared-mime-info-native: handle old GCC for AlmaLinux8
  > rust: Drop targets and hosts override magic
  > oeqa/selftest/wic: Add tests for kernel image installation
  > wic: bootimg-efi: Make kernel image installation configurable
  > cmake: Unset CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES
  > image-live: Add support for building EFI-bootable ISO images for non-x86-based archs
  > documentation.conf: fix do_menuconfig description
  > bash: changes to SIGINT handler while waiting for a child
  > shadow: Fix for CVE-2023-4641
  > rust-cross-canadian: Fix file conflicts for 32 and 64 bit target architectures
  > eudev: Upgrade 3.2.12 -> 3.2.14
  > rust-llvm: Allow overriding LLVM target archs
  > patchtest: shorten patch signed-off-by test output
  > iptables: upgrade 1.8.9 -> 1.8.10
  > openssl: upgrade to 3.2.0
  > systemd-boot: Fix build issues on armv7a-linux
  > vte: Separate out gtk4 pieces of vte into individual packages
  > vte: Upgrade to 0.74.1
  > vte: upgrade 0.72.2 -> 0.74.0
  > libxcrypt: fixed some build error for nativesdk with mingw
  > bitbake: toaster: Update feat to import eventlogs
  > bitbake: toaster: Added feat to import eventlogs files as builds in toaster
  > bitbake: codeparser/utils: clean up more deprecated AST usages
  > bitbake: fetch2: Ensure GCP fetcher checks if file exists before download.
  > bitbake: bitbake: tests: Fix duplicate test_underscore_override test
  > bitbake: bitbake-hashclient: Add commands to get hashes
  > bitbake: toaster/tests: Test single recipe page
  > bitbake: toaster/tests: Test single layer page
  > bitbake: toaster/tests: Bug-fix on tests/functional/test_project_page
  > bitbake: toaster/tests: Added distro page TestCase
  > bitbake: toaster/tests: Added Layers page TestCase
  > bitbake: toaster/tests: Added Machine page TestCase
  > bitbake: toaster/tests: Test software recipe page
  > bitbake: toaster/tests: Override table edit columns TestCase from image recipe page
  > bitbake: toaster/tests: Update methods wait_until_~ to skip using time.sleep
  > rust-common.bbclass: Define rust arch for x32 platforms
  > llvm: Upgrade to 17.0.6
  > virglrenderer: Fix build with clang
  > python3-cryptography{-vectors}: 41.0.5 -> 41.0.7
  > python3-cryptography-vectors: add RECIPE_NO_UPDATE_REASON
  > cve-check: Modify judgment processing using "=" in version comparison
  > resolvconf: upgrade 1.91 -> 1.92
  > python3-wheel: upgrade 0.41.3 -> 0.42.0
  > python3-trove-classifiers: upgrade 2023.11.14 -> 2023.11.22
  > python3-sphinx-rtd-theme: upgrade 1.3.0 -> 2.0.0
  > ofono: upgrade 2.1 -> 2.2
  > python3-idna: upgrade 3.4 -> 3.6
  > libsolv: upgrade 0.7.26 -> 0.7.27
  > init-system-helpers: upgrade 1.65.2 -> 1.66
  > gi-docgen: upgrade 2023.1 -> 2023.3
  > ethtool: upgrade 6.5 -> 6.6
  > json-c: fix icecc compilation
  > gettext: Upgrade 0.22 -> 0.22.3
  > gnu-config: Update to latest revision
  > cve-update-nvd2-native: make number of fetch attemtps configurable
  > cve-update-nvd2-native: remove unused variable CVE_SOCKET_TIMEOUT
  > bitbake.conf: Add gsutil as hosttool for gcp fetcher.
  > cups: Add root,sys,wheel to system groups
  > libpam: split /etc/environment into pam-plugin-env package
  > migration-guides: release 3.5 is actually 4.0
  > migration-guides: add release notes for 4.3.1
  > contributor-guide: fix command option
  > contributor-guide: add License-Update tag
  > dev-manual: layers: update link to YP Compatible form
  > rust: Drop TARGET_VENDOR export
  > rust: Delete python2 configparser code path
  > lttng-modules: fix build for v6.7+
  > systemd: fixed typo
  > bluez5: fix connection for ps5/dualshock controllers
  > oeqa/selftest/devtool: add test for git submodules
  > devtool: add support for git submodules
  > devtool: tag all submodules
  > devtool: finish/update-recipe: restrict mode srcrev to recipes fetched from SCM

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 3, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-tegra sources/meta-variscite-bsp sources/poky

* sources/meta-clang 8aaed8f...c9115ac (3):
  > Revert "openssh: Enable to build it with clang again"
  > openssh: Enable to build it with clang again
  > clang: Upgrade to 17.0.6

* sources/meta-freescale 0fc1504f...28b9b9ba (1):
  > wayland: Delete recipe

* sources/meta-freescale-3rdparty a9bba0f...7725256 (1):
  > Merge pull request #288 from chrisdimich/master

* sources/meta-intel b3fca003...df5a4501 (3):
  > ispc: upgrade 1.21.1 -> 1.22.0
  > oidn: upgrade 1.4.3 -> 2.1.0
  > openvino-inference-engine: upgrade 2023.1.0 -> 2023.2.0

* sources/meta-openembedded 3991d8538...cd0752528 (34):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > vte9: Drop recipe
  > Revert "gnome-terminal: Remove recommendation on vte-prompt"
  > gnome-console,gnome-terminal: Depend on vte from core layer
  > xdg-desktop-portal-gnome: upgrade 45.0 -> 45.1
  > liblognorm:Add asprintf to autoconf function check macro
  > libdecor: update 0.2.0 -> 0.2.1
  > glog: Disable 64bit atomics on armv{5,6}
  > libpwquality: upgrade 1.4.4 -> 1.4.5
  > sdbus-c++: Install ptests into PTEST_PATH
  > basu: Update to latest master
  > gstd: Fix systemd user unit packaging
  > monocypher: add crypto library recipe
  > libmodbus: upgrade 3.1.7 -> 3.1.10
  > python3-validators: add new recipe
  > liblognorm: upgrade 1.0.1 -> 2.0.6
  > spice-gtk: Set meson version based on PV
  > spice: Set meson version based on PV
  > libcacard: set meson version based on PV
  > tbb: enable NUMA/Hybrid CPU support
  > tbb: upgrade 2021.9.0 -> 2021.11.0
  > squid: add systemd service
  > squid: add url-rewrite-helpers packageconfig
  > squid: move configs to sub package
  > squid: add auth packageconfig
  > squid: add nm dispatcher reload hook
  > squid: update from v5.7 to v6.5
  > sdbus-c++-tools: Upgrade to 1.4.0
  > sdbus-c++-libsystemd: Upgrade to 254
  > ptest-packagelists-meta-oe.inc: Move poco to slow tests
  > iotop: upgrade 1.21 -> 1.25
  > icewm: upgrade 2.9.9 -> 3.4.4
  > brotli: upgrade 1.0.9 -> 1.1.0
  > fio: revert "fio: upgrade 3.32 -> 2022"

* sources/meta-qcom e943354...7e656ef (1):
  > Merge pull request #555 from lumag/linux-yocto-update

* sources/meta-qt6 79d5b04...a52cf8f (35):
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtwebengine: Fix build with clang 17
  > qtquick3dphysics: Fix build on clang/x86
  > qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  > qtapplicationmanager: Fix build with musl
  > qtbase: Do not use LFS64 functions explicitly on musl
  > qtbase: Add locale-base-c only on glibc based targets
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Fix missing boolean value to disable minizip
  > qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  > qtbase: Add a packageconfig knob to enable lld linker
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  < Merge pull request #18 from YoeDistro/kraj/6.6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  < Merge pull request #16 from YoeDistro/kraj/6.6
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker

* sources/meta-tegra fb4c603c...ed9c1d25 (1):
  > libnvidia-container-tools: rdepend on ldconfig

* sources/meta-variscite-bsp 92e4f31...1361a1b (49):
  > variscite_ubi: Do not export shell variables when not needed
  > variscite.inc: Limit optee to mx8 and mx9 machines
  > linux-variscite_5.15.bb: Fix build with gcc-13
  < Merge pull request #10 from YoeDistro/kraj/kirkstone-var02
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  > imx-atf: Remove version info from bbappend
  > freertos-variscite: Fix compile failure when do_compile is rerun
  > imx-boot: Update the patch to apply with meta-freescale/master
  > recipes: Add missing Upstream Status tag
  > freertos-variscite: Clear out environment provided LDFLAGS
  > libubootenv: Refresh patch to match 0.3.4 from oe-core master
  > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  > wl18xx-calibrator: Rename rdep for wl18xx firmware
  > imx-sc-firmware: Use var-som override for variscite specifics
  > imx-sc-firmware: Make do_compile override only for var-som
  > bluez5: Limit Applying bbappend changes for variscite SOMs
  > base-files: Install variscite-blacklist.conf only on variscite machines
  > imx-boot: Keep scope of patches to variscite machines.
  > imx-atf: Use the varigit only on variscite machines
  > variscite.inc: Add var-som new common override
  > variscite: Enable optee machine feature on iMX8 based machines
  < Merge pull request #9 from YoeDistro/kraj/kirkstone-var02
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Merge pull request #7 from YoeDistro/kraj/kirkstone-var02
  < Merge branch 'yoe/mut' into yoe/kirkstone-var02
  < iimx-atf: Remove version info from bbappend
  < freertos-variscite: Fix compile failure when do_compile is rerun
  < imx-boot: Update the patch to apply with meta-freescale/master
  < arm-compute-library: Use dynamic layers trick for hosting arm-compute-library bbappend
  < pm-utils: disable stop and start for wifi and bluetooth
  < linux-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < u-boot-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < gstreamer: switch to NXP plugins for mx6ul/mx7 SoMs
  < linux-variscite: add support for VAR-SOM-MX7
  < machine: imx7-var-som: Adjust for using new location of tune file from core
  < recipes: Add missing Upstream Status tag
  < freertos-variscite: Clear out environment provided LDFLAGS
  < libubootenv: Refresh patch to match 0.3.4 from oe-core master
  < wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  < wl18xx-calibrator: Rename rdep for wl18xx firmware
  < imx-sc-firmware: Use var-som override for variscite specifics
  < imx-sc-firmware: Make do_compile override only for var-som
  < bluez5: Limit Applying bbappend changes for variscite SOMs
  < base-files: Install variscite-blacklist.conf only on variscite machines
  < imx-boot: Keep scope of patches to variscite machines.
  < imx-atf: Use the varigit only on variscite machines
  < variscite.inc: Add var-som new common override
  < variscite: Enable optee machine feature on iMX8 based machines

* sources/poky d069eb3af4...f4e604fbfc (79):
  > musl: Update to latest tip of trunk
  > gdb: Update to gdb 14 release
  > poky: Do not inherit uninative on ppc64le and riscv64 hosts
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > genericx86: remove redundant assignments
  > autoconf: upgrade to 2.72d
  > shared-mime-info-native: handle old GCC for AlmaLinux8
  > rust: Drop targets and hosts override magic
  > oeqa/selftest/wic: Add tests for kernel image installation
  > wic: bootimg-efi: Make kernel image installation configurable
  > cmake: Unset CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES
  > documentation.conf: fix do_menuconfig description
  > bash: changes to SIGINT handler while waiting for a child
  > shadow: Fix for CVE-2023-4641
  > rust-cross-canadian: Fix file conflicts for 32 and 64 bit target architectures
  > eudev: Upgrade 3.2.12 -> 3.2.14
  > rust-llvm: Allow overriding LLVM target archs
  > patchtest: shorten patch signed-off-by test output
  > iptables: upgrade 1.8.9 -> 1.8.10
  > openssl: upgrade to 3.2.0
  > systemd-boot: Fix build issues on armv7a-linux
  > vte: Separate out gtk4 pieces of vte into individual packages
  > vte: Upgrade to 0.74.1
  > vte: upgrade 0.72.2 -> 0.74.0
  > bitbake: toaster: Update feat to import eventlogs
  > bitbake: toaster: Added feat to import eventlogs files as builds in toaster
  > bitbake: codeparser/utils: clean up more deprecated AST usages
  > bitbake: fetch2: Ensure GCP fetcher checks if file exists before download.
  > bitbake: bitbake: tests: Fix duplicate test_underscore_override test
  > bitbake: bitbake-hashclient: Add commands to get hashes
  > bitbake: toaster/tests: Test single recipe page
  > bitbake: toaster/tests: Test single layer page
  > bitbake: toaster/tests: Bug-fix on tests/functional/test_project_page
  > bitbake: toaster/tests: Added distro page TestCase
  > bitbake: toaster/tests: Added Layers page TestCase
  > bitbake: toaster/tests: Added Machine page TestCase
  > bitbake: toaster/tests: Test software recipe page
  > bitbake: toaster/tests: Override table edit columns TestCase from image recipe page
  > bitbake: toaster/tests: Update methods wait_until_~ to skip using time.sleep
  > rust-common.bbclass: Define rust arch for x32 platforms
  > llvm: Upgrade to 17.0.6
  > virglrenderer: Fix build with clang
  > python3-cryptography{-vectors}: 41.0.5 -> 41.0.7
  > python3-cryptography-vectors: add RECIPE_NO_UPDATE_REASON
  > cve-check: Modify judgment processing using "=" in version comparison
  > resolvconf: upgrade 1.91 -> 1.92
  > python3-wheel: upgrade 0.41.3 -> 0.42.0
  > python3-trove-classifiers: upgrade 2023.11.14 -> 2023.11.22
  > python3-sphinx-rtd-theme: upgrade 1.3.0 -> 2.0.0
  > ofono: upgrade 2.1 -> 2.2
  > python3-idna: upgrade 3.4 -> 3.6
  > libsolv: upgrade 0.7.26 -> 0.7.27
  > init-system-helpers: upgrade 1.65.2 -> 1.66
  > gi-docgen: upgrade 2023.1 -> 2023.3
  > ethtool: upgrade 6.5 -> 6.6
  > json-c: fix icecc compilation
  > gettext: Upgrade 0.22 -> 0.22.3
  > gnu-config: Update to latest revision
  > cve-update-nvd2-native: make number of fetch attemtps configurable
  > cve-update-nvd2-native: remove unused variable CVE_SOCKET_TIMEOUT
  > bitbake.conf: Add gsutil as hosttool for gcp fetcher.
  > cups: Add root,sys,wheel to system groups
  > libpam: split /etc/environment into pam-plugin-env package
  > migration-guides: release 3.5 is actually 4.0
  > migration-guides: add release notes for 4.3.1
  > contributor-guide: fix command option
  > contributor-guide: add License-Update tag
  > dev-manual: layers: update link to YP Compatible form
  > rust: Drop TARGET_VENDOR export
  > rust: Delete python2 configparser code path
  > lttng-modules: fix build for v6.7+
  > systemd: fixed typo
  > bluez5: fix connection for ps5/dualshock controllers
  > oeqa/selftest/devtool: add test for git submodules
  > devtool: add support for git submodules
  > devtool: tag all submodules
  > devtool: finish/update-recipe: restrict mode srcrev to recipes fetched from SCM

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 3, 2023
…rces/meta-intel sources/meta-openembedded sources/meta-qcom sources/meta-tegra sources/poky

* sources/meta-clang 8aaed8f...9b08495 (3):
  > Revert "openssh: Enable to build it with clang again"
  > openssh: Enable to build it with clang again
  > clang: Upgrade to 17.0.6

* sources/meta-freescale-3rdparty a9bba0f...7725256 (1):
  > Merge pull request #288 from chrisdimich/master

* sources/meta-intel b3fca003...df5a4501 (3):
  > ispc: upgrade 1.21.1 -> 1.22.0
  > oidn: upgrade 1.4.3 -> 2.1.0
  > openvino-inference-engine: upgrade 2023.1.0 -> 2023.2.0

* sources/meta-openembedded 3991d85383...8dba0c9bad (29):
  > liblognorm:Add asprintf to autoconf function check macro
  > libdecor: update 0.2.0 -> 0.2.1
  > glog: Disable 64bit atomics on armv{5,6}
  > libpwquality: upgrade 1.4.4 -> 1.4.5
  > sdbus-c++: Install ptests into PTEST_PATH
  > basu: Update to latest master
  > gstd: Fix systemd user unit packaging
  > monocypher: add crypto library recipe
  > libmodbus: upgrade 3.1.7 -> 3.1.10
  > python3-validators: add new recipe
  > liblognorm: upgrade 1.0.1 -> 2.0.6
  > spice-gtk: Set meson version based on PV
  > spice: Set meson version based on PV
  > libcacard: set meson version based on PV
  > tbb: enable NUMA/Hybrid CPU support
  > tbb: upgrade 2021.9.0 -> 2021.11.0
  > squid: add systemd service
  > squid: add url-rewrite-helpers packageconfig
  > squid: move configs to sub package
  > squid: add auth packageconfig
  > squid: add nm dispatcher reload hook
  > squid: update from v5.7 to v6.5
  > sdbus-c++-tools: Upgrade to 1.4.0
  > sdbus-c++-libsystemd: Upgrade to 254
  > ptest-packagelists-meta-oe.inc: Move poco to slow tests
  > iotop: upgrade 1.21 -> 1.25
  > icewm: upgrade 2.9.9 -> 3.4.4
  > brotli: upgrade 1.0.9 -> 1.1.0
  > fio: revert "fio: upgrade 3.32 -> 2022"

* sources/meta-qcom e943354...7e656ef (1):
  > Merge pull request #555 from lumag/linux-yocto-update

* sources/meta-tegra fb4c603c...ed9c1d25 (1):
  > libnvidia-container-tools: rdepend on ldconfig

* sources/poky d069eb3af4f...1f8a639a67a (50):
  > bitbake: fetch2: Ensure GCP fetcher checks if file exists before download.
  > bitbake: bitbake: tests: Fix duplicate test_underscore_override test
  > bitbake: bitbake-hashclient: Add commands to get hashes
  > bitbake: toaster/tests: Test single recipe page
  > bitbake: toaster/tests: Test single layer page
  > bitbake: toaster/tests: Bug-fix on tests/functional/test_project_page
  > bitbake: toaster/tests: Added distro page TestCase
  > bitbake: toaster/tests: Added Layers page TestCase
  > bitbake: toaster/tests: Added Machine page TestCase
  > bitbake: toaster/tests: Test software recipe page
  > bitbake: toaster/tests: Override table edit columns TestCase from image recipe page
  > bitbake: toaster/tests: Update methods wait_until_~ to skip using time.sleep
  > rust-common.bbclass: Define rust arch for x32 platforms
  > llvm: Upgrade to 17.0.6
  > virglrenderer: Fix build with clang
  > python3-cryptography{-vectors}: 41.0.5 -> 41.0.7
  > python3-cryptography-vectors: add RECIPE_NO_UPDATE_REASON
  > cve-check: Modify judgment processing using "=" in version comparison
  > resolvconf: upgrade 1.91 -> 1.92
  > python3-wheel: upgrade 0.41.3 -> 0.42.0
  > python3-trove-classifiers: upgrade 2023.11.14 -> 2023.11.22
  > python3-sphinx-rtd-theme: upgrade 1.3.0 -> 2.0.0
  > ofono: upgrade 2.1 -> 2.2
  > python3-idna: upgrade 3.4 -> 3.6
  > libsolv: upgrade 0.7.26 -> 0.7.27
  > init-system-helpers: upgrade 1.65.2 -> 1.66
  > gi-docgen: upgrade 2023.1 -> 2023.3
  > ethtool: upgrade 6.5 -> 6.6
  > json-c: fix icecc compilation
  > gettext: Upgrade 0.22 -> 0.22.3
  > gnu-config: Update to latest revision
  > cve-update-nvd2-native: make number of fetch attemtps configurable
  > cve-update-nvd2-native: remove unused variable CVE_SOCKET_TIMEOUT
  > bitbake.conf: Add gsutil as hosttool for gcp fetcher.
  > cups: Add root,sys,wheel to system groups
  > libpam: split /etc/environment into pam-plugin-env package
  > migration-guides: release 3.5 is actually 4.0
  > migration-guides: add release notes for 4.3.1
  > contributor-guide: fix command option
  > contributor-guide: add License-Update tag
  > dev-manual: layers: update link to YP Compatible form
  > rust: Drop TARGET_VENDOR export
  > rust: Delete python2 configparser code path
  > lttng-modules: fix build for v6.7+
  > systemd: fixed typo
  > bluez5: fix connection for ps5/dualshock controllers
  > oeqa/selftest/devtool: add test for git submodules
  > devtool: add support for git submodules
  > devtool: tag all submodules
  > devtool: finish/update-recipe: restrict mode srcrev to recipes fetched from SCM

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 3, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-tegra sources/meta-variscite-bsp sources/poky

* sources/meta-clang 8aaed8f...9b08495 (3):
  > Revert "openssh: Enable to build it with clang again"
  > openssh: Enable to build it with clang again
  > clang: Upgrade to 17.0.6

* sources/meta-freescale 0fc1504f...28b9b9ba (1):
  > wayland: Delete recipe

* sources/meta-freescale-3rdparty a9bba0f...7725256 (1):
  > Merge pull request #288 from chrisdimich/master

* sources/meta-intel b3fca003...df5a4501 (3):
  > ispc: upgrade 1.21.1 -> 1.22.0
  > oidn: upgrade 1.4.3 -> 2.1.0
  > openvino-inference-engine: upgrade 2023.1.0 -> 2023.2.0

* sources/meta-openembedded 3991d8538...cd0752528 (34):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > vte9: Drop recipe
  > Revert "gnome-terminal: Remove recommendation on vte-prompt"
  > gnome-console,gnome-terminal: Depend on vte from core layer
  > xdg-desktop-portal-gnome: upgrade 45.0 -> 45.1
  > liblognorm:Add asprintf to autoconf function check macro
  > libdecor: update 0.2.0 -> 0.2.1
  > glog: Disable 64bit atomics on armv{5,6}
  > libpwquality: upgrade 1.4.4 -> 1.4.5
  > sdbus-c++: Install ptests into PTEST_PATH
  > basu: Update to latest master
  > gstd: Fix systemd user unit packaging
  > monocypher: add crypto library recipe
  > libmodbus: upgrade 3.1.7 -> 3.1.10
  > python3-validators: add new recipe
  > liblognorm: upgrade 1.0.1 -> 2.0.6
  > spice-gtk: Set meson version based on PV
  > spice: Set meson version based on PV
  > libcacard: set meson version based on PV
  > tbb: enable NUMA/Hybrid CPU support
  > tbb: upgrade 2021.9.0 -> 2021.11.0
  > squid: add systemd service
  > squid: add url-rewrite-helpers packageconfig
  > squid: move configs to sub package
  > squid: add auth packageconfig
  > squid: add nm dispatcher reload hook
  > squid: update from v5.7 to v6.5
  > sdbus-c++-tools: Upgrade to 1.4.0
  > sdbus-c++-libsystemd: Upgrade to 254
  > ptest-packagelists-meta-oe.inc: Move poco to slow tests
  > iotop: upgrade 1.21 -> 1.25
  > icewm: upgrade 2.9.9 -> 3.4.4
  > brotli: upgrade 1.0.9 -> 1.1.0
  > fio: revert "fio: upgrade 3.32 -> 2022"

* sources/meta-qcom e943354...7e656ef (1):
  > Merge pull request #555 from lumag/linux-yocto-update

* sources/meta-qt6 79d5b04...a52cf8f (35):
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtwebengine: Fix build with clang 17
  > qtquick3dphysics: Fix build on clang/x86
  > qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  > qtapplicationmanager: Fix build with musl
  > qtbase: Do not use LFS64 functions explicitly on musl
  > qtbase: Add locale-base-c only on glibc based targets
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Fix missing boolean value to disable minizip
  > qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  > qtbase: Add a packageconfig knob to enable lld linker
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  < Merge pull request #18 from YoeDistro/kraj/6.6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  < Merge pull request #16 from YoeDistro/kraj/6.6
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker

* sources/meta-tegra fb4c603c...ed9c1d25 (1):
  > libnvidia-container-tools: rdepend on ldconfig

* sources/meta-variscite-bsp 92e4f31...1361a1b (49):
  > variscite_ubi: Do not export shell variables when not needed
  > variscite.inc: Limit optee to mx8 and mx9 machines
  > linux-variscite_5.15.bb: Fix build with gcc-13
  < Merge pull request #10 from YoeDistro/kraj/kirkstone-var02
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  > imx-atf: Remove version info from bbappend
  > freertos-variscite: Fix compile failure when do_compile is rerun
  > imx-boot: Update the patch to apply with meta-freescale/master
  > recipes: Add missing Upstream Status tag
  > freertos-variscite: Clear out environment provided LDFLAGS
  > libubootenv: Refresh patch to match 0.3.4 from oe-core master
  > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  > wl18xx-calibrator: Rename rdep for wl18xx firmware
  > imx-sc-firmware: Use var-som override for variscite specifics
  > imx-sc-firmware: Make do_compile override only for var-som
  > bluez5: Limit Applying bbappend changes for variscite SOMs
  > base-files: Install variscite-blacklist.conf only on variscite machines
  > imx-boot: Keep scope of patches to variscite machines.
  > imx-atf: Use the varigit only on variscite machines
  > variscite.inc: Add var-som new common override
  > variscite: Enable optee machine feature on iMX8 based machines
  < Merge pull request #9 from YoeDistro/kraj/kirkstone-var02
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Merge pull request #7 from YoeDistro/kraj/kirkstone-var02
  < Merge branch 'yoe/mut' into yoe/kirkstone-var02
  < iimx-atf: Remove version info from bbappend
  < freertos-variscite: Fix compile failure when do_compile is rerun
  < imx-boot: Update the patch to apply with meta-freescale/master
  < arm-compute-library: Use dynamic layers trick for hosting arm-compute-library bbappend
  < pm-utils: disable stop and start for wifi and bluetooth
  < linux-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < u-boot-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < gstreamer: switch to NXP plugins for mx6ul/mx7 SoMs
  < linux-variscite: add support for VAR-SOM-MX7
  < machine: imx7-var-som: Adjust for using new location of tune file from core
  < recipes: Add missing Upstream Status tag
  < freertos-variscite: Clear out environment provided LDFLAGS
  < libubootenv: Refresh patch to match 0.3.4 from oe-core master
  < wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  < wl18xx-calibrator: Rename rdep for wl18xx firmware
  < imx-sc-firmware: Use var-som override for variscite specifics
  < imx-sc-firmware: Make do_compile override only for var-som
  < bluez5: Limit Applying bbappend changes for variscite SOMs
  < base-files: Install variscite-blacklist.conf only on variscite machines
  < imx-boot: Keep scope of patches to variscite machines.
  < imx-atf: Use the varigit only on variscite machines
  < variscite.inc: Add var-som new common override
  < variscite: Enable optee machine feature on iMX8 based machines

* sources/poky d069eb3af4...f4e604fbfc (79):
  > musl: Update to latest tip of trunk
  > gdb: Update to gdb 14 release
  > poky: Do not inherit uninative on ppc64le and riscv64 hosts
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > genericx86: remove redundant assignments
  > autoconf: upgrade to 2.72d
  > shared-mime-info-native: handle old GCC for AlmaLinux8
  > rust: Drop targets and hosts override magic
  > oeqa/selftest/wic: Add tests for kernel image installation
  > wic: bootimg-efi: Make kernel image installation configurable
  > cmake: Unset CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES
  > documentation.conf: fix do_menuconfig description
  > bash: changes to SIGINT handler while waiting for a child
  > shadow: Fix for CVE-2023-4641
  > rust-cross-canadian: Fix file conflicts for 32 and 64 bit target architectures
  > eudev: Upgrade 3.2.12 -> 3.2.14
  > rust-llvm: Allow overriding LLVM target archs
  > patchtest: shorten patch signed-off-by test output
  > iptables: upgrade 1.8.9 -> 1.8.10
  > openssl: upgrade to 3.2.0
  > systemd-boot: Fix build issues on armv7a-linux
  > vte: Separate out gtk4 pieces of vte into individual packages
  > vte: Upgrade to 0.74.1
  > vte: upgrade 0.72.2 -> 0.74.0
  > bitbake: toaster: Update feat to import eventlogs
  > bitbake: toaster: Added feat to import eventlogs files as builds in toaster
  > bitbake: codeparser/utils: clean up more deprecated AST usages
  > bitbake: fetch2: Ensure GCP fetcher checks if file exists before download.
  > bitbake: bitbake: tests: Fix duplicate test_underscore_override test
  > bitbake: bitbake-hashclient: Add commands to get hashes
  > bitbake: toaster/tests: Test single recipe page
  > bitbake: toaster/tests: Test single layer page
  > bitbake: toaster/tests: Bug-fix on tests/functional/test_project_page
  > bitbake: toaster/tests: Added distro page TestCase
  > bitbake: toaster/tests: Added Layers page TestCase
  > bitbake: toaster/tests: Added Machine page TestCase
  > bitbake: toaster/tests: Test software recipe page
  > bitbake: toaster/tests: Override table edit columns TestCase from image recipe page
  > bitbake: toaster/tests: Update methods wait_until_~ to skip using time.sleep
  > rust-common.bbclass: Define rust arch for x32 platforms
  > llvm: Upgrade to 17.0.6
  > virglrenderer: Fix build with clang
  > python3-cryptography{-vectors}: 41.0.5 -> 41.0.7
  > python3-cryptography-vectors: add RECIPE_NO_UPDATE_REASON
  > cve-check: Modify judgment processing using "=" in version comparison
  > resolvconf: upgrade 1.91 -> 1.92
  > python3-wheel: upgrade 0.41.3 -> 0.42.0
  > python3-trove-classifiers: upgrade 2023.11.14 -> 2023.11.22
  > python3-sphinx-rtd-theme: upgrade 1.3.0 -> 2.0.0
  > ofono: upgrade 2.1 -> 2.2
  > python3-idna: upgrade 3.4 -> 3.6
  > libsolv: upgrade 0.7.26 -> 0.7.27
  > init-system-helpers: upgrade 1.65.2 -> 1.66
  > gi-docgen: upgrade 2023.1 -> 2023.3
  > ethtool: upgrade 6.5 -> 6.6
  > json-c: fix icecc compilation
  > gettext: Upgrade 0.22 -> 0.22.3
  > gnu-config: Update to latest revision
  > cve-update-nvd2-native: make number of fetch attemtps configurable
  > cve-update-nvd2-native: remove unused variable CVE_SOCKET_TIMEOUT
  > bitbake.conf: Add gsutil as hosttool for gcp fetcher.
  > cups: Add root,sys,wheel to system groups
  > libpam: split /etc/environment into pam-plugin-env package
  > migration-guides: release 3.5 is actually 4.0
  > migration-guides: add release notes for 4.3.1
  > contributor-guide: fix command option
  > contributor-guide: add License-Update tag
  > dev-manual: layers: update link to YP Compatible form
  > rust: Drop TARGET_VENDOR export
  > rust: Delete python2 configparser code path
  > lttng-modules: fix build for v6.7+
  > systemd: fixed typo
  > bluez5: fix connection for ps5/dualshock controllers
  > oeqa/selftest/devtool: add test for git submodules
  > devtool: add support for git submodules
  > devtool: tag all submodules
  > devtool: finish/update-recipe: restrict mode srcrev to recipes fetched from SCM

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 3, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-tegra sources/meta-variscite-bsp sources/poky

* sources/meta-clang 8aaed8f...9b08495 (3):
  > Revert "openssh: Enable to build it with clang again"
  > openssh: Enable to build it with clang again
  > clang: Upgrade to 17.0.6

* sources/meta-freescale 0fc1504f...28b9b9ba (1):
  > wayland: Delete recipe

* sources/meta-freescale-3rdparty a9bba0f...7725256 (1):
  > Merge pull request #288 from chrisdimich/master

* sources/meta-intel b3fca003...df5a4501 (3):
  > ispc: upgrade 1.21.1 -> 1.22.0
  > oidn: upgrade 1.4.3 -> 2.1.0
  > openvino-inference-engine: upgrade 2023.1.0 -> 2023.2.0

* sources/meta-openembedded 3991d8538...cd0752528 (34):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > vte9: Drop recipe
  > Revert "gnome-terminal: Remove recommendation on vte-prompt"
  > gnome-console,gnome-terminal: Depend on vte from core layer
  > xdg-desktop-portal-gnome: upgrade 45.0 -> 45.1
  > liblognorm:Add asprintf to autoconf function check macro
  > libdecor: update 0.2.0 -> 0.2.1
  > glog: Disable 64bit atomics on armv{5,6}
  > libpwquality: upgrade 1.4.4 -> 1.4.5
  > sdbus-c++: Install ptests into PTEST_PATH
  > basu: Update to latest master
  > gstd: Fix systemd user unit packaging
  > monocypher: add crypto library recipe
  > libmodbus: upgrade 3.1.7 -> 3.1.10
  > python3-validators: add new recipe
  > liblognorm: upgrade 1.0.1 -> 2.0.6
  > spice-gtk: Set meson version based on PV
  > spice: Set meson version based on PV
  > libcacard: set meson version based on PV
  > tbb: enable NUMA/Hybrid CPU support
  > tbb: upgrade 2021.9.0 -> 2021.11.0
  > squid: add systemd service
  > squid: add url-rewrite-helpers packageconfig
  > squid: move configs to sub package
  > squid: add auth packageconfig
  > squid: add nm dispatcher reload hook
  > squid: update from v5.7 to v6.5
  > sdbus-c++-tools: Upgrade to 1.4.0
  > sdbus-c++-libsystemd: Upgrade to 254
  > ptest-packagelists-meta-oe.inc: Move poco to slow tests
  > iotop: upgrade 1.21 -> 1.25
  > icewm: upgrade 2.9.9 -> 3.4.4
  > brotli: upgrade 1.0.9 -> 1.1.0
  > fio: revert "fio: upgrade 3.32 -> 2022"

* sources/meta-qcom e943354...7e656ef (1):
  > Merge pull request #555 from lumag/linux-yocto-update

* sources/meta-qt6 79d5b04...a52cf8f (35):
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtwebengine: Fix build with clang 17
  > qtquick3dphysics: Fix build on clang/x86
  > qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  > qtapplicationmanager: Fix build with musl
  > qtbase: Do not use LFS64 functions explicitly on musl
  > qtbase: Add locale-base-c only on glibc based targets
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Fix missing boolean value to disable minizip
  > qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  > qtbase: Add a packageconfig knob to enable lld linker
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  < Merge pull request #18 from YoeDistro/kraj/6.6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  < Merge pull request #16 from YoeDistro/kraj/6.6
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker

* sources/meta-tegra fb4c603c...ed9c1d25 (1):
  > libnvidia-container-tools: rdepend on ldconfig

* sources/meta-variscite-bsp 92e4f31...1361a1b (49):
  > variscite_ubi: Do not export shell variables when not needed
  > variscite.inc: Limit optee to mx8 and mx9 machines
  > linux-variscite_5.15.bb: Fix build with gcc-13
  < Merge pull request #10 from YoeDistro/kraj/kirkstone-var02
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  > imx-atf: Remove version info from bbappend
  > freertos-variscite: Fix compile failure when do_compile is rerun
  > imx-boot: Update the patch to apply with meta-freescale/master
  > recipes: Add missing Upstream Status tag
  > freertos-variscite: Clear out environment provided LDFLAGS
  > libubootenv: Refresh patch to match 0.3.4 from oe-core master
  > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  > wl18xx-calibrator: Rename rdep for wl18xx firmware
  > imx-sc-firmware: Use var-som override for variscite specifics
  > imx-sc-firmware: Make do_compile override only for var-som
  > bluez5: Limit Applying bbappend changes for variscite SOMs
  > base-files: Install variscite-blacklist.conf only on variscite machines
  > imx-boot: Keep scope of patches to variscite machines.
  > imx-atf: Use the varigit only on variscite machines
  > variscite.inc: Add var-som new common override
  > variscite: Enable optee machine feature on iMX8 based machines
  < Merge pull request #9 from YoeDistro/kraj/kirkstone-var02
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Merge pull request #7 from YoeDistro/kraj/kirkstone-var02
  < Merge branch 'yoe/mut' into yoe/kirkstone-var02
  < iimx-atf: Remove version info from bbappend
  < freertos-variscite: Fix compile failure when do_compile is rerun
  < imx-boot: Update the patch to apply with meta-freescale/master
  < arm-compute-library: Use dynamic layers trick for hosting arm-compute-library bbappend
  < pm-utils: disable stop and start for wifi and bluetooth
  < linux-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < u-boot-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < gstreamer: switch to NXP plugins for mx6ul/mx7 SoMs
  < linux-variscite: add support for VAR-SOM-MX7
  < machine: imx7-var-som: Adjust for using new location of tune file from core
  < recipes: Add missing Upstream Status tag
  < freertos-variscite: Clear out environment provided LDFLAGS
  < libubootenv: Refresh patch to match 0.3.4 from oe-core master
  < wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  < wl18xx-calibrator: Rename rdep for wl18xx firmware
  < imx-sc-firmware: Use var-som override for variscite specifics
  < imx-sc-firmware: Make do_compile override only for var-som
  < bluez5: Limit Applying bbappend changes for variscite SOMs
  < base-files: Install variscite-blacklist.conf only on variscite machines
  < imx-boot: Keep scope of patches to variscite machines.
  < imx-atf: Use the varigit only on variscite machines
  < variscite.inc: Add var-som new common override
  < variscite: Enable optee machine feature on iMX8 based machines

* sources/poky d069eb3af4...f385467d87 (80):
  > tiff: Backport fixes for CVE-2023-6277
  > musl: Update to latest tip of trunk
  > gdb: Update to gdb 14 release
  > poky: Do not inherit uninative on ppc64le and riscv64 hosts
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > genericx86: remove redundant assignments
  > autoconf: upgrade to 2.72d
  > shared-mime-info-native: handle old GCC for AlmaLinux8
  > rust: Drop targets and hosts override magic
  > oeqa/selftest/wic: Add tests for kernel image installation
  > wic: bootimg-efi: Make kernel image installation configurable
  > cmake: Unset CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES
  > documentation.conf: fix do_menuconfig description
  > bash: changes to SIGINT handler while waiting for a child
  > shadow: Fix for CVE-2023-4641
  > rust-cross-canadian: Fix file conflicts for 32 and 64 bit target architectures
  > eudev: Upgrade 3.2.12 -> 3.2.14
  > rust-llvm: Allow overriding LLVM target archs
  > patchtest: shorten patch signed-off-by test output
  > iptables: upgrade 1.8.9 -> 1.8.10
  > openssl: upgrade to 3.2.0
  > systemd-boot: Fix build issues on armv7a-linux
  > vte: Separate out gtk4 pieces of vte into individual packages
  > vte: Upgrade to 0.74.1
  > vte: upgrade 0.72.2 -> 0.74.0
  > bitbake: toaster: Update feat to import eventlogs
  > bitbake: toaster: Added feat to import eventlogs files as builds in toaster
  > bitbake: codeparser/utils: clean up more deprecated AST usages
  > bitbake: fetch2: Ensure GCP fetcher checks if file exists before download.
  > bitbake: bitbake: tests: Fix duplicate test_underscore_override test
  > bitbake: bitbake-hashclient: Add commands to get hashes
  > bitbake: toaster/tests: Test single recipe page
  > bitbake: toaster/tests: Test single layer page
  > bitbake: toaster/tests: Bug-fix on tests/functional/test_project_page
  > bitbake: toaster/tests: Added distro page TestCase
  > bitbake: toaster/tests: Added Layers page TestCase
  > bitbake: toaster/tests: Added Machine page TestCase
  > bitbake: toaster/tests: Test software recipe page
  > bitbake: toaster/tests: Override table edit columns TestCase from image recipe page
  > bitbake: toaster/tests: Update methods wait_until_~ to skip using time.sleep
  > rust-common.bbclass: Define rust arch for x32 platforms
  > llvm: Upgrade to 17.0.6
  > virglrenderer: Fix build with clang
  > python3-cryptography{-vectors}: 41.0.5 -> 41.0.7
  > python3-cryptography-vectors: add RECIPE_NO_UPDATE_REASON
  > cve-check: Modify judgment processing using "=" in version comparison
  > resolvconf: upgrade 1.91 -> 1.92
  > python3-wheel: upgrade 0.41.3 -> 0.42.0
  > python3-trove-classifiers: upgrade 2023.11.14 -> 2023.11.22
  > python3-sphinx-rtd-theme: upgrade 1.3.0 -> 2.0.0
  > ofono: upgrade 2.1 -> 2.2
  > python3-idna: upgrade 3.4 -> 3.6
  > libsolv: upgrade 0.7.26 -> 0.7.27
  > init-system-helpers: upgrade 1.65.2 -> 1.66
  > gi-docgen: upgrade 2023.1 -> 2023.3
  > ethtool: upgrade 6.5 -> 6.6
  > json-c: fix icecc compilation
  > gettext: Upgrade 0.22 -> 0.22.3
  > gnu-config: Update to latest revision
  > cve-update-nvd2-native: make number of fetch attemtps configurable
  > cve-update-nvd2-native: remove unused variable CVE_SOCKET_TIMEOUT
  > bitbake.conf: Add gsutil as hosttool for gcp fetcher.
  > cups: Add root,sys,wheel to system groups
  > libpam: split /etc/environment into pam-plugin-env package
  > migration-guides: release 3.5 is actually 4.0
  > migration-guides: add release notes for 4.3.1
  > contributor-guide: fix command option
  > contributor-guide: add License-Update tag
  > dev-manual: layers: update link to YP Compatible form
  > rust: Drop TARGET_VENDOR export
  > rust: Delete python2 configparser code path
  > lttng-modules: fix build for v6.7+
  > systemd: fixed typo
  > bluez5: fix connection for ps5/dualshock controllers
  > oeqa/selftest/devtool: add test for git submodules
  > devtool: add support for git submodules
  > devtool: tag all submodules
  > devtool: finish/update-recipe: restrict mode srcrev to recipes fetched from SCM

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 4, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-tegra sources/meta-variscite-bsp sources/poky

* sources/meta-clang 8aaed8f...9b08495 (3):
  > Revert "openssh: Enable to build it with clang again"
  > openssh: Enable to build it with clang again
  > clang: Upgrade to 17.0.6

* sources/meta-freescale 0fc1504f...28b9b9ba (1):
  > wayland: Delete recipe

* sources/meta-freescale-3rdparty a9bba0f...7725256 (1):
  > Merge pull request #288 from chrisdimich/master

* sources/meta-intel b3fca003...df5a4501 (3):
  > ispc: upgrade 1.21.1 -> 1.22.0
  > oidn: upgrade 1.4.3 -> 2.1.0
  > openvino-inference-engine: upgrade 2023.1.0 -> 2023.2.0

* sources/meta-openembedded 3991d8538...def8cafa3 (35):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > vte9: Drop recipe
  > Revert "gnome-terminal: Remove recommendation on vte-prompt"
  > gnome-console,gnome-terminal: Depend on vte from core layer
  > libnma: remove conflict xml file
  > xdg-desktop-portal-gnome: upgrade 45.0 -> 45.1
  > liblognorm:Add asprintf to autoconf function check macro
  > libdecor: update 0.2.0 -> 0.2.1
  > glog: Disable 64bit atomics on armv{5,6}
  > libpwquality: upgrade 1.4.4 -> 1.4.5
  > sdbus-c++: Install ptests into PTEST_PATH
  > basu: Update to latest master
  > gstd: Fix systemd user unit packaging
  > monocypher: add crypto library recipe
  > libmodbus: upgrade 3.1.7 -> 3.1.10
  > python3-validators: add new recipe
  > liblognorm: upgrade 1.0.1 -> 2.0.6
  > spice-gtk: Set meson version based on PV
  > spice: Set meson version based on PV
  > libcacard: set meson version based on PV
  > tbb: enable NUMA/Hybrid CPU support
  > tbb: upgrade 2021.9.0 -> 2021.11.0
  > squid: add systemd service
  > squid: add url-rewrite-helpers packageconfig
  > squid: move configs to sub package
  > squid: add auth packageconfig
  > squid: add nm dispatcher reload hook
  > squid: update from v5.7 to v6.5
  > sdbus-c++-tools: Upgrade to 1.4.0
  > sdbus-c++-libsystemd: Upgrade to 254
  > ptest-packagelists-meta-oe.inc: Move poco to slow tests
  > iotop: upgrade 1.21 -> 1.25
  > icewm: upgrade 2.9.9 -> 3.4.4
  > brotli: upgrade 1.0.9 -> 1.1.0
  > fio: revert "fio: upgrade 3.32 -> 2022"

* sources/meta-qcom e943354...7e656ef (1):
  > Merge pull request #555 from lumag/linux-yocto-update

* sources/meta-qt6 79d5b04...a52cf8f (35):
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtwebengine: Fix build with clang 17
  > qtquick3dphysics: Fix build on clang/x86
  > qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  > qtapplicationmanager: Fix build with musl
  > qtbase: Do not use LFS64 functions explicitly on musl
  > qtbase: Add locale-base-c only on glibc based targets
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Fix missing boolean value to disable minizip
  > qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  > qtbase: Add a packageconfig knob to enable lld linker
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  < Merge pull request #18 from YoeDistro/kraj/6.6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  < Merge pull request #16 from YoeDistro/kraj/6.6
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker

* sources/meta-tegra fb4c603c...ed9c1d25 (1):
  > libnvidia-container-tools: rdepend on ldconfig

* sources/meta-variscite-bsp 92e4f31...1361a1b (49):
  > variscite_ubi: Do not export shell variables when not needed
  > variscite.inc: Limit optee to mx8 and mx9 machines
  > linux-variscite_5.15.bb: Fix build with gcc-13
  < Merge pull request #10 from YoeDistro/kraj/kirkstone-var02
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  > imx-atf: Remove version info from bbappend
  > freertos-variscite: Fix compile failure when do_compile is rerun
  > imx-boot: Update the patch to apply with meta-freescale/master
  > recipes: Add missing Upstream Status tag
  > freertos-variscite: Clear out environment provided LDFLAGS
  > libubootenv: Refresh patch to match 0.3.4 from oe-core master
  > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  > wl18xx-calibrator: Rename rdep for wl18xx firmware
  > imx-sc-firmware: Use var-som override for variscite specifics
  > imx-sc-firmware: Make do_compile override only for var-som
  > bluez5: Limit Applying bbappend changes for variscite SOMs
  > base-files: Install variscite-blacklist.conf only on variscite machines
  > imx-boot: Keep scope of patches to variscite machines.
  > imx-atf: Use the varigit only on variscite machines
  > variscite.inc: Add var-som new common override
  > variscite: Enable optee machine feature on iMX8 based machines
  < Merge pull request #9 from YoeDistro/kraj/kirkstone-var02
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Merge pull request #7 from YoeDistro/kraj/kirkstone-var02
  < Merge branch 'yoe/mut' into yoe/kirkstone-var02
  < iimx-atf: Remove version info from bbappend
  < freertos-variscite: Fix compile failure when do_compile is rerun
  < imx-boot: Update the patch to apply with meta-freescale/master
  < arm-compute-library: Use dynamic layers trick for hosting arm-compute-library bbappend
  < pm-utils: disable stop and start for wifi and bluetooth
  < linux-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < u-boot-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < gstreamer: switch to NXP plugins for mx6ul/mx7 SoMs
  < linux-variscite: add support for VAR-SOM-MX7
  < machine: imx7-var-som: Adjust for using new location of tune file from core
  < recipes: Add missing Upstream Status tag
  < freertos-variscite: Clear out environment provided LDFLAGS
  < libubootenv: Refresh patch to match 0.3.4 from oe-core master
  < wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  < wl18xx-calibrator: Rename rdep for wl18xx firmware
  < imx-sc-firmware: Use var-som override for variscite specifics
  < imx-sc-firmware: Make do_compile override only for var-som
  < bluez5: Limit Applying bbappend changes for variscite SOMs
  < base-files: Install variscite-blacklist.conf only on variscite machines
  < imx-boot: Keep scope of patches to variscite machines.
  < imx-atf: Use the varigit only on variscite machines
  < variscite.inc: Add var-som new common override
  < variscite: Enable optee machine feature on iMX8 based machines

* sources/poky d069eb3af4...f85bd6a6ef (99):
  > elfutils: Use posix basename API
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > sysvinit: Include libgen.h for basename API
  > util-linux: Fix build with latest musl
  > attr: Fix build with latest musl
  > kmod: Fix build with latest musl
  > musl: Update to latest tip of trunk
  > gdb: Update to gdb 14 release
  > poky: Do not inherit uninative on ppc64le and riscv64 hosts
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > genericx86: remove redundant assignments
  > go: ignore CVE-2023-45283 and CVE-2023-45284
  > elfutils: upgrade 0.189 -> 0.190
  > tiff: Backport fixes for CVE-2023-6277
  > recipetool: limit added checksums
  > psplash: upgrade to latest revision
  > json-glib: upgrade 1.6.6 -> 1.8.0
  > mesa: upgrade 23.2.1 -> 23.3.0
  > openssh: shrinking to a new PACKAGECONFIG line to set systemd readiness notification support
  > lttng-tools: add a flag to test the userspace only
  > gtk4: upgrade 4.12.3 -> 4.12.4
  > selftest: wic: add test for zerorize option of empty plugin
  > wic: extend empty plugin with options to write zeros to partiton
  > autoconf: upgrade to 2.72d
  > shared-mime-info-native: handle old GCC for AlmaLinux8
  > rust: Drop targets and hosts override magic
  > oeqa/selftest/wic: Add tests for kernel image installation
  > wic: bootimg-efi: Make kernel image installation configurable
  > cmake: Unset CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES
  > documentation.conf: fix do_menuconfig description
  > bash: changes to SIGINT handler while waiting for a child
  > shadow: Fix for CVE-2023-4641
  > rust-cross-canadian: Fix file conflicts for 32 and 64 bit target architectures
  > eudev: Upgrade 3.2.12 -> 3.2.14
  > rust-llvm: Allow overriding LLVM target archs
  > patchtest: shorten patch signed-off-by test output
  > iptables: upgrade 1.8.9 -> 1.8.10
  > openssl: upgrade to 3.2.0
  > systemd-boot: Fix build issues on armv7a-linux
  > vte: Separate out gtk4 pieces of vte into individual packages
  > vte: Upgrade to 0.74.1
  > vte: upgrade 0.72.2 -> 0.74.0
  > bitbake: toaster: Update feat to import eventlogs
  > bitbake: toaster: Added feat to import eventlogs files as builds in toaster
  > bitbake: codeparser/utils: clean up more deprecated AST usages
  > bitbake: fetch2: Ensure GCP fetcher checks if file exists before download.
  > bitbake: bitbake: tests: Fix duplicate test_underscore_override test
  > bitbake: bitbake-hashclient: Add commands to get hashes
  > bitbake: toaster/tests: Test single recipe page
  > bitbake: toaster/tests: Test single layer page
  > bitbake: toaster/tests: Bug-fix on tests/functional/test_project_page
  > bitbake: toaster/tests: Added distro page TestCase
  > bitbake: toaster/tests: Added Layers page TestCase
  > bitbake: toaster/tests: Added Machine page TestCase
  > bitbake: toaster/tests: Test software recipe page
  > bitbake: toaster/tests: Override table edit columns TestCase from image recipe page
  > bitbake: toaster/tests: Update methods wait_until_~ to skip using time.sleep
  > rust-common.bbclass: Define rust arch for x32 platforms
  > llvm: Upgrade to 17.0.6
  > virglrenderer: Fix build with clang
  > python3-cryptography{-vectors}: 41.0.5 -> 41.0.7
  > python3-cryptography-vectors: add RECIPE_NO_UPDATE_REASON
  > cve-check: Modify judgment processing using "=" in version comparison
  > resolvconf: upgrade 1.91 -> 1.92
  > python3-wheel: upgrade 0.41.3 -> 0.42.0
  > python3-trove-classifiers: upgrade 2023.11.14 -> 2023.11.22
  > python3-sphinx-rtd-theme: upgrade 1.3.0 -> 2.0.0
  > ofono: upgrade 2.1 -> 2.2
  > python3-idna: upgrade 3.4 -> 3.6
  > libsolv: upgrade 0.7.26 -> 0.7.27
  > init-system-helpers: upgrade 1.65.2 -> 1.66
  > gi-docgen: upgrade 2023.1 -> 2023.3
  > ethtool: upgrade 6.5 -> 6.6
  > json-c: fix icecc compilation
  > gettext: Upgrade 0.22 -> 0.22.3
  > gnu-config: Update to latest revision
  > cve-update-nvd2-native: make number of fetch attemtps configurable
  > cve-update-nvd2-native: remove unused variable CVE_SOCKET_TIMEOUT
  > bitbake.conf: Add gsutil as hosttool for gcp fetcher.
  > cups: Add root,sys,wheel to system groups
  > libpam: split /etc/environment into pam-plugin-env package
  > migration-guides: release 3.5 is actually 4.0
  > migration-guides: add release notes for 4.3.1
  > contributor-guide: fix command option
  > contributor-guide: add License-Update tag
  > dev-manual: layers: update link to YP Compatible form
  > rust: Drop TARGET_VENDOR export
  > rust: Delete python2 configparser code path
  > lttng-modules: fix build for v6.7+
  > systemd: fixed typo
  > bluez5: fix connection for ps5/dualshock controllers
  > oeqa/selftest/devtool: add test for git submodules
  > devtool: add support for git submodules
  > devtool: tag all submodules
  > devtool: finish/update-recipe: restrict mode srcrev to recipes fetched from SCM

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 4, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-tegra sources/meta-variscite-bsp sources/poky

* sources/meta-clang 8aaed8f...9b08495 (3):
  > Revert "openssh: Enable to build it with clang again"
  > openssh: Enable to build it with clang again
  > clang: Upgrade to 17.0.6

* sources/meta-freescale 0fc1504f...99cfe39f (2):
  > wayland: Delete recipe
  > Merge pull request #1696 from MaxKrummenacher/master

* sources/meta-freescale-3rdparty a9bba0f...7725256 (1):
  > Merge pull request #288 from chrisdimich/master

* sources/meta-intel b3fca003...df5a4501 (3):
  > ispc: upgrade 1.21.1 -> 1.22.0
  > oidn: upgrade 1.4.3 -> 2.1.0
  > openvino-inference-engine: upgrade 2023.1.0 -> 2023.2.0

* sources/meta-openembedded 3991d8538...7df95f938 (39):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > vte9: Drop recipe
  > Revert "gnome-terminal: Remove recommendation on vte-prompt"
  > gnome-console,gnome-terminal: Depend on vte from core layer
  > abseil-cpp: remove -Dcmake_cxx_standard=14 flag from extra_oecmake
  > gtkwave: upgrade 3.3.111 -> 3.3.117
  > libspiro: upgrade 20200505 -> 20221101
  > snappy: upgrade 1.1.9 -> 1.1.10
  > libnma: remove conflict xml file
  > xdg-desktop-portal-gnome: upgrade 45.0 -> 45.1
  > liblognorm:Add asprintf to autoconf function check macro
  > libdecor: update 0.2.0 -> 0.2.1
  > glog: Disable 64bit atomics on armv{5,6}
  > libpwquality: upgrade 1.4.4 -> 1.4.5
  > sdbus-c++: Install ptests into PTEST_PATH
  > basu: Update to latest master
  > gstd: Fix systemd user unit packaging
  > monocypher: add crypto library recipe
  > libmodbus: upgrade 3.1.7 -> 3.1.10
  > python3-validators: add new recipe
  > liblognorm: upgrade 1.0.1 -> 2.0.6
  > spice-gtk: Set meson version based on PV
  > spice: Set meson version based on PV
  > libcacard: set meson version based on PV
  > tbb: enable NUMA/Hybrid CPU support
  > tbb: upgrade 2021.9.0 -> 2021.11.0
  > squid: add systemd service
  > squid: add url-rewrite-helpers packageconfig
  > squid: move configs to sub package
  > squid: add auth packageconfig
  > squid: add nm dispatcher reload hook
  > squid: update from v5.7 to v6.5
  > sdbus-c++-tools: Upgrade to 1.4.0
  > sdbus-c++-libsystemd: Upgrade to 254
  > ptest-packagelists-meta-oe.inc: Move poco to slow tests
  > iotop: upgrade 1.21 -> 1.25
  > icewm: upgrade 2.9.9 -> 3.4.4
  > brotli: upgrade 1.0.9 -> 1.1.0
  > fio: revert "fio: upgrade 3.32 -> 2022"

* sources/meta-qcom e943354...7e656ef (1):
  > Merge pull request #555 from lumag/linux-yocto-update

* sources/meta-qt6 79d5b04...a52cf8f (35):
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtwebengine: Fix build with clang 17
  > qtquick3dphysics: Fix build on clang/x86
  > qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  > qtapplicationmanager: Fix build with musl
  > qtbase: Do not use LFS64 functions explicitly on musl
  > qtbase: Add locale-base-c only on glibc based targets
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Fix missing boolean value to disable minizip
  > qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  > qtbase: Add a packageconfig knob to enable lld linker
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  < Merge pull request #18 from YoeDistro/kraj/6.6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  < Merge pull request #16 from YoeDistro/kraj/6.6
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker

* sources/meta-tegra fb4c603c...ed9c1d25 (1):
  > libnvidia-container-tools: rdepend on ldconfig

* sources/meta-variscite-bsp 92e4f31...1361a1b (49):
  > variscite_ubi: Do not export shell variables when not needed
  > variscite.inc: Limit optee to mx8 and mx9 machines
  > linux-variscite_5.15.bb: Fix build with gcc-13
  < Merge pull request #10 from YoeDistro/kraj/kirkstone-var02
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  > imx-atf: Remove version info from bbappend
  > freertos-variscite: Fix compile failure when do_compile is rerun
  > imx-boot: Update the patch to apply with meta-freescale/master
  > recipes: Add missing Upstream Status tag
  > freertos-variscite: Clear out environment provided LDFLAGS
  > libubootenv: Refresh patch to match 0.3.4 from oe-core master
  > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  > wl18xx-calibrator: Rename rdep for wl18xx firmware
  > imx-sc-firmware: Use var-som override for variscite specifics
  > imx-sc-firmware: Make do_compile override only for var-som
  > bluez5: Limit Applying bbappend changes for variscite SOMs
  > base-files: Install variscite-blacklist.conf only on variscite machines
  > imx-boot: Keep scope of patches to variscite machines.
  > imx-atf: Use the varigit only on variscite machines
  > variscite.inc: Add var-som new common override
  > variscite: Enable optee machine feature on iMX8 based machines
  < Merge pull request #9 from YoeDistro/kraj/kirkstone-var02
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Merge pull request #7 from YoeDistro/kraj/kirkstone-var02
  < Merge branch 'yoe/mut' into yoe/kirkstone-var02
  < iimx-atf: Remove version info from bbappend
  < freertos-variscite: Fix compile failure when do_compile is rerun
  < imx-boot: Update the patch to apply with meta-freescale/master
  < arm-compute-library: Use dynamic layers trick for hosting arm-compute-library bbappend
  < pm-utils: disable stop and start for wifi and bluetooth
  < linux-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < u-boot-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < gstreamer: switch to NXP plugins for mx6ul/mx7 SoMs
  < linux-variscite: add support for VAR-SOM-MX7
  < machine: imx7-var-som: Adjust for using new location of tune file from core
  < recipes: Add missing Upstream Status tag
  < freertos-variscite: Clear out environment provided LDFLAGS
  < libubootenv: Refresh patch to match 0.3.4 from oe-core master
  < wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  < wl18xx-calibrator: Rename rdep for wl18xx firmware
  < imx-sc-firmware: Use var-som override for variscite specifics
  < imx-sc-firmware: Make do_compile override only for var-som
  < bluez5: Limit Applying bbappend changes for variscite SOMs
  < base-files: Install variscite-blacklist.conf only on variscite machines
  < imx-boot: Keep scope of patches to variscite machines.
  < imx-atf: Use the varigit only on variscite machines
  < variscite.inc: Add var-som new common override
  < variscite: Enable optee machine feature on iMX8 based machines

* sources/poky d069eb3af4...f4fd9b4ef3 (99):
  > elfutils: Use posix basename API
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > sysvinit: Include libgen.h for basename API
  > util-linux: Fix build with latest musl
  > attr: Fix build with latest musl
  > kmod: Fix build with latest musl
  > musl: Update to latest tip of trunk
  > gdb: Update to gdb 14 release
  > poky: Do not inherit uninative on ppc64le and riscv64 hosts
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > genericx86: remove redundant assignments
  > go: ignore CVE-2023-45283 and CVE-2023-45284
  > elfutils: upgrade 0.189 -> 0.190
  > tiff: Backport fixes for CVE-2023-6277
  > recipetool: limit added checksums
  > psplash: upgrade to latest revision
  > json-glib: upgrade 1.6.6 -> 1.8.0
  > mesa: upgrade 23.2.1 -> 23.3.0
  > openssh: shrinking to a new PACKAGECONFIG line to set systemd readiness notification support
  > lttng-tools: add a flag to test the userspace only
  > gtk4: upgrade 4.12.3 -> 4.12.4
  > selftest: wic: add test for zerorize option of empty plugin
  > wic: extend empty plugin with options to write zeros to partiton
  > rust-cross-canadian: Fix file conflicts for 32 and 64 bit target architectures
  > bitbake: toaster: Update feat to import eventlogs
  > bitbake: toaster: Added feat to import eventlogs files as builds in toaster
  > bitbake: codeparser/utils: clean up more deprecated AST usages
  > vte: Separate out gtk4 pieces of vte into individual packages
  > vte: Upgrade to 0.74.1
  > vte: upgrade 0.72.2 -> 0.74.0
  > shared-mime-info-native: handle old GCC for AlmaLinux8
  > rust: Drop targets and hosts override magic
  > oeqa/selftest/wic: Add tests for kernel image installation
  > wic: bootimg-efi: Make kernel image installation configurable
  > cmake: Unset CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES
  > documentation.conf: fix do_menuconfig description
  > bash: changes to SIGINT handler while waiting for a child
  > shadow: Fix for CVE-2023-4641
  > eudev: Upgrade 3.2.12 -> 3.2.14
  > rust-llvm: Allow overriding LLVM target archs
  > patchtest: shorten patch signed-off-by test output
  > iptables: upgrade 1.8.9 -> 1.8.10
  > openssl: upgrade to 3.2.0
  > systemd-boot: Fix build issues on armv7a-linux
  > autoconf: upgrade to 2.72d
  > bitbake: fetch2: Ensure GCP fetcher checks if file exists before download.
  > bitbake: bitbake: tests: Fix duplicate test_underscore_override test
  > bitbake: bitbake-hashclient: Add commands to get hashes
  > bitbake: toaster/tests: Test single recipe page
  > bitbake: toaster/tests: Test single layer page
  > bitbake: toaster/tests: Bug-fix on tests/functional/test_project_page
  > bitbake: toaster/tests: Added distro page TestCase
  > bitbake: toaster/tests: Added Layers page TestCase
  > bitbake: toaster/tests: Added Machine page TestCase
  > bitbake: toaster/tests: Test software recipe page
  > bitbake: toaster/tests: Override table edit columns TestCase from image recipe page
  > bitbake: toaster/tests: Update methods wait_until_~ to skip using time.sleep
  > rust-common.bbclass: Define rust arch for x32 platforms
  > llvm: Upgrade to 17.0.6
  > virglrenderer: Fix build with clang
  > python3-cryptography{-vectors}: 41.0.5 -> 41.0.7
  > python3-cryptography-vectors: add RECIPE_NO_UPDATE_REASON
  > cve-check: Modify judgment processing using "=" in version comparison
  > resolvconf: upgrade 1.91 -> 1.92
  > python3-wheel: upgrade 0.41.3 -> 0.42.0
  > python3-trove-classifiers: upgrade 2023.11.14 -> 2023.11.22
  > python3-sphinx-rtd-theme: upgrade 1.3.0 -> 2.0.0
  > ofono: upgrade 2.1 -> 2.2
  > python3-idna: upgrade 3.4 -> 3.6
  > libsolv: upgrade 0.7.26 -> 0.7.27
  > init-system-helpers: upgrade 1.65.2 -> 1.66
  > gi-docgen: upgrade 2023.1 -> 2023.3
  > ethtool: upgrade 6.5 -> 6.6
  > json-c: fix icecc compilation
  > gettext: Upgrade 0.22 -> 0.22.3
  > gnu-config: Update to latest revision
  > cve-update-nvd2-native: make number of fetch attemtps configurable
  > cve-update-nvd2-native: remove unused variable CVE_SOCKET_TIMEOUT
  > bitbake.conf: Add gsutil as hosttool for gcp fetcher.
  > cups: Add root,sys,wheel to system groups
  > libpam: split /etc/environment into pam-plugin-env package
  > migration-guides: release 3.5 is actually 4.0
  > migration-guides: add release notes for 4.3.1
  > contributor-guide: fix command option
  > contributor-guide: add License-Update tag
  > dev-manual: layers: update link to YP Compatible form
  > rust: Drop TARGET_VENDOR export
  > rust: Delete python2 configparser code path
  > lttng-modules: fix build for v6.7+
  > systemd: fixed typo
  > bluez5: fix connection for ps5/dualshock controllers
  > oeqa/selftest/devtool: add test for git submodules
  > devtool: add support for git submodules
  > devtool: tag all submodules
  > devtool: finish/update-recipe: restrict mode srcrev to recipes fetched from SCM

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 4, 2023
…-freescale-3rdparty sources/meta-intel sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-tegra sources/meta-variscite-bsp sources/poky

* sources/meta-clang 8aaed8f...9b08495 (3):
  > Revert "openssh: Enable to build it with clang again"
  > openssh: Enable to build it with clang again
  > clang: Upgrade to 17.0.6

* sources/meta-freescale 0fc1504f...99cfe39f (2):
  > wayland: Delete recipe
  > Merge pull request #1696 from MaxKrummenacher/master

* sources/meta-freescale-3rdparty a9bba0f...7725256 (1):
  > Merge pull request #288 from chrisdimich/master

* sources/meta-intel b3fca003...df5a4501 (3):
  > ispc: upgrade 1.21.1 -> 1.22.0
  > oidn: upgrade 1.4.3 -> 2.1.0
  > openvino-inference-engine: upgrade 2023.1.0 -> 2023.2.0

* sources/meta-openembedded 3991d8538...b8d10bd71 (40):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > vte9: Drop recipe
  > Revert "gnome-terminal: Remove recommendation on vte-prompt"
  > gnome-console,gnome-terminal: Depend on vte from core layer
  > basu: Update the SRCREV to get lld fix
  > abseil-cpp: remove -Dcmake_cxx_standard=14 flag from extra_oecmake
  > gtkwave: upgrade 3.3.111 -> 3.3.117
  > libspiro: upgrade 20200505 -> 20221101
  > snappy: upgrade 1.1.9 -> 1.1.10
  > libnma: remove conflict xml file
  > xdg-desktop-portal-gnome: upgrade 45.0 -> 45.1
  > liblognorm:Add asprintf to autoconf function check macro
  > libdecor: update 0.2.0 -> 0.2.1
  > glog: Disable 64bit atomics on armv{5,6}
  > libpwquality: upgrade 1.4.4 -> 1.4.5
  > sdbus-c++: Install ptests into PTEST_PATH
  > basu: Update to latest master
  > gstd: Fix systemd user unit packaging
  > monocypher: add crypto library recipe
  > libmodbus: upgrade 3.1.7 -> 3.1.10
  > python3-validators: add new recipe
  > liblognorm: upgrade 1.0.1 -> 2.0.6
  > spice-gtk: Set meson version based on PV
  > spice: Set meson version based on PV
  > libcacard: set meson version based on PV
  > tbb: enable NUMA/Hybrid CPU support
  > tbb: upgrade 2021.9.0 -> 2021.11.0
  > squid: add systemd service
  > squid: add url-rewrite-helpers packageconfig
  > squid: move configs to sub package
  > squid: add auth packageconfig
  > squid: add nm dispatcher reload hook
  > squid: update from v5.7 to v6.5
  > sdbus-c++-tools: Upgrade to 1.4.0
  > sdbus-c++-libsystemd: Upgrade to 254
  > ptest-packagelists-meta-oe.inc: Move poco to slow tests
  > iotop: upgrade 1.21 -> 1.25
  > icewm: upgrade 2.9.9 -> 3.4.4
  > brotli: upgrade 1.0.9 -> 1.1.0
  > fio: revert "fio: upgrade 3.32 -> 2022"

* sources/meta-qcom e943354...7e656ef (1):
  > Merge pull request #555 from lumag/linux-yocto-update

* sources/meta-qt6 79d5b04...a52cf8f (35):
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtwebengine: Fix build with clang 17
  > qtquick3dphysics: Fix build on clang/x86
  > qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  > qtapplicationmanager: Fix build with musl
  > qtbase: Do not use LFS64 functions explicitly on musl
  > qtbase: Add locale-base-c only on glibc based targets
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Fix missing boolean value to disable minizip
  > qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  > qtbase: Add a packageconfig knob to enable lld linker
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  < Merge pull request #18 from YoeDistro/kraj/6.6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  < Merge pull request #16 from YoeDistro/kraj/6.6
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker

* sources/meta-tegra fb4c603c...ed9c1d25 (1):
  > libnvidia-container-tools: rdepend on ldconfig

* sources/meta-variscite-bsp 92e4f31...1361a1b (49):
  > variscite_ubi: Do not export shell variables when not needed
  > variscite.inc: Limit optee to mx8 and mx9 machines
  > linux-variscite_5.15.bb: Fix build with gcc-13
  < Merge pull request #10 from YoeDistro/kraj/kirkstone-var02
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  > imx-atf: Remove version info from bbappend
  > freertos-variscite: Fix compile failure when do_compile is rerun
  > imx-boot: Update the patch to apply with meta-freescale/master
  > recipes: Add missing Upstream Status tag
  > freertos-variscite: Clear out environment provided LDFLAGS
  > libubootenv: Refresh patch to match 0.3.4 from oe-core master
  > wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  > wl18xx-calibrator: Rename rdep for wl18xx firmware
  > imx-sc-firmware: Use var-som override for variscite specifics
  > imx-sc-firmware: Make do_compile override only for var-som
  > bluez5: Limit Applying bbappend changes for variscite SOMs
  > base-files: Install variscite-blacklist.conf only on variscite machines
  > imx-boot: Keep scope of patches to variscite machines.
  > imx-atf: Use the varigit only on variscite machines
  > variscite.inc: Add var-som new common override
  > variscite: Enable optee machine feature on iMX8 based machines
  < Merge pull request #9 from YoeDistro/kraj/kirkstone-var02
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Merge pull request #7 from YoeDistro/kraj/kirkstone-var02
  < Merge branch 'yoe/mut' into yoe/kirkstone-var02
  < iimx-atf: Remove version info from bbappend
  < freertos-variscite: Fix compile failure when do_compile is rerun
  < imx-boot: Update the patch to apply with meta-freescale/master
  < arm-compute-library: Use dynamic layers trick for hosting arm-compute-library bbappend
  < pm-utils: disable stop and start for wifi and bluetooth
  < linux-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < u-boot-variscite: imx6ul-var-dart: imx7-var-som: Update to latest revision
  < gstreamer: switch to NXP plugins for mx6ul/mx7 SoMs
  < linux-variscite: add support for VAR-SOM-MX7
  < machine: imx7-var-som: Adjust for using new location of tune file from core
  < recipes: Add missing Upstream Status tag
  < freertos-variscite: Clear out environment provided LDFLAGS
  < libubootenv: Refresh patch to match 0.3.4 from oe-core master
  < wl18xx-target-scripts: Keep the recipe scope to just var-som-mx6
  < wl18xx-calibrator: Rename rdep for wl18xx firmware
  < imx-sc-firmware: Use var-som override for variscite specifics
  < imx-sc-firmware: Make do_compile override only for var-som
  < bluez5: Limit Applying bbappend changes for variscite SOMs
  < base-files: Install variscite-blacklist.conf only on variscite machines
  < imx-boot: Keep scope of patches to variscite machines.
  < imx-atf: Use the varigit only on variscite machines
  < variscite.inc: Add var-som new common override
  < variscite: Enable optee machine feature on iMX8 based machines

* sources/poky d069eb3af4...7997cbd712 (99):
  > elfutils: Use posix basename API
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > sysvinit: Include libgen.h for basename API
  > util-linux: Fix build with latest musl
  > attr: Fix build with latest musl
  > kmod: Fix build with latest musl
  > musl: Update to latest tip of trunk
  > gdb: Update to gdb 14 release
  > poky: Do not inherit uninative on ppc64le and riscv64 hosts
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > genericx86: remove redundant assignments
  > go: ignore CVE-2023-45283 and CVE-2023-45284
  > elfutils: upgrade 0.189 -> 0.190
  > tiff: Backport fixes for CVE-2023-6277
  > recipetool: limit added checksums
  > psplash: upgrade to latest revision
  > json-glib: upgrade 1.6.6 -> 1.8.0
  > mesa: upgrade 23.2.1 -> 23.3.0
  > openssh: shrinking to a new PACKAGECONFIG line to set systemd readiness notification support
  > lttng-tools: add a flag to test the userspace only
  > gtk4: upgrade 4.12.3 -> 4.12.4
  > selftest: wic: add test for zerorize option of empty plugin
  > wic: extend empty plugin with options to write zeros to partiton
  > rust-cross-canadian: Fix file conflicts for 32 and 64 bit target architectures
  > bitbake: toaster: Update feat to import eventlogs
  > bitbake: toaster: Added feat to import eventlogs files as builds in toaster
  > bitbake: codeparser/utils: clean up more deprecated AST usages
  > vte: Separate out gtk4 pieces of vte into individual packages
  > vte: Upgrade to 0.74.1
  > vte: upgrade 0.72.2 -> 0.74.0
  > shared-mime-info-native: handle old GCC for AlmaLinux8
  > rust: Drop targets and hosts override magic
  > oeqa/selftest/wic: Add tests for kernel image installation
  > wic: bootimg-efi: Make kernel image installation configurable
  > cmake: Unset CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES
  > documentation.conf: fix do_menuconfig description
  > bash: changes to SIGINT handler while waiting for a child
  > shadow: Fix for CVE-2023-4641
  > eudev: Upgrade 3.2.12 -> 3.2.14
  > rust-llvm: Allow overriding LLVM target archs
  > patchtest: shorten patch signed-off-by test output
  > iptables: upgrade 1.8.9 -> 1.8.10
  > openssl: upgrade to 3.2.0
  > systemd-boot: Fix build issues on armv7a-linux
  > autoconf: upgrade to 2.72d
  > bitbake: fetch2: Ensure GCP fetcher checks if file exists before download.
  > bitbake: bitbake: tests: Fix duplicate test_underscore_override test
  > bitbake: bitbake-hashclient: Add commands to get hashes
  > bitbake: toaster/tests: Test single recipe page
  > bitbake: toaster/tests: Test single layer page
  > bitbake: toaster/tests: Bug-fix on tests/functional/test_project_page
  > bitbake: toaster/tests: Added distro page TestCase
  > bitbake: toaster/tests: Added Layers page TestCase
  > bitbake: toaster/tests: Added Machine page TestCase
  > bitbake: toaster/tests: Test software recipe page
  > bitbake: toaster/tests: Override table edit columns TestCase from image recipe page
  > bitbake: toaster/tests: Update methods wait_until_~ to skip using time.sleep
  > rust-common.bbclass: Define rust arch for x32 platforms
  > llvm: Upgrade to 17.0.6
  > virglrenderer: Fix build with clang
  > python3-cryptography{-vectors}: 41.0.5 -> 41.0.7
  > python3-cryptography-vectors: add RECIPE_NO_UPDATE_REASON
  > cve-check: Modify judgment processing using "=" in version comparison
  > resolvconf: upgrade 1.91 -> 1.92
  > python3-wheel: upgrade 0.41.3 -> 0.42.0
  > python3-trove-classifiers: upgrade 2023.11.14 -> 2023.11.22
  > python3-sphinx-rtd-theme: upgrade 1.3.0 -> 2.0.0
  > ofono: upgrade 2.1 -> 2.2
  > python3-idna: upgrade 3.4 -> 3.6
  > libsolv: upgrade 0.7.26 -> 0.7.27
  > init-system-helpers: upgrade 1.65.2 -> 1.66
  > gi-docgen: upgrade 2023.1 -> 2023.3
  > ethtool: upgrade 6.5 -> 6.6
  > json-c: fix icecc compilation
  > gettext: Upgrade 0.22 -> 0.22.3
  > gnu-config: Update to latest revision
  > cve-update-nvd2-native: make number of fetch attemtps configurable
  > cve-update-nvd2-native: remove unused variable CVE_SOCKET_TIMEOUT
  > bitbake.conf: Add gsutil as hosttool for gcp fetcher.
  > cups: Add root,sys,wheel to system groups
  > libpam: split /etc/environment into pam-plugin-env package
  > migration-guides: release 3.5 is actually 4.0
  > migration-guides: add release notes for 4.3.1
  > contributor-guide: fix command option
  > contributor-guide: add License-Update tag
  > dev-manual: layers: update link to YP Compatible form
  > rust: Drop TARGET_VENDOR export
  > rust: Delete python2 configparser code path
  > lttng-modules: fix build for v6.7+
  > systemd: fixed typo
  > bluez5: fix connection for ps5/dualshock controllers
  > oeqa/selftest/devtool: add test for git submodules
  > devtool: add support for git submodules
  > devtool: tag all submodules
  > devtool: finish/update-recipe: restrict mode srcrev to recipes fetched from SCM

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