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

beaglebone support #23

Closed
cbrake opened this issue Oct 7, 2018 · 12 comments
Closed

beaglebone support #23

cbrake opened this issue Oct 7, 2018 · 12 comments
Assignees
Labels
bug Something isn't working

Comments

@cbrake
Copy link
Contributor

cbrake commented Oct 7, 2018

MACHINE=beaglebone

ERROR: amx3-cm3-1.9.2-r0 do_compile: Function failed: do_compile (log file is located at /scratch/oe/yoe-distro/build/tmp/work/armv7at2hf-neon-yoe-linux-gnueabi/amx3-cm3/1.9.2-r0/temp/log.do_compile.16020)
ERROR: Logfile of failure stored in: /scratch/oe/yoe-distro/build/tmp/work/armv7at2hf-neon-yoe-linux-gnueabi/amx3-cm3/1.9.2-r0/temp/log.do_compile.16020
Log data follows:
| DEBUG: Executing shell function do_compile
|      CC       src/sys_exec/sys_init.o
| cc1: error: -mfloat-abi=hard: selected processor lacks an FPU
| make: *** [Makefile:51: src/sys_exec/sys_init.o] Error 1
| WARNING: /scratch/oe/yoe-distro/build/tmp/work/armv7at2hf-neon-yoe-linux-gnueabi/amx3-cm3/1.9.2-r0/temp/run.do_compile.16020:1 exit 2 from 'make CROSS_COMPILE="arm-yoe-linux-gnueabi-" CC="arm-yoe-linux-gnueabi-gcc  --sysroot=/scratch/oe/yoe-distro/buil
d/tmp/work/armv7at2hf-neon-yoe-linux-gnueabi/amx3-cm3/1.9.2-r0/recipe-sysroot  -mfloat-abi=hard -no-pie -fno-PIE"'
| ERROR: Function failed: do_compile (log file is located at /scratch/oe/yoe-distro/build/tmp/work/armv7at2hf-neon-yoe-linux-gnueabi/amx3-cm3/1.9.2-r0/temp/log.do_compile.16020)
ERROR: Task (/scratch/oe/yoe-distro/sources/meta-ti/recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb:do_compile) failed with exit code '1'
@kraj kraj self-assigned this Oct 8, 2018
@kraj kraj added the bug Something isn't working label Oct 8, 2018
@kraj
Copy link
Contributor

kraj commented Oct 9, 2018

@cbrake cbrake changed the title beaglebone amx3-cm3 compile failure beaglebone support Oct 10, 2018
@cbrake
Copy link
Contributor Author

cbrake commented Oct 10, 2018

programmed wic image and getting:

U-Boot SPL 2018.01-g2cc52408bf (Oct 09 2018 - 21:10:31)
Trying to boot from MMC1

U-Boot SPL 2018.01-g2cc52408bf (Oct 09 2018 - 21:10:31)
Trying to boot from MMC1

will try a few other ways to set up SD card ...

@cbrake
Copy link
Contributor Author

cbrake commented Oct 10, 2018

Looks like it is not getting into u-boot -- verified MLO and u-boot.img are in the SD boot partition, so could be a u-boot build issue, or a SD formatting issue.

This thread has some info: https://lists.yoctoproject.org/pipermail/meta-ti/2018-September/011179.html

Will into this more later.

@cbrake
Copy link
Contributor Author

cbrake commented Oct 12, 2018

note to try GCCVERSION_ti-soc = "7.%" if we hit dead-end with GCC8

@kraj
Copy link
Contributor

kraj commented Oct 16, 2018

this should be working withyoe/mut branch in our meta-ti fork now

@cbrake
Copy link
Contributor Author

cbrake commented Oct 17, 2018

builds and boots here. Two issues I'm seeing:

  • kernel messages are not enabled on serial console
  • login over serial console is behaving very strangely (see attached gif screenshot)

bbb

@kraj
Copy link
Contributor

kraj commented Oct 17, 2018

Can you try ttyS0 and ttyO0 both as SERIAL_CONSOLES in machine conf

@cbrake
Copy link
Contributor Author

cbrake commented Oct 17, 2018

ignore the serial console behaving strangly comment -- built latest, and that is working. Following change is required in extlinux.conf to get kernel messages on serial console:

root@beaglebone:~# more /media/boot/extlinux/extlinux.conf 
default Yocto
label Yocto
   kernel /zImage
   fdtdir /
append root=PARTUUID=1e4730e5-02 rootwait console=ttyO0,115200n8

@cbrake
Copy link
Contributor Author

cbrake commented Oct 17, 2018

console=ttyS0,115200n8 also works

@cbrake
Copy link
Contributor Author

cbrake commented Oct 18, 2018

@kraj what are your thoughts about adding meta-ti to bblayers.conf, or should we just document that?

@kraj
Copy link
Contributor

kraj commented Oct 18, 2018

May be not yet, there is one u-boot patch I have sent last night, that needs to be applied. once thats in then we can build images for beaglebone out of box. Hopefully it will be in soon

@kraj
Copy link
Contributor

kraj commented Nov 7, 2018

I think this should be fixed now with 4866247

@kraj kraj closed this as completed Nov 7, 2018
kraj added a commit that referenced this issue Feb 14, 2019
* sources/meta-yoe d7e3038...f14a20d (2):
  > Merge pull request #24 from YoeDistro/yoe/mut
  > Merge pull request #23 from YoeDistro/yoe/mut

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Feb 14, 2019
…/meta-yoe sources/openembedded-core

* sources/meta-browser ac9b7cc...b8ccc62 (2):
  > chromium-gn: Computer arm_version from overrides
  < chromium-gn: Computer arm_version from overrides

* sources/meta-openembedded efc190c...2aaf1c0 (9):
  > nodejs 8.15.0 -> 10.15.1
  > sassc: initial add 3.5.0
  > libsass: initial add 3.5.3
  > fontforge: Fix multilib / lib32 packaging
  > jack: Add packageconfig for dbus add files generated to jack-server package
  > catfish: upgrade 1.4.6 -> 1.4.7
  > python-paste:upgrade to 3.0.6
  > python-pycparser: upgrade to 2.19
  > python-lxml: upgrade to 4.3.1

* sources/meta-yoe 90c18d6...f14a20d (2):
  > Merge pull request #24 from YoeDistro/yoe/mut
  > Merge pull request #23 from YoeDistro/yoe/mut

* sources/openembedded-core 2a729f2...85ed684 (61):
  > grub2: Fix build with gcc9
  > busybox: Remove PN from rdeps of PN-dev
  > libc-package.bbclass: Use install utility to create directories with right permissions
  > gcc-9.0: Add recipes for upcoming gcc 9.0 release in mid-2019
  > oeqa: Recognise svlogd as another logger
  > recipes: Add runit and related recipes
  > selftest: add tests for virgl GL acceleration
  > runqemu: do not check for GL libraries
  > runqemu: add options for enabling virgl GL acceleration
  > qemu: add a backported patch to fix egl-headless support
  > qemu: add environment variable wrappers to make qemu look good with gtk frontend
  > qemu: add a patch to avoid a missing definition error
  > qemu: add a gettext-native dependency to gtk option
  > qemu: remove support for building against host sdl
  > qemu: build target variant with gtk+, and nativesdk variant without sdl
  > qemu: enable virglrenderer and glx options for native/nativesdk builds
  > virglrenderer: add a recipe
  > wic/engine.py: Load paths from PATH environment variable
  > systemd: RDEPENDS on util-linux-umount
  > image_types.bbclass: Set memory usage limit and CPU threads for xz
  > xf86-video-intel: update to latest
  > libva-utils: upgrade 2.3.0 -> 2.4.0
  > libva: upgrade 2.3.0 -> 2.4.0
  > cmake: update to 3.13.4
  > menu-cache: upgrade 1.0.2 -> 1.1.0
  > scripts/lib/wic/engine: Fix cp's target path for ext* filesystems
  > checklayer: Avoid adding the layer if it is already present
  > yocto-check-layer-wrapper: Fix path for oe-init-build-env
  > libgfortran: Set license to GPL-3.0-with-GCC-exception
  > bitbake: use GCC ar and ranlib wrappers
  < grub2: Fix build with gcc9
  < busybox: Remove PN from rdeps of PN-dev
  < libc-package.bbclass: Use install utility to create directories with right permissions
  < gcc-9.0: Add recipes for upcoming gcc 9.0 release in mid-2019
  < oeqa: Recognise svlogd as another logger
  < recipes: Add runit and related recipes
  < wic/engine.py: Load paths from PATH environment variable
  < systemd: RDEPENDS on util-linux-umount
  < image_types.bbclass: Set memory usage limit and CPU threads for xz
  < xf86-video-intel: update to latest
  < libva-utils: upgrade 2.3.0 -> 2.4.0
  < libva: upgrade 2.3.0 -> 2.4.0
  < cmake: update to 3.13.4
  < menu-cache: upgrade 1.0.2 -> 1.1.0
  < scripts/lib/wic/engine: Fix cp's target path for ext* filesystems
  < checklayer: Avoid adding the layer if it is already present
  < yocto-check-layer-wrapper: Fix path for oe-init-build-env
  < gcc-runtime: fix C++ header mapping for n32/x32 tune
  < libgfortran: Set license to GPL-3.0-with-GCC-exception
  < bitbake: use GCC ar and ranlib wrappers
  < selftest: add tests for virgl GL acceleration
  < runqemu: do not check for GL libraries
  < runqemu: add options for enabling virgl GL acceleration
  < qemu: add a backported patch to fix egl-headless support
  < qemu: add environment variable wrappers to make qemu look good with gtk frontend
  < qemu: add a patch to avoid a missing definition error
  < qemu: add a gettext-native dependency to gtk option
  < qemu: remove support for building against host sdl
  < qemu: build target variant with gtk+, and nativesdk variant without sdl
  < qemu: enable virglrenderer and glx options for native/nativesdk builds
  < virglrenderer: add a recipe

Signed-off-by: Khem Raj <[email protected]>
cbrake added a commit that referenced this issue Apr 8, 2020
Updater: util-linux's sfdisk instead of parted for disk management
kraj added a commit that referenced this issue Dec 5, 2023
…es/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/poky

* sources/meta-freescale 0fc1504f...751102ef (2):
  > Merge pull request #1698 from junzhuimx/master
  > Merge pull request #1696 from MaxKrummenacher/master

* sources/meta-openembedded 8dba0c9bad...5ad7203f68 (8):
  > basu: Update the SRCREV to get lld fix
  > gtkwave: upgrade 3.3.111 -> 3.3.117
  > libspiro: upgrade 20200505 -> 20221101
  > 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

* sources/meta-qcom 7e656ef...b27a7f1 (2):
  > Merge pull request #548 from quic-vkraleti/efi-boot
  > Merge pull request #556 from lumag/adreno-fw

* sources/meta-qt6 79d5b04...dc1b6e5 (1):
  > Merge pull request #23 from YoeDistro/kraj/6.6

* sources/meta-raspberrypi 8231f97...fde68b2 (1):
  > docs: fix syntax for overriding fs type for initramfs image

* sources/poky 1f8a639a67a...70ad9b9b309 (19):
  > bitbake: hashserv: sqlite: Ensure sync propagates to database connections
  > 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

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 7, 2023
…penembedded sources/meta-qt6 sources/meta-tegra sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-arm 0b61cc65...32dfb759 (5):
  > arm-bsp/documentation: corstone1000: fix the steps in the user guide and instructions
  > arm/hafnium: update to v2.10
  > arm/trusted-firmware-a: update to 2.10
  > arm/trusted-firmware-a: move patch file to bbappend
  > CI: switch back to master

* sources/meta-freescale 751102ef...3b58734d (1):
  > wayland: Delete recipe

* sources/meta-openembedded 5ad7203f6...9a007d764 (20):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > snappy: upgrade 1.1.9 -> 1.1.10
  > lvm2: 2.03.16 -> 2.03.22
  > xkeyboard-config: add recipe
  > xcursor-themes: add recipe
  > xbitmaps: upgrade 1.1.2 -> 1.1.3
  > wireplumber: update 0.4.15 -> 0.4.17
  > monocypher: pass LIBDIR to fix installed-vs-shipped QA issue with multilib
  > sip: Upgrade 6.7.12 -> 6.8.0
  > sessreg: upgrade 1.1.2 -> 1.1.3
  > xgamma: upgrade 1.0.6 -> 1.0.7
  > xkbevd: upgrade 1.1.4 -> 1.1.5
  > xlsatoms: upgrade 1.1.3 -> 1.1.4
  > xlsclients: upgrade 1.1.4 -> 1.1.5
  > xsetroot: upgrade 1.1.2 -> 1.1.3
  > xstdcmap: upgrade 1.0.4 -> 1.0.5
  > xcursorgen: upgrade 1.0.7 -> 1.0.8
  > mutter: Make gnome-desktop and libcanberra dependencies optional
  > poco: upgrade 1.12.4 -> 1.12.5p2
  > jasper: upgrade 2.0.33 -> 4.1.1

* sources/meta-qt6 dc1b6e5...0b4945c (40):
  > 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
  > coin: add test build for PyQt6
  > python3-pyqt6: upgrade 6.5.3 -> 6.6.0
  > python3-pyqt6: add version 6.5.3
  > python3-pyqt6-sip: add version 13.6.0
  > python3-pyqt-builder-native: add recipe
  < Merge pull request #23 from YoeDistro/kraj/6.6
  < 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 ed9c1d25...d421bf5c (2):
  > edk-firmware-tegra: Support A/B redundancy
  > conf/machine: Support redundant flash layouts

* sources/meta-ti d3bcad2c...758cba73 (6):
  > CI/CD Auto-Merger: cicd.master.202312060100
  > linux-bb.org: update to the latest
  > conf: machine: am62xx-lp-evm.conf: Pick LPM wkup sources overlay
  > Update SRCREV for ti-jailhouse
  > ti-extras: Add support for extra kernel/u-boot features for am62pxx
  > mesa-pvr: use different srcrev for Rogue and SGX GPU platforms

* 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 70ad9b9b30...fd117e1fc6 (91):
  > qemurunner.py: ensure we drain stdout after boot prompt
  > linux-yocto: Increase rcu stall timeout to 60
  > 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
  > wic/DirectPlugin: don't update fstab if --no-fstab-update
  > go: update 1.20.11 -> 1.20.12
  > go: update 1.20.10 -> 1.20.11
  > zstd: fix LICENSE statement
  > update_gtk_icon_cache: Fix for GTK4-only builds
  > man-db: 2.11.2 -> 2.12.0
  > socat: 1.7.4.4 -> 1.8.0.0
  > ldconfig-native: Add usrmerge support
  > libxcrypt.inc: use alternatives to resolve crypt.3 conflict
  > cairo: upgrade 1.16.0 -> 1.18.0
  > image-uefi.conf: Add EFI_UKI_PATH variable
  > linux-firmware: Create bnx2x subpackage
  > linux-firmware: Change bnx2 packaging
  > linux-firmware: Package iwlwifi .pnvm files
  > tiff: Backport fixes for CVE-2023-6277
  > gdb/systemd: enable minidebuginfo support conditionally
  > linux-yocto: update CVE exclusions
  > linux-yocto/6.1: update to v6.1.65
  > linux-yocto/6.5: update to v6.5.13
  > linux-yocto/6.5: update to v6.5.12
  > linux-yocto-dev: bump to v6.7
  > linux-yocto/6.1: update to v6.1.62
  > linux-yocto/6.5: update to v6.5.11
  > linux-yocto/6.5: cfg: split runtime and symbol debug
  > oeqa/selftest/recipetool: appendsrc: add test for update mode
  > oeqa/selftest/recipetool: appendsrfile: add test for machine
  > recipetool: appendsrcfile(s): add a mode to update the recipe itself
  > recipeutils: bbappend_recipe: allow to patch the recipe itself
  > recipetool: appendsrcfile(s): use params instead of extraline
  > recipeutils: bbappend_recipe: remove old srcuri entry if parameters are different
  > recipeutils: bbappend_recipe: add a way to specify the name of the file to add
  > recipeutils: bbappend_recipe: fix docstring
  > recipeutils: bbappend_recipe: fix undefined variable
  > recipetool: appendsrcfile(s): add dry-run mode
  > lib/oe/patch: handle creating patches for CRLF sources
  > systemtap-uprobes: removed as obsolete
  > systemtap: do not install uprobes and uprobes sources
  > systemtap: upgrade 4.9 -> 5.0
  > meta-yocto-bsp/oeqa/parselogs: add BSP-specific ignores
  > oeqa/runtime/parselogs: migrate ignores
  > oeqa/runtime/parselogs: load ignores from disk
  > gettext: Upgrade 0.22.3 -> 0.22.4
  > avahi: update URL for new project location
  > ell: upgrade 0.60 -> 0.61
  > go: ignore CVE-2023-45283 and CVE-2023-45284
  > psplash: upgrade to latest revision
  > json-glib: upgrade 1.6.6 -> 1.8.0
  > 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
  > python3-pygments: upgrade 2.16.1 -> 2.17.2
  > python3-bcrypt: upgrade 4.0.1 -> 4.1.1
  > oeqa/selftest/recipetool/devtool: add test for pypi class
  > oeqa/selftest/recipetool: remove spaces on empty lines
  > recipetool: create_buildsys_python: add pypi support
  > recipetool: create: add new optional process_url callback for plugins
  > recipetool: create: add trailing newlines
  > recipetool: create_buildsys_python.py: initialize metadata
  > 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: toaster: fix pytest build test execution and test discovery
  > bitbake: bitbake: Move to version 2.6.1 to mark runqueue changes
  > bitbake: toastergui: Fix regex markup issues
  > bitbake: toastermain/settings: Avoid python filehandle closure warnings
  > bitbake: toaster: Fix assertRegexpMatches deprecation warnings
  > bitbake: bb/toaster: Fix assertEquals deprecation warnings
  > bitbake: toaster/test: delay driver action until elements to appear
  > bitbake: toaster/test: from test_no_builds_message.py wait for the empty state div to appear
  > bitbake: toaster/test: bug-fix on tests/browser/test_all_builds_page
  > bitbake: runqueue: Improve inter setscene task dependency handling
  > Revert "cve-check: Modify judgment processing using "=" in version comparison"

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 7, 2023
…penembedded sources/meta-qt6 sources/meta-tegra sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-arm 0b61cc65...32dfb759 (5):
  > arm-bsp/documentation: corstone1000: fix the steps in the user guide and instructions
  > arm/hafnium: update to v2.10
  > arm/trusted-firmware-a: update to 2.10
  > arm/trusted-firmware-a: move patch file to bbappend
  > CI: switch back to master

* sources/meta-freescale 751102ef...3b58734d (1):
  > wayland: Delete recipe

* sources/meta-openembedded 5ad7203f6...9a007d764 (20):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > snappy: upgrade 1.1.9 -> 1.1.10
  > lvm2: 2.03.16 -> 2.03.22
  > xkeyboard-config: add recipe
  > xcursor-themes: add recipe
  > xbitmaps: upgrade 1.1.2 -> 1.1.3
  > wireplumber: update 0.4.15 -> 0.4.17
  > monocypher: pass LIBDIR to fix installed-vs-shipped QA issue with multilib
  > sip: Upgrade 6.7.12 -> 6.8.0
  > sessreg: upgrade 1.1.2 -> 1.1.3
  > xgamma: upgrade 1.0.6 -> 1.0.7
  > xkbevd: upgrade 1.1.4 -> 1.1.5
  > xlsatoms: upgrade 1.1.3 -> 1.1.4
  > xlsclients: upgrade 1.1.4 -> 1.1.5
  > xsetroot: upgrade 1.1.2 -> 1.1.3
  > xstdcmap: upgrade 1.0.4 -> 1.0.5
  > xcursorgen: upgrade 1.0.7 -> 1.0.8
  > mutter: Make gnome-desktop and libcanberra dependencies optional
  > poco: upgrade 1.12.4 -> 1.12.5p2
  > jasper: upgrade 2.0.33 -> 4.1.1

* sources/meta-qt6 dc1b6e5...0b4945c (40):
  > 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
  > coin: add test build for PyQt6
  > python3-pyqt6: upgrade 6.5.3 -> 6.6.0
  > python3-pyqt6: add version 6.5.3
  > python3-pyqt6-sip: add version 13.6.0
  > python3-pyqt-builder-native: add recipe
  < Merge pull request #23 from YoeDistro/kraj/6.6
  < 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 ed9c1d25...d421bf5c (2):
  > edk-firmware-tegra: Support A/B redundancy
  > conf/machine: Support redundant flash layouts

* sources/meta-ti d3bcad2c...758cba73 (6):
  > CI/CD Auto-Merger: cicd.master.202312060100
  > linux-bb.org: update to the latest
  > conf: machine: am62xx-lp-evm.conf: Pick LPM wkup sources overlay
  > Update SRCREV for ti-jailhouse
  > ti-extras: Add support for extra kernel/u-boot features for am62pxx
  > mesa-pvr: use different srcrev for Rogue and SGX GPU platforms

* 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 70ad9b9b30...2cffa025ab (92):
  > qemurunner.py: ensure we drain stdout after boot prompt
  > linux-yocto: Increase rcu stall timeout to 60
  > 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
  > wic/DirectPlugin: don't update fstab if --no-fstab-update
  > go: update 1.20.11 -> 1.20.12
  > go: update 1.20.10 -> 1.20.11
  > zstd: fix LICENSE statement
  > update_gtk_icon_cache: Fix for GTK4-only builds
  > man-db: 2.11.2 -> 2.12.0
  > socat: 1.7.4.4 -> 1.8.0.0
  > ldconfig-native: Add usrmerge support
  > libxcrypt.inc: use alternatives to resolve crypt.3 conflict
  > cairo: upgrade 1.16.0 -> 1.18.0
  > image-uefi.conf: Add EFI_UKI_PATH variable
  > go: ignore CVE-2023-45283 and CVE-2023-45284
  > lttng-tools: add a flag to test the userspace only
  > 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
  > genericx86: remove redundant assignments
  > linux-firmware: Create bnx2x subpackage
  > linux-firmware: Change bnx2 packaging
  > linux-firmware: Package iwlwifi .pnvm files
  > tiff: Backport fixes for CVE-2023-6277
  > gdb/systemd: enable minidebuginfo support conditionally
  > linux-yocto: update CVE exclusions
  > linux-yocto/6.1: update to v6.1.65
  > linux-yocto/6.5: update to v6.5.13
  > linux-yocto/6.5: update to v6.5.12
  > linux-yocto-dev: bump to v6.7
  > linux-yocto/6.1: update to v6.1.62
  > linux-yocto/6.5: update to v6.5.11
  > linux-yocto/6.5: cfg: split runtime and symbol debug
  > oeqa/selftest/recipetool: appendsrc: add test for update mode
  > oeqa/selftest/recipetool: appendsrfile: add test for machine
  > recipetool: appendsrcfile(s): add a mode to update the recipe itself
  > recipeutils: bbappend_recipe: allow to patch the recipe itself
  > recipetool: appendsrcfile(s): use params instead of extraline
  > recipeutils: bbappend_recipe: remove old srcuri entry if parameters are different
  > recipeutils: bbappend_recipe: add a way to specify the name of the file to add
  > recipeutils: bbappend_recipe: fix docstring
  > recipeutils: bbappend_recipe: fix undefined variable
  > recipetool: appendsrcfile(s): add dry-run mode
  > lib/oe/patch: handle creating patches for CRLF sources
  > systemtap-uprobes: removed as obsolete
  > systemtap: do not install uprobes and uprobes sources
  > systemtap: upgrade 4.9 -> 5.0
  > meta-yocto-bsp/oeqa/parselogs: add BSP-specific ignores
  > oeqa/runtime/parselogs: migrate ignores
  > oeqa/runtime/parselogs: load ignores from disk
  > gettext: Upgrade 0.22.3 -> 0.22.4
  > avahi: update URL for new project location
  > ell: upgrade 0.60 -> 0.61
  > psplash: upgrade to latest revision
  > json-glib: upgrade 1.6.6 -> 1.8.0
  > 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
  > python3-pygments: upgrade 2.16.1 -> 2.17.2
  > python3-bcrypt: upgrade 4.0.1 -> 4.1.1
  > oeqa/selftest/recipetool/devtool: add test for pypi class
  > oeqa/selftest/recipetool: remove spaces on empty lines
  > recipetool: create_buildsys_python: add pypi support
  > recipetool: create: add new optional process_url callback for plugins
  > recipetool: create: add trailing newlines
  > recipetool: create_buildsys_python.py: initialize metadata
  > bitbake: toaster-eventreplay: Remove ordering assumptions
  > bitbake: toaster: fix pytest build test execution and test discovery
  > bitbake: bitbake: Move to version 2.6.1 to mark runqueue changes
  > bitbake: toastergui: Fix regex markup issues
  > bitbake: toastermain/settings: Avoid python filehandle closure warnings
  > bitbake: toaster: Fix assertRegexpMatches deprecation warnings
  > bitbake: bb/toaster: Fix assertEquals deprecation warnings
  > bitbake: toaster/test: delay driver action until elements to appear
  > bitbake: toaster/test: from test_no_builds_message.py wait for the empty state div to appear
  > bitbake: toaster/test: bug-fix on tests/browser/test_all_builds_page
  > bitbake: runqueue: Improve inter setscene task dependency handling
  > Revert "cve-check: Modify judgment processing using "=" in version comparison"

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

* sources/meta-arm 0b61cc65...32dfb759 (5):
  > arm-bsp/documentation: corstone1000: fix the steps in the user guide and instructions
  > arm/hafnium: update to v2.10
  > arm/trusted-firmware-a: update to 2.10
  > arm/trusted-firmware-a: move patch file to bbappend
  > CI: switch back to master

* sources/meta-freescale 751102ef...3b58734d (1):
  > wayland: Delete recipe

* sources/meta-openembedded 5ad7203f6...301046b0e (24):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > snappy: upgrade 1.1.9 -> 1.1.10
  > mutter: Make gnome-desktop and libcanberra dependencies optional
  > libxaw: upgrade 1.0.14 -> 1.0.15
  > xf86-input-void: upgrade 1.4.1 -> 1.4.2
  > xf86-video-ati: upgrade 19.1.0 -> 22.0.0
  > xorg-sgml-doctools: update summary depends and inc file
  > xorg-docs: add recipe
  > lvm2: 2.03.16 -> 2.03.22
  > xcursor-themes: add recipe
  > xbitmaps: upgrade 1.1.2 -> 1.1.3
  > wireplumber: update 0.4.15 -> 0.4.17
  > monocypher: pass LIBDIR to fix installed-vs-shipped QA issue with multilib
  > sip: Upgrade 6.7.12 -> 6.8.0
  > sessreg: upgrade 1.1.2 -> 1.1.3
  > xgamma: upgrade 1.0.6 -> 1.0.7
  > xkbevd: upgrade 1.1.4 -> 1.1.5
  > xlsatoms: upgrade 1.1.3 -> 1.1.4
  > xlsclients: upgrade 1.1.4 -> 1.1.5
  > xsetroot: upgrade 1.1.2 -> 1.1.3
  > xstdcmap: upgrade 1.0.4 -> 1.0.5
  > xcursorgen: upgrade 1.0.7 -> 1.0.8
  > poco: upgrade 1.12.4 -> 1.12.5p2
  > jasper: upgrade 2.0.33 -> 4.1.1

* sources/meta-qcom b27a7f1...104fd6f (1):
  > Merge pull request #558 from lumag/fix-yocto

* sources/meta-qt6 dc1b6e5...0b4945c (40):
  > 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
  > coin: add test build for PyQt6
  > python3-pyqt6: upgrade 6.5.3 -> 6.6.0
  > python3-pyqt6: add version 6.5.3
  > python3-pyqt6-sip: add version 13.6.0
  > python3-pyqt-builder-native: add recipe
  < Merge pull request #23 from YoeDistro/kraj/6.6
  < 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 ed9c1d25...07f08cf2 (3):
  > linux-tegra: fix unexpected operator
  > edk-firmware-tegra: Support A/B redundancy
  > conf/machine: Support redundant flash layouts

* sources/meta-ti d3bcad2c...5fb05dcb (7):
  > CI/CD Auto-Merger: cicd.master.202312070100
  > CI/CD Auto-Merger: cicd.master.202312060100
  > linux-bb.org: update to the latest
  > conf: machine: am62xx-lp-evm.conf: Pick LPM wkup sources overlay
  > Update SRCREV for ti-jailhouse
  > ti-extras: Add support for extra kernel/u-boot features for am62pxx
  > mesa-pvr: use different srcrev for Rogue and SGX GPU platforms

* 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 70ad9b9b30...2e6b276f2f (108):
  > qemurunner.py: ensure we drain stdout after boot prompt
  > linux-yocto: Increase rcu stall timeout to 60
  > 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
  > subports: Use _GNU_SOURCE
  > cargo: Add CARGO_LOCK_PATH for path to Cargo.lock
  > cargo: Move CARGO_MANIFEST_PATH/CARGO_SRC_DIR to cargo_common
  > cargo: Rename MANIFEST_PATH -> CARGO_MANIFEST_PATH
  > usergrouptests.py: Add test for switching between static-ids
  > useradd: Fix issues with useradd dependencies
  > sstate: Remove unneeded code from setscene_depvalid() related to useradd
  > sanity.conf: Require bitbake 2.6.1 for recent runqueue change
  > devtool: modify: Make --no-extract work again
  > devtool: upgrade: Update all existing checksums for the SRC_URI
  > recipetool: create: Improve identification of licenses
  > lib/oe/recipeutils: Avoid wrapping any SRC_URI[sha*sum] variables
  > oeqa/selftest/recipetool: Make test_recipetool_load_plugin more resilient
  > oeqa/selftest/devtool: Make test_devtool_load_plugin more resilient
  > oeqa/selftest/devtool: Avoid global Git hooks when amending a patch
  > oeqa/selftest/devtool: Correct git clone of local repository
  > go: upgrade 1.21.0 -> 1.21.5
  > go: bump 1.21.0
  > go: update 1.20.11 -> 1.20.12
  > go: update 1.20.10 -> 1.20.11
  > zstd: fix LICENSE statement
  > update_gtk_icon_cache: Fix for GTK4-only builds
  > man-db: 2.11.2 -> 2.12.0
  > socat: 1.7.4.4 -> 1.8.0.0
  > ldconfig-native: Add usrmerge support
  > libxcrypt.inc: use alternatives to resolve crypt.3 conflict
  > cairo: upgrade 1.16.0 -> 1.18.0
  > image-uefi.conf: Add EFI_UKI_PATH variable
  > lttng-tools: add a flag to test the userspace only
  > 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
  > genericx86: remove redundant assignments
  > linux-firmware: Create bnx2x subpackage
  > linux-firmware: Change bnx2 packaging
  > linux-firmware: Package iwlwifi .pnvm files
  > tiff: Backport fixes for CVE-2023-6277
  > gdb/systemd: enable minidebuginfo support conditionally
  > linux-yocto: update CVE exclusions
  > linux-yocto/6.1: update to v6.1.65
  > linux-yocto/6.5: update to v6.5.13
  > linux-yocto/6.5: update to v6.5.12
  > linux-yocto-dev: bump to v6.7
  > linux-yocto/6.1: update to v6.1.62
  > linux-yocto/6.5: update to v6.5.11
  > linux-yocto/6.5: cfg: split runtime and symbol debug
  > oeqa/selftest/recipetool: appendsrc: add test for update mode
  > oeqa/selftest/recipetool: appendsrfile: add test for machine
  > recipetool: appendsrcfile(s): add a mode to update the recipe itself
  > recipeutils: bbappend_recipe: allow to patch the recipe itself
  > recipetool: appendsrcfile(s): use params instead of extraline
  > recipeutils: bbappend_recipe: remove old srcuri entry if parameters are different
  > recipeutils: bbappend_recipe: add a way to specify the name of the file to add
  > recipeutils: bbappend_recipe: fix docstring
  > recipeutils: bbappend_recipe: fix undefined variable
  > recipetool: appendsrcfile(s): add dry-run mode
  > lib/oe/patch: handle creating patches for CRLF sources
  > systemtap-uprobes: removed as obsolete
  > systemtap: do not install uprobes and uprobes sources
  > systemtap: upgrade 4.9 -> 5.0
  > meta-yocto-bsp/oeqa/parselogs: add BSP-specific ignores
  > oeqa/runtime/parselogs: migrate ignores
  > oeqa/runtime/parselogs: load ignores from disk
  > gettext: Upgrade 0.22.3 -> 0.22.4
  > avahi: update URL for new project location
  > ell: upgrade 0.60 -> 0.61
  > psplash: upgrade to latest revision
  > json-glib: upgrade 1.6.6 -> 1.8.0
  > 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
  > python3-pygments: upgrade 2.16.1 -> 2.17.2
  > python3-bcrypt: upgrade 4.0.1 -> 4.1.1
  > oeqa/selftest/recipetool/devtool: add test for pypi class
  > oeqa/selftest/recipetool: remove spaces on empty lines
  > recipetool: create_buildsys_python: add pypi support
  > recipetool: create: add new optional process_url callback for plugins
  > recipetool: create: add trailing newlines
  > recipetool: create_buildsys_python.py: initialize metadata
  > bitbake: toaster-eventreplay: Remove ordering assumptions
  > bitbake: toaster: fix pytest build test execution and test discovery
  > bitbake: bitbake: Move to version 2.6.1 to mark runqueue changes
  > bitbake: toastergui: Fix regex markup issues
  > bitbake: toastermain/settings: Avoid python filehandle closure warnings
  > bitbake: toaster: Fix assertRegexpMatches deprecation warnings
  > bitbake: bb/toaster: Fix assertEquals deprecation warnings
  > bitbake: toaster/test: delay driver action until elements to appear
  > bitbake: toaster/test: from test_no_builds_message.py wait for the empty state div to appear
  > bitbake: toaster/test: bug-fix on tests/browser/test_all_builds_page
  > bitbake: runqueue: Improve inter setscene task dependency handling
  > Revert "cve-check: Modify judgment processing using "=" in version comparison"

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

* sources/meta-arm 0b61cc65...32dfb759 (5):
  > arm-bsp/documentation: corstone1000: fix the steps in the user guide and instructions
  > arm/hafnium: update to v2.10
  > arm/trusted-firmware-a: update to 2.10
  > arm/trusted-firmware-a: move patch file to bbappend
  > CI: switch back to master

* sources/meta-freescale 751102ef...3b58734d (1):
  > wayland: Delete recipe

* sources/meta-openembedded 5ad7203f6...6f7e8a04c (27):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > snappy: upgrade 1.1.9 -> 1.1.10
  > xf86-video-mga: upgrade 2.0.0 -> 2.0.1
  > ostree: Upgrade 2023.7 -> 2023.8
  > python3-flask-sqlalchemy: upgrade 2.5.1 -> 3.1.1
  > mutter: Make gnome-desktop and libcanberra dependencies optional
  > libxaw: upgrade 1.0.14 -> 1.0.15
  > xf86-input-void: upgrade 1.4.1 -> 1.4.2
  > xf86-video-ati: upgrade 19.1.0 -> 22.0.0
  > xorg-sgml-doctools: update summary depends and inc file
  > xorg-docs: add recipe
  > lvm2: 2.03.16 -> 2.03.22
  > xcursor-themes: add recipe
  > xbitmaps: upgrade 1.1.2 -> 1.1.3
  > wireplumber: update 0.4.15 -> 0.4.17
  > monocypher: pass LIBDIR to fix installed-vs-shipped QA issue with multilib
  > sip: Upgrade 6.7.12 -> 6.8.0
  > sessreg: upgrade 1.1.2 -> 1.1.3
  > xgamma: upgrade 1.0.6 -> 1.0.7
  > xkbevd: upgrade 1.1.4 -> 1.1.5
  > xlsatoms: upgrade 1.1.3 -> 1.1.4
  > xlsclients: upgrade 1.1.4 -> 1.1.5
  > xsetroot: upgrade 1.1.2 -> 1.1.3
  > xstdcmap: upgrade 1.0.4 -> 1.0.5
  > xcursorgen: upgrade 1.0.7 -> 1.0.8
  > poco: upgrade 1.12.4 -> 1.12.5p2
  > jasper: upgrade 2.0.33 -> 4.1.1

* sources/meta-qcom b27a7f1...104fd6f (1):
  > Merge pull request #558 from lumag/fix-yocto

* sources/meta-qt6 dc1b6e5...0b4945c (40):
  > 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
  > coin: add test build for PyQt6
  > python3-pyqt6: upgrade 6.5.3 -> 6.6.0
  > python3-pyqt6: add version 6.5.3
  > python3-pyqt6-sip: add version 13.6.0
  > python3-pyqt-builder-native: add recipe
  < Merge pull request #23 from YoeDistro/kraj/6.6
  < 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 ed9c1d25...07f08cf2 (3):
  > linux-tegra: fix unexpected operator
  > edk-firmware-tegra: Support A/B redundancy
  > conf/machine: Support redundant flash layouts

* sources/meta-ti d3bcad2c...5fb05dcb (7):
  > CI/CD Auto-Merger: cicd.master.202312070100
  > CI/CD Auto-Merger: cicd.master.202312060100
  > linux-bb.org: update to the latest
  > conf: machine: am62xx-lp-evm.conf: Pick LPM wkup sources overlay
  > Update SRCREV for ti-jailhouse
  > ti-extras: Add support for extra kernel/u-boot features for am62pxx
  > mesa-pvr: use different srcrev for Rogue and SGX GPU platforms

* 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 70ad9b9b30...2e6b276f2f (108):
  > qemurunner.py: ensure we drain stdout after boot prompt
  > linux-yocto: Increase rcu stall timeout to 60
  > 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
  > subports: Use _GNU_SOURCE
  > cargo: Add CARGO_LOCK_PATH for path to Cargo.lock
  > cargo: Move CARGO_MANIFEST_PATH/CARGO_SRC_DIR to cargo_common
  > cargo: Rename MANIFEST_PATH -> CARGO_MANIFEST_PATH
  > usergrouptests.py: Add test for switching between static-ids
  > useradd: Fix issues with useradd dependencies
  > sstate: Remove unneeded code from setscene_depvalid() related to useradd
  > sanity.conf: Require bitbake 2.6.1 for recent runqueue change
  > devtool: modify: Make --no-extract work again
  > devtool: upgrade: Update all existing checksums for the SRC_URI
  > recipetool: create: Improve identification of licenses
  > lib/oe/recipeutils: Avoid wrapping any SRC_URI[sha*sum] variables
  > oeqa/selftest/recipetool: Make test_recipetool_load_plugin more resilient
  > oeqa/selftest/devtool: Make test_devtool_load_plugin more resilient
  > oeqa/selftest/devtool: Avoid global Git hooks when amending a patch
  > oeqa/selftest/devtool: Correct git clone of local repository
  > go: upgrade 1.21.0 -> 1.21.5
  > go: bump 1.21.0
  > go: update 1.20.11 -> 1.20.12
  > go: update 1.20.10 -> 1.20.11
  > zstd: fix LICENSE statement
  > update_gtk_icon_cache: Fix for GTK4-only builds
  > man-db: 2.11.2 -> 2.12.0
  > socat: 1.7.4.4 -> 1.8.0.0
  > ldconfig-native: Add usrmerge support
  > libxcrypt.inc: use alternatives to resolve crypt.3 conflict
  > cairo: upgrade 1.16.0 -> 1.18.0
  > image-uefi.conf: Add EFI_UKI_PATH variable
  > lttng-tools: add a flag to test the userspace only
  > 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
  > genericx86: remove redundant assignments
  > linux-firmware: Create bnx2x subpackage
  > linux-firmware: Change bnx2 packaging
  > linux-firmware: Package iwlwifi .pnvm files
  > tiff: Backport fixes for CVE-2023-6277
  > gdb/systemd: enable minidebuginfo support conditionally
  > linux-yocto: update CVE exclusions
  > linux-yocto/6.1: update to v6.1.65
  > linux-yocto/6.5: update to v6.5.13
  > linux-yocto/6.5: update to v6.5.12
  > linux-yocto-dev: bump to v6.7
  > linux-yocto/6.1: update to v6.1.62
  > linux-yocto/6.5: update to v6.5.11
  > linux-yocto/6.5: cfg: split runtime and symbol debug
  > oeqa/selftest/recipetool: appendsrc: add test for update mode
  > oeqa/selftest/recipetool: appendsrfile: add test for machine
  > recipetool: appendsrcfile(s): add a mode to update the recipe itself
  > recipeutils: bbappend_recipe: allow to patch the recipe itself
  > recipetool: appendsrcfile(s): use params instead of extraline
  > recipeutils: bbappend_recipe: remove old srcuri entry if parameters are different
  > recipeutils: bbappend_recipe: add a way to specify the name of the file to add
  > recipeutils: bbappend_recipe: fix docstring
  > recipeutils: bbappend_recipe: fix undefined variable
  > recipetool: appendsrcfile(s): add dry-run mode
  > lib/oe/patch: handle creating patches for CRLF sources
  > systemtap-uprobes: removed as obsolete
  > systemtap: do not install uprobes and uprobes sources
  > systemtap: upgrade 4.9 -> 5.0
  > meta-yocto-bsp/oeqa/parselogs: add BSP-specific ignores
  > oeqa/runtime/parselogs: migrate ignores
  > oeqa/runtime/parselogs: load ignores from disk
  > gettext: Upgrade 0.22.3 -> 0.22.4
  > avahi: update URL for new project location
  > ell: upgrade 0.60 -> 0.61
  > psplash: upgrade to latest revision
  > json-glib: upgrade 1.6.6 -> 1.8.0
  > 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
  > python3-pygments: upgrade 2.16.1 -> 2.17.2
  > python3-bcrypt: upgrade 4.0.1 -> 4.1.1
  > oeqa/selftest/recipetool/devtool: add test for pypi class
  > oeqa/selftest/recipetool: remove spaces on empty lines
  > recipetool: create_buildsys_python: add pypi support
  > recipetool: create: add new optional process_url callback for plugins
  > recipetool: create: add trailing newlines
  > recipetool: create_buildsys_python.py: initialize metadata
  > bitbake: toaster-eventreplay: Remove ordering assumptions
  > bitbake: toaster: fix pytest build test execution and test discovery
  > bitbake: bitbake: Move to version 2.6.1 to mark runqueue changes
  > bitbake: toastergui: Fix regex markup issues
  > bitbake: toastermain/settings: Avoid python filehandle closure warnings
  > bitbake: toaster: Fix assertRegexpMatches deprecation warnings
  > bitbake: bb/toaster: Fix assertEquals deprecation warnings
  > bitbake: toaster/test: delay driver action until elements to appear
  > bitbake: toaster/test: from test_no_builds_message.py wait for the empty state div to appear
  > bitbake: toaster/test: bug-fix on tests/browser/test_all_builds_page
  > bitbake: runqueue: Improve inter setscene task dependency handling
  > Revert "cve-check: Modify judgment processing using "=" in version comparison"

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

* sources/meta-arm 0b61cc65...32dfb759 (5):
  > arm-bsp/documentation: corstone1000: fix the steps in the user guide and instructions
  > arm/hafnium: update to v2.10
  > arm/trusted-firmware-a: update to 2.10
  > arm/trusted-firmware-a: move patch file to bbappend
  > CI: switch back to master

* sources/meta-freescale 751102ef...3b58734d (1):
  > wayland: Delete recipe

* sources/meta-openembedded 5ad7203f6...fb8c86cbc (26):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > snappy: upgrade 1.1.9 -> 1.1.10
  > xf86-video-mga: upgrade 2.0.0 -> 2.0.1
  > ostree: Upgrade 2023.7 -> 2023.8
  > python3-flask-sqlalchemy: upgrade 2.5.1 -> 3.1.1
  > mutter: Make gnome-desktop and libcanberra dependencies optional
  > libxaw: upgrade 1.0.14 -> 1.0.15
  > xf86-input-void: upgrade 1.4.1 -> 1.4.2
  > xf86-video-ati: upgrade 19.1.0 -> 22.0.0
  > xorg-sgml-doctools: update summary depends and inc file
  > xorg-docs: add recipe
  > lvm2: 2.03.16 -> 2.03.22
  > xcursor-themes: add recipe
  > xbitmaps: upgrade 1.1.2 -> 1.1.3
  > wireplumber: update 0.4.15 -> 0.4.17
  > monocypher: pass LIBDIR to fix installed-vs-shipped QA issue with multilib
  > sip: Upgrade 6.7.12 -> 6.8.0
  > sessreg: upgrade 1.1.2 -> 1.1.3
  > xgamma: upgrade 1.0.6 -> 1.0.7
  > xkbevd: upgrade 1.1.4 -> 1.1.5
  > xlsatoms: upgrade 1.1.3 -> 1.1.4
  > xlsclients: upgrade 1.1.4 -> 1.1.5
  > xstdcmap: upgrade 1.0.4 -> 1.0.5
  > xcursorgen: upgrade 1.0.7 -> 1.0.8
  > poco: upgrade 1.12.4 -> 1.12.5p2
  > jasper: upgrade 2.0.33 -> 4.1.1

* sources/meta-qcom b27a7f1...104fd6f (1):
  > Merge pull request #558 from lumag/fix-yocto

* sources/meta-qt6 dc1b6e5...0b4945c (40):
  > 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
  > coin: add test build for PyQt6
  > python3-pyqt6: upgrade 6.5.3 -> 6.6.0
  > python3-pyqt6: add version 6.5.3
  > python3-pyqt6-sip: add version 13.6.0
  > python3-pyqt-builder-native: add recipe
  < Merge pull request #23 from YoeDistro/kraj/6.6
  < 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 ed9c1d25...07f08cf2 (3):
  > linux-tegra: fix unexpected operator
  > edk-firmware-tegra: Support A/B redundancy
  > conf/machine: Support redundant flash layouts

* sources/meta-ti d3bcad2c...5fb05dcb (7):
  > CI/CD Auto-Merger: cicd.master.202312070100
  > CI/CD Auto-Merger: cicd.master.202312060100
  > linux-bb.org: update to the latest
  > conf: machine: am62xx-lp-evm.conf: Pick LPM wkup sources overlay
  > Update SRCREV for ti-jailhouse
  > ti-extras: Add support for extra kernel/u-boot features for am62pxx
  > mesa-pvr: use different srcrev for Rogue and SGX GPU platforms

* 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 70ad9b9b30...2e6b276f2f (108):
  > qemurunner.py: ensure we drain stdout after boot prompt
  > linux-yocto: Increase rcu stall timeout to 60
  > 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
  > subports: Use _GNU_SOURCE
  > cargo: Add CARGO_LOCK_PATH for path to Cargo.lock
  > cargo: Move CARGO_MANIFEST_PATH/CARGO_SRC_DIR to cargo_common
  > cargo: Rename MANIFEST_PATH -> CARGO_MANIFEST_PATH
  > usergrouptests.py: Add test for switching between static-ids
  > useradd: Fix issues with useradd dependencies
  > sstate: Remove unneeded code from setscene_depvalid() related to useradd
  > sanity.conf: Require bitbake 2.6.1 for recent runqueue change
  > devtool: modify: Make --no-extract work again
  > devtool: upgrade: Update all existing checksums for the SRC_URI
  > recipetool: create: Improve identification of licenses
  > lib/oe/recipeutils: Avoid wrapping any SRC_URI[sha*sum] variables
  > oeqa/selftest/recipetool: Make test_recipetool_load_plugin more resilient
  > oeqa/selftest/devtool: Make test_devtool_load_plugin more resilient
  > oeqa/selftest/devtool: Avoid global Git hooks when amending a patch
  > oeqa/selftest/devtool: Correct git clone of local repository
  > go: upgrade 1.21.0 -> 1.21.5
  > go: bump 1.21.0
  > go: update 1.20.11 -> 1.20.12
  > go: update 1.20.10 -> 1.20.11
  > zstd: fix LICENSE statement
  > update_gtk_icon_cache: Fix for GTK4-only builds
  > man-db: 2.11.2 -> 2.12.0
  > socat: 1.7.4.4 -> 1.8.0.0
  > ldconfig-native: Add usrmerge support
  > libxcrypt.inc: use alternatives to resolve crypt.3 conflict
  > cairo: upgrade 1.16.0 -> 1.18.0
  > image-uefi.conf: Add EFI_UKI_PATH variable
  > lttng-tools: add a flag to test the userspace only
  > 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
  > genericx86: remove redundant assignments
  > linux-firmware: Create bnx2x subpackage
  > linux-firmware: Change bnx2 packaging
  > linux-firmware: Package iwlwifi .pnvm files
  > tiff: Backport fixes for CVE-2023-6277
  > gdb/systemd: enable minidebuginfo support conditionally
  > linux-yocto: update CVE exclusions
  > linux-yocto/6.1: update to v6.1.65
  > linux-yocto/6.5: update to v6.5.13
  > linux-yocto/6.5: update to v6.5.12
  > linux-yocto-dev: bump to v6.7
  > linux-yocto/6.1: update to v6.1.62
  > linux-yocto/6.5: update to v6.5.11
  > linux-yocto/6.5: cfg: split runtime and symbol debug
  > oeqa/selftest/recipetool: appendsrc: add test for update mode
  > oeqa/selftest/recipetool: appendsrfile: add test for machine
  > recipetool: appendsrcfile(s): add a mode to update the recipe itself
  > recipeutils: bbappend_recipe: allow to patch the recipe itself
  > recipetool: appendsrcfile(s): use params instead of extraline
  > recipeutils: bbappend_recipe: remove old srcuri entry if parameters are different
  > recipeutils: bbappend_recipe: add a way to specify the name of the file to add
  > recipeutils: bbappend_recipe: fix docstring
  > recipeutils: bbappend_recipe: fix undefined variable
  > recipetool: appendsrcfile(s): add dry-run mode
  > lib/oe/patch: handle creating patches for CRLF sources
  > systemtap-uprobes: removed as obsolete
  > systemtap: do not install uprobes and uprobes sources
  > systemtap: upgrade 4.9 -> 5.0
  > meta-yocto-bsp/oeqa/parselogs: add BSP-specific ignores
  > oeqa/runtime/parselogs: migrate ignores
  > oeqa/runtime/parselogs: load ignores from disk
  > gettext: Upgrade 0.22.3 -> 0.22.4
  > avahi: update URL for new project location
  > ell: upgrade 0.60 -> 0.61
  > psplash: upgrade to latest revision
  > json-glib: upgrade 1.6.6 -> 1.8.0
  > 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
  > python3-pygments: upgrade 2.16.1 -> 2.17.2
  > python3-bcrypt: upgrade 4.0.1 -> 4.1.1
  > oeqa/selftest/recipetool/devtool: add test for pypi class
  > oeqa/selftest/recipetool: remove spaces on empty lines
  > recipetool: create_buildsys_python: add pypi support
  > recipetool: create: add new optional process_url callback for plugins
  > recipetool: create: add trailing newlines
  > recipetool: create_buildsys_python.py: initialize metadata
  > bitbake: toaster-eventreplay: Remove ordering assumptions
  > bitbake: toaster: fix pytest build test execution and test discovery
  > bitbake: bitbake: Move to version 2.6.1 to mark runqueue changes
  > bitbake: toastergui: Fix regex markup issues
  > bitbake: toastermain/settings: Avoid python filehandle closure warnings
  > bitbake: toaster: Fix assertRegexpMatches deprecation warnings
  > bitbake: bb/toaster: Fix assertEquals deprecation warnings
  > bitbake: toaster/test: delay driver action until elements to appear
  > bitbake: toaster/test: from test_no_builds_message.py wait for the empty state div to appear
  > bitbake: toaster/test: bug-fix on tests/browser/test_all_builds_page
  > bitbake: runqueue: Improve inter setscene task dependency handling
  > Revert "cve-check: Modify judgment processing using "=" in version comparison"

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

* sources/meta-arm 0b61cc65...32dfb759 (5):
  > arm-bsp/documentation: corstone1000: fix the steps in the user guide and instructions
  > arm/hafnium: update to v2.10
  > arm/trusted-firmware-a: update to 2.10
  > arm/trusted-firmware-a: move patch file to bbappend
  > CI: switch back to master

* sources/meta-freescale 751102ef...3b58734d (1):
  > wayland: Delete recipe

* sources/meta-openembedded 5ad7203f6...b46c740cb (32):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > python3-pydantic: enable ptest
  > python3-cloudpickle: add v3.0.0
  > python3-pydantic-core: enable ptest
  > python3-dirty-equals: add v0.7.1
  > python3-pydantic: fix RDEPENDS
  > python3-annotated-types: add v0.6.0
  > python3-pydantic-core: add v2.14.5
  > xf86-video-mga: upgrade 2.0.0 -> 2.0.1
  > ostree: Upgrade 2023.7 -> 2023.8
  > python3-flask-sqlalchemy: upgrade 2.5.1 -> 3.1.1
  > mutter: Make gnome-desktop and libcanberra dependencies optional
  > libxaw: upgrade 1.0.14 -> 1.0.15
  > xf86-input-void: upgrade 1.4.1 -> 1.4.2
  > xf86-video-ati: upgrade 19.1.0 -> 22.0.0
  > xorg-sgml-doctools: update summary depends and inc file
  > xorg-docs: add recipe
  > lvm2: 2.03.16 -> 2.03.22
  > xcursor-themes: add recipe
  > xbitmaps: upgrade 1.1.2 -> 1.1.3
  > wireplumber: update 0.4.15 -> 0.4.17
  > monocypher: pass LIBDIR to fix installed-vs-shipped QA issue with multilib
  > sip: Upgrade 6.7.12 -> 6.8.0
  > sessreg: upgrade 1.1.2 -> 1.1.3
  > xgamma: upgrade 1.0.6 -> 1.0.7
  > xkbevd: upgrade 1.1.4 -> 1.1.5
  > xlsatoms: upgrade 1.1.3 -> 1.1.4
  > xlsclients: upgrade 1.1.4 -> 1.1.5
  > xstdcmap: upgrade 1.0.4 -> 1.0.5
  > xcursorgen: upgrade 1.0.7 -> 1.0.8
  > poco: upgrade 1.12.4 -> 1.12.5p2
  > jasper: upgrade 2.0.33 -> 4.1.1

* sources/meta-qcom b27a7f1...104fd6f (1):
  > Merge pull request #558 from lumag/fix-yocto

* sources/meta-qt6 dc1b6e5...0b4945c (40):
  > 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
  > coin: add test build for PyQt6
  > python3-pyqt6: upgrade 6.5.3 -> 6.6.0
  > python3-pyqt6: add version 6.5.3
  > python3-pyqt6-sip: add version 13.6.0
  > python3-pyqt-builder-native: add recipe
  < Merge pull request #23 from YoeDistro/kraj/6.6
  < 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 ed9c1d25...07f08cf2 (3):
  > linux-tegra: fix unexpected operator
  > edk-firmware-tegra: Support A/B redundancy
  > conf/machine: Support redundant flash layouts

* sources/meta-ti d3bcad2c...5fb05dcb (7):
  > CI/CD Auto-Merger: cicd.master.202312070100
  > CI/CD Auto-Merger: cicd.master.202312060100
  > linux-bb.org: update to the latest
  > conf: machine: am62xx-lp-evm.conf: Pick LPM wkup sources overlay
  > Update SRCREV for ti-jailhouse
  > ti-extras: Add support for extra kernel/u-boot features for am62pxx
  > mesa-pvr: use different srcrev for Rogue and SGX GPU platforms

* 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 70ad9b9b30...c17af88da9 (107):
  > qemurunner.py: ensure we drain stdout after boot prompt
  > linux-yocto: Increase rcu stall timeout to 60
  > 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
  > subports: Use _GNU_SOURCE
  > cargo: Add CARGO_LOCK_PATH for path to Cargo.lock
  > cargo: Move CARGO_MANIFEST_PATH/CARGO_SRC_DIR to cargo_common
  > cargo: Rename MANIFEST_PATH -> CARGO_MANIFEST_PATH
  > usergrouptests.py: Add test for switching between static-ids
  > useradd: Fix issues with useradd dependencies
  > sstate: Remove unneeded code from setscene_depvalid() related to useradd
  > sanity.conf: Require bitbake 2.6.1 for recent runqueue change
  > devtool: modify: Make --no-extract work again
  > devtool: upgrade: Update all existing checksums for the SRC_URI
  > recipetool: create: Only include the expected SRC_URI checksums
  > recipetool: create: Improve identification of licenses
  > lib/oe/recipeutils: Avoid wrapping any SRC_URI[sha*sum] variables
  > oeqa/selftest/recipetool: Make test_recipetool_load_plugin more resilient
  > oeqa/selftest/devtool: Make test_devtool_load_plugin more resilient
  > oeqa/selftest/devtool: Avoid global Git hooks when amending a patch
  > oeqa/selftest/devtool: Correct git clone of local repository
  > go: update 1.20.11 -> 1.20.12
  > go: update 1.20.10 -> 1.20.11
  > zstd: fix LICENSE statement
  > update_gtk_icon_cache: Fix for GTK4-only builds
  > man-db: 2.11.2 -> 2.12.0
  > socat: 1.7.4.4 -> 1.8.0.0
  > ldconfig-native: Add usrmerge support
  > libxcrypt.inc: use alternatives to resolve crypt.3 conflict
  > cairo: upgrade 1.16.0 -> 1.18.0
  > image-uefi.conf: Add EFI_UKI_PATH variable
  > lttng-tools: add a flag to test the userspace only
  > 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
  > genericx86: remove redundant assignments
  > linux-firmware: Create bnx2x subpackage
  > linux-firmware: Change bnx2 packaging
  > linux-firmware: Package iwlwifi .pnvm files
  > tiff: Backport fixes for CVE-2023-6277
  > gdb/systemd: enable minidebuginfo support conditionally
  > linux-yocto: update CVE exclusions
  > linux-yocto/6.1: update to v6.1.65
  > linux-yocto/6.5: update to v6.5.13
  > linux-yocto/6.5: update to v6.5.12
  > linux-yocto-dev: bump to v6.7
  > linux-yocto/6.1: update to v6.1.62
  > linux-yocto/6.5: update to v6.5.11
  > linux-yocto/6.5: cfg: split runtime and symbol debug
  > oeqa/selftest/recipetool: appendsrc: add test for update mode
  > oeqa/selftest/recipetool: appendsrfile: add test for machine
  > recipetool: appendsrcfile(s): add a mode to update the recipe itself
  > recipeutils: bbappend_recipe: allow to patch the recipe itself
  > recipetool: appendsrcfile(s): use params instead of extraline
  > recipeutils: bbappend_recipe: remove old srcuri entry if parameters are different
  > recipeutils: bbappend_recipe: add a way to specify the name of the file to add
  > recipeutils: bbappend_recipe: fix docstring
  > recipeutils: bbappend_recipe: fix undefined variable
  > recipetool: appendsrcfile(s): add dry-run mode
  > lib/oe/patch: handle creating patches for CRLF sources
  > systemtap-uprobes: removed as obsolete
  > systemtap: do not install uprobes and uprobes sources
  > systemtap: upgrade 4.9 -> 5.0
  > meta-yocto-bsp/oeqa/parselogs: add BSP-specific ignores
  > oeqa/runtime/parselogs: migrate ignores
  > oeqa/runtime/parselogs: load ignores from disk
  > gettext: Upgrade 0.22.3 -> 0.22.4
  > avahi: update URL for new project location
  > ell: upgrade 0.60 -> 0.61
  > psplash: upgrade to latest revision
  > json-glib: upgrade 1.6.6 -> 1.8.0
  > 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
  > python3-pygments: upgrade 2.16.1 -> 2.17.2
  > python3-bcrypt: upgrade 4.0.1 -> 4.1.1
  > oeqa/selftest/recipetool/devtool: add test for pypi class
  > oeqa/selftest/recipetool: remove spaces on empty lines
  > recipetool: create_buildsys_python: add pypi support
  > recipetool: create: add new optional process_url callback for plugins
  > recipetool: create: add trailing newlines
  > recipetool: create_buildsys_python.py: initialize metadata
  > bitbake: toaster-eventreplay: Remove ordering assumptions
  > bitbake: toaster: fix pytest build test execution and test discovery
  > bitbake: bitbake: Move to version 2.6.1 to mark runqueue changes
  > bitbake: toastergui: Fix regex markup issues
  > bitbake: toastermain/settings: Avoid python filehandle closure warnings
  > bitbake: toaster: Fix assertRegexpMatches deprecation warnings
  > bitbake: bb/toaster: Fix assertEquals deprecation warnings
  > bitbake: toaster/test: delay driver action until elements to appear
  > bitbake: toaster/test: from test_no_builds_message.py wait for the empty state div to appear
  > bitbake: toaster/test: bug-fix on tests/browser/test_all_builds_page
  > bitbake: runqueue: Improve inter setscene task dependency handling
  > Revert "cve-check: Modify judgment processing using "=" in version comparison"

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

* sources/meta-arm 0b61cc65...32dfb759 (5):
  > arm-bsp/documentation: corstone1000: fix the steps in the user guide and instructions
  > arm/hafnium: update to v2.10
  > arm/trusted-firmware-a: update to 2.10
  > arm/trusted-firmware-a: move patch file to bbappend
  > CI: switch back to master

* sources/meta-freescale 751102ef...3b58734d (1):
  > wayland: Delete recipe

* sources/meta-openembedded 5ad7203f6...b46c740cb (32):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > python3-pydantic: enable ptest
  > python3-cloudpickle: add v3.0.0
  > python3-pydantic-core: enable ptest
  > python3-dirty-equals: add v0.7.1
  > python3-pydantic: fix RDEPENDS
  > python3-annotated-types: add v0.6.0
  > python3-pydantic-core: add v2.14.5
  > xf86-video-mga: upgrade 2.0.0 -> 2.0.1
  > ostree: Upgrade 2023.7 -> 2023.8
  > python3-flask-sqlalchemy: upgrade 2.5.1 -> 3.1.1
  > mutter: Make gnome-desktop and libcanberra dependencies optional
  > libxaw: upgrade 1.0.14 -> 1.0.15
  > xf86-input-void: upgrade 1.4.1 -> 1.4.2
  > xf86-video-ati: upgrade 19.1.0 -> 22.0.0
  > xorg-sgml-doctools: update summary depends and inc file
  > xorg-docs: add recipe
  > lvm2: 2.03.16 -> 2.03.22
  > xcursor-themes: add recipe
  > xbitmaps: upgrade 1.1.2 -> 1.1.3
  > wireplumber: update 0.4.15 -> 0.4.17
  > monocypher: pass LIBDIR to fix installed-vs-shipped QA issue with multilib
  > sip: Upgrade 6.7.12 -> 6.8.0
  > sessreg: upgrade 1.1.2 -> 1.1.3
  > xgamma: upgrade 1.0.6 -> 1.0.7
  > xkbevd: upgrade 1.1.4 -> 1.1.5
  > xlsatoms: upgrade 1.1.3 -> 1.1.4
  > xlsclients: upgrade 1.1.4 -> 1.1.5
  > xstdcmap: upgrade 1.0.4 -> 1.0.5
  > xcursorgen: upgrade 1.0.7 -> 1.0.8
  > poco: upgrade 1.12.4 -> 1.12.5p2
  > jasper: upgrade 2.0.33 -> 4.1.1

* sources/meta-qcom b27a7f1...104fd6f (1):
  > Merge pull request #558 from lumag/fix-yocto

* sources/meta-qt6 dc1b6e5...0b4945c (40):
  > 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
  > coin: add test build for PyQt6
  > python3-pyqt6: upgrade 6.5.3 -> 6.6.0
  > python3-pyqt6: add version 6.5.3
  > python3-pyqt6-sip: add version 13.6.0
  > python3-pyqt-builder-native: add recipe
  < Merge pull request #23 from YoeDistro/kraj/6.6
  < 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 ed9c1d25...07f08cf2 (3):
  > linux-tegra: fix unexpected operator
  > edk-firmware-tegra: Support A/B redundancy
  > conf/machine: Support redundant flash layouts

* sources/meta-ti d3bcad2c...5fb05dcb (7):
  > CI/CD Auto-Merger: cicd.master.202312070100
  > CI/CD Auto-Merger: cicd.master.202312060100
  > linux-bb.org: update to the latest
  > conf: machine: am62xx-lp-evm.conf: Pick LPM wkup sources overlay
  > Update SRCREV for ti-jailhouse
  > ti-extras: Add support for extra kernel/u-boot features for am62pxx
  > mesa-pvr: use different srcrev for Rogue and SGX GPU platforms

* 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 70ad9b9b30...6c330b426c (113):
  > python3-maturin: add sdk (testsdk) test case
  > oe-selfest: add maturn runtime (testimage) test
  > recipetool: add python_maturin support
  > classes-recipe: add python_maturin.bbclass
  > python3-maturin: add v1.3.2
  > python3-setuptools-rust: BBCLASSEXTEND + nativesdk
  > qemurunner.py: ensure we drain stdout after boot prompt
  > linux-yocto: Increase rcu stall timeout to 60
  > 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
  > subports: Use _GNU_SOURCE
  > cargo: Add CARGO_LOCK_PATH for path to Cargo.lock
  > cargo: Move CARGO_MANIFEST_PATH/CARGO_SRC_DIR to cargo_common
  > cargo: Rename MANIFEST_PATH -> CARGO_MANIFEST_PATH
  > usergrouptests.py: Add test for switching between static-ids
  > useradd: Fix issues with useradd dependencies
  > sstate: Remove unneeded code from setscene_depvalid() related to useradd
  > sanity.conf: Require bitbake 2.6.1 for recent runqueue change
  > devtool: modify: Make --no-extract work again
  > devtool: upgrade: Update all existing checksums for the SRC_URI
  > recipetool: create: Only include the expected SRC_URI checksums
  > recipetool: create: Improve identification of licenses
  > lib/oe/recipeutils: Avoid wrapping any SRC_URI[sha*sum] variables
  > oeqa/selftest/recipetool: Make test_recipetool_load_plugin more resilient
  > oeqa/selftest/devtool: Make test_devtool_load_plugin more resilient
  > oeqa/selftest/devtool: Avoid global Git hooks when amending a patch
  > oeqa/selftest/devtool: Correct git clone of local repository
  > go: update 1.20.11 -> 1.20.12
  > go: update 1.20.10 -> 1.20.11
  > zstd: fix LICENSE statement
  > update_gtk_icon_cache: Fix for GTK4-only builds
  > man-db: 2.11.2 -> 2.12.0
  > socat: 1.7.4.4 -> 1.8.0.0
  > ldconfig-native: Add usrmerge support
  > libxcrypt.inc: use alternatives to resolve crypt.3 conflict
  > cairo: upgrade 1.16.0 -> 1.18.0
  > image-uefi.conf: Add EFI_UKI_PATH variable
  > lttng-tools: add a flag to test the userspace only
  > 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
  > genericx86: remove redundant assignments
  > linux-firmware: Create bnx2x subpackage
  > linux-firmware: Change bnx2 packaging
  > linux-firmware: Package iwlwifi .pnvm files
  > tiff: Backport fixes for CVE-2023-6277
  > gdb/systemd: enable minidebuginfo support conditionally
  > linux-yocto: update CVE exclusions
  > linux-yocto/6.1: update to v6.1.65
  > linux-yocto/6.5: update to v6.5.13
  > linux-yocto/6.5: update to v6.5.12
  > linux-yocto-dev: bump to v6.7
  > linux-yocto/6.1: update to v6.1.62
  > linux-yocto/6.5: update to v6.5.11
  > linux-yocto/6.5: cfg: split runtime and symbol debug
  > oeqa/selftest/recipetool: appendsrc: add test for update mode
  > oeqa/selftest/recipetool: appendsrfile: add test for machine
  > recipetool: appendsrcfile(s): add a mode to update the recipe itself
  > recipeutils: bbappend_recipe: allow to patch the recipe itself
  > recipetool: appendsrcfile(s): use params instead of extraline
  > recipeutils: bbappend_recipe: remove old srcuri entry if parameters are different
  > recipeutils: bbappend_recipe: add a way to specify the name of the file to add
  > recipeutils: bbappend_recipe: fix docstring
  > recipeutils: bbappend_recipe: fix undefined variable
  > recipetool: appendsrcfile(s): add dry-run mode
  > lib/oe/patch: handle creating patches for CRLF sources
  > systemtap-uprobes: removed as obsolete
  > systemtap: do not install uprobes and uprobes sources
  > systemtap: upgrade 4.9 -> 5.0
  > meta-yocto-bsp/oeqa/parselogs: add BSP-specific ignores
  > oeqa/runtime/parselogs: migrate ignores
  > oeqa/runtime/parselogs: load ignores from disk
  > gettext: Upgrade 0.22.3 -> 0.22.4
  > avahi: update URL for new project location
  > ell: upgrade 0.60 -> 0.61
  > psplash: upgrade to latest revision
  > json-glib: upgrade 1.6.6 -> 1.8.0
  > 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
  > python3-pygments: upgrade 2.16.1 -> 2.17.2
  > python3-bcrypt: upgrade 4.0.1 -> 4.1.1
  > oeqa/selftest/recipetool/devtool: add test for pypi class
  > oeqa/selftest/recipetool: remove spaces on empty lines
  > recipetool: create_buildsys_python: add pypi support
  > recipetool: create: add new optional process_url callback for plugins
  > recipetool: create: add trailing newlines
  > recipetool: create_buildsys_python.py: initialize metadata
  > bitbake: toaster-eventreplay: Remove ordering assumptions
  > bitbake: toaster: fix pytest build test execution and test discovery
  > bitbake: bitbake: Move to version 2.6.1 to mark runqueue changes
  > bitbake: toastergui: Fix regex markup issues
  > bitbake: toastermain/settings: Avoid python filehandle closure warnings
  > bitbake: toaster: Fix assertRegexpMatches deprecation warnings
  > bitbake: bb/toaster: Fix assertEquals deprecation warnings
  > bitbake: toaster/test: delay driver action until elements to appear
  > bitbake: toaster/test: from test_no_builds_message.py wait for the empty state div to appear
  > bitbake: toaster/test: bug-fix on tests/browser/test_all_builds_page
  > bitbake: runqueue: Improve inter setscene task dependency handling
  > Revert "cve-check: Modify judgment processing using "=" in version comparison"

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

* sources/meta-arm 0b61cc65...32dfb759 (5):
  > arm-bsp/documentation: corstone1000: fix the steps in the user guide and instructions
  > arm/hafnium: update to v2.10
  > arm/trusted-firmware-a: update to 2.10
  > arm/trusted-firmware-a: move patch file to bbappend
  > CI: switch back to master

* sources/meta-freescale 751102ef...3b58734d (1):
  > wayland: Delete recipe

* sources/meta-intel df5a4501...1b4e1a25 (3):
  > intel-cmt-cat: upgrade 23.08 -> 23.11
  > open-model-zoo: upgrade 2023.1.0 -> 2023.2.0
  > openvino-model-optimizer: upgrade 2023.1.0 -> 2023.2.0

* sources/meta-openembedded 5ad7203f6...b46c740cb (32):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > python3-pydantic: enable ptest
  > python3-cloudpickle: add v3.0.0
  > python3-pydantic-core: enable ptest
  > python3-dirty-equals: add v0.7.1
  > python3-pydantic: fix RDEPENDS
  > python3-annotated-types: add v0.6.0
  > python3-pydantic-core: add v2.14.5
  > xf86-video-mga: upgrade 2.0.0 -> 2.0.1
  > ostree: Upgrade 2023.7 -> 2023.8
  > python3-flask-sqlalchemy: upgrade 2.5.1 -> 3.1.1
  > mutter: Make gnome-desktop and libcanberra dependencies optional
  > libxaw: upgrade 1.0.14 -> 1.0.15
  > xf86-input-void: upgrade 1.4.1 -> 1.4.2
  > xf86-video-ati: upgrade 19.1.0 -> 22.0.0
  > xorg-sgml-doctools: update summary depends and inc file
  > xorg-docs: add recipe
  > lvm2: 2.03.16 -> 2.03.22
  > xcursor-themes: add recipe
  > xbitmaps: upgrade 1.1.2 -> 1.1.3
  > wireplumber: update 0.4.15 -> 0.4.17
  > monocypher: pass LIBDIR to fix installed-vs-shipped QA issue with multilib
  > sip: Upgrade 6.7.12 -> 6.8.0
  > sessreg: upgrade 1.1.2 -> 1.1.3
  > xgamma: upgrade 1.0.6 -> 1.0.7
  > xkbevd: upgrade 1.1.4 -> 1.1.5
  > xlsatoms: upgrade 1.1.3 -> 1.1.4
  > xlsclients: upgrade 1.1.4 -> 1.1.5
  > xstdcmap: upgrade 1.0.4 -> 1.0.5
  > xcursorgen: upgrade 1.0.7 -> 1.0.8
  > poco: upgrade 1.12.4 -> 1.12.5p2
  > jasper: upgrade 2.0.33 -> 4.1.1

* sources/meta-qcom b27a7f1...104fd6f (1):
  > Merge pull request #558 from lumag/fix-yocto

* sources/meta-qt6 dc1b6e5...0b4945c (40):
  > 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
  > coin: add test build for PyQt6
  > python3-pyqt6: upgrade 6.5.3 -> 6.6.0
  > python3-pyqt6: add version 6.5.3
  > python3-pyqt6-sip: add version 13.6.0
  > python3-pyqt-builder-native: add recipe
  < Merge pull request #23 from YoeDistro/kraj/6.6
  < 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 ed9c1d25...07f08cf2 (3):
  > linux-tegra: fix unexpected operator
  > edk-firmware-tegra: Support A/B redundancy
  > conf/machine: Support redundant flash layouts

* sources/meta-ti d3bcad2c...5fb05dcb (7):
  > CI/CD Auto-Merger: cicd.master.202312070100
  > CI/CD Auto-Merger: cicd.master.202312060100
  > linux-bb.org: update to the latest
  > conf: machine: am62xx-lp-evm.conf: Pick LPM wkup sources overlay
  > Update SRCREV for ti-jailhouse
  > ti-extras: Add support for extra kernel/u-boot features for am62pxx
  > mesa-pvr: use different srcrev for Rogue and SGX GPU platforms

* 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 70ad9b9b30...3fa381a5c5 (113):
  > gdb: Update to gdb 14.1 release
  > python3-maturin: add sdk (testsdk) test case
  > oe-selfest: add maturn runtime (testimage) test
  > recipetool: add python_maturin support
  > classes-recipe: add python_maturin.bbclass
  > python3-maturin: add v1.3.2
  > python3-setuptools-rust: BBCLASSEXTEND + nativesdk
  > qemurunner.py: ensure we drain stdout after boot prompt
  > linux-yocto: Increase rcu stall timeout to 60
  > 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
  > 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
  > subports: Use _GNU_SOURCE
  > cargo: Add CARGO_LOCK_PATH for path to Cargo.lock
  > cargo: Move CARGO_MANIFEST_PATH/CARGO_SRC_DIR to cargo_common
  > cargo: Rename MANIFEST_PATH -> CARGO_MANIFEST_PATH
  > usergrouptests.py: Add test for switching between static-ids
  > useradd: Fix issues with useradd dependencies
  > sstate: Remove unneeded code from setscene_depvalid() related to useradd
  > sanity.conf: Require bitbake 2.6.1 for recent runqueue change
  > devtool: modify: Make --no-extract work again
  > devtool: upgrade: Update all existing checksums for the SRC_URI
  > recipetool: create: Only include the expected SRC_URI checksums
  > recipetool: create: Improve identification of licenses
  > lib/oe/recipeutils: Avoid wrapping any SRC_URI[sha*sum] variables
  > oeqa/selftest/recipetool: Make test_recipetool_load_plugin more resilient
  > oeqa/selftest/devtool: Make test_devtool_load_plugin more resilient
  > oeqa/selftest/devtool: Avoid global Git hooks when amending a patch
  > oeqa/selftest/devtool: Correct git clone of local repository
  > go: update 1.20.11 -> 1.20.12
  > go: update 1.20.10 -> 1.20.11
  > zstd: fix LICENSE statement
  > update_gtk_icon_cache: Fix for GTK4-only builds
  > man-db: 2.11.2 -> 2.12.0
  > socat: 1.7.4.4 -> 1.8.0.0
  > ldconfig-native: Add usrmerge support
  > libxcrypt.inc: use alternatives to resolve crypt.3 conflict
  > cairo: upgrade 1.16.0 -> 1.18.0
  > image-uefi.conf: Add EFI_UKI_PATH variable
  > lttng-tools: add a flag to test the userspace only
  > 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
  > genericx86: remove redundant assignments
  > linux-firmware: Create bnx2x subpackage
  > linux-firmware: Change bnx2 packaging
  > linux-firmware: Package iwlwifi .pnvm files
  > tiff: Backport fixes for CVE-2023-6277
  > gdb/systemd: enable minidebuginfo support conditionally
  > linux-yocto: update CVE exclusions
  > linux-yocto/6.1: update to v6.1.65
  > linux-yocto/6.5: update to v6.5.13
  > linux-yocto/6.5: update to v6.5.12
  > linux-yocto-dev: bump to v6.7
  > linux-yocto/6.1: update to v6.1.62
  > linux-yocto/6.5: update to v6.5.11
  > linux-yocto/6.5: cfg: split runtime and symbol debug
  > oeqa/selftest/recipetool: appendsrc: add test for update mode
  > oeqa/selftest/recipetool: appendsrfile: add test for machine
  > recipetool: appendsrcfile(s): add a mode to update the recipe itself
  > recipeutils: bbappend_recipe: allow to patch the recipe itself
  > recipetool: appendsrcfile(s): use params instead of extraline
  > recipeutils: bbappend_recipe: remove old srcuri entry if parameters are different
  > recipeutils: bbappend_recipe: add a way to specify the name of the file to add
  > recipeutils: bbappend_recipe: fix docstring
  > recipeutils: bbappend_recipe: fix undefined variable
  > recipetool: appendsrcfile(s): add dry-run mode
  > lib/oe/patch: handle creating patches for CRLF sources
  > systemtap-uprobes: removed as obsolete
  > systemtap: do not install uprobes and uprobes sources
  > systemtap: upgrade 4.9 -> 5.0
  > meta-yocto-bsp/oeqa/parselogs: add BSP-specific ignores
  > oeqa/runtime/parselogs: migrate ignores
  > oeqa/runtime/parselogs: load ignores from disk
  > gettext: Upgrade 0.22.3 -> 0.22.4
  > avahi: update URL for new project location
  > ell: upgrade 0.60 -> 0.61
  > psplash: upgrade to latest revision
  > json-glib: upgrade 1.6.6 -> 1.8.0
  > 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
  > python3-pygments: upgrade 2.16.1 -> 2.17.2
  > python3-bcrypt: upgrade 4.0.1 -> 4.1.1
  > oeqa/selftest/recipetool/devtool: add test for pypi class
  > oeqa/selftest/recipetool: remove spaces on empty lines
  > recipetool: create_buildsys_python: add pypi support
  > recipetool: create: add new optional process_url callback for plugins
  > recipetool: create: add trailing newlines
  > recipetool: create_buildsys_python.py: initialize metadata
  > bitbake: toaster-eventreplay: Remove ordering assumptions
  > bitbake: toaster: fix pytest build test execution and test discovery
  > bitbake: bitbake: Move to version 2.6.1 to mark runqueue changes
  > bitbake: toastergui: Fix regex markup issues
  > bitbake: toastermain/settings: Avoid python filehandle closure warnings
  > bitbake: toaster: Fix assertRegexpMatches deprecation warnings
  > bitbake: bb/toaster: Fix assertEquals deprecation warnings
  > bitbake: toaster/test: delay driver action until elements to appear
  > bitbake: toaster/test: from test_no_builds_message.py wait for the empty state div to appear
  > bitbake: toaster/test: bug-fix on tests/browser/test_all_builds_page
  > bitbake: runqueue: Improve inter setscene task dependency handling
  > Revert "cve-check: Modify judgment processing using "=" in version comparison"

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

* sources/meta-arm 0b61cc65...32dfb759 (5):
  > arm-bsp/documentation: corstone1000: fix the steps in the user guide and instructions
  > arm/hafnium: update to v2.10
  > arm/trusted-firmware-a: update to 2.10
  > arm/trusted-firmware-a: move patch file to bbappend
  > CI: switch back to master

* sources/meta-freescale 751102ef...3b58734d (1):
  > wayland: Delete recipe

* sources/meta-intel df5a4501...91ff1977 (4):
  > README: update installer image config
  > intel-cmt-cat: upgrade 23.08 -> 23.11
  > open-model-zoo: upgrade 2023.1.0 -> 2023.2.0
  > openvino-model-optimizer: upgrade 2023.1.0 -> 2023.2.0

* sources/meta-openembedded 5ad7203f6...34d5f7d66 (33):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > python3-pydantic: enable ptest
  > python3-cloudpickle: add v3.0.0
  > python3-pydantic-core: enable ptest
  > python3-dirty-equals: add v0.7.1
  > python3-pydantic: fix RDEPENDS
  > python3-annotated-types: add v0.6.0
  > python3-pydantic-core: add v2.14.5
  > abseil-cpp: remove -Dcmake_cxx_standard=14 flag from extra_oecmake
  > xf86-video-mga: upgrade 2.0.0 -> 2.0.1
  > ostree: Upgrade 2023.7 -> 2023.8
  > python3-flask-sqlalchemy: upgrade 2.5.1 -> 3.1.1
  > mutter: Make gnome-desktop and libcanberra dependencies optional
  > libxaw: upgrade 1.0.14 -> 1.0.15
  > xf86-input-void: upgrade 1.4.1 -> 1.4.2
  > xf86-video-ati: upgrade 19.1.0 -> 22.0.0
  > xorg-sgml-doctools: update summary depends and inc file
  > xorg-docs: add recipe
  > lvm2: 2.03.16 -> 2.03.22
  > xcursor-themes: add recipe
  > xbitmaps: upgrade 1.1.2 -> 1.1.3
  > wireplumber: update 0.4.15 -> 0.4.17
  > monocypher: pass LIBDIR to fix installed-vs-shipped QA issue with multilib
  > sip: Upgrade 6.7.12 -> 6.8.0
  > sessreg: upgrade 1.1.2 -> 1.1.3
  > xgamma: upgrade 1.0.6 -> 1.0.7
  > xkbevd: upgrade 1.1.4 -> 1.1.5
  > xlsatoms: upgrade 1.1.3 -> 1.1.4
  > xlsclients: upgrade 1.1.4 -> 1.1.5
  > xstdcmap: upgrade 1.0.4 -> 1.0.5
  > xcursorgen: upgrade 1.0.7 -> 1.0.8
  > poco: upgrade 1.12.4 -> 1.12.5p2
  > jasper: upgrade 2.0.33 -> 4.1.1

* sources/meta-qcom b27a7f1...104fd6f (1):
  > Merge pull request #558 from lumag/fix-yocto

* sources/meta-qt6 dc1b6e5...0b4945c (40):
  > 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
  > coin: add test build for PyQt6
  > python3-pyqt6: upgrade 6.5.3 -> 6.6.0
  > python3-pyqt6: add version 6.5.3
  > python3-pyqt6-sip: add version 13.6.0
  > python3-pyqt-builder-native: add recipe
  < Merge pull request #23 from YoeDistro/kraj/6.6
  < 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 ed9c1d25...07f08cf2 (3):
  > linux-tegra: fix unexpected operator
  > edk-firmware-tegra: Support A/B redundancy
  > conf/machine: Support redundant flash layouts

* sources/meta-ti d3bcad2c...5fb05dcb (7):
  > CI/CD Auto-Merger: cicd.master.202312070100
  > CI/CD Auto-Merger: cicd.master.202312060100
  > linux-bb.org: update to the latest
  > conf: machine: am62xx-lp-evm.conf: Pick LPM wkup sources overlay
  > Update SRCREV for ti-jailhouse
  > ti-extras: Add support for extra kernel/u-boot features for am62pxx
  > mesa-pvr: use different srcrev for Rogue and SGX GPU platforms

* 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 70ad9b9b30...3fa381a5c5 (113):
  > gdb: Update to gdb 14.1 release
  > python3-maturin: add sdk (testsdk) test case
  > oe-selfest: add maturn runtime (testimage) test
  > recipetool: add python_maturin support
  > classes-recipe: add python_maturin.bbclass
  > python3-maturin: add v1.3.2
  > python3-setuptools-rust: BBCLASSEXTEND + nativesdk
  > qemurunner.py: ensure we drain stdout after boot prompt
  > linux-yocto: Increase rcu stall timeout to 60
  > 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
  > 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
  > subports: Use _GNU_SOURCE
  > cargo: Add CARGO_LOCK_PATH for path to Cargo.lock
  > cargo: Move CARGO_MANIFEST_PATH/CARGO_SRC_DIR to cargo_common
  > cargo: Rename MANIFEST_PATH -> CARGO_MANIFEST_PATH
  > usergrouptests.py: Add test for switching between static-ids
  > useradd: Fix issues with useradd dependencies
  > sstate: Remove unneeded code from setscene_depvalid() related to useradd
  > sanity.conf: Require bitbake 2.6.1 for recent runqueue change
  > devtool: modify: Make --no-extract work again
  > devtool: upgrade: Update all existing checksums for the SRC_URI
  > recipetool: create: Only include the expected SRC_URI checksums
  > recipetool: create: Improve identification of licenses
  > lib/oe/recipeutils: Avoid wrapping any SRC_URI[sha*sum] variables
  > oeqa/selftest/recipetool: Make test_recipetool_load_plugin more resilient
  > oeqa/selftest/devtool: Make test_devtool_load_plugin more resilient
  > oeqa/selftest/devtool: Avoid global Git hooks when amending a patch
  > oeqa/selftest/devtool: Correct git clone of local repository
  > go: update 1.20.11 -> 1.20.12
  > go: update 1.20.10 -> 1.20.11
  > zstd: fix LICENSE statement
  > update_gtk_icon_cache: Fix for GTK4-only builds
  > man-db: 2.11.2 -> 2.12.0
  > socat: 1.7.4.4 -> 1.8.0.0
  > ldconfig-native: Add usrmerge support
  > libxcrypt.inc: use alternatives to resolve crypt.3 conflict
  > cairo: upgrade 1.16.0 -> 1.18.0
  > image-uefi.conf: Add EFI_UKI_PATH variable
  > lttng-tools: add a flag to test the userspace only
  > 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
  > genericx86: remove redundant assignments
  > linux-firmware: Create bnx2x subpackage
  > linux-firmware: Change bnx2 packaging
  > linux-firmware: Package iwlwifi .pnvm files
  > tiff: Backport fixes for CVE-2023-6277
  > gdb/systemd: enable minidebuginfo support conditionally
  > linux-yocto: update CVE exclusions
  > linux-yocto/6.1: update to v6.1.65
  > linux-yocto/6.5: update to v6.5.13
  > linux-yocto/6.5: update to v6.5.12
  > linux-yocto-dev: bump to v6.7
  > linux-yocto/6.1: update to v6.1.62
  > linux-yocto/6.5: update to v6.5.11
  > linux-yocto/6.5: cfg: split runtime and symbol debug
  > oeqa/selftest/recipetool: appendsrc: add test for update mode
  > oeqa/selftest/recipetool: appendsrfile: add test for machine
  > recipetool: appendsrcfile(s): add a mode to update the recipe itself
  > recipeutils: bbappend_recipe: allow to patch the recipe itself
  > recipetool: appendsrcfile(s): use params instead of extraline
  > recipeutils: bbappend_recipe: remove old srcuri entry if parameters are different
  > recipeutils: bbappend_recipe: add a way to specify the name of the file to add
  > recipeutils: bbappend_recipe: fix docstring
  > recipeutils: bbappend_recipe: fix undefined variable
  > recipetool: appendsrcfile(s): add dry-run mode
  > lib/oe/patch: handle creating patches for CRLF sources
  > systemtap-uprobes: removed as obsolete
  > systemtap: do not install uprobes and uprobes sources
  > systemtap: upgrade 4.9 -> 5.0
  > meta-yocto-bsp/oeqa/parselogs: add BSP-specific ignores
  > oeqa/runtime/parselogs: migrate ignores
  > oeqa/runtime/parselogs: load ignores from disk
  > gettext: Upgrade 0.22.3 -> 0.22.4
  > avahi: update URL for new project location
  > ell: upgrade 0.60 -> 0.61
  > psplash: upgrade to latest revision
  > json-glib: upgrade 1.6.6 -> 1.8.0
  > 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
  > python3-pygments: upgrade 2.16.1 -> 2.17.2
  > python3-bcrypt: upgrade 4.0.1 -> 4.1.1
  > oeqa/selftest/recipetool/devtool: add test for pypi class
  > oeqa/selftest/recipetool: remove spaces on empty lines
  > recipetool: create_buildsys_python: add pypi support
  > recipetool: create: add new optional process_url callback for plugins
  > recipetool: create: add trailing newlines
  > recipetool: create_buildsys_python.py: initialize metadata
  > bitbake: toaster-eventreplay: Remove ordering assumptions
  > bitbake: toaster: fix pytest build test execution and test discovery
  > bitbake: bitbake: Move to version 2.6.1 to mark runqueue changes
  > bitbake: toastergui: Fix regex markup issues
  > bitbake: toastermain/settings: Avoid python filehandle closure warnings
  > bitbake: toaster: Fix assertRegexpMatches deprecation warnings
  > bitbake: bb/toaster: Fix assertEquals deprecation warnings
  > bitbake: toaster/test: delay driver action until elements to appear
  > bitbake: toaster/test: from test_no_builds_message.py wait for the empty state div to appear
  > bitbake: toaster/test: bug-fix on tests/browser/test_all_builds_page
  > bitbake: runqueue: Improve inter setscene task dependency handling
  > Revert "cve-check: Modify judgment processing using "=" in version comparison"

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

* sources/meta-arm 0b61cc65...32dfb759 (5):
  > arm-bsp/documentation: corstone1000: fix the steps in the user guide and instructions
  > arm/hafnium: update to v2.10
  > arm/trusted-firmware-a: update to 2.10
  > arm/trusted-firmware-a: move patch file to bbappend
  > CI: switch back to master

* sources/meta-freescale 751102ef...3b58734d (1):
  > wayland: Delete recipe

* sources/meta-intel df5a4501...91ff1977 (4):
  > README: update installer image config
  > intel-cmt-cat: upgrade 23.08 -> 23.11
  > open-model-zoo: upgrade 2023.1.0 -> 2023.2.0
  > openvino-model-optimizer: upgrade 2023.1.0 -> 2023.2.0

* sources/meta-openembedded 5ad7203f6...f489a109a (37):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > python3-pydantic: enable ptest
  > python3-cloudpickle: add v3.0.0
  > python3-pydantic-core: enable ptest
  > python3-dirty-equals: add v0.7.1
  > python3-pydantic: fix RDEPENDS
  > python3-annotated-types: add v0.6.0
  > python3-pydantic-core: add v2.14.5
  > xsetroot: upgrade 1.1.2 -> 1.1.3
  > terminus-font: build compressed archives with -n
  > zenity: Upgrade to 4.0.0
  > snappy: upgrade 1.1.9 -> 1.1.10
  > abseil-cpp: remove -Dcmake_cxx_standard=14 flag from extra_oecmake
  > xf86-video-mga: upgrade 2.0.0 -> 2.0.1
  > ostree: Upgrade 2023.7 -> 2023.8
  > python3-flask-sqlalchemy: upgrade 2.5.1 -> 3.1.1
  > mutter: Make gnome-desktop and libcanberra dependencies optional
  > libxaw: upgrade 1.0.14 -> 1.0.15
  > xf86-input-void: upgrade 1.4.1 -> 1.4.2
  > xf86-video-ati: upgrade 19.1.0 -> 22.0.0
  > xorg-sgml-doctools: update summary depends and inc file
  > xorg-docs: add recipe
  > lvm2: 2.03.16 -> 2.03.22
  > xcursor-themes: add recipe
  > xbitmaps: upgrade 1.1.2 -> 1.1.3
  > wireplumber: update 0.4.15 -> 0.4.17
  > monocypher: pass LIBDIR to fix installed-vs-shipped QA issue with multilib
  > sip: Upgrade 6.7.12 -> 6.8.0
  > sessreg: upgrade 1.1.2 -> 1.1.3
  > xgamma: upgrade 1.0.6 -> 1.0.7
  > xkbevd: upgrade 1.1.4 -> 1.1.5
  > xlsatoms: upgrade 1.1.3 -> 1.1.4
  > xlsclients: upgrade 1.1.4 -> 1.1.5
  > xstdcmap: upgrade 1.0.4 -> 1.0.5
  > xcursorgen: upgrade 1.0.7 -> 1.0.8
  > poco: upgrade 1.12.4 -> 1.12.5p2
  > jasper: upgrade 2.0.33 -> 4.1.1

* sources/meta-qcom b27a7f1...104fd6f (1):
  > Merge pull request #558 from lumag/fix-yocto

* sources/meta-qt6 dc1b6e5...0b4945c (40):
  > 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
  > coin: add test build for PyQt6
  > python3-pyqt6: upgrade 6.5.3 -> 6.6.0
  > python3-pyqt6: add version 6.5.3
  > python3-pyqt6-sip: add version 13.6.0
  > python3-pyqt-builder-native: add recipe
  < Merge pull request #23 from YoeDistro/kraj/6.6
  < 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 ed9c1d25...07f08cf2 (3):
  > linux-tegra: fix unexpected operator
  > edk-firmware-tegra: Support A/B redundancy
  > conf/machine: Support redundant flash layouts

* sources/meta-ti d3bcad2c...5fb05dcb (7):
  > CI/CD Auto-Merger: cicd.master.202312070100
  > CI/CD Auto-Merger: cicd.master.202312060100
  > linux-bb.org: update to the latest
  > conf: machine: am62xx-lp-evm.conf: Pick LPM wkup sources overlay
  > Update SRCREV for ti-jailhouse
  > ti-extras: Add support for extra kernel/u-boot features for am62pxx
  > mesa-pvr: use different srcrev for Rogue and SGX GPU platforms

* 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 70ad9b9b30...c38f2274d8 (136):
  > qemurunner.py: ensure we drain stdout after boot prompt
  > linux-yocto: Increase rcu stall timeout to 60
  > 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
  > 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
  > bbtests.py: Add test for unexpanded variables in the dirname
  > bluez5: fix CVE-2023-45866
  > gdb: Update to gdb 14.1 release
  > tcl: skip timing-dependent tests in run-ptest
  > rust: Upgrade 1.73.0 -> 1.74.0
  > rust: Upgrade 1.72.1 -> 1.73.0
  > rust: Upgrade 1.72.0 -> 1.72.1
  > rust: Upgrade 1.71.1 -> 1.72.0
  > rust: Upgrade 1.71.0 -> 1.71.1
  > rust: Upgrade 1.70.0 -> 1.71.0
  > rust: Disable rust oe-selftest
  > insane: ensure more paths have the workdir removed
  > images: remove redundant IMAGE_BASENAME assignments
  > base: Unpack .7z files with p7zip
  > python3-maturin: add sdk (testsdk) test case
  > oe-selfest: add maturn runtime (testimage) test
  > recipetool: add python_maturin support
  > classes-recipe: add python_maturin.bbclass
  > python3-maturin: add v1.3.2
  > python3-setuptools-rust: BBCLASSEXTEND + nativesdk
  > musl: add typedefs for Elf64_Relr and Elf32_Relr
  > elfutils: upgrade 0.189 -> 0.190
  > oeqa/selftest/recipetool: stop looking for md5sum
  > subports: Use _GNU_SOURCE
  > cargo: Add CARGO_LOCK_PATH for path to Cargo.lock
  > cargo: Move CARGO_MANIFEST_PATH/CARGO_SRC_DIR to cargo_common
  > cargo: Rename MANIFEST_PATH -> CARGO_MANIFEST_PATH
  > usergrouptests.py: Add test for switching between static-ids
  > useradd: Fix issues with useradd dependencies
  > sstate: Remove unneeded code from setscene_depvalid() related to useradd
  > sanity.conf: Require bitbake 2.6.1 for recent runqueue change
  > devtool: modify: Make --no-extract work again
  > devtool: upgrade: Update all existing checksums for the SRC_URI
  > recipetool: create: Only include the expected SRC_URI checksums
  > recipetool: create: Improve identification of licenses
  > lib/oe/recipeutils: Avoid wrapping any SRC_URI[sha*sum] variables
  > oeqa/selftest/recipetool: Make test_recipetool_load_plugin more resilient
  > oeqa/selftest/devtool: Make test_devtool_load_plugin more resilient
  > oeqa/selftest/devtool: Avoid global Git hooks when amending a patch
  > oeqa/selftest/devtool: Correct git clone of local repository
  > go: update 1.20.11 -> 1.20.12
  > go: update 1.20.10 -> 1.20.11
  > zstd: fix LICENSE statement
  > update_gtk_icon_cache: Fix for GTK4-only builds
  > man-db: 2.11.2 -> 2.12.0
  > socat: 1.7.4.4 -> 1.8.0.0
  > ldconfig-native: Add usrmerge support
  > libxcrypt.inc: use alternatives to resolve crypt.3 conflict
  > cairo: upgrade 1.16.0 -> 1.18.0
  > image-uefi.conf: Add EFI_UKI_PATH variable
  > lttng-tools: add a flag to test the userspace only
  > rust-cross-canadian: Fix file conflicts for 32 and 64 bit target architectures
  > bitbake: utils.py: Do not create directories with ${ in the name
  > bitbake: toaster/test: Fixes warnings in autobuilder
  > bitbake: toaster/test: Bug fixes, functional tests dependent on each other
  > bitbake: toaster/test: Refactorize tests/functional
  > bitbake: toaster/test: Added functional/utils, contains useful methods using by functional tests
  > bitbake: toaster/test: Ensure to kill toaster process create for tests functional
  > bitbake: toaster: Update build test
  > 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
  > genericx86: remove redundant assignments
  > linux-firmware: Create bnx2x subpackage
  > linux-firmware: Change bnx2 packaging
  > linux-firmware: Package iwlwifi .pnvm files
  > tiff: Backport fixes for CVE-2023-6277
  > gdb/systemd: enable minidebuginfo support conditionally
  > linux-yocto: update CVE exclusions
  > linux-yocto/6.1: update to v6.1.65
  > linux-yocto/6.5: update to v6.5.13
  > linux-yocto/6.5: update to v6.5.12
  > linux-yocto-dev: bump to v6.7
  > linux-yocto/6.1: update to v6.1.62
  > linux-yocto/6.5: update to v6.5.11
  > linux-yocto/6.5: cfg: split runtime and symbol debug
  > oeqa/selftest/recipetool: appendsrc: add test for update mode
  > oeqa/selftest/recipetool: appendsrfile: add test for machine
  > recipetool: appendsrcfile(s): add a mode to update the recipe itself
  > recipeutils: bbappend_recipe: allow to patch the recipe itself
  > recipetool: appendsrcfile(s): use params instead of extraline
  > recipeutils: bbappend_recipe: remove old srcuri entry if parameters are different
  > recipeutils: bbappend_recipe: add a way to specify the name of the file to add
  > recipeutils: bbappend_recipe: fix docstring
  > recipeutils: bbappend_recipe: fix undefined variable
  > recipetool: appendsrcfile(s): add dry-run mode
  > lib/oe/patch: handle creating patches for CRLF sources
  > systemtap-uprobes: removed as obsolete
  > systemtap: do not install uprobes and uprobes sources
  > systemtap: upgrade 4.9 -> 5.0
  > meta-yocto-bsp/oeqa/parselogs: add BSP-specific ignores
  > oeqa/runtime/parselogs: migrate ignores
  > oeqa/runtime/parselogs: load ignores from disk
  > gettext: Upgrade 0.22.3 -> 0.22.4
  > avahi: update URL for new project location
  > ell: upgrade 0.60 -> 0.61
  > psplash: upgrade to latest revision
  > json-glib: upgrade 1.6.6 -> 1.8.0
  > 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
  > python3-pygments: upgrade 2.16.1 -> 2.17.2
  > python3-bcrypt: upgrade 4.0.1 -> 4.1.1
  > oeqa/selftest/recipetool/devtool: add test for pypi class
  > oeqa/selftest/recipetool: remove spaces on empty lines
  > recipetool: create_buildsys_python: add pypi support
  > recipetool: create: add new optional process_url callback for plugins
  > recipetool: create: add trailing newlines
  > recipetool: create_buildsys_python.py: initialize metadata
  > bitbake: toaster-eventreplay: Remove ordering assumptions
  > bitbake: toaster: fix pytest build test execution and test discovery
  > bitbake: bitbake: Move to version 2.6.1 to mark runqueue changes
  > bitbake: toastergui: Fix regex markup issues
  > bitbake: toastermain/settings: Avoid python filehandle closure warnings
  > bitbake: toaster: Fix assertRegexpMatches deprecation warnings
  > bitbake: bb/toaster: Fix assertEquals deprecation warnings
  > bitbake: toaster/test: delay driver action until elements to appear
  > bitbake: toaster/test: from test_no_builds_message.py wait for the empty state div to appear
  > bitbake: toaster/test: bug-fix on tests/browser/test_all_builds_page
  > bitbake: runqueue: Improve inter setscene task dependency handling
  > Revert "cve-check: Modify judgment processing using "=" in version comparison"

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 14, 2025
…cale sources/meta-freescale-3rdparty sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-riscv sources/meta-rockchip sources/meta-swupdate sources/meta-tegra sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-arm cc4399ad...0905953a (5):
  > arm/trusted-firmware-a: bump fip and tests to 2.12
  > arm/trusted-firmware-a: add support for 2.12.0
  > arm/trusted-firmware-a: update 2.10 LTS to the latest versions
  > arm-bsp/linux-yocto: corstone1000: Update to version 6.12
  > arm-bsp/documentation: corstone1000: describe host level authentication

* sources/meta-clang 89878f5...5a928a7 (6):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases
  > snort3,libdaq: Always use libstdc++ for C++ runtime
  > bingen-cli: Upgrade to 0.71.1

* sources/meta-freescale 8cc3bb0f...a4c5a38f (7):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes
  > Merge pull request #2062 from Freescale/bump-l
  > Merge pull request #2063 from nxp-upstream/glmark
  > Merge pull request #2058 from Freescale/bump-linux-fslc-imx-2.2.0
  > Merge pull request #2052 from nxp-upstream/nxp-wifi-2024q4

* sources/meta-freescale-3rdparty 774ca54...ea6844e (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-odroid 4786bdb...7f31828 (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded 80650fefd6...53a06c3565 (129):
  > DO NOT MERGE: Add Github actions CI workflow
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3
  > python3-serpent: update recipe to use the ptest-python-pytest class
  > python3-service-identity: update recipe to use the ptest-python-pytest class
  > python3-smpplib: update recipe to use the ptest-python-pytest class
  > python3-simpleeval: update recipe to use the ptest-python-pytest class
  > python3-soupsieve: update recipe to use the ptest-python-pytest class
  > python3-sqlparse: update recipe to use the ptest-python-pytest class
  > python3-tomli-w: update recipe to use the ptest-python-pytest class
  > python3-tomlkit: update recipe to use the ptest-python-pytest class
  > python3-trustme: update recipe to use the ptest-python-pytest class
  > python3-typeguard: update recipe to use the ptest-python-pytest class
  > python3-tzdata: update recipe to use the ptest-python-pytest class
  > python3-u-msgpack-python: update recipe to use the ptest-python-pytest class
  > python3-ujson: update recipe to use the ptest-python-pytest class
  > python3-unidiff: update recipe to use the ptest-python-pytest class
  > python3-uritemplate: update recipe to use the ptest-python-pytest class
  > python3-validators: update recipe to use the ptest-python-pytest class
  > python3-wrapt: update recipe to use the ptest-python-pytest class
  > python3-wsproto: update recipe to use the ptest-python-pytest class
  > python3-xlrd: update recipe to use the ptest-python-pytest class
  > python3-yappi: update recipe to use the ptest-python-pytest class
  > python3-yarl: update recipe to use the ptest-python-pytest class
  > libde265: update 1.0.12 -> 1.0.15
  > libtinyxml: patch CVE-2023-34194
  > libtinyxml: patch CVE-2021-42260
  > python3-cachecontrol: Upgrade 0.14.1 -> 0.14.2
  > python3-pyusb: Upgrade 1.3.0 -> 1.3.1
  > python3-icecream: Upgrade 2.1.3 -> 2.1.4
  > packagegroup-meta-multimedia: Drop adding openh264 and libde265
  > dav1d: update 1.4.3 -> 1.5.0
  > fitimage.bbclass: Remove True option to getVar calls
  > python3-pyrad: Fix build with poetry 2.x
  > spdlog: Switch to latest on 1.x branch
  > mpd: Drop adding +git to PV
  > mpd: Use meson wrap for fmt
  > mpd: Upgrade mpd to 0.23.16
  > gerbera: Upgrade to 2.4.1
  > libcgi-perl: upgrade 4.66 -> 4.67
  > python3-cached-property: Upgrade 1.5.2 -> 2.0.1
  > python3-deprecated: Upgrade 1.2.14 -> 1.2.15
  > crucible: Use go module fetcher
  > mariadb: Upgrade to 10.11.10
  > spdlog: Upgrade to 1.15.0
  > c-ares: upgrade 1.29.0 -> 1.30.0
  > python3-argcomplete: Upgrade to 3.5.3
  > gjs: Deleted gsettings from gsettings
  > libcamera: update to 0.4.0
  > python3-yamlloader: Upgrade 1.4.1 -> 1.5.1
  > python3-cerberus: Upgrade 1.3.5 -> 1.3.7
  > python3-a2wsgi: Upgrade 1.10.7 -> 1.10.8
  > python3-marshmallow: Upgrade 3.23.3 -> 3.24.1
  > python3-kivy: Upgrade 2.3.0 -> 2.3.1
  > x265: Fix build on x86
  > openh264: Fix meson build for x86
  > onig: upgrade 6.9.9 -> 6.9.10
  > pocketpy: Add pic options to cflags
  > mozjs-128: Fix riscv arch specification in triplets
  > pocketpy: upgrade 2.0.3 -> 2.0.4
  > c-ares: upgrade 1.28.1 -> 1.29.0
  > libheif: Make openh264 as packageconfig
  > openh264: Disable build on riscv32
  > x265: Re-add -DENABLE_PIC=ON
  > libheif: add recipe
  > openh264: update 2.3.1 -> 2.5.0
  > x265: update 3.2.1 -> 4.1
  > python3-django: upgrade 5.0.9 -> 5.0.10
  > python3-django: upgrade 4.2.16 -> 4.2.17
  > python3-pymodbus: Upgrade 3.8.2 -> 3.8.3
  > python3-git-pw: Upgrade 2.6.0 -> 2.7.0
  > python3-anyio: Upgrade 4.7.0 -> 4.8.0
  > python3-apispec: Upgrade 6.8.0 -> 6.8.1
  > python3-pydantic: Upgrade 2.10.2 -> 2.10.4
  > python3-virtualenv: upgrade 20.28.0 -> 20.28.1
  > python3-trustme: upgrade 1.2.0 -> 1.2.1
  > python3-starlette: upgrade 0.44.0 -> 0.45.2
  > python3-pyusb: upgrade 1.2.1 -> 1.3.0
  > python3-portalocker: upgrade 3.0.0 -> 3.1.1
  > python3-pillow: upgrade 11.0.0 -> 11.1.0
  > python3-marshmallow: upgrade 3.23.2 -> 3.23.3
  > python3-inline-snapshot: upgrade 0.18.1 -> 0.18.2
  > python3-grpcio: upgrade 1.68.1 -> 1.69.0
  > python3-grpcio-reflection: upgrade 1.68.1 -> 1.69.0
  > python3-grpcio-channelz: upgrade 1.68.1 -> 1.69.0
  > libbpf: upgrade 1.4.7 -> 1.5.0
  > composefs: upgrade 1.0.5 -> 1.0.8
  > byacc: upgrade 20230219 -> 20241231
  > fping: upgrade 5.2 -> 5.3
  > evolution-data-server: upgrade 3.54.2 -> 3.54.3
  > doxygen: upgrade 1.13.0 -> 1.13.1
  > ctags: upgrade 6.1.20241229.0 -> 6.1.20250105.0
  > bpftool: fix libelf.h not found error
  > packagegoup-meta-multimedia: adjust RDEPENDS for h264/hevc
  > x265: drop restriction for x86/x86-64
  > python3-tomli-w: Upgrade 1.0.0 -> 1.1.0
  > python3-uswid: Upgrade 0.5.0 -> 0.5.1
  > python3-inflate64: Upgrade 1.0.0 -> 1.0.1
  > kernel-hardening-checker: New recipe to check security options
  > zfs: enable packageconfig pam for pam distro feature
  > cockpit: set pam module path to ${base_libdir}/security
  > malcontent: set pam module path to ${base_libdir}/security
  > mariadb: set pam module path to ${base_libdir}/security
  > snapper: set pam module path to ${base_libdir}/security
  > polkit: Install rules in subdir
  > libtinyxml2: set CVE product to tinyxml2
  > libtinyxml: set CVE product to tinyxml
  > python3-bitstring: Upgrade 4.2.3 -> 4.3.0
  > python3-charset-normalizer: Upgrade 3.4.0 -> 3.4.1
  > grpc: upgrade 1.66.1 -> 1.68.0
  > botan: update 3.5.0 -> 3.6.1
  > bmap-writer: update to latest git version
  > yyjson: add new recipe
  > ctre: add new recipe
  > jsoncons: add new recipe
  > chrony: fix do_fetch error

* sources/meta-qt6 c686e9b...de80f79 (22):
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > Install module JSON files to INSTALL_ARCHDATADIR/modules
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-riscv e738aa2...abb4f07 (1):
  > openh264: Remove setting COMPATIBLE_HOST to null

* sources/meta-rockchip 1cdcb49...92b2b1c (1):
  > bsp: trusted-firmware-a: remove already merged patch

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-tegra 3c0d8bed...652714f9 (8):
  > Revert "linux-yocto: import recipe for 6.10"
  > linux-yocto: update bbappend for version 6.12
  > nvidia-kernel-oot: add recipe for using git-hosted repos
  > tegra-helper-scripts: fix RCM boot blob signing
  > tegra-sources: update public_sources.tbz2 hash
  > nvidia-drm-loadconf: changes to play nicely with x11
  > libdrm: move dependency on nvidia-drm out of weston-init
  > cuda-cupti: fix DEVSUM for x86-64

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky c09ea097f1...3253540fa7 (174):
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.6
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > meta/lib/oe/cve_check.py: fix patched_cves not updated
  > multilib-example.conf: explicitly overwrite the BASELIB
  > glibc: set ld.so.conf as conf file
  > multilib.conf: overwrite conf files for debs
  > bitbake: tests: utils: add test for Go mod h1 checksum
  > bitbake: utils: add Go mod h1 checksum support
  > bitbake: asyncrpc: Handle websockets exceptions
  > yocto-bsp: drop genericarm64 SRCREV
  > linux-yocto/6.12: update to v6.12.9
  > qemu/machine: rename QEMU_EXTRAOPTIONS for consistency
  > classes/qemu: move QEMU_EXTRAOPTIONS for PPC to the relevant tunes
  > classes/qemu: use tune to select QEMU_EXTRAOPTIONS, not package architecture
  > classes/nativesdk: also override TUNE_PKGARCH
  > rsync: clean up configure/configure.sh fiddling
  > python3-psutil: Fix native dependencies
  > libgit2: update 1.8.4 -> 1.9.0
  > native: Improve ${PN}-XXX package name handling
  > util-linux: Improve PACKAGES_DYNAMIC handling for util-linux-native
  > coreutils: Improve core-utils-native dependency handling
  > autotools: remove aclocal --automake-acdir, relocated so knows the right path
  > autotools: log when we're removing aclocal.m4
  > libtheora: backport a patch to fix autoreconf
  > tcl8: upgrade 8.6.15 -> 8.6.16
  > python3-numpy: upgrade 2.1.3 -> 2.2.1
  > blktool: remove the recipe
  > shadow: update 4.16.0 -> 4.17.1
  > ruby: update 3.3.6 -> 3.4.1
  > libxcrypt: update 4.4.36 -> 4.4.37
  > liburcu: update 0.14.1 -> 0.15.0
  > boost: update 1.86.0 -> 1.87.0
  > texinfo: update 7.1.1 -> 7.2
  > bc: update 1.07.1 -> 1.08.1
  > tcl: update 9.0.0 -> 9.0.1
  > ppp: update 2.5.1 -> 2.5.2
  > bitbake: bin/git-make-shallow: Fix syntax to work with older git versions
  > python3-jinja2: upgrade 3.1.4 -> 3.1.5
  > python3-click: update 8.1.7 -> 8.1.8
  > linux-yocto-dev: update to v6.13
  > bbconfigbuild/configfragments.py: set BBPATH in standalone datastore
  > webkitgtk: Disable JIT on RISCV64
  > webkitgtk: Fix a typo OFFF -> OFF
  > xinit: upgrade 1.4.2 -> 1.4.3
  > xf86-input-synaptics: upgrade 1.9.2 -> 1.10.0
  > stress-ng: upgrade 0.18.07 -> 0.18.08
  > python3-ruamel-yaml: upgrade 0.18.7 -> 0.18.9
  > python3-pygments: upgrade 2.18.0 -> 2.19.0
  > python3-poetry-core: upgrade 1.9.1 -> 2.0.0
  > python3-gitdb: upgrade 4.0.11 -> 4.0.12
  > libtest-warnings-perl: upgrade 0.033 -> 0.037
  > libsdl2: upgrade 2.30.10 -> 2.30.11
  > libedit: upgrade 20240808-3.1 -> 20250104-3.1
  > hwdata: upgrade 0.390 -> 0.391
  > gtk4: upgrade 4.16.7 -> 4.16.12
  > erofs-utils: upgrade 1.8.3 -> 1.8.4
  > u-boot: upgrade 2024.10 -> 2025.01
  > ref-manual: move runtime-testing section to the test-manual
  > ref-manual/packages: move ptest section to the test-manual
  > SSTATE_MIRRORS/SOURCE_MIRROR_URL: add instructions for mirror authentication
  > ref-manual/devtool-reference: add warning note on deploy-target and shared objects
  > contributor-guide/submit-changes.rst: suggest to remove the git signature
  > ref-manual/qa-checks: remove patch-status-core/patch-status-noncore
  > conf/distro/defaultsetup: Use include_all for maintainers.inc
  > fmt: 11.0.2 -> 11.1.1
  > cve-check: Rework patch parsing
  > cve-check: Fix errors in log lines
  > systemd: Add WATCHDOG_RUNTIME_SEC optional variable
  > meta/lib/oe/sbom30.py: set alias for scan declared licenses
  > meta/lib/oe/spdx30_tasks.py: set license alias to hasConcludedLicense relationship
  > meta/lib/oe/sbom30.py: fix alias in simplelicensing_customIdToUri not extracted
  > meta/lib/oe/sbom30.py: correct alias
  > libx11-compose-data: Use CONFLICT_DISTRO_FEATURES to skip when x11
  > mesa: Fix missing GLES3 headers in SDK sysroot
  > lib/configfragements: enable/disable multiple fragements at once
  > lib/configfragments: Restrict fragment file checking
  > debugedit: Fix install conflict when enable multilib.
  > uboot-extlinux-config.bbclass: add support for DTBOs
  > uboot-extlinux-config.bbclass: simplify FDT/FDTDIR logic
  > initrdscripts: add UBI support
  > python3-rpds-py: upgrade 0.21.0 -> 0.22.3
  > python3-*: Update recipes with pytest ptests to use the new ptest-python-pytest class
  > classes/ptest-python-pytest: add a new class to consolidate pytest ptest functionality
  > bitbake.conf: Drop obsolete and misleading comment
  > bitbake.conf: Add libstdc++-native to ASSUME_PROVIDED
  > bitbake.conf: Add bash-completion-native to ASSUME_PROVIDED
  > sstate: Ensure errors cause task failure
  > go-vendor: Fix absolute paths issue
  > bitbake: git-make-shallow: use stdin mode
  > bitbake: fetch2: read checksum from SRC_URI flag for npm
  > bitbake: fetch2: do not prefix embedded checksums
  > bitbake: tests: fetch: replace [url] with urls for npm
  > bitbake: fetch2: npmsw: remove old lockfile format support
  > bitbake: tests: fetch: update npmsw tests to new lockfile format
  > linux-yocto/6.12: update to v6.12.8
  > linux-yocto/6.6: update to v6.6.69
  > kern-tools: fix python 3.12 warning
  > linux-yocto/6.6: update to v6.6.66
  > linux-yocto/6.12: update to v6.12.5
  > rpm: avoid empty plugindir error
  > boost: fix do_fetch error
  > util-linux: add volatile file for lastlog2
  > util-linux: replace local patch with upstream patch
  > libpam: set pam module path to ${base_libdir}/security
  > package_rpm: set a timestamp handling policy with the new macro %build_mtime_policy
  > file: upgrade 5.45 -> 5.46
  > shadow: exclude pre-releases from version checks
  > shadow: merge .inc into .bb
  > kbd: update 2.6.4 -> 2.7.1
  > iproute2: update 6.11.0 -> 6.12.0
  > rt-tests: update 2.7 -> 2.8
  > libxshmfence: update 1.3.2 -> 1.3.3
  > libxt: update 1.3.0 -> 1.3.1
  > gettext: update 0.22.5 -> 0.23.1
  > formfactor: add support for qemuriscv64 and qemuriscv32
  > image/populate_sdk: Support usrmerge in toolchain SDK builds
  > systemd: enable create-log-dirs
  > systemd: upgrade 257 -> 257.1
  > sanity.bbclass: Lower the length of TMPDIR limit to 400
  > conf/bitbake.conf: move addfragments to just after the local.conf include
  > packagegroup-core-tools-profile: skip VALGRIND for loongarch64
  > packagegroup-core-tools-testapps: skip KEXECTOOLS for loongarch64
  > initramfs-module-install: remove loongarch64 from COMPATIBLE_HOST
  > python3: upgrade 3.13.0 -> 3.13.1
  > libdnf: backport patch to fix segfault
  > systemd: upgrade from 256.9 to 257
  > python3-attrs: upgrade 24.2.0 -> 24.3.0
  > xxhash: upgrade 0.8.2 -> 0.8.3
  > python3-urllib3: upgrade 2.2.3 -> 2.3.0
  > python3-ruamel-yaml: upgrade 0.18.6 -> 0.18.7
  > python3-pyparsing: upgrade 3.2.0 -> 3.2.1
  > python3-maturin: upgrade 1.7.8 -> 1.8.1
  > python3-hypothesis: upgrade 6.122.6 -> 6.123.2
  > python3-cryptography{,-vectors}: upgrade 43.0.3 -> 44.0.0
  > puzzles: upgrade to latest revision
  > piglit: upgrade to latest revision
  > nettle: upgrade 3.10 -> 3.10.1
  > libical: upgrade 3.0.18 -> 3.0.19
  > libcap: upgrade 2.71 -> 2.73
  > init-system-helpers: upgrade 1.67 -> 1.68
  > gpgme: upgrade 1.24.0 -> 1.24.1
  > debianutils: upgrade 5.20 -> 5.21
  > cracklib: upgrade 2.10.2 -> 2.10.3
  > cmake-native,cmake: upgrade 3.31.0 -> 3.31.3,3.31.0 -> 3.31.3
  > ca-certificates: upgrade 20240203 -> 20241223
  > bash-completion: upgrade 2.15.0 -> 2.16.0
  > base-passwd: upgrade 3.6.5 -> 3.6.6

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 14, 2025
…cale sources/meta-freescale-3rdparty sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-riscv sources/meta-rockchip sources/meta-swupdate sources/meta-tegra sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-arm cc4399ad...0905953a (5):
  > arm/trusted-firmware-a: bump fip and tests to 2.12
  > arm/trusted-firmware-a: add support for 2.12.0
  > arm/trusted-firmware-a: update 2.10 LTS to the latest versions
  > arm-bsp/linux-yocto: corstone1000: Update to version 6.12
  > arm-bsp/documentation: corstone1000: describe host level authentication

* sources/meta-clang 89878f5...5a928a7 (6):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases
  > snort3,libdaq: Always use libstdc++ for C++ runtime
  > bingen-cli: Upgrade to 0.71.1

* sources/meta-freescale 8cc3bb0f...a4c5a38f (7):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes
  > Merge pull request #2062 from Freescale/bump-l
  > Merge pull request #2063 from nxp-upstream/glmark
  > Merge pull request #2058 from Freescale/bump-linux-fslc-imx-2.2.0
  > Merge pull request #2052 from nxp-upstream/nxp-wifi-2024q4

* sources/meta-freescale-3rdparty 774ca54...ea6844e (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-odroid 4786bdb...7f31828 (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded 80650fefd6...84e6974006 (160):
  > DO NOT MERGE: Add Github actions CI workflow
  > pistache : add initial recipe
  > xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2
  > wpan-tools: upgrade 0.9 -> 0.10
  > thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3
  > ser2net: upgrade 4.6.2 -> 4.6.3
  > python3-zeroconf: upgrade 0.136.2 -> 0.139.0
  > python3-wrapt: upgrade 1.17.0 -> 1.17.1
  > python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37
  > python3-sh: upgrade 2.1.0 -> 2.2.1
  > python3-pdm: upgrade 2.22.1 -> 2.22.2
  > python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
  > python3-marshmallow: upgrade 3.24.1 -> 3.25.1
  > python3-gnupg: upgrade 0.5.3 -> 0.5.4
  > python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0
  > python3-dirty-equals: upgrade 0.8.0 -> 0.9.0
  > python3-cmake: upgrade 3.31.2 -> 3.31.4
  > python3-aniso8601: upgrade 9.0.1 -> 10.0.0
  > pugixml: upgrade 1.14 -> 1.15
  > paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
  > monit: upgrade 5.34.3 -> 5.34.4
  > lldpd: upgrade 1.0.18 -> 1.0.19
  > libserialport: upgrade 0.1.1 -> 0.1.2
  > libdbi-perl: upgrade 1.644 -> 1.646
  > libconfig-general-perl: upgrade 2.65 -> 2.67
  > jsoncons: upgrade 1.0.0 -> 1.1.0
  > iniparser: upgrade 4.2.4 -> 4.2.5
  > gtk-vnc: upgrade 1.3.1 -> 1.4.0
  > doxygen: upgrade 1.13.1 -> 1.13.2
  > ddrescue: upgrade 1.28 -> 1.29
  > ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0
  > chrony: upgrade 4.5 -> 4.6.1
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3
  > python3-serpent: update recipe to use the ptest-python-pytest class
  > python3-service-identity: update recipe to use the ptest-python-pytest class
  > python3-smpplib: update recipe to use the ptest-python-pytest class
  > python3-simpleeval: update recipe to use the ptest-python-pytest class
  > python3-soupsieve: update recipe to use the ptest-python-pytest class
  > python3-sqlparse: update recipe to use the ptest-python-pytest class
  > python3-tomli-w: update recipe to use the ptest-python-pytest class
  > python3-tomlkit: update recipe to use the ptest-python-pytest class
  > python3-trustme: update recipe to use the ptest-python-pytest class
  > python3-typeguard: update recipe to use the ptest-python-pytest class
  > python3-tzdata: update recipe to use the ptest-python-pytest class
  > python3-u-msgpack-python: update recipe to use the ptest-python-pytest class
  > python3-ujson: update recipe to use the ptest-python-pytest class
  > python3-unidiff: update recipe to use the ptest-python-pytest class
  > python3-uritemplate: update recipe to use the ptest-python-pytest class
  > python3-validators: update recipe to use the ptest-python-pytest class
  > python3-wrapt: update recipe to use the ptest-python-pytest class
  > python3-wsproto: update recipe to use the ptest-python-pytest class
  > python3-xlrd: update recipe to use the ptest-python-pytest class
  > python3-yappi: update recipe to use the ptest-python-pytest class
  > python3-yarl: update recipe to use the ptest-python-pytest class
  > libde265: update 1.0.12 -> 1.0.15
  > libtinyxml: patch CVE-2023-34194
  > libtinyxml: patch CVE-2021-42260
  > python3-cachecontrol: Upgrade 0.14.1 -> 0.14.2
  > python3-pyusb: Upgrade 1.3.0 -> 1.3.1
  > python3-icecream: Upgrade 2.1.3 -> 2.1.4
  > packagegroup-meta-multimedia: Drop adding openh264 and libde265
  > dav1d: update 1.4.3 -> 1.5.0
  > fitimage.bbclass: Remove True option to getVar calls
  > python3-pyrad: Fix build with poetry 2.x
  > spdlog: Switch to latest on 1.x branch
  > mpd: Drop adding +git to PV
  > mpd: Use meson wrap for fmt
  > mpd: Upgrade mpd to 0.23.16
  > gerbera: Upgrade to 2.4.1
  > libcgi-perl: upgrade 4.66 -> 4.67
  > python3-cached-property: Upgrade 1.5.2 -> 2.0.1
  > python3-deprecated: Upgrade 1.2.14 -> 1.2.15
  > crucible: Use go module fetcher
  > mariadb: Upgrade to 10.11.10
  > spdlog: Upgrade to 1.15.0
  > c-ares: upgrade 1.29.0 -> 1.30.0
  > python3-argcomplete: Upgrade to 3.5.3
  > gjs: Deleted gsettings from gsettings
  > libcamera: update to 0.4.0
  > python3-yamlloader: Upgrade 1.4.1 -> 1.5.1
  > python3-cerberus: Upgrade 1.3.5 -> 1.3.7
  > python3-a2wsgi: Upgrade 1.10.7 -> 1.10.8
  > python3-marshmallow: Upgrade 3.23.3 -> 3.24.1
  > python3-kivy: Upgrade 2.3.0 -> 2.3.1
  > x265: Fix build on x86
  > openh264: Fix meson build for x86
  > onig: upgrade 6.9.9 -> 6.9.10
  > pocketpy: Add pic options to cflags
  > mozjs-128: Fix riscv arch specification in triplets
  > pocketpy: upgrade 2.0.3 -> 2.0.4
  > c-ares: upgrade 1.28.1 -> 1.29.0
  > libheif: Make openh264 as packageconfig
  > openh264: Disable build on riscv32
  > x265: Re-add -DENABLE_PIC=ON
  > libheif: add recipe
  > openh264: update 2.3.1 -> 2.5.0
  > x265: update 3.2.1 -> 4.1
  > python3-django: upgrade 5.0.9 -> 5.0.10
  > python3-django: upgrade 4.2.16 -> 4.2.17
  > python3-pymodbus: Upgrade 3.8.2 -> 3.8.3
  > python3-git-pw: Upgrade 2.6.0 -> 2.7.0
  > python3-anyio: Upgrade 4.7.0 -> 4.8.0
  > python3-apispec: Upgrade 6.8.0 -> 6.8.1
  > python3-pydantic: Upgrade 2.10.2 -> 2.10.4
  > python3-virtualenv: upgrade 20.28.0 -> 20.28.1
  > python3-trustme: upgrade 1.2.0 -> 1.2.1
  > python3-starlette: upgrade 0.44.0 -> 0.45.2
  > python3-pyusb: upgrade 1.2.1 -> 1.3.0
  > python3-portalocker: upgrade 3.0.0 -> 3.1.1
  > python3-pillow: upgrade 11.0.0 -> 11.1.0
  > python3-marshmallow: upgrade 3.23.2 -> 3.23.3
  > python3-inline-snapshot: upgrade 0.18.1 -> 0.18.2
  > python3-grpcio: upgrade 1.68.1 -> 1.69.0
  > python3-grpcio-reflection: upgrade 1.68.1 -> 1.69.0
  > python3-grpcio-channelz: upgrade 1.68.1 -> 1.69.0
  > libbpf: upgrade 1.4.7 -> 1.5.0
  > composefs: upgrade 1.0.5 -> 1.0.8
  > byacc: upgrade 20230219 -> 20241231
  > fping: upgrade 5.2 -> 5.3
  > evolution-data-server: upgrade 3.54.2 -> 3.54.3
  > doxygen: upgrade 1.13.0 -> 1.13.1
  > ctags: upgrade 6.1.20241229.0 -> 6.1.20250105.0
  > bpftool: fix libelf.h not found error
  > packagegoup-meta-multimedia: adjust RDEPENDS for h264/hevc
  > x265: drop restriction for x86/x86-64
  > python3-tomli-w: Upgrade 1.0.0 -> 1.1.0
  > python3-uswid: Upgrade 0.5.0 -> 0.5.1
  > python3-inflate64: Upgrade 1.0.0 -> 1.0.1
  > kernel-hardening-checker: New recipe to check security options
  > zfs: enable packageconfig pam for pam distro feature
  > cockpit: set pam module path to ${base_libdir}/security
  > malcontent: set pam module path to ${base_libdir}/security
  > mariadb: set pam module path to ${base_libdir}/security
  > snapper: set pam module path to ${base_libdir}/security
  > polkit: Install rules in subdir
  > libtinyxml2: set CVE product to tinyxml2
  > libtinyxml: set CVE product to tinyxml
  > python3-bitstring: Upgrade 4.2.3 -> 4.3.0
  > python3-charset-normalizer: Upgrade 3.4.0 -> 3.4.1
  > grpc: upgrade 1.66.1 -> 1.68.0
  > botan: update 3.5.0 -> 3.6.1
  > bmap-writer: update to latest git version
  > yyjson: add new recipe
  > ctre: add new recipe
  > jsoncons: add new recipe
  > chrony: fix do_fetch error

* sources/meta-qt6 c686e9b...de80f79 (22):
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > Install module JSON files to INSTALL_ARCHDATADIR/modules
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-riscv e738aa2...abb4f07 (1):
  > openh264: Remove setting COMPATIBLE_HOST to null

* sources/meta-rockchip 1cdcb49...92b2b1c (1):
  > bsp: trusted-firmware-a: remove already merged patch

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-tegra 3c0d8bed...652714f9 (8):
  > Revert "linux-yocto: import recipe for 6.10"
  > linux-yocto: update bbappend for version 6.12
  > nvidia-kernel-oot: add recipe for using git-hosted repos
  > tegra-helper-scripts: fix RCM boot blob signing
  > tegra-sources: update public_sources.tbz2 hash
  > nvidia-drm-loadconf: changes to play nicely with x11
  > libdrm: move dependency on nvidia-drm out of weston-init
  > cuda-cupti: fix DEVSUM for x86-64

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky c09ea097f1...9073797308 (189):
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.6
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > procps: update 4.0.4 -> 4.0.5
  > systemd: PACKAGECONFIG mountfsd and nsresourced
  > pulseaudio: fix webrtc audio depdency
  > sysvinit: update 3.11 -> 3.13
  > udev-extraconf: Allow FAT mount group to be specified
  > selftest/reproducible: Print error context on failure
  > selftest/reproducible: Print full log path on failure
  > classes/ptest-python-pytest: simplify python ptest file overriding
  > oeqa/selftest/sstatetests: Cover aarch64 SDKMACHINE in tests
  > rust: Upgrade 1.80.1->1.81.0
  > rust: Fix for duplicate libstd.so
  > rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.
  > bitbake: data_smart: fix ??= operator for variable flags
  > bitbake: tests/parse: add test for ?= and ??= operators for variable flags
  > bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()
  > meta/lib/oe/cve_check.py: fix patched_cves not updated
  > multilib-example.conf: explicitly overwrite the BASELIB
  > glibc: set ld.so.conf as conf file
  > multilib.conf: overwrite conf files for debs
  > bitbake: tests: utils: add test for Go mod h1 checksum
  > bitbake: utils: add Go mod h1 checksum support
  > bitbake: asyncrpc: Handle websockets exceptions
  > yocto-bsp: drop genericarm64 SRCREV
  > linux-yocto/6.12: update to v6.12.9
  > qemu/machine: rename QEMU_EXTRAOPTIONS for consistency
  > classes/qemu: move QEMU_EXTRAOPTIONS for PPC to the relevant tunes
  > classes/qemu: use tune to select QEMU_EXTRAOPTIONS, not package architecture
  > classes/nativesdk: also override TUNE_PKGARCH
  > rsync: clean up configure/configure.sh fiddling
  > python3-psutil: Fix native dependencies
  > libgit2: update 1.8.4 -> 1.9.0
  > native: Improve ${PN}-XXX package name handling
  > util-linux: Improve PACKAGES_DYNAMIC handling for util-linux-native
  > coreutils: Improve core-utils-native dependency handling
  > autotools: remove aclocal --automake-acdir, relocated so knows the right path
  > autotools: log when we're removing aclocal.m4
  > libtheora: backport a patch to fix autoreconf
  > tcl8: upgrade 8.6.15 -> 8.6.16
  > python3-numpy: upgrade 2.1.3 -> 2.2.1
  > blktool: remove the recipe
  > shadow: update 4.16.0 -> 4.17.1
  > ruby: update 3.3.6 -> 3.4.1
  > libxcrypt: update 4.4.36 -> 4.4.37
  > liburcu: update 0.14.1 -> 0.15.0
  > boost: update 1.86.0 -> 1.87.0
  > texinfo: update 7.1.1 -> 7.2
  > bc: update 1.07.1 -> 1.08.1
  > tcl: update 9.0.0 -> 9.0.1
  > ppp: update 2.5.1 -> 2.5.2
  > bitbake: bin/git-make-shallow: Fix syntax to work with older git versions
  > python3-jinja2: upgrade 3.1.4 -> 3.1.5
  > python3-click: update 8.1.7 -> 8.1.8
  > linux-yocto-dev: update to v6.13
  > bbconfigbuild/configfragments.py: set BBPATH in standalone datastore
  > webkitgtk: Disable JIT on RISCV64
  > webkitgtk: Fix a typo OFFF -> OFF
  > xinit: upgrade 1.4.2 -> 1.4.3
  > xf86-input-synaptics: upgrade 1.9.2 -> 1.10.0
  > stress-ng: upgrade 0.18.07 -> 0.18.08
  > python3-ruamel-yaml: upgrade 0.18.7 -> 0.18.9
  > python3-pygments: upgrade 2.18.0 -> 2.19.0
  > python3-poetry-core: upgrade 1.9.1 -> 2.0.0
  > python3-gitdb: upgrade 4.0.11 -> 4.0.12
  > libtest-warnings-perl: upgrade 0.033 -> 0.037
  > libsdl2: upgrade 2.30.10 -> 2.30.11
  > libedit: upgrade 20240808-3.1 -> 20250104-3.1
  > hwdata: upgrade 0.390 -> 0.391
  > gtk4: upgrade 4.16.7 -> 4.16.12
  > erofs-utils: upgrade 1.8.3 -> 1.8.4
  > u-boot: upgrade 2024.10 -> 2025.01
  > ref-manual: move runtime-testing section to the test-manual
  > ref-manual/packages: move ptest section to the test-manual
  > SSTATE_MIRRORS/SOURCE_MIRROR_URL: add instructions for mirror authentication
  > ref-manual/devtool-reference: add warning note on deploy-target and shared objects
  > contributor-guide/submit-changes.rst: suggest to remove the git signature
  > ref-manual/qa-checks: remove patch-status-core/patch-status-noncore
  > conf/distro/defaultsetup: Use include_all for maintainers.inc
  > fmt: 11.0.2 -> 11.1.1
  > cve-check: Rework patch parsing
  > cve-check: Fix errors in log lines
  > systemd: Add WATCHDOG_RUNTIME_SEC optional variable
  > meta/lib/oe/sbom30.py: set alias for scan declared licenses
  > meta/lib/oe/spdx30_tasks.py: set license alias to hasConcludedLicense relationship
  > meta/lib/oe/sbom30.py: fix alias in simplelicensing_customIdToUri not extracted
  > meta/lib/oe/sbom30.py: correct alias
  > libx11-compose-data: Use CONFLICT_DISTRO_FEATURES to skip when x11
  > mesa: Fix missing GLES3 headers in SDK sysroot
  > lib/configfragements: enable/disable multiple fragements at once
  > lib/configfragments: Restrict fragment file checking
  > debugedit: Fix install conflict when enable multilib.
  > uboot-extlinux-config.bbclass: add support for DTBOs
  > uboot-extlinux-config.bbclass: simplify FDT/FDTDIR logic
  > initrdscripts: add UBI support
  > python3-rpds-py: upgrade 0.21.0 -> 0.22.3
  > python3-*: Update recipes with pytest ptests to use the new ptest-python-pytest class
  > classes/ptest-python-pytest: add a new class to consolidate pytest ptest functionality
  > bitbake.conf: Drop obsolete and misleading comment
  > bitbake.conf: Add libstdc++-native to ASSUME_PROVIDED
  > bitbake.conf: Add bash-completion-native to ASSUME_PROVIDED
  > sstate: Ensure errors cause task failure
  > go-vendor: Fix absolute paths issue
  > bitbake: git-make-shallow: use stdin mode
  > bitbake: fetch2: read checksum from SRC_URI flag for npm
  > bitbake: fetch2: do not prefix embedded checksums
  > bitbake: tests: fetch: replace [url] with urls for npm
  > bitbake: fetch2: npmsw: remove old lockfile format support
  > bitbake: tests: fetch: update npmsw tests to new lockfile format
  > linux-yocto/6.12: update to v6.12.8
  > linux-yocto/6.6: update to v6.6.69
  > kern-tools: fix python 3.12 warning
  > linux-yocto/6.6: update to v6.6.66
  > linux-yocto/6.12: update to v6.12.5
  > rpm: avoid empty plugindir error
  > boost: fix do_fetch error
  > util-linux: add volatile file for lastlog2
  > util-linux: replace local patch with upstream patch
  > libpam: set pam module path to ${base_libdir}/security
  > package_rpm: set a timestamp handling policy with the new macro %build_mtime_policy
  > file: upgrade 5.45 -> 5.46
  > shadow: exclude pre-releases from version checks
  > shadow: merge .inc into .bb
  > kbd: update 2.6.4 -> 2.7.1
  > iproute2: update 6.11.0 -> 6.12.0
  > rt-tests: update 2.7 -> 2.8
  > libxshmfence: update 1.3.2 -> 1.3.3
  > libxt: update 1.3.0 -> 1.3.1
  > gettext: update 0.22.5 -> 0.23.1
  > formfactor: add support for qemuriscv64 and qemuriscv32
  > image/populate_sdk: Support usrmerge in toolchain SDK builds
  > systemd: enable create-log-dirs
  > systemd: upgrade 257 -> 257.1
  > sanity.bbclass: Lower the length of TMPDIR limit to 400
  > conf/bitbake.conf: move addfragments to just after the local.conf include
  > packagegroup-core-tools-profile: skip VALGRIND for loongarch64
  > packagegroup-core-tools-testapps: skip KEXECTOOLS for loongarch64
  > initramfs-module-install: remove loongarch64 from COMPATIBLE_HOST
  > python3: upgrade 3.13.0 -> 3.13.1
  > libdnf: backport patch to fix segfault
  > systemd: upgrade from 256.9 to 257
  > python3-attrs: upgrade 24.2.0 -> 24.3.0
  > xxhash: upgrade 0.8.2 -> 0.8.3
  > python3-urllib3: upgrade 2.2.3 -> 2.3.0
  > python3-ruamel-yaml: upgrade 0.18.6 -> 0.18.7
  > python3-pyparsing: upgrade 3.2.0 -> 3.2.1
  > python3-maturin: upgrade 1.7.8 -> 1.8.1
  > python3-hypothesis: upgrade 6.122.6 -> 6.123.2
  > python3-cryptography{,-vectors}: upgrade 43.0.3 -> 44.0.0
  > puzzles: upgrade to latest revision
  > piglit: upgrade to latest revision
  > nettle: upgrade 3.10 -> 3.10.1
  > libical: upgrade 3.0.18 -> 3.0.19
  > libcap: upgrade 2.71 -> 2.73
  > init-system-helpers: upgrade 1.67 -> 1.68
  > gpgme: upgrade 1.24.0 -> 1.24.1
  > debianutils: upgrade 5.20 -> 5.21
  > cracklib: upgrade 2.10.2 -> 2.10.3
  > cmake-native,cmake: upgrade 3.31.0 -> 3.31.3,3.31.0 -> 3.31.3
  > ca-certificates: upgrade 20240203 -> 20241223
  > bash-completion: upgrade 2.15.0 -> 2.16.0
  > base-passwd: upgrade 3.6.5 -> 3.6.6

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 14, 2025
…-freescale-3rdparty sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-swupdate sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-clang 03f5785...5a928a7 (4):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases

* sources/meta-freescale 9dc9f18d...a4c5a38f (3):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-freescale-3rdparty 774ca54...ea6844e (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-odroid 4786bdb...7f31828 (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded fa1ebe8c80...668ca4e938 (47):
  > DO NOT MERGE: Add Github actions CI workflow
  > pistache : add initial recipe
  > xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2
  > wpan-tools: upgrade 0.9 -> 0.10
  > thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3
  > ser2net: upgrade 4.6.2 -> 4.6.3
  > python3-zeroconf: upgrade 0.136.2 -> 0.139.0
  > python3-wrapt: upgrade 1.17.0 -> 1.17.1
  > python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37
  > python3-sh: upgrade 2.1.0 -> 2.2.1
  > python3-pdm: upgrade 2.22.1 -> 2.22.2
  > python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
  > python3-marshmallow: upgrade 3.24.1 -> 3.25.1
  > python3-gnupg: upgrade 0.5.3 -> 0.5.4
  > python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0
  > python3-dirty-equals: upgrade 0.8.0 -> 0.9.0
  > python3-cmake: upgrade 3.31.2 -> 3.31.4
  > python3-aniso8601: upgrade 9.0.1 -> 10.0.0
  > pugixml: upgrade 1.14 -> 1.15
  > paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
  > monit: upgrade 5.34.3 -> 5.34.4
  > lldpd: upgrade 1.0.18 -> 1.0.19
  > libserialport: upgrade 0.1.1 -> 0.1.2
  > libdbi-perl: upgrade 1.644 -> 1.646
  > libconfig-general-perl: upgrade 2.65 -> 2.67
  > jsoncons: upgrade 1.0.0 -> 1.1.0
  > iniparser: upgrade 4.2.4 -> 4.2.5
  > gtk-vnc: upgrade 1.3.1 -> 1.4.0
  > doxygen: upgrade 1.13.1 -> 1.13.2
  > ddrescue: upgrade 1.28 -> 1.29
  > ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0
  > chrony: upgrade 4.5 -> 4.6.1
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3

* sources/meta-qt6 cc0dd55...de80f79 (22):
  < Merge pull request #74 from YoeDistro/kraj/6.8
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 2abb0028ba...9073797308 (44):
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.6
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > procps: update 4.0.4 -> 4.0.5
  > systemd: PACKAGECONFIG mountfsd and nsresourced
  > pulseaudio: fix webrtc audio depdency
  > sysvinit: update 3.11 -> 3.13
  > udev-extraconf: Allow FAT mount group to be specified
  > selftest/reproducible: Print error context on failure
  > selftest/reproducible: Print full log path on failure
  > classes/ptest-python-pytest: simplify python ptest file overriding
  > oeqa/selftest/sstatetests: Cover aarch64 SDKMACHINE in tests
  > rust: Upgrade 1.80.1->1.81.0
  > rust: Fix for duplicate libstd.so
  > rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.
  > bitbake: data_smart: fix ??= operator for variable flags
  > bitbake: tests/parse: add test for ?= and ??= operators for variable flags
  > bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 15, 2025
…-freescale-3rdparty sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-swupdate sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-clang 03f5785...5a928a7 (4):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases

* sources/meta-freescale 9dc9f18d...9bcec065 (4):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2053 from nxp-upstream/imx-6.6.52-2.0.0
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-freescale-3rdparty 774ca54...f4ffb10 (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-odroid 4786bdb...7f31828 (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded fa1ebe8c80...df8da08114 (48):
  > DO NOT MERGE: Add Github actions CI workflow
  > smarty: update 4.5.5 -> 5.4.2
  > mariadb: Upgrade to 11.4.4
  > xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2
  > wpan-tools: upgrade 0.9 -> 0.10
  > thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3
  > ser2net: upgrade 4.6.2 -> 4.6.3
  > python3-zeroconf: upgrade 0.136.2 -> 0.139.0
  > python3-wrapt: upgrade 1.17.0 -> 1.17.1
  > python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37
  > python3-sh: upgrade 2.1.0 -> 2.2.1
  > python3-pdm: upgrade 2.22.1 -> 2.22.2
  > python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
  > python3-marshmallow: upgrade 3.24.1 -> 3.25.1
  > python3-gnupg: upgrade 0.5.3 -> 0.5.4
  > python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0
  > python3-dirty-equals: upgrade 0.8.0 -> 0.9.0
  > python3-cmake: upgrade 3.31.2 -> 3.31.4
  > python3-aniso8601: upgrade 9.0.1 -> 10.0.0
  > pugixml: upgrade 1.14 -> 1.15
  > paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
  > monit: upgrade 5.34.3 -> 5.34.4
  > lldpd: upgrade 1.0.18 -> 1.0.19
  > libserialport: upgrade 0.1.1 -> 0.1.2
  > libdbi-perl: upgrade 1.644 -> 1.646
  > libconfig-general-perl: upgrade 2.65 -> 2.67
  > jsoncons: upgrade 1.0.0 -> 1.1.0
  > iniparser: upgrade 4.2.4 -> 4.2.5
  > gtk-vnc: upgrade 1.3.1 -> 1.4.0
  > doxygen: upgrade 1.13.1 -> 1.13.2
  > ddrescue: upgrade 1.28 -> 1.29
  > ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0
  > chrony: upgrade 4.5 -> 4.6.1
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3

* sources/meta-qt6 cc0dd55...abc2e6c (25):
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > squish: update to Squish 8.1.0
  > squish: support styhead
  > Add squish support
  < Merge pull request #74 from YoeDistro/kraj/6.8
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 2abb0028ba...9073797308 (44):
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.6
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > procps: update 4.0.4 -> 4.0.5
  > systemd: PACKAGECONFIG mountfsd and nsresourced
  > pulseaudio: fix webrtc audio depdency
  > sysvinit: update 3.11 -> 3.13
  > udev-extraconf: Allow FAT mount group to be specified
  > selftest/reproducible: Print error context on failure
  > selftest/reproducible: Print full log path on failure
  > classes/ptest-python-pytest: simplify python ptest file overriding
  > oeqa/selftest/sstatetests: Cover aarch64 SDKMACHINE in tests
  > rust: Upgrade 1.80.1->1.81.0
  > rust: Fix for duplicate libstd.so
  > rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.
  > bitbake: data_smart: fix ??= operator for variable flags
  > bitbake: tests/parse: add test for ?= and ??= operators for variable flags
  > bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 15, 2025
…-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-swupdate sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-clang 03f5785...5a928a7 (4):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases

* sources/meta-freescale 9dc9f18d...9bcec065 (4):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2053 from nxp-upstream/imx-6.6.52-2.0.0
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-freescale-3rdparty 774ca54...f4ffb10 (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-intel b0fe7e45...c7c7dfac (3):
  > intel-compute-runtime : upgrade 24.26.30049.6 -> 24.39.31294.12
  > intel-graphics-compiler : upgrade 1.0.17193.4 -> 1.0.17791.18
  > level-zero: upgrade 1.15.8 -> 1.17.42

* sources/meta-odroid 4786bdb...7f31828 (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded fa1ebe8c80...7ad937c8ca (48):
  > DO NOT MERGE: Add Github actions CI workflow
  > polkit: fix permissions of /usr/share/polkit-1/rules.d/ again
  > mariadb: Upgrade to 11.4.4
  > xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2
  > wpan-tools: upgrade 0.9 -> 0.10
  > thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3
  > ser2net: upgrade 4.6.2 -> 4.6.3
  > python3-zeroconf: upgrade 0.136.2 -> 0.139.0
  > python3-wrapt: upgrade 1.17.0 -> 1.17.1
  > python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37
  > python3-sh: upgrade 2.1.0 -> 2.2.1
  > python3-pdm: upgrade 2.22.1 -> 2.22.2
  > python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
  > python3-marshmallow: upgrade 3.24.1 -> 3.25.1
  > python3-gnupg: upgrade 0.5.3 -> 0.5.4
  > python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0
  > python3-dirty-equals: upgrade 0.8.0 -> 0.9.0
  > python3-cmake: upgrade 3.31.2 -> 3.31.4
  > python3-aniso8601: upgrade 9.0.1 -> 10.0.0
  > pugixml: upgrade 1.14 -> 1.15
  > paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
  > monit: upgrade 5.34.3 -> 5.34.4
  > lldpd: upgrade 1.0.18 -> 1.0.19
  > libserialport: upgrade 0.1.1 -> 0.1.2
  > libdbi-perl: upgrade 1.644 -> 1.646
  > libconfig-general-perl: upgrade 2.65 -> 2.67
  > jsoncons: upgrade 1.0.0 -> 1.1.0
  > iniparser: upgrade 4.2.4 -> 4.2.5
  > gtk-vnc: upgrade 1.3.1 -> 1.4.0
  > doxygen: upgrade 1.13.1 -> 1.13.2
  > ddrescue: upgrade 1.28 -> 1.29
  > ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0
  > chrony: upgrade 4.5 -> 4.6.1
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3

* sources/meta-qt6 cc0dd55...abc2e6c (25):
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > squish: update to Squish 8.1.0
  > squish: support styhead
  > Add squish support
  < Merge pull request #74 from YoeDistro/kraj/6.8
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 2abb0028ba...9073797308 (44):
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.6
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > procps: update 4.0.4 -> 4.0.5
  > systemd: PACKAGECONFIG mountfsd and nsresourced
  > pulseaudio: fix webrtc audio depdency
  > sysvinit: update 3.11 -> 3.13
  > udev-extraconf: Allow FAT mount group to be specified
  > selftest/reproducible: Print error context on failure
  > selftest/reproducible: Print full log path on failure
  > classes/ptest-python-pytest: simplify python ptest file overriding
  > oeqa/selftest/sstatetests: Cover aarch64 SDKMACHINE in tests
  > rust: Upgrade 1.80.1->1.81.0
  > rust: Fix for duplicate libstd.so
  > rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.
  > bitbake: data_smart: fix ??= operator for variable flags
  > bitbake: tests/parse: add test for ?= and ??= operators for variable flags
  > bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 15, 2025
…-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-swupdate sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-clang 03f5785...5a928a7 (4):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases

* sources/meta-freescale 9dc9f18d...9bcec065 (4):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2053 from nxp-upstream/imx-6.6.52-2.0.0
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-freescale-3rdparty 774ca54...f4ffb10 (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-intel b0fe7e45...c7c7dfac (3):
  > intel-compute-runtime : upgrade 24.26.30049.6 -> 24.39.31294.12
  > intel-graphics-compiler : upgrade 1.0.17193.4 -> 1.0.17791.18
  > level-zero: upgrade 1.15.8 -> 1.17.42

* sources/meta-odroid 4786bdb...7f31828 (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded fa1ebe8c80...a23ef759bc (52):
  > DO NOT MERGE: Add Github actions CI workflow
  > c-ares: upgrade 1.31.0 -> 1.32.0
  > proftpd: define suffix for CVE version comparison
  > proftpd: upgrade 1.3.8b -> 1.3.8c
  > proftpd: define UPSTREAM_CHECK_GITTAGREGEX
  > polkit: fix permissions of /usr/share/polkit-1/rules.d/ again
  > mariadb: Upgrade to 11.4.4
  > xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2
  > wpan-tools: upgrade 0.9 -> 0.10
  > thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3
  > ser2net: upgrade 4.6.2 -> 4.6.3
  > python3-zeroconf: upgrade 0.136.2 -> 0.139.0
  > python3-wrapt: upgrade 1.17.0 -> 1.17.1
  > python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37
  > python3-sh: upgrade 2.1.0 -> 2.2.1
  > python3-pdm: upgrade 2.22.1 -> 2.22.2
  > python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
  > python3-marshmallow: upgrade 3.24.1 -> 3.25.1
  > python3-gnupg: upgrade 0.5.3 -> 0.5.4
  > python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0
  > python3-dirty-equals: upgrade 0.8.0 -> 0.9.0
  > python3-cmake: upgrade 3.31.2 -> 3.31.4
  > python3-aniso8601: upgrade 9.0.1 -> 10.0.0
  > pugixml: upgrade 1.14 -> 1.15
  > paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
  > monit: upgrade 5.34.3 -> 5.34.4
  > lldpd: upgrade 1.0.18 -> 1.0.19
  > libserialport: upgrade 0.1.1 -> 0.1.2
  > libdbi-perl: upgrade 1.644 -> 1.646
  > libconfig-general-perl: upgrade 2.65 -> 2.67
  > jsoncons: upgrade 1.0.0 -> 1.1.0
  > iniparser: upgrade 4.2.4 -> 4.2.5
  > gtk-vnc: upgrade 1.3.1 -> 1.4.0
  > doxygen: upgrade 1.13.1 -> 1.13.2
  > ddrescue: upgrade 1.28 -> 1.29
  > ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0
  > chrony: upgrade 4.5 -> 4.6.1
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3

* sources/meta-qt6 cc0dd55...abc2e6c (25):
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > squish: update to Squish 8.1.0
  > squish: support styhead
  > Add squish support
  < Merge pull request #74 from YoeDistro/kraj/6.8
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 2abb0028ba...9073797308 (44):
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.6
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > procps: update 4.0.4 -> 4.0.5
  > systemd: PACKAGECONFIG mountfsd and nsresourced
  > pulseaudio: fix webrtc audio depdency
  > sysvinit: update 3.11 -> 3.13
  > udev-extraconf: Allow FAT mount group to be specified
  > selftest/reproducible: Print error context on failure
  > selftest/reproducible: Print full log path on failure
  > classes/ptest-python-pytest: simplify python ptest file overriding
  > oeqa/selftest/sstatetests: Cover aarch64 SDKMACHINE in tests
  > rust: Upgrade 1.80.1->1.81.0
  > rust: Fix for duplicate libstd.so
  > rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.
  > bitbake: data_smart: fix ??= operator for variable flags
  > bitbake: tests/parse: add test for ?= and ??= operators for variable flags
  > bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 16, 2025
…-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-riscv sources/meta-swupdate sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-clang 03f5785...5a928a7 (4):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases

* sources/meta-freescale 9dc9f18d...e6c25157 (11):
  > Auto-update LICENSE file with current recipe licenses
  > linux-imx: Remove obsolete backport patches
  > qe-ucode: Update to latest from NXP 6.6.52-2.2.0
  > dce: Update to latest from NXP 6.6.52-2.2.0
  > qoriq-cst: Update to latest from NXP 6.6.52-2.2.0
  > restool: Update to latest from NXP 6.6.52-2.2.0
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2069 from nxp-upstream/Upgrade-gstreamer-to-LF6.6.52_2.0.0
  > Merge pull request #2053 from nxp-upstream/imx-6.6.52-2.0.0
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-freescale-3rdparty 774ca54...9633d11 (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-intel b0fe7e45...c7c7dfac (3):
  > intel-compute-runtime : upgrade 24.26.30049.6 -> 24.39.31294.12
  > intel-graphics-compiler : upgrade 1.0.17193.4 -> 1.0.17791.18
  > level-zero: upgrade 1.15.8 -> 1.17.42

* sources/meta-odroid 4786bdb...7f31828 (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded fa1ebe8c80...0135fc70d7 (59):
  > DO NOT MERGE: Add Github actions CI workflow
  > jansson: fix a symbol clash when building with cmake
  > libde265: switch to cmake buildsystem
  > gphoto2: Fix /usr/bin/gphoto2 runtime error
  > reflect-cpp: add new recipe
  > cxxopts: add new recipe
  > yyjson: force build shared library
  > pistache : add initial recipe
  > c-ares: upgrade 1.31.0 -> 1.32.0
  > proftpd: define suffix for CVE version comparison
  > proftpd: upgrade 1.3.8b -> 1.3.8c
  > proftpd: define UPSTREAM_CHECK_GITTAGREGEX
  > polkit: fix permissions of /usr/share/polkit-1/rules.d/ again
  > mariadb: Upgrade to 11.4.4
  > xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2
  > wpan-tools: upgrade 0.9 -> 0.10
  > thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3
  > ser2net: upgrade 4.6.2 -> 4.6.3
  > python3-zeroconf: upgrade 0.136.2 -> 0.139.0
  > python3-wrapt: upgrade 1.17.0 -> 1.17.1
  > python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37
  > python3-sh: upgrade 2.1.0 -> 2.2.1
  > python3-pdm: upgrade 2.22.1 -> 2.22.2
  > python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
  > python3-marshmallow: upgrade 3.24.1 -> 3.25.1
  > python3-gnupg: upgrade 0.5.3 -> 0.5.4
  > python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0
  > python3-dirty-equals: upgrade 0.8.0 -> 0.9.0
  > python3-cmake: upgrade 3.31.2 -> 3.31.4
  > python3-aniso8601: upgrade 9.0.1 -> 10.0.0
  > pugixml: upgrade 1.14 -> 1.15
  > paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
  > monit: upgrade 5.34.3 -> 5.34.4
  > lldpd: upgrade 1.0.18 -> 1.0.19
  > libserialport: upgrade 0.1.1 -> 0.1.2
  > libdbi-perl: upgrade 1.644 -> 1.646
  > libconfig-general-perl: upgrade 2.65 -> 2.67
  > jsoncons: upgrade 1.0.0 -> 1.1.0
  > iniparser: upgrade 4.2.4 -> 4.2.5
  > gtk-vnc: upgrade 1.3.1 -> 1.4.0
  > doxygen: upgrade 1.13.1 -> 1.13.2
  > ddrescue: upgrade 1.28 -> 1.29
  > ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0
  > chrony: upgrade 4.5 -> 4.6.1
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3

* sources/meta-qt6 cc0dd55...abc2e6c (25):
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > squish: update to Squish 8.1.0
  > squish: support styhead
  > Add squish support
  < Merge pull request #74 from YoeDistro/kraj/6.8
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-riscv abb4f07...42d2b51 (10):
  > visionfive2: Switch to efi boot
  > recipes-kernel: linux: linux-starfive-dev: Add yocto-kernel-cache for visionfive2
  > recipes-bsp: u-boot-starfive_v2021.10: Remove compatibility with visionfive2
  > visionfive2: Use upstream u-boot
  > visionfive2: unset sbi payload
  > recipes-bsp: opensbi: Use upstream for visionfive2
  > u-boot: Add support for visionfive2
  > opensbi: Set FW_TEXT_START in machine conf
  > conf: machine: include: jh7110-common: Use virtual/bootloader
  > conf: machine: include: riscv-common: Use weaker default for kernel

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 2abb0028ba...9073797308 (44):
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.6
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > procps: update 4.0.4 -> 4.0.5
  > systemd: PACKAGECONFIG mountfsd and nsresourced
  > pulseaudio: fix webrtc audio depdency
  > sysvinit: update 3.11 -> 3.13
  > udev-extraconf: Allow FAT mount group to be specified
  > selftest/reproducible: Print error context on failure
  > selftest/reproducible: Print full log path on failure
  > classes/ptest-python-pytest: simplify python ptest file overriding
  > oeqa/selftest/sstatetests: Cover aarch64 SDKMACHINE in tests
  > rust: Upgrade 1.80.1->1.81.0
  > rust: Fix for duplicate libstd.so
  > rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.
  > bitbake: data_smart: fix ??= operator for variable flags
  > bitbake: tests/parse: add test for ?= and ??= operators for variable flags
  > bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 16, 2025
…-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-riscv sources/meta-swupdate sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-clang 03f5785...5a928a7 (4):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases

* sources/meta-freescale 9dc9f18d...e6c25157 (11):
  > Auto-update LICENSE file with current recipe licenses
  > linux-imx: Remove obsolete backport patches
  > qe-ucode: Update to latest from NXP 6.6.52-2.2.0
  > dce: Update to latest from NXP 6.6.52-2.2.0
  > qoriq-cst: Update to latest from NXP 6.6.52-2.2.0
  > restool: Update to latest from NXP 6.6.52-2.2.0
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2069 from nxp-upstream/Upgrade-gstreamer-to-LF6.6.52_2.0.0
  > Merge pull request #2053 from nxp-upstream/imx-6.6.52-2.0.0
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-freescale-3rdparty 774ca54...9633d11 (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-intel b0fe7e45...c7c7dfac (3):
  > intel-compute-runtime : upgrade 24.26.30049.6 -> 24.39.31294.12
  > intel-graphics-compiler : upgrade 1.0.17193.4 -> 1.0.17791.18
  > level-zero: upgrade 1.15.8 -> 1.17.42

* sources/meta-odroid 4786bdb...7f31828 (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded fa1ebe8c80...f3447aebbc (59):
  > DO NOT MERGE: Add Github actions CI workflow
  > polkit: update 125 -> 126
  > jansson: fix a symbol clash when building with cmake
  > libde265: switch to cmake buildsystem
  > gphoto2: Fix /usr/bin/gphoto2 runtime error
  > cxxopts: add new recipe
  > yyjson: force build shared library
  > pistache : add initial recipe
  > c-ares: upgrade 1.31.0 -> 1.32.0
  > proftpd: define suffix for CVE version comparison
  > proftpd: upgrade 1.3.8b -> 1.3.8c
  > proftpd: define UPSTREAM_CHECK_GITTAGREGEX
  > polkit: fix permissions of /usr/share/polkit-1/rules.d/ again
  > mariadb: Upgrade to 11.4.4
  > xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2
  > wpan-tools: upgrade 0.9 -> 0.10
  > thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3
  > ser2net: upgrade 4.6.2 -> 4.6.3
  > python3-zeroconf: upgrade 0.136.2 -> 0.139.0
  > python3-wrapt: upgrade 1.17.0 -> 1.17.1
  > python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37
  > python3-sh: upgrade 2.1.0 -> 2.2.1
  > python3-pdm: upgrade 2.22.1 -> 2.22.2
  > python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
  > python3-marshmallow: upgrade 3.24.1 -> 3.25.1
  > python3-gnupg: upgrade 0.5.3 -> 0.5.4
  > python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0
  > python3-dirty-equals: upgrade 0.8.0 -> 0.9.0
  > python3-cmake: upgrade 3.31.2 -> 3.31.4
  > python3-aniso8601: upgrade 9.0.1 -> 10.0.0
  > pugixml: upgrade 1.14 -> 1.15
  > paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
  > monit: upgrade 5.34.3 -> 5.34.4
  > lldpd: upgrade 1.0.18 -> 1.0.19
  > libserialport: upgrade 0.1.1 -> 0.1.2
  > libdbi-perl: upgrade 1.644 -> 1.646
  > libconfig-general-perl: upgrade 2.65 -> 2.67
  > jsoncons: upgrade 1.0.0 -> 1.1.0
  > iniparser: upgrade 4.2.4 -> 4.2.5
  > gtk-vnc: upgrade 1.3.1 -> 1.4.0
  > doxygen: upgrade 1.13.1 -> 1.13.2
  > ddrescue: upgrade 1.28 -> 1.29
  > ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0
  > chrony: upgrade 4.5 -> 4.6.1
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3

* sources/meta-qt6 cc0dd55...abc2e6c (25):
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > squish: update to Squish 8.1.0
  > squish: support styhead
  > Add squish support
  < Merge pull request #74 from YoeDistro/kraj/6.8
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-riscv abb4f07...42d2b51 (10):
  > visionfive2: Switch to efi boot
  > recipes-kernel: linux: linux-starfive-dev: Add yocto-kernel-cache for visionfive2
  > recipes-bsp: u-boot-starfive_v2021.10: Remove compatibility with visionfive2
  > visionfive2: Use upstream u-boot
  > visionfive2: unset sbi payload
  > recipes-bsp: opensbi: Use upstream for visionfive2
  > u-boot: Add support for visionfive2
  > opensbi: Set FW_TEXT_START in machine conf
  > conf: machine: include: jh7110-common: Use virtual/bootloader
  > conf: machine: include: riscv-common: Use weaker default for kernel

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 2abb0028ba...9073797308 (44):
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.6
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > procps: update 4.0.4 -> 4.0.5
  > systemd: PACKAGECONFIG mountfsd and nsresourced
  > pulseaudio: fix webrtc audio depdency
  > sysvinit: update 3.11 -> 3.13
  > udev-extraconf: Allow FAT mount group to be specified
  > selftest/reproducible: Print error context on failure
  > selftest/reproducible: Print full log path on failure
  > classes/ptest-python-pytest: simplify python ptest file overriding
  > oeqa/selftest/sstatetests: Cover aarch64 SDKMACHINE in tests
  > rust: Upgrade 1.80.1->1.81.0
  > rust: Fix for duplicate libstd.so
  > rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.
  > bitbake: data_smart: fix ??= operator for variable flags
  > bitbake: tests/parse: add test for ?= and ??= operators for variable flags
  > bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 17, 2025
…-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-swupdate sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-clang 03f5785...5a928a7 (4):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases

* sources/meta-freescale 9dc9f18d...22756b22 (9):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2073 from lms-ts/master
  > Merge pull request #2061 from nxp-upstream/qoriq-q4
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2069 from nxp-upstream/Upgrade-gstreamer-to-LF6.6.52_2.0.0
  > Merge pull request #2053 from nxp-upstream/imx-6.6.52-2.0.0
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-freescale-3rdparty 774ca54...9633d11 (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-intel b0fe7e45...c7c7dfac (3):
  > intel-compute-runtime : upgrade 24.26.30049.6 -> 24.39.31294.12
  > intel-graphics-compiler : upgrade 1.0.17193.4 -> 1.0.17791.18
  > level-zero: upgrade 1.15.8 -> 1.17.42

* sources/meta-odroid 4786bdb...7f31828 (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded fa1ebe8c80...8753dd00f3 (61):
  > DO NOT MERGE: Add Github actions CI workflow
  > vorbis-tools: patch CVE-2023-43361
  > polkit: dont add mozjs PACKAGECONFIG
  > polkit: update 125 -> 126
  > jansson: fix a symbol clash when building with cmake
  > libde265: switch to cmake buildsystem
  > gphoto2: Fix /usr/bin/gphoto2 runtime error
  > cxxopts: add new recipe
  > yyjson: force build shared library
  > pistache : add initial recipe
  > c-ares: upgrade 1.31.0 -> 1.32.0
  > proftpd: define suffix for CVE version comparison
  > proftpd: upgrade 1.3.8b -> 1.3.8c
  > proftpd: define UPSTREAM_CHECK_GITTAGREGEX
  > polkit: fix permissions of /usr/share/polkit-1/rules.d/ again
  > mariadb: Upgrade to 11.4.4
  > xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2
  > wpan-tools: upgrade 0.9 -> 0.10
  > thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3
  > ser2net: upgrade 4.6.2 -> 4.6.3
  > python3-zeroconf: upgrade 0.136.2 -> 0.139.0
  > python3-wrapt: upgrade 1.17.0 -> 1.17.1
  > python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37
  > python3-sh: upgrade 2.1.0 -> 2.2.1
  > python3-pdm: upgrade 2.22.1 -> 2.22.2
  > python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
  > python3-marshmallow: upgrade 3.24.1 -> 3.25.1
  > python3-gnupg: upgrade 0.5.3 -> 0.5.4
  > python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0
  > python3-dirty-equals: upgrade 0.8.0 -> 0.9.0
  > python3-cmake: upgrade 3.31.2 -> 3.31.4
  > python3-aniso8601: upgrade 9.0.1 -> 10.0.0
  > pugixml: upgrade 1.14 -> 1.15
  > paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
  > monit: upgrade 5.34.3 -> 5.34.4
  > lldpd: upgrade 1.0.18 -> 1.0.19
  > libserialport: upgrade 0.1.1 -> 0.1.2
  > libdbi-perl: upgrade 1.644 -> 1.646
  > libconfig-general-perl: upgrade 2.65 -> 2.67
  > jsoncons: upgrade 1.0.0 -> 1.1.0
  > iniparser: upgrade 4.2.4 -> 4.2.5
  > gtk-vnc: upgrade 1.3.1 -> 1.4.0
  > doxygen: upgrade 1.13.1 -> 1.13.2
  > ddrescue: upgrade 1.28 -> 1.29
  > ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0
  > chrony: upgrade 4.5 -> 4.6.1
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3

* sources/meta-qt6 cc0dd55...abc2e6c (25):
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > squish: update to Squish 8.1.0
  > squish: support styhead
  > Add squish support
  < Merge pull request #74 from YoeDistro/kraj/6.8
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-raspberrypi 97d7a6b...6e1d838 (1):
  > linux-firmware-rpidistro: Add cyfmac43455-sdio.bin symlink to minimal

* sources/meta-riscv abb4f07...42d2b51 (10):
  > visionfive2: Switch to efi boot
  > recipes-kernel: linux: linux-starfive-dev: Add yocto-kernel-cache for visionfive2
  > recipes-bsp: u-boot-starfive_v2021.10: Remove compatibility with visionfive2
  > visionfive2: Use upstream u-boot
  > visionfive2: unset sbi payload
  > recipes-bsp: opensbi: Use upstream for visionfive2
  > u-boot: Add support for visionfive2
  > opensbi: Set FW_TEXT_START in machine conf
  > conf: machine: include: jh7110-common: Use virtual/bootloader
  > conf: machine: include: riscv-common: Use weaker default for kernel

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 2abb0028ba...9073797308 (44):
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.6
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > procps: update 4.0.4 -> 4.0.5
  > systemd: PACKAGECONFIG mountfsd and nsresourced
  > pulseaudio: fix webrtc audio depdency
  > sysvinit: update 3.11 -> 3.13
  > udev-extraconf: Allow FAT mount group to be specified
  > selftest/reproducible: Print error context on failure
  > selftest/reproducible: Print full log path on failure
  > classes/ptest-python-pytest: simplify python ptest file overriding
  > oeqa/selftest/sstatetests: Cover aarch64 SDKMACHINE in tests
  > rust: Upgrade 1.80.1->1.81.0
  > rust: Fix for duplicate libstd.so
  > rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.
  > bitbake: data_smart: fix ??= operator for variable flags
  > bitbake: tests/parse: add test for ?= and ??= operators for variable flags
  > bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 17, 2025
…-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-swupdate sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-clang 03f5785...5a928a7 (4):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases

* sources/meta-freescale 9dc9f18d...22756b22 (9):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2073 from lms-ts/master
  > Merge pull request #2061 from nxp-upstream/qoriq-q4
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2069 from nxp-upstream/Upgrade-gstreamer-to-LF6.6.52_2.0.0
  > Merge pull request #2053 from nxp-upstream/imx-6.6.52-2.0.0
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-freescale-3rdparty 774ca54...9633d11 (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-intel b0fe7e45...c7c7dfac (3):
  > intel-compute-runtime : upgrade 24.26.30049.6 -> 24.39.31294.12
  > intel-graphics-compiler : upgrade 1.0.17193.4 -> 1.0.17791.18
  > level-zero: upgrade 1.15.8 -> 1.17.42

* sources/meta-odroid 4786bdb...7f31828 (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded fa1ebe8c80...4b7bd70e25 (71):
  > DO NOT MERGE: Add Github actions CI workflow
  > python3-pyserial: update recipe to use the ptest-python-pytest class
  > python3-pytest-localserver: update recipe to use the ptest-python-pytest class
  > python3-python-multipart: update recipe to use the ptest-python-pytest class
  > python3-pytoml: update recipe to use the ptest-python-pytest class
  > python3-pyyaml-include: update recipe to use the ptest-python-pytest class
  > python3-rapidjson: update recipe to use the ptest-python-pytest class
  > python3-requests-file: update recipe to use the ptest-python-pytest class
  > python3-requests-toolbelt: update recipe to use the ptest-python-pytest class
  > python3-scrypt: update recipe to use the ptest-python-pytest class
  > python3-semver: update recipe to use the ptest-python-pytest class
  > vorbis-tools: patch CVE-2023-43361
  > polkit: dont add mozjs PACKAGECONFIG
  > polkit: update 125 -> 126
  > jansson: fix a symbol clash when building with cmake
  > libde265: switch to cmake buildsystem
  > gphoto2: Fix /usr/bin/gphoto2 runtime error
  > cxxopts: add new recipe
  > yyjson: force build shared library
  > pistache : add initial recipe
  > c-ares: upgrade 1.31.0 -> 1.32.0
  > proftpd: define suffix for CVE version comparison
  > proftpd: upgrade 1.3.8b -> 1.3.8c
  > proftpd: define UPSTREAM_CHECK_GITTAGREGEX
  > polkit: fix permissions of /usr/share/polkit-1/rules.d/ again
  > mariadb: Upgrade to 11.4.4
  > xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2
  > wpan-tools: upgrade 0.9 -> 0.10
  > thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3
  > ser2net: upgrade 4.6.2 -> 4.6.3
  > python3-zeroconf: upgrade 0.136.2 -> 0.139.0
  > python3-wrapt: upgrade 1.17.0 -> 1.17.1
  > python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37
  > python3-sh: upgrade 2.1.0 -> 2.2.1
  > python3-pdm: upgrade 2.22.1 -> 2.22.2
  > python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
  > python3-marshmallow: upgrade 3.24.1 -> 3.25.1
  > python3-gnupg: upgrade 0.5.3 -> 0.5.4
  > python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0
  > python3-dirty-equals: upgrade 0.8.0 -> 0.9.0
  > python3-cmake: upgrade 3.31.2 -> 3.31.4
  > python3-aniso8601: upgrade 9.0.1 -> 10.0.0
  > pugixml: upgrade 1.14 -> 1.15
  > paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
  > monit: upgrade 5.34.3 -> 5.34.4
  > lldpd: upgrade 1.0.18 -> 1.0.19
  > libserialport: upgrade 0.1.1 -> 0.1.2
  > libdbi-perl: upgrade 1.644 -> 1.646
  > libconfig-general-perl: upgrade 2.65 -> 2.67
  > jsoncons: upgrade 1.0.0 -> 1.1.0
  > iniparser: upgrade 4.2.4 -> 4.2.5
  > gtk-vnc: upgrade 1.3.1 -> 1.4.0
  > doxygen: upgrade 1.13.1 -> 1.13.2
  > ddrescue: upgrade 1.28 -> 1.29
  > ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0
  > chrony: upgrade 4.5 -> 4.6.1
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3

* sources/meta-qt6 cc0dd55...abc2e6c (25):
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > squish: update to Squish 8.1.0
  > squish: support styhead
  > Add squish support
  < Merge pull request #74 from YoeDistro/kraj/6.8
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-raspberrypi 97d7a6b...6e1d838 (1):
  > linux-firmware-rpidistro: Add cyfmac43455-sdio.bin symlink to minimal

* sources/meta-riscv abb4f07...42d2b51 (10):
  > visionfive2: Switch to efi boot
  > recipes-kernel: linux: linux-starfive-dev: Add yocto-kernel-cache for visionfive2
  > recipes-bsp: u-boot-starfive_v2021.10: Remove compatibility with visionfive2
  > visionfive2: Use upstream u-boot
  > visionfive2: unset sbi payload
  > recipes-bsp: opensbi: Use upstream for visionfive2
  > u-boot: Add support for visionfive2
  > opensbi: Set FW_TEXT_START in machine conf
  > conf: machine: include: jh7110-common: Use virtual/bootloader
  > conf: machine: include: riscv-common: Use weaker default for kernel

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 2abb0028ba...9073797308 (44):
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.6
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > procps: update 4.0.4 -> 4.0.5
  > systemd: PACKAGECONFIG mountfsd and nsresourced
  > pulseaudio: fix webrtc audio depdency
  > sysvinit: update 3.11 -> 3.13
  > udev-extraconf: Allow FAT mount group to be specified
  > selftest/reproducible: Print error context on failure
  > selftest/reproducible: Print full log path on failure
  > classes/ptest-python-pytest: simplify python ptest file overriding
  > oeqa/selftest/sstatetests: Cover aarch64 SDKMACHINE in tests
  > rust: Upgrade 1.80.1->1.81.0
  > rust: Fix for duplicate libstd.so
  > rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.
  > bitbake: data_smart: fix ??= operator for variable flags
  > bitbake: tests/parse: add test for ?= and ??= operators for variable flags
  > bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 18, 2025
…-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-clang 03f5785...5a928a7 (4):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases

* sources/meta-freescale 9dc9f18d...22756b22 (9):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2073 from lms-ts/master
  > Merge pull request #2061 from nxp-upstream/qoriq-q4
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2069 from nxp-upstream/Upgrade-gstreamer-to-LF6.6.52_2.0.0
  > Merge pull request #2053 from nxp-upstream/imx-6.6.52-2.0.0
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-freescale-3rdparty 774ca54...9633d11 (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-intel b0fe7e45...c7c7dfac (3):
  > intel-compute-runtime : upgrade 24.26.30049.6 -> 24.39.31294.12
  > intel-graphics-compiler : upgrade 1.0.17193.4 -> 1.0.17791.18
  > level-zero: upgrade 1.15.8 -> 1.17.42

* sources/meta-odroid 4786bdb...7f31828 (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded fa1ebe8c80...4b7bd70e25 (71):
  > DO NOT MERGE: Add Github actions CI workflow
  > python3-pyserial: update recipe to use the ptest-python-pytest class
  > python3-pytest-localserver: update recipe to use the ptest-python-pytest class
  > python3-python-multipart: update recipe to use the ptest-python-pytest class
  > python3-pytoml: update recipe to use the ptest-python-pytest class
  > python3-pyyaml-include: update recipe to use the ptest-python-pytest class
  > python3-rapidjson: update recipe to use the ptest-python-pytest class
  > python3-requests-file: update recipe to use the ptest-python-pytest class
  > python3-requests-toolbelt: update recipe to use the ptest-python-pytest class
  > python3-scrypt: update recipe to use the ptest-python-pytest class
  > python3-semver: update recipe to use the ptest-python-pytest class
  > vorbis-tools: patch CVE-2023-43361
  > polkit: dont add mozjs PACKAGECONFIG
  > polkit: update 125 -> 126
  > jansson: fix a symbol clash when building with cmake
  > libde265: switch to cmake buildsystem
  > gphoto2: Fix /usr/bin/gphoto2 runtime error
  > cxxopts: add new recipe
  > yyjson: force build shared library
  > pistache : add initial recipe
  > c-ares: upgrade 1.31.0 -> 1.32.0
  > proftpd: define suffix for CVE version comparison
  > proftpd: upgrade 1.3.8b -> 1.3.8c
  > proftpd: define UPSTREAM_CHECK_GITTAGREGEX
  > polkit: fix permissions of /usr/share/polkit-1/rules.d/ again
  > mariadb: Upgrade to 11.4.4
  > xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2
  > wpan-tools: upgrade 0.9 -> 0.10
  > thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3
  > ser2net: upgrade 4.6.2 -> 4.6.3
  > python3-zeroconf: upgrade 0.136.2 -> 0.139.0
  > python3-wrapt: upgrade 1.17.0 -> 1.17.1
  > python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37
  > python3-sh: upgrade 2.1.0 -> 2.2.1
  > python3-pdm: upgrade 2.22.1 -> 2.22.2
  > python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
  > python3-marshmallow: upgrade 3.24.1 -> 3.25.1
  > python3-gnupg: upgrade 0.5.3 -> 0.5.4
  > python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0
  > python3-dirty-equals: upgrade 0.8.0 -> 0.9.0
  > python3-cmake: upgrade 3.31.2 -> 3.31.4
  > python3-aniso8601: upgrade 9.0.1 -> 10.0.0
  > pugixml: upgrade 1.14 -> 1.15
  > paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
  > monit: upgrade 5.34.3 -> 5.34.4
  > lldpd: upgrade 1.0.18 -> 1.0.19
  > libserialport: upgrade 0.1.1 -> 0.1.2
  > libdbi-perl: upgrade 1.644 -> 1.646
  > libconfig-general-perl: upgrade 2.65 -> 2.67
  > jsoncons: upgrade 1.0.0 -> 1.1.0
  > iniparser: upgrade 4.2.4 -> 4.2.5
  > gtk-vnc: upgrade 1.3.1 -> 1.4.0
  > doxygen: upgrade 1.13.1 -> 1.13.2
  > ddrescue: upgrade 1.28 -> 1.29
  > ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0
  > chrony: upgrade 4.5 -> 4.6.1
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3

* sources/meta-qt6 cc0dd55...abc2e6c (25):
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > squish: update to Squish 8.1.0
  > squish: support styhead
  > Add squish support
  < Merge pull request #74 from YoeDistro/kraj/6.8
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-raspberrypi 97d7a6b...880d36b (3):
  > kas: debug-tweaks as IMAGE_FEATURE is removed
  > kas: added the synaptics-killswitch license in comment
  > linux-firmware-rpidistro: Add cyfmac43455-sdio.bin symlink to minimal

* sources/meta-riscv abb4f07...42d2b51 (10):
  > visionfive2: Switch to efi boot
  > recipes-kernel: linux: linux-starfive-dev: Add yocto-kernel-cache for visionfive2
  > recipes-bsp: u-boot-starfive_v2021.10: Remove compatibility with visionfive2
  > visionfive2: Use upstream u-boot
  > visionfive2: unset sbi payload
  > recipes-bsp: opensbi: Use upstream for visionfive2
  > u-boot: Add support for visionfive2
  > opensbi: Set FW_TEXT_START in machine conf
  > conf: machine: include: jh7110-common: Use virtual/bootloader
  > conf: machine: include: riscv-common: Use weaker default for kernel

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-tegra 652714f9...ff079533 (1):
  > optee-os: make build work in devtool

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 2abb0028ba...4957ee1bad (44):
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.7
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > procps: update 4.0.4 -> 4.0.5
  > systemd: PACKAGECONFIG mountfsd and nsresourced
  > pulseaudio: fix webrtc audio depdency
  > sysvinit: update 3.11 -> 3.13
  > udev-extraconf: Allow FAT mount group to be specified
  > selftest/reproducible: Print error context on failure
  > selftest/reproducible: Print full log path on failure
  > classes/ptest-python-pytest: simplify python ptest file overriding
  > oeqa/selftest/sstatetests: Cover aarch64 SDKMACHINE in tests
  > rust: Upgrade 1.80.1->1.81.0
  > rust: Fix for duplicate libstd.so
  > rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.
  > bitbake: data_smart: fix ??= operator for variable flags
  > bitbake: tests/parse: add test for ?= and ??= operators for variable flags
  > bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 18, 2025
…-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-clang 03f5785...c826bb3 (6):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases
  > clang: Upgrade to 19.1.7
  > boost: Use -no-integrated-as for arm

* sources/meta-freescale 9dc9f18d...22756b22 (9):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2073 from lms-ts/master
  > Merge pull request #2061 from nxp-upstream/qoriq-q4
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2069 from nxp-upstream/Upgrade-gstreamer-to-LF6.6.52_2.0.0
  > Merge pull request #2053 from nxp-upstream/imx-6.6.52-2.0.0
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-freescale-3rdparty 774ca54...9633d11 (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-intel b0fe7e45...c7c7dfac (3):
  > intel-compute-runtime : upgrade 24.26.30049.6 -> 24.39.31294.12
  > intel-graphics-compiler : upgrade 1.0.17193.4 -> 1.0.17791.18
  > level-zero: upgrade 1.15.8 -> 1.17.42

* sources/meta-odroid 4786bdb...7f31828 (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded fa1ebe8c80...60598ac797 (88):
  > DO NOT MERGE: Add Github actions CI workflow
  > mozjs-115: remove recipe
  > python3-pillow: update recipe to use the ptest-python-pytest class
  > python3-pint: update recipe to use the ptest-python-pytest class
  > python3-platformdirs: update recipe to use the ptest-python-pytest class
  > python3-polyline: update recipe to use the ptest-python-pytest class
  > python3-portion: update recipe to use the ptest-python-pytest class
  > python3-precise-runner: update recipe to use the ptest-python-pytest class
  > python3-prettytable: update recipe to use the ptest-python-pytest class
  > python3-propcache: update recipe to use the ptest-python-pytest class
  > python3-ptyprocess: update recipe to use the ptest-python-pytest class
  > python3-py-cpuinfo: update recipe to use the ptest-python-pytest class
  > python3-pyasn1-modules: update recipe to use the ptest-python-pytest class
  > python3-pydantic-core: update recipe to use the ptest-python-pytest class
  > python3-pydantic: update recipe to use the ptest-python-pytest class
  > python3-pyroute2: update recipe to use the ptest-python-pytest class
  > xrdp: upgrade 0.9.19 -> 0.9.20
  > audiofile: mark CVE-2020-18781 as patched
  > python3-pyserial: update recipe to use the ptest-python-pytest class
  > python3-pytest-localserver: update recipe to use the ptest-python-pytest class
  > python3-python-multipart: update recipe to use the ptest-python-pytest class
  > python3-pytoml: update recipe to use the ptest-python-pytest class
  > python3-pyyaml-include: update recipe to use the ptest-python-pytest class
  > python3-rapidjson: update recipe to use the ptest-python-pytest class
  > python3-requests-file: update recipe to use the ptest-python-pytest class
  > python3-requests-toolbelt: update recipe to use the ptest-python-pytest class
  > python3-scrypt: update recipe to use the ptest-python-pytest class
  > python3-semver: update recipe to use the ptest-python-pytest class
  > vorbis-tools: patch CVE-2023-43361
  > polkit: dont add mozjs PACKAGECONFIG
  > polkit: update 125 -> 126
  > jansson: fix a symbol clash when building with cmake
  > libde265: switch to cmake buildsystem
  > gphoto2: Fix /usr/bin/gphoto2 runtime error
  > cxxopts: add new recipe
  > yyjson: force build shared library
  > pistache : add initial recipe
  > c-ares: upgrade 1.31.0 -> 1.32.0
  > proftpd: define suffix for CVE version comparison
  > proftpd: upgrade 1.3.8b -> 1.3.8c
  > proftpd: define UPSTREAM_CHECK_GITTAGREGEX
  > polkit: fix permissions of /usr/share/polkit-1/rules.d/ again
  > mariadb: Upgrade to 11.4.4
  > xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2
  > wpan-tools: upgrade 0.9 -> 0.10
  > thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3
  > ser2net: upgrade 4.6.2 -> 4.6.3
  > python3-zeroconf: upgrade 0.136.2 -> 0.139.0
  > python3-wrapt: upgrade 1.17.0 -> 1.17.1
  > python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37
  > python3-sh: upgrade 2.1.0 -> 2.2.1
  > python3-pdm: upgrade 2.22.1 -> 2.22.2
  > python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
  > python3-marshmallow: upgrade 3.24.1 -> 3.25.1
  > python3-gnupg: upgrade 0.5.3 -> 0.5.4
  > python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0
  > python3-dirty-equals: upgrade 0.8.0 -> 0.9.0
  > python3-cmake: upgrade 3.31.2 -> 3.31.4
  > python3-aniso8601: upgrade 9.0.1 -> 10.0.0
  > pugixml: upgrade 1.14 -> 1.15
  > paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
  > monit: upgrade 5.34.3 -> 5.34.4
  > lldpd: upgrade 1.0.18 -> 1.0.19
  > libserialport: upgrade 0.1.1 -> 0.1.2
  > libdbi-perl: upgrade 1.644 -> 1.646
  > libconfig-general-perl: upgrade 2.65 -> 2.67
  > jsoncons: upgrade 1.0.0 -> 1.1.0
  > iniparser: upgrade 4.2.4 -> 4.2.5
  > gtk-vnc: upgrade 1.3.1 -> 1.4.0
  > doxygen: upgrade 1.13.1 -> 1.13.2
  > ddrescue: upgrade 1.28 -> 1.29
  > ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0
  > chrony: upgrade 4.5 -> 4.6.1
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3

* sources/meta-qt6 cc0dd55...530f5db (27):
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > qtgrpc: add optional dependency to qtdeclarative
  > qtopcua: add opcua tools to sdk
  > squish: update to Squish 8.1.0
  > squish: support styhead
  > Add squish support
  < Merge pull request #74 from YoeDistro/kraj/6.8
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-raspberrypi 97d7a6b...880d36b (3):
  > kas: debug-tweaks as IMAGE_FEATURE is removed
  > kas: added the synaptics-killswitch license in comment
  > linux-firmware-rpidistro: Add cyfmac43455-sdio.bin symlink to minimal

* sources/meta-riscv abb4f07...42d2b51 (10):
  > visionfive2: Switch to efi boot
  > recipes-kernel: linux: linux-starfive-dev: Add yocto-kernel-cache for visionfive2
  > recipes-bsp: u-boot-starfive_v2021.10: Remove compatibility with visionfive2
  > visionfive2: Use upstream u-boot
  > visionfive2: unset sbi payload
  > recipes-bsp: opensbi: Use upstream for visionfive2
  > u-boot: Add support for visionfive2
  > opensbi: Set FW_TEXT_START in machine conf
  > conf: machine: include: jh7110-common: Use virtual/bootloader
  > conf: machine: include: riscv-common: Use weaker default for kernel

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-tegra 652714f9...ff079533 (1):
  > optee-os: make build work in devtool

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 2abb0028ba...45b4e1f428 (44):
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.7
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > procps: update 4.0.4 -> 4.0.5
  > systemd: PACKAGECONFIG mountfsd and nsresourced
  > pulseaudio: fix webrtc audio depdency
  > sysvinit: update 3.11 -> 3.13
  > udev-extraconf: Allow FAT mount group to be specified
  > selftest/reproducible: Print error context on failure
  > selftest/reproducible: Print full log path on failure
  > classes/ptest-python-pytest: simplify python ptest file overriding
  > oeqa/selftest/sstatetests: Cover aarch64 SDKMACHINE in tests
  > rust: Upgrade 1.80.1->1.81.0
  > rust: Fix for duplicate libstd.so
  > rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.
  > bitbake: data_smart: fix ??= operator for variable flags
  > bitbake: tests/parse: add test for ?= and ??= operators for variable flags
  > bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 18, 2025
…-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-clang 03f5785...c826bb3 (6):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases
  > clang: Upgrade to 19.1.7
  > boost: Use -no-integrated-as for arm

* sources/meta-freescale 9dc9f18d...22756b22 (9):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2073 from lms-ts/master
  > Merge pull request #2061 from nxp-upstream/qoriq-q4
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2069 from nxp-upstream/Upgrade-gstreamer-to-LF6.6.52_2.0.0
  > Merge pull request #2053 from nxp-upstream/imx-6.6.52-2.0.0
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-freescale-3rdparty 774ca54...9633d11 (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-intel b0fe7e45...c7c7dfac (3):
  > intel-compute-runtime : upgrade 24.26.30049.6 -> 24.39.31294.12
  > intel-graphics-compiler : upgrade 1.0.17193.4 -> 1.0.17791.18
  > level-zero: upgrade 1.15.8 -> 1.17.42

* sources/meta-odroid 4786bdb...7f31828 (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded fa1ebe8c80...60598ac797 (88):
  > DO NOT MERGE: Add Github actions CI workflow
  > mozjs-115: remove recipe
  > python3-pillow: update recipe to use the ptest-python-pytest class
  > python3-pint: update recipe to use the ptest-python-pytest class
  > python3-platformdirs: update recipe to use the ptest-python-pytest class
  > python3-polyline: update recipe to use the ptest-python-pytest class
  > python3-portion: update recipe to use the ptest-python-pytest class
  > python3-precise-runner: update recipe to use the ptest-python-pytest class
  > python3-prettytable: update recipe to use the ptest-python-pytest class
  > python3-propcache: update recipe to use the ptest-python-pytest class
  > python3-ptyprocess: update recipe to use the ptest-python-pytest class
  > python3-py-cpuinfo: update recipe to use the ptest-python-pytest class
  > python3-pyasn1-modules: update recipe to use the ptest-python-pytest class
  > python3-pydantic-core: update recipe to use the ptest-python-pytest class
  > python3-pydantic: update recipe to use the ptest-python-pytest class
  > python3-pyroute2: update recipe to use the ptest-python-pytest class
  > xrdp: upgrade 0.9.19 -> 0.9.20
  > audiofile: mark CVE-2020-18781 as patched
  > python3-pyserial: update recipe to use the ptest-python-pytest class
  > python3-pytest-localserver: update recipe to use the ptest-python-pytest class
  > python3-python-multipart: update recipe to use the ptest-python-pytest class
  > python3-pytoml: update recipe to use the ptest-python-pytest class
  > python3-pyyaml-include: update recipe to use the ptest-python-pytest class
  > python3-rapidjson: update recipe to use the ptest-python-pytest class
  > python3-requests-file: update recipe to use the ptest-python-pytest class
  > python3-requests-toolbelt: update recipe to use the ptest-python-pytest class
  > python3-scrypt: update recipe to use the ptest-python-pytest class
  > python3-semver: update recipe to use the ptest-python-pytest class
  > vorbis-tools: patch CVE-2023-43361
  > polkit: dont add mozjs PACKAGECONFIG
  > polkit: update 125 -> 126
  > jansson: fix a symbol clash when building with cmake
  > libde265: switch to cmake buildsystem
  > gphoto2: Fix /usr/bin/gphoto2 runtime error
  > cxxopts: add new recipe
  > yyjson: force build shared library
  > pistache : add initial recipe
  > c-ares: upgrade 1.31.0 -> 1.32.0
  > proftpd: define suffix for CVE version comparison
  > proftpd: upgrade 1.3.8b -> 1.3.8c
  > proftpd: define UPSTREAM_CHECK_GITTAGREGEX
  > polkit: fix permissions of /usr/share/polkit-1/rules.d/ again
  > mariadb: Upgrade to 11.4.4
  > xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2
  > wpan-tools: upgrade 0.9 -> 0.10
  > thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3
  > ser2net: upgrade 4.6.2 -> 4.6.3
  > python3-zeroconf: upgrade 0.136.2 -> 0.139.0
  > python3-wrapt: upgrade 1.17.0 -> 1.17.1
  > python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37
  > python3-sh: upgrade 2.1.0 -> 2.2.1
  > python3-pdm: upgrade 2.22.1 -> 2.22.2
  > python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
  > python3-marshmallow: upgrade 3.24.1 -> 3.25.1
  > python3-gnupg: upgrade 0.5.3 -> 0.5.4
  > python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0
  > python3-dirty-equals: upgrade 0.8.0 -> 0.9.0
  > python3-cmake: upgrade 3.31.2 -> 3.31.4
  > python3-aniso8601: upgrade 9.0.1 -> 10.0.0
  > pugixml: upgrade 1.14 -> 1.15
  > paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
  > monit: upgrade 5.34.3 -> 5.34.4
  > lldpd: upgrade 1.0.18 -> 1.0.19
  > libserialport: upgrade 0.1.1 -> 0.1.2
  > libdbi-perl: upgrade 1.644 -> 1.646
  > libconfig-general-perl: upgrade 2.65 -> 2.67
  > jsoncons: upgrade 1.0.0 -> 1.1.0
  > iniparser: upgrade 4.2.4 -> 4.2.5
  > gtk-vnc: upgrade 1.3.1 -> 1.4.0
  > doxygen: upgrade 1.13.1 -> 1.13.2
  > ddrescue: upgrade 1.28 -> 1.29
  > ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0
  > chrony: upgrade 4.5 -> 4.6.1
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3

* sources/meta-qt6 cc0dd55...ca93cc3 (30):
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > qtwebengine: fix conflicting files with qtpdf
  > qtbase: update patch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtgrpc: add optional dependency to qtdeclarative
  > qtopcua: add opcua tools to sdk
  > squish: update to Squish 8.1.0
  > squish: support styhead
  > Add squish support
  < Merge pull request #74 from YoeDistro/kraj/6.8
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-raspberrypi 97d7a6b...880d36b (3):
  > kas: debug-tweaks as IMAGE_FEATURE is removed
  > kas: added the synaptics-killswitch license in comment
  > linux-firmware-rpidistro: Add cyfmac43455-sdio.bin symlink to minimal

* sources/meta-riscv abb4f07...42d2b51 (10):
  > visionfive2: Switch to efi boot
  > recipes-kernel: linux: linux-starfive-dev: Add yocto-kernel-cache for visionfive2
  > recipes-bsp: u-boot-starfive_v2021.10: Remove compatibility with visionfive2
  > visionfive2: Use upstream u-boot
  > visionfive2: unset sbi payload
  > recipes-bsp: opensbi: Use upstream for visionfive2
  > u-boot: Add support for visionfive2
  > opensbi: Set FW_TEXT_START in machine conf
  > conf: machine: include: jh7110-common: Use virtual/bootloader
  > conf: machine: include: riscv-common: Use weaker default for kernel

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-tegra 652714f9...ff079533 (1):
  > optee-os: make build work in devtool

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 2abb0028ba...45b4e1f428 (44):
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.7
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > procps: update 4.0.4 -> 4.0.5
  > systemd: PACKAGECONFIG mountfsd and nsresourced
  > pulseaudio: fix webrtc audio depdency
  > sysvinit: update 3.11 -> 3.13
  > udev-extraconf: Allow FAT mount group to be specified
  > selftest/reproducible: Print error context on failure
  > selftest/reproducible: Print full log path on failure
  > classes/ptest-python-pytest: simplify python ptest file overriding
  > oeqa/selftest/sstatetests: Cover aarch64 SDKMACHINE in tests
  > rust: Upgrade 1.80.1->1.81.0
  > rust: Fix for duplicate libstd.so
  > rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.
  > bitbake: data_smart: fix ??= operator for variable flags
  > bitbake: tests/parse: add test for ?= and ??= operators for variable flags
  > bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 21, 2025
…cale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-arm 0905953a...db933d55 (3):
  > trusted-firmware-a: fix mbedtls license checksum
  > edk2-firmware: fix PlatformStandaloneMmRpmb.dsc build
  > arm-bsp/recipes-security: Add protobuf interface to crypto-sp in corstone1000

* sources/meta-clang 03f5785...45ec364 (7):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases
  > lttng-ust: Link with libatomic on 32bit x86
  > clang: Upgrade to 19.1.7
  > boost: Use -no-integrated-as for arm

* sources/meta-freescale 9dc9f18d...22756b22 (9):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2073 from lms-ts/master
  > Merge pull request #2061 from nxp-upstream/qoriq-q4
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2069 from nxp-upstream/Upgrade-gstreamer-to-LF6.6.52_2.0.0
  > Merge pull request #2053 from nxp-upstream/imx-6.6.52-2.0.0
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-freescale-3rdparty 774ca54...9633d11 (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-intel b0fe7e45...c7c7dfac (3):
  > intel-compute-runtime : upgrade 24.26.30049.6 -> 24.39.31294.12
  > intel-graphics-compiler : upgrade 1.0.17193.4 -> 1.0.17791.18
  > level-zero: upgrade 1.15.8 -> 1.17.42

* sources/meta-odroid 4786bdb...7f31828 (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded fa1ebe8c80...1dc51c66f9 (127):
  > DO NOT MERGE: Add Github actions CI workflow
  > dlt-daemon: make DLT_WatchdogSec configurable
  > cbindgen: update 0.27.0 -> 0.28.0
  > crash: fix crash cannot work with kaslr
  > toybox: upgrade 0.8.11 -> 0.8.12
  > python3-zeroconf: upgrade 0.139.0 -> 0.140.1
  > python3-web3: upgrade 7.6.1 -> 7.7.0
  > python3-virtualenv: upgrade 20.28.1 -> 20.29.1
  > python3-twitter: upgrade 4.14.0 -> 4.15.0
  > python3-smpplib: upgrade 2.2.3 -> 2.2.4
  > python3-semver: upgrade 3.0.2 -> 3.0.3
  > python3-robotframework: upgrade 7.1.1 -> 7.2
  > python3-responses: upgrade 0.25.5 -> 0.25.6
  > python3-psycopg: upgrade 3.2.3 -> 3.2.4
  > python3-jdatetime: upgrade 5.0.0 -> 5.1.0
  > python3-inline-snapshot: upgrade 0.19.1 -> 0.19.3
  > python3-hexbytes: upgrade 1.2.1 -> 1.3.0
  > python3-eth-abi: upgrade 5.1.0 -> 5.2.0
  > python3-dbus-fast: upgrade 2.28.0 -> 2.30.2
  > python3-cmd2: upgrade 2.5.8 -> 2.5.9
  > python3-cloudpickle: upgrade 3.1.0 -> 3.1.1
  > python3-cantools: upgrade 40.0.0 -> 40.1.1
  > pocketpy: upgrade 2.0.4 -> 2.0.5
  > openvpn: upgrade 2.6.12 -> 2.6.13
  > opensc: upgrade 0.26.0 -> 0.26.1
  > mutter: upgrade 47.3 -> 47.4
  > lvm2: update 2.03.29 -> 2.03.30
  > libtoml11: upgrade 4.2.0 -> 4.3.0
  > libgee: upgrade 0.20.6 -> 0.20.8
  > iotop: upgrade 1.26 -> 1.27
  > freeipmi: update 1.6.14 -> 1.6.15
  > dialog: upgrade 1.3-20240619 -> 1.3-20250116
  > cxxopts: upgrade 3.2.0 -> 3.2.1
  > ctags: upgrade 6.1.20250112.0 -> 6.1.20250119.0
  > php: Define ACLOCALDIR
  > poppler: upgrade 24.12.0 -> 25.01.0
  > yasm: update to latest git revision
  > c-ares: upgrade 1.32.2 -> 1.32.3
  > c-ares: upgrade 1.32.1 -> 1.32.2
  > c-ares: upgrade 1.32.0 -> 1.32.1
  > mozjs-115: remove recipe
  > python3-pillow: update recipe to use the ptest-python-pytest class
  > python3-pint: update recipe to use the ptest-python-pytest class
  > python3-platformdirs: update recipe to use the ptest-python-pytest class
  > python3-polyline: update recipe to use the ptest-python-pytest class
  > python3-portion: update recipe to use the ptest-python-pytest class
  > python3-precise-runner: update recipe to use the ptest-python-pytest class
  > python3-prettytable: update recipe to use the ptest-python-pytest class
  > python3-propcache: update recipe to use the ptest-python-pytest class
  > python3-ptyprocess: update recipe to use the ptest-python-pytest class
  > python3-py-cpuinfo: update recipe to use the ptest-python-pytest class
  > python3-pyasn1-modules: update recipe to use the ptest-python-pytest class
  > python3-pydantic-core: update recipe to use the ptest-python-pytest class
  > python3-pydantic: update recipe to use the ptest-python-pytest class
  > python3-pyroute2: update recipe to use the ptest-python-pytest class
  > xrdp: upgrade 0.9.19 -> 0.9.20
  > audiofile: mark CVE-2020-18781 as patched
  > python3-pyserial: update recipe to use the ptest-python-pytest class
  > python3-pytest-localserver: update recipe to use the ptest-python-pytest class
  > python3-python-multipart: update recipe to use the ptest-python-pytest class
  > python3-pytoml: update recipe to use the ptest-python-pytest class
  > python3-pyyaml-include: update recipe to use the ptest-python-pytest class
  > python3-rapidjson: update recipe to use the ptest-python-pytest class
  > python3-requests-file: update recipe to use the ptest-python-pytest class
  > python3-requests-toolbelt: update recipe to use the ptest-python-pytest class
  > python3-scrypt: update recipe to use the ptest-python-pytest class
  > python3-semver: update recipe to use the ptest-python-pytest class
  > vorbis-tools: patch CVE-2023-43361
  > polkit: dont add mozjs PACKAGECONFIG
  > polkit: update 125 -> 126
  > jansson: fix a symbol clash when building with cmake
  > libde265: switch to cmake buildsystem
  > gphoto2: Fix /usr/bin/gphoto2 runtime error
  > cxxopts: add new recipe
  > yyjson: force build shared library
  > pistache : add initial recipe
  > c-ares: upgrade 1.31.0 -> 1.32.0
  > proftpd: define suffix for CVE version comparison
  > proftpd: upgrade 1.3.8b -> 1.3.8c
  > proftpd: define UPSTREAM_CHECK_GITTAGREGEX
  > polkit: fix permissions of /usr/share/polkit-1/rules.d/ again
  > mariadb: Upgrade to 11.4.4
  > xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2
  > wpan-tools: upgrade 0.9 -> 0.10
  > thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3
  > ser2net: upgrade 4.6.2 -> 4.6.3
  > python3-zeroconf: upgrade 0.136.2 -> 0.139.0
  > python3-wrapt: upgrade 1.17.0 -> 1.17.1
  > python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37
  > python3-sh: upgrade 2.1.0 -> 2.2.1
  > python3-pdm: upgrade 2.22.1 -> 2.22.2
  > python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
  > python3-marshmallow: upgrade 3.24.1 -> 3.25.1
  > python3-gnupg: upgrade 0.5.3 -> 0.5.4
  > python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0
  > python3-dirty-equals: upgrade 0.8.0 -> 0.9.0
  > python3-cmake: upgrade 3.31.2 -> 3.31.4
  > python3-aniso8601: upgrade 9.0.1 -> 10.0.0
  > pugixml: upgrade 1.14 -> 1.15
  > paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
  > monit: upgrade 5.34.3 -> 5.34.4
  > lldpd: upgrade 1.0.18 -> 1.0.19
  > libserialport: upgrade 0.1.1 -> 0.1.2
  > libdbi-perl: upgrade 1.644 -> 1.646
  > libconfig-general-perl: upgrade 2.65 -> 2.67
  > jsoncons: upgrade 1.0.0 -> 1.1.0
  > iniparser: upgrade 4.2.4 -> 4.2.5
  > gtk-vnc: upgrade 1.3.1 -> 1.4.0
  > doxygen: upgrade 1.13.1 -> 1.13.2
  > ddrescue: upgrade 1.28 -> 1.29
  > ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0
  > chrony: upgrade 4.5 -> 4.6.1
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3

* sources/meta-qt6 cc0dd55...863a807 (31):
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtwebengine: fix conflicting files with qtpdf
  > qtbase: update patch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtgrpc: add optional dependency to qtdeclarative
  > qtopcua: add opcua tools to sdk
  > squish: update to Squish 8.1.0
  > squish: support styhead
  > Add squish support
  < Merge pull request #74 from YoeDistro/kraj/6.8
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-raspberrypi 97d7a6b...880d36b (3):
  > kas: debug-tweaks as IMAGE_FEATURE is removed
  > kas: added the synaptics-killswitch license in comment
  > linux-firmware-rpidistro: Add cyfmac43455-sdio.bin symlink to minimal

* sources/meta-riscv abb4f07...42d2b51 (10):
  > visionfive2: Switch to efi boot
  > recipes-kernel: linux: linux-starfive-dev: Add yocto-kernel-cache for visionfive2
  > recipes-bsp: u-boot-starfive_v2021.10: Remove compatibility with visionfive2
  > visionfive2: Use upstream u-boot
  > visionfive2: unset sbi payload
  > recipes-bsp: opensbi: Use upstream for visionfive2
  > u-boot: Add support for visionfive2
  > opensbi: Set FW_TEXT_START in machine conf
  > conf: machine: include: jh7110-common: Use virtual/bootloader
  > conf: machine: include: riscv-common: Use weaker default for kernel

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-tegra 652714f9...65b8d6e0 (8):
  > sbsigntool: update from 0.9.4 to 0.9.5
  > espimage: make image size configurable
  > optee-os: fix buildpaths warning
  > tegra-helper-scripts: let initrd-flash use USB instance for storage check
  > tegra-helper-scripts: fix initrd-flash handling of pre-signed binaries
  > tegra-helper-scripts: restore main files after RCM boot signing
  > tegra-helper-scripts: correct typo in tegra-flash-helper
  > optee-os: make build work in devtool

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 2abb0028ba...e02c34e17f (89):
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.7
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > kernel-yocto: make kernel commits reproducible
  > fmt: fix build with GCC 9.4
  > linux-firmware: upgrade 20241210 -> 20250109
  > image.bbclass: enable systemd user services
  > systemd.bbclass: support user units in postinst and prerm hooks
  > systemd.bbclass: update postinst and prerm hooks
  > systemd.bbclass: properly handle user units in systemd_create_presets
  > systemd.bbclass: introduce systemd_service_searchpaths()
  > systemd.bbclass: factor out service lookup logic into separate function
  > systemd.bbclass: add ${sysconfdir}/systemd/user to search path
  > systemd-systemctl: add support for --global flag
  > eudev: backport patch to fix udevd hanging while trying to access /dev/urandom
  > test-manual/reproducible-builds: fix reproducible links
  > Update autobuilder URLs to valkyrie
  > migration-guides: add release notes for 5.0.6
  > release-notes-5.2: cover devtool modify --debug-build
  > sdk-manual: extensible.rst: remove confusing post-install-logging
  > sdk-manual: extensible.rst: update devtool ide-sdk
  > migration-guides: systemd.bbclass do not add Also services for 5.2
  > uboot-extlinux-config.bbclass: invalidate do_create_extlinux_config on changes to UBOOT_EXTLINUX_FDTOVERLAYS:x
  > rsync: upgrade 3.3.0 -> 3.4.1
  > grub-efi-cfg: Add GRUB_TITLE for custom GRUB titles
  > dbus: update 1.14.10 -> 1.16.0
  > piglit: Upgrade to latest revision
  > autoconf: rename autotools_aclocals and only run in do_configure
  > libtool: remove obsolete ACLOCALEXTRAPATH
  > autotools: clean up aclocal/ search path assignments
  > libsecret: update patch Upstream-Status
  > devtool: ide-sdk remove the plugin from eSDK installer
  > devtool: build-sdk remove unused imports
  > libxkbcommon: replace locale dependecy from RDEPENDS to RRECOMMENDS
  > lttng-tools: disable patching our libtool.m4
  > classes/logging: Added the bbverbnote command to the logging set
  > lib: spdx: Upgrade to final 3.0.1 release
  > rust: increase test timeout again
  > ofono: fix CVE-2024-7539
  > openssl: remove obsolete CVE version suffix
  > gcc: poison-system-directories patch updated for missing paths
  > devtool: remove unused 'config' param from '_create_workspace' method
  > devtool: misc cleanups
  > devtool: un-globalize 'plugins' variable
  > devtool: un-globalize 'config' variable
  > devtool: un-globalize 'context' variable and convert it to a dataclass
  > devtool: un-globalize 'workspace' variable
  > devtool: un-globalize the 'basepath' variable
  > procps: update 4.0.4 -> 4.0.5
  > systemd: PACKAGECONFIG mountfsd and nsresourced
  > pulseaudio: fix webrtc audio depdency
  > sysvinit: update 3.11 -> 3.13
  > udev-extraconf: Allow FAT mount group to be specified
  > selftest/reproducible: Print error context on failure
  > selftest/reproducible: Print full log path on failure
  > classes/ptest-python-pytest: simplify python ptest file overriding
  > oeqa/selftest/sstatetests: Cover aarch64 SDKMACHINE in tests
  > rust: Upgrade 1.80.1->1.81.0
  > rust: Fix for duplicate libstd.so
  > rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.
  > bitbake: data_smart: fix ??= operator for variable flags
  > bitbake: tests/parse: add test for ?= and ??= operators for variable flags
  > bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 21, 2025
…cale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-arm 0905953a...db933d55 (3):
  > trusted-firmware-a: fix mbedtls license checksum
  > edk2-firmware: fix PlatformStandaloneMmRpmb.dsc build
  > arm-bsp/recipes-security: Add protobuf interface to crypto-sp in corstone1000

* sources/meta-clang 03f5785...45ec364 (7):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases
  > lttng-ust: Link with libatomic on 32bit x86
  > clang: Upgrade to 19.1.7
  > boost: Use -no-integrated-as for arm

* sources/meta-freescale 9dc9f18d...22756b22 (9):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2073 from lms-ts/master
  > Merge pull request #2061 from nxp-upstream/qoriq-q4
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2069 from nxp-upstream/Upgrade-gstreamer-to-LF6.6.52_2.0.0
  > Merge pull request #2053 from nxp-upstream/imx-6.6.52-2.0.0
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-freescale-3rdparty 774ca54...9633d11 (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-intel b0fe7e45...c7c7dfac (3):
  > intel-compute-runtime : upgrade 24.26.30049.6 -> 24.39.31294.12
  > intel-graphics-compiler : upgrade 1.0.17193.4 -> 1.0.17791.18
  > level-zero: upgrade 1.15.8 -> 1.17.42

* sources/meta-odroid 4786bdb...7f31828 (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded fa1ebe8c80...b5ae5a9b5a (130):
  > DO NOT MERGE: Add Github actions CI workflow
  > lapack: upgrade to latest 3.12.1
  > lapack: fix buildpaths in ptest also when CBLAS is enabled
  > lapack: add PACKAGECONFIG for cblas
  > dlt-daemon: make DLT_WatchdogSec configurable
  > cbindgen: update 0.27.0 -> 0.28.0
  > crash: fix crash cannot work with kaslr
  > toybox: upgrade 0.8.11 -> 0.8.12
  > python3-zeroconf: upgrade 0.139.0 -> 0.140.1
  > python3-web3: upgrade 7.6.1 -> 7.7.0
  > python3-virtualenv: upgrade 20.28.1 -> 20.29.1
  > python3-twitter: upgrade 4.14.0 -> 4.15.0
  > python3-smpplib: upgrade 2.2.3 -> 2.2.4
  > python3-semver: upgrade 3.0.2 -> 3.0.3
  > python3-robotframework: upgrade 7.1.1 -> 7.2
  > python3-responses: upgrade 0.25.5 -> 0.25.6
  > python3-psycopg: upgrade 3.2.3 -> 3.2.4
  > python3-jdatetime: upgrade 5.0.0 -> 5.1.0
  > python3-inline-snapshot: upgrade 0.19.1 -> 0.19.3
  > python3-hexbytes: upgrade 1.2.1 -> 1.3.0
  > python3-eth-abi: upgrade 5.1.0 -> 5.2.0
  > python3-dbus-fast: upgrade 2.28.0 -> 2.30.2
  > python3-cmd2: upgrade 2.5.8 -> 2.5.9
  > python3-cloudpickle: upgrade 3.1.0 -> 3.1.1
  > python3-cantools: upgrade 40.0.0 -> 40.1.1
  > pocketpy: upgrade 2.0.4 -> 2.0.5
  > openvpn: upgrade 2.6.12 -> 2.6.13
  > opensc: upgrade 0.26.0 -> 0.26.1
  > mutter: upgrade 47.3 -> 47.4
  > lvm2: update 2.03.29 -> 2.03.30
  > libtoml11: upgrade 4.2.0 -> 4.3.0
  > libgee: upgrade 0.20.6 -> 0.20.8
  > iotop: upgrade 1.26 -> 1.27
  > freeipmi: update 1.6.14 -> 1.6.15
  > dialog: upgrade 1.3-20240619 -> 1.3-20250116
  > cxxopts: upgrade 3.2.0 -> 3.2.1
  > ctags: upgrade 6.1.20250112.0 -> 6.1.20250119.0
  > php: Define ACLOCALDIR
  > poppler: upgrade 24.12.0 -> 25.01.0
  > yasm: update to latest git revision
  > c-ares: upgrade 1.32.2 -> 1.32.3
  > c-ares: upgrade 1.32.1 -> 1.32.2
  > c-ares: upgrade 1.32.0 -> 1.32.1
  > mozjs-115: remove recipe
  > python3-pillow: update recipe to use the ptest-python-pytest class
  > python3-pint: update recipe to use the ptest-python-pytest class
  > python3-platformdirs: update recipe to use the ptest-python-pytest class
  > python3-polyline: update recipe to use the ptest-python-pytest class
  > python3-portion: update recipe to use the ptest-python-pytest class
  > python3-precise-runner: update recipe to use the ptest-python-pytest class
  > python3-prettytable: update recipe to use the ptest-python-pytest class
  > python3-propcache: update recipe to use the ptest-python-pytest class
  > python3-ptyprocess: update recipe to use the ptest-python-pytest class
  > python3-py-cpuinfo: update recipe to use the ptest-python-pytest class
  > python3-pyasn1-modules: update recipe to use the ptest-python-pytest class
  > python3-pydantic-core: update recipe to use the ptest-python-pytest class
  > python3-pydantic: update recipe to use the ptest-python-pytest class
  > python3-pyroute2: update recipe to use the ptest-python-pytest class
  > xrdp: upgrade 0.9.19 -> 0.9.20
  > audiofile: mark CVE-2020-18781 as patched
  > python3-pyserial: update recipe to use the ptest-python-pytest class
  > python3-pytest-localserver: update recipe to use the ptest-python-pytest class
  > python3-python-multipart: update recipe to use the ptest-python-pytest class
  > python3-pytoml: update recipe to use the ptest-python-pytest class
  > python3-pyyaml-include: update recipe to use the ptest-python-pytest class
  > python3-rapidjson: update recipe to use the ptest-python-pytest class
  > python3-requests-file: update recipe to use the ptest-python-pytest class
  > python3-requests-toolbelt: update recipe to use the ptest-python-pytest class
  > python3-scrypt: update recipe to use the ptest-python-pytest class
  > python3-semver: update recipe to use the ptest-python-pytest class
  > vorbis-tools: patch CVE-2023-43361
  > polkit: dont add mozjs PACKAGECONFIG
  > polkit: update 125 -> 126
  > jansson: fix a symbol clash when building with cmake
  > libde265: switch to cmake buildsystem
  > gphoto2: Fix /usr/bin/gphoto2 runtime error
  > cxxopts: add new recipe
  > yyjson: force build shared library
  > pistache : add initial recipe
  > c-ares: upgrade 1.31.0 -> 1.32.0
  > proftpd: define suffix for CVE version comparison
  > proftpd: upgrade 1.3.8b -> 1.3.8c
  > proftpd: define UPSTREAM_CHECK_GITTAGREGEX
  > polkit: fix permissions of /usr/share/polkit-1/rules.d/ again
  > mariadb: Upgrade to 11.4.4
  > xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2
  > wpan-tools: upgrade 0.9 -> 0.10
  > thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3
  > ser2net: upgrade 4.6.2 -> 4.6.3
  > python3-zeroconf: upgrade 0.136.2 -> 0.139.0
  > python3-wrapt: upgrade 1.17.0 -> 1.17.1
  > python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37
  > python3-sh: upgrade 2.1.0 -> 2.2.1
  > python3-pdm: upgrade 2.22.1 -> 2.22.2
  > python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
  > python3-marshmallow: upgrade 3.24.1 -> 3.25.1
  > python3-gnupg: upgrade 0.5.3 -> 0.5.4
  > python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0
  > python3-dirty-equals: upgrade 0.8.0 -> 0.9.0
  > python3-cmake: upgrade 3.31.2 -> 3.31.4
  > python3-aniso8601: upgrade 9.0.1 -> 10.0.0
  > pugixml: upgrade 1.14 -> 1.15
  > paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
  > monit: upgrade 5.34.3 -> 5.34.4
  > lldpd: upgrade 1.0.18 -> 1.0.19
  > libserialport: upgrade 0.1.1 -> 0.1.2
  > libdbi-perl: upgrade 1.644 -> 1.646
  > libconfig-general-perl: upgrade 2.65 -> 2.67
  > jsoncons: upgrade 1.0.0 -> 1.1.0
  > iniparser: upgrade 4.2.4 -> 4.2.5
  > gtk-vnc: upgrade 1.3.1 -> 1.4.0
  > doxygen: upgrade 1.13.1 -> 1.13.2
  > ddrescue: upgrade 1.28 -> 1.29
  > ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0
  > chrony: upgrade 4.5 -> 4.6.1
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3

* sources/meta-qt6 cc0dd55...863a807 (31):
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtwebengine: fix conflicting files with qtpdf
  > qtbase: update patch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtgrpc: add optional dependency to qtdeclarative
  > qtopcua: add opcua tools to sdk
  > squish: update to Squish 8.1.0
  > squish: support styhead
  > Add squish support
  < Merge pull request #74 from YoeDistro/kraj/6.8
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-raspberrypi 97d7a6b...880d36b (3):
  > kas: debug-tweaks as IMAGE_FEATURE is removed
  > kas: added the synaptics-killswitch license in comment
  > linux-firmware-rpidistro: Add cyfmac43455-sdio.bin symlink to minimal

* sources/meta-riscv abb4f07...42d2b51 (10):
  > visionfive2: Switch to efi boot
  > recipes-kernel: linux: linux-starfive-dev: Add yocto-kernel-cache for visionfive2
  > recipes-bsp: u-boot-starfive_v2021.10: Remove compatibility with visionfive2
  > visionfive2: Use upstream u-boot
  > visionfive2: unset sbi payload
  > recipes-bsp: opensbi: Use upstream for visionfive2
  > u-boot: Add support for visionfive2
  > opensbi: Set FW_TEXT_START in machine conf
  > conf: machine: include: jh7110-common: Use virtual/bootloader
  > conf: machine: include: riscv-common: Use weaker default for kernel

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-tegra 652714f9...65b8d6e0 (8):
  > sbsigntool: update from 0.9.4 to 0.9.5
  > espimage: make image size configurable
  > optee-os: fix buildpaths warning
  > tegra-helper-scripts: let initrd-flash use USB instance for storage check
  > tegra-helper-scripts: fix initrd-flash handling of pre-signed binaries
  > tegra-helper-scripts: restore main files after RCM boot signing
  > tegra-helper-scripts: correct typo in tegra-flash-helper
  > optee-os: make build work in devtool

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 2abb0028ba...e02c34e17f (89):
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.7
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > kernel-yocto: make kernel commits reproducible
  > fmt: fix build with GCC 9.4
  > linux-firmware: upgrade 20241210 -> 20250109
  > image.bbclass: enable systemd user services
  > systemd.bbclass: support user units in postinst and prerm hooks
  > systemd.bbclass: update postinst and prerm hooks
  > systemd.bbclass: properly handle user units in systemd_create_presets
  > systemd.bbclass: introduce systemd_service_searchpaths()
  > systemd.bbclass: factor out service lookup logic into separate function
  > systemd.bbclass: add ${sysconfdir}/systemd/user to search path
  > systemd-systemctl: add support for --global flag
  > eudev: backport patch to fix udevd hanging while trying to access /dev/urandom
  > test-manual/reproducible-builds: fix reproducible links
  > Update autobuilder URLs to valkyrie
  > migration-guides: add release notes for 5.0.6
  > release-notes-5.2: cover devtool modify --debug-build
  > sdk-manual: extensible.rst: remove confusing post-install-logging
  > sdk-manual: extensible.rst: update devtool ide-sdk
  > migration-guides: systemd.bbclass do not add Also services for 5.2
  > uboot-extlinux-config.bbclass: invalidate do_create_extlinux_config on changes to UBOOT_EXTLINUX_FDTOVERLAYS:x
  > rsync: upgrade 3.3.0 -> 3.4.1
  > grub-efi-cfg: Add GRUB_TITLE for custom GRUB titles
  > dbus: update 1.14.10 -> 1.16.0
  > piglit: Upgrade to latest revision
  > autoconf: rename autotools_aclocals and only run in do_configure
  > libtool: remove obsolete ACLOCALEXTRAPATH
  > autotools: clean up aclocal/ search path assignments
  > libsecret: update patch Upstream-Status
  > devtool: ide-sdk remove the plugin from eSDK installer
  > devtool: build-sdk remove unused imports
  > libxkbcommon: replace locale dependecy from RDEPENDS to RRECOMMENDS
  > lttng-tools: disable patching our libtool.m4
  > classes/logging: Added the bbverbnote command to the logging set
  > lib: spdx: Upgrade to final 3.0.1 release
  > rust: increase test timeout again
  > ofono: fix CVE-2024-7539
  > openssl: remove obsolete CVE version suffix
  > gcc: poison-system-directories patch updated for missing paths
  > devtool: remove unused 'config' param from '_create_workspace' method
  > devtool: misc cleanups
  > devtool: un-globalize 'plugins' variable
  > devtool: un-globalize 'config' variable
  > devtool: un-globalize 'context' variable and convert it to a dataclass
  > devtool: un-globalize 'workspace' variable
  > devtool: un-globalize the 'basepath' variable
  > procps: update 4.0.4 -> 4.0.5
  > systemd: PACKAGECONFIG mountfsd and nsresourced
  > pulseaudio: fix webrtc audio depdency
  > sysvinit: update 3.11 -> 3.13
  > udev-extraconf: Allow FAT mount group to be specified
  > selftest/reproducible: Print error context on failure
  > selftest/reproducible: Print full log path on failure
  > classes/ptest-python-pytest: simplify python ptest file overriding
  > oeqa/selftest/sstatetests: Cover aarch64 SDKMACHINE in tests
  > rust: Upgrade 1.80.1->1.81.0
  > rust: Fix for duplicate libstd.so
  > rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.
  > bitbake: data_smart: fix ??= operator for variable flags
  > bitbake: tests/parse: add test for ?= and ??= operators for variable flags
  > bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 22, 2025
…cale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-arm 0905953a...db933d55 (3):
  > trusted-firmware-a: fix mbedtls license checksum
  > edk2-firmware: fix PlatformStandaloneMmRpmb.dsc build
  > arm-bsp/recipes-security: Add protobuf interface to crypto-sp in corstone1000

* sources/meta-clang 03f5785...968c690 (8):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases
  > recipes: Update to match OE-Core virtual/cross-* changes
  > lttng-ust: Link with libatomic on 32bit x86
  > clang: Upgrade to 19.1.7
  > boost: Use -no-integrated-as for arm

* sources/meta-freescale 9dc9f18d...d615badf (10):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2068 from nxp-upstream/imxmali
  > Merge pull request #2075 from limeng-linux/master
  > Merge pull request #2073 from lms-ts/master
  > Merge pull request #2061 from nxp-upstream/qoriq-q4
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2069 from nxp-upstream/Upgrade-gstreamer-to-LF6.6.52_2.0.0
  > Merge pull request #2053 from nxp-upstream/imx-6.6.52-2.0.0
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-freescale-3rdparty 774ca54...9633d11 (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-intel b0fe7e45...c7c7dfac (3):
  > intel-compute-runtime : upgrade 24.26.30049.6 -> 24.39.31294.12
  > intel-graphics-compiler : upgrade 1.0.17193.4 -> 1.0.17791.18
  > level-zero: upgrade 1.15.8 -> 1.17.42

* sources/meta-odroid 4786bdb...7f31828 (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded fa1ebe8c80...b5ae5a9b5a (130):
  > DO NOT MERGE: Add Github actions CI workflow
  > lapack: upgrade to latest 3.12.1
  > lapack: fix buildpaths in ptest also when CBLAS is enabled
  > lapack: add PACKAGECONFIG for cblas
  > dlt-daemon: make DLT_WatchdogSec configurable
  > cbindgen: update 0.27.0 -> 0.28.0
  > crash: fix crash cannot work with kaslr
  > toybox: upgrade 0.8.11 -> 0.8.12
  > python3-zeroconf: upgrade 0.139.0 -> 0.140.1
  > python3-web3: upgrade 7.6.1 -> 7.7.0
  > python3-virtualenv: upgrade 20.28.1 -> 20.29.1
  > python3-twitter: upgrade 4.14.0 -> 4.15.0
  > python3-smpplib: upgrade 2.2.3 -> 2.2.4
  > python3-semver: upgrade 3.0.2 -> 3.0.3
  > python3-robotframework: upgrade 7.1.1 -> 7.2
  > python3-responses: upgrade 0.25.5 -> 0.25.6
  > python3-psycopg: upgrade 3.2.3 -> 3.2.4
  > python3-jdatetime: upgrade 5.0.0 -> 5.1.0
  > python3-inline-snapshot: upgrade 0.19.1 -> 0.19.3
  > python3-hexbytes: upgrade 1.2.1 -> 1.3.0
  > python3-eth-abi: upgrade 5.1.0 -> 5.2.0
  > python3-dbus-fast: upgrade 2.28.0 -> 2.30.2
  > python3-cmd2: upgrade 2.5.8 -> 2.5.9
  > python3-cloudpickle: upgrade 3.1.0 -> 3.1.1
  > python3-cantools: upgrade 40.0.0 -> 40.1.1
  > pocketpy: upgrade 2.0.4 -> 2.0.5
  > openvpn: upgrade 2.6.12 -> 2.6.13
  > opensc: upgrade 0.26.0 -> 0.26.1
  > mutter: upgrade 47.3 -> 47.4
  > lvm2: update 2.03.29 -> 2.03.30
  > libtoml11: upgrade 4.2.0 -> 4.3.0
  > libgee: upgrade 0.20.6 -> 0.20.8
  > iotop: upgrade 1.26 -> 1.27
  > freeipmi: update 1.6.14 -> 1.6.15
  > dialog: upgrade 1.3-20240619 -> 1.3-20250116
  > cxxopts: upgrade 3.2.0 -> 3.2.1
  > ctags: upgrade 6.1.20250112.0 -> 6.1.20250119.0
  > php: Define ACLOCALDIR
  > poppler: upgrade 24.12.0 -> 25.01.0
  > yasm: update to latest git revision
  > c-ares: upgrade 1.32.2 -> 1.32.3
  > c-ares: upgrade 1.32.1 -> 1.32.2
  > c-ares: upgrade 1.32.0 -> 1.32.1
  > mozjs-115: remove recipe
  > python3-pillow: update recipe to use the ptest-python-pytest class
  > python3-pint: update recipe to use the ptest-python-pytest class
  > python3-platformdirs: update recipe to use the ptest-python-pytest class
  > python3-polyline: update recipe to use the ptest-python-pytest class
  > python3-portion: update recipe to use the ptest-python-pytest class
  > python3-precise-runner: update recipe to use the ptest-python-pytest class
  > python3-prettytable: update recipe to use the ptest-python-pytest class
  > python3-propcache: update recipe to use the ptest-python-pytest class
  > python3-ptyprocess: update recipe to use the ptest-python-pytest class
  > python3-py-cpuinfo: update recipe to use the ptest-python-pytest class
  > python3-pyasn1-modules: update recipe to use the ptest-python-pytest class
  > python3-pydantic-core: update recipe to use the ptest-python-pytest class
  > python3-pydantic: update recipe to use the ptest-python-pytest class
  > python3-pyroute2: update recipe to use the ptest-python-pytest class
  > xrdp: upgrade 0.9.19 -> 0.9.20
  > audiofile: mark CVE-2020-18781 as patched
  > python3-pyserial: update recipe to use the ptest-python-pytest class
  > python3-pytest-localserver: update recipe to use the ptest-python-pytest class
  > python3-python-multipart: update recipe to use the ptest-python-pytest class
  > python3-pytoml: update recipe to use the ptest-python-pytest class
  > python3-pyyaml-include: update recipe to use the ptest-python-pytest class
  > python3-rapidjson: update recipe to use the ptest-python-pytest class
  > python3-requests-file: update recipe to use the ptest-python-pytest class
  > python3-requests-toolbelt: update recipe to use the ptest-python-pytest class
  > python3-scrypt: update recipe to use the ptest-python-pytest class
  > python3-semver: update recipe to use the ptest-python-pytest class
  > vorbis-tools: patch CVE-2023-43361
  > polkit: dont add mozjs PACKAGECONFIG
  > polkit: update 125 -> 126
  > jansson: fix a symbol clash when building with cmake
  > libde265: switch to cmake buildsystem
  > gphoto2: Fix /usr/bin/gphoto2 runtime error
  > cxxopts: add new recipe
  > yyjson: force build shared library
  > pistache : add initial recipe
  > c-ares: upgrade 1.31.0 -> 1.32.0
  > proftpd: define suffix for CVE version comparison
  > proftpd: upgrade 1.3.8b -> 1.3.8c
  > proftpd: define UPSTREAM_CHECK_GITTAGREGEX
  > polkit: fix permissions of /usr/share/polkit-1/rules.d/ again
  > mariadb: Upgrade to 11.4.4
  > xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2
  > wpan-tools: upgrade 0.9 -> 0.10
  > thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3
  > ser2net: upgrade 4.6.2 -> 4.6.3
  > python3-zeroconf: upgrade 0.136.2 -> 0.139.0
  > python3-wrapt: upgrade 1.17.0 -> 1.17.1
  > python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37
  > python3-sh: upgrade 2.1.0 -> 2.2.1
  > python3-pdm: upgrade 2.22.1 -> 2.22.2
  > python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
  > python3-marshmallow: upgrade 3.24.1 -> 3.25.1
  > python3-gnupg: upgrade 0.5.3 -> 0.5.4
  > python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0
  > python3-dirty-equals: upgrade 0.8.0 -> 0.9.0
  > python3-cmake: upgrade 3.31.2 -> 3.31.4
  > python3-aniso8601: upgrade 9.0.1 -> 10.0.0
  > pugixml: upgrade 1.14 -> 1.15
  > paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
  > monit: upgrade 5.34.3 -> 5.34.4
  > lldpd: upgrade 1.0.18 -> 1.0.19
  > libserialport: upgrade 0.1.1 -> 0.1.2
  > libdbi-perl: upgrade 1.644 -> 1.646
  > libconfig-general-perl: upgrade 2.65 -> 2.67
  > jsoncons: upgrade 1.0.0 -> 1.1.0
  > iniparser: upgrade 4.2.4 -> 4.2.5
  > gtk-vnc: upgrade 1.3.1 -> 1.4.0
  > doxygen: upgrade 1.13.1 -> 1.13.2
  > ddrescue: upgrade 1.28 -> 1.29
  > ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0
  > chrony: upgrade 4.5 -> 4.6.1
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3

* sources/meta-qt6 cc0dd55...863a807 (31):
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtwebengine: fix conflicting files with qtpdf
  > qtbase: update patch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtgrpc: add optional dependency to qtdeclarative
  > qtopcua: add opcua tools to sdk
  > squish: update to Squish 8.1.0
  > squish: support styhead
  > Add squish support
  < Merge pull request #74 from YoeDistro/kraj/6.8
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-raspberrypi 97d7a6b...880d36b (3):
  > kas: debug-tweaks as IMAGE_FEATURE is removed
  > kas: added the synaptics-killswitch license in comment
  > linux-firmware-rpidistro: Add cyfmac43455-sdio.bin symlink to minimal

* sources/meta-riscv abb4f07...42d2b51 (10):
  > visionfive2: Switch to efi boot
  > recipes-kernel: linux: linux-starfive-dev: Add yocto-kernel-cache for visionfive2
  > recipes-bsp: u-boot-starfive_v2021.10: Remove compatibility with visionfive2
  > visionfive2: Use upstream u-boot
  > visionfive2: unset sbi payload
  > recipes-bsp: opensbi: Use upstream for visionfive2
  > u-boot: Add support for visionfive2
  > opensbi: Set FW_TEXT_START in machine conf
  > conf: machine: include: jh7110-common: Use virtual/bootloader
  > conf: machine: include: riscv-common: Use weaker default for kernel

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-tegra 652714f9...afce451a (9):
  > tegra-helper-scripts: disable initrd-flash USB instance check
  > sbsigntool: update from 0.9.4 to 0.9.5
  > espimage: make image size configurable
  > optee-os: fix buildpaths warning
  > tegra-helper-scripts: let initrd-flash use USB instance for storage check
  > tegra-helper-scripts: fix initrd-flash handling of pre-signed binaries
  > tegra-helper-scripts: restore main files after RCM boot signing
  > tegra-helper-scripts: correct typo in tegra-flash-helper
  > optee-os: make build work in devtool

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 2abb0028ba...b7b28654ec (92):
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.7
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > base: Switch virtual/cross-XXX to be under recipe specific providers
  > classes/recipes: Switch virtual/XXX-gcc to virtual/cross-cc (and c++/binutils)
  > bitbake: parse/ast: Add support for BB_RECIPE_VIRTUAL_PROVIDERS
  > kernel-yocto: make kernel commits reproducible
  > fmt: fix build with GCC 9.4
  > linux-firmware: upgrade 20241210 -> 20250109
  > image.bbclass: enable systemd user services
  > systemd.bbclass: support user units in postinst and prerm hooks
  > systemd.bbclass: update postinst and prerm hooks
  > systemd.bbclass: properly handle user units in systemd_create_presets
  > systemd.bbclass: introduce systemd_service_searchpaths()
  > systemd.bbclass: factor out service lookup logic into separate function
  > systemd.bbclass: add ${sysconfdir}/systemd/user to search path
  > systemd-systemctl: add support for --global flag
  > eudev: backport patch to fix udevd hanging while trying to access /dev/urandom
  > test-manual/reproducible-builds: fix reproducible links
  > Update autobuilder URLs to valkyrie
  > migration-guides: add release notes for 5.0.6
  > release-notes-5.2: cover devtool modify --debug-build
  > sdk-manual: extensible.rst: remove confusing post-install-logging
  > sdk-manual: extensible.rst: update devtool ide-sdk
  > migration-guides: systemd.bbclass do not add Also services for 5.2
  > uboot-extlinux-config.bbclass: invalidate do_create_extlinux_config on changes to UBOOT_EXTLINUX_FDTOVERLAYS:x
  > rsync: upgrade 3.3.0 -> 3.4.1
  > grub-efi-cfg: Add GRUB_TITLE for custom GRUB titles
  > dbus: update 1.14.10 -> 1.16.0
  > piglit: Upgrade to latest revision
  > autoconf: rename autotools_aclocals and only run in do_configure
  > libtool: remove obsolete ACLOCALEXTRAPATH
  > autotools: clean up aclocal/ search path assignments
  > libsecret: update patch Upstream-Status
  > devtool: ide-sdk remove the plugin from eSDK installer
  > devtool: build-sdk remove unused imports
  > libxkbcommon: replace locale dependecy from RDEPENDS to RRECOMMENDS
  > lttng-tools: disable patching our libtool.m4
  > classes/logging: Added the bbverbnote command to the logging set
  > lib: spdx: Upgrade to final 3.0.1 release
  > rust: increase test timeout again
  > ofono: fix CVE-2024-7539
  > openssl: remove obsolete CVE version suffix
  > gcc: poison-system-directories patch updated for missing paths
  > devtool: remove unused 'config' param from '_create_workspace' method
  > devtool: misc cleanups
  > devtool: un-globalize 'plugins' variable
  > devtool: un-globalize 'config' variable
  > devtool: un-globalize 'context' variable and convert it to a dataclass
  > devtool: un-globalize 'workspace' variable
  > devtool: un-globalize the 'basepath' variable
  > procps: update 4.0.4 -> 4.0.5
  > systemd: PACKAGECONFIG mountfsd and nsresourced
  > pulseaudio: fix webrtc audio depdency
  > sysvinit: update 3.11 -> 3.13
  > udev-extraconf: Allow FAT mount group to be specified
  > selftest/reproducible: Print error context on failure
  > selftest/reproducible: Print full log path on failure
  > classes/ptest-python-pytest: simplify python ptest file overriding
  > oeqa/selftest/sstatetests: Cover aarch64 SDKMACHINE in tests
  > rust: Upgrade 1.80.1->1.81.0
  > rust: Fix for duplicate libstd.so
  > rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.
  > bitbake: data_smart: fix ??= operator for variable flags
  > bitbake: tests/parse: add test for ?= and ??= operators for variable flags
  > bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 22, 2025
…cale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-arm 0905953a...db933d55 (3):
  > trusted-firmware-a: fix mbedtls license checksum
  > edk2-firmware: fix PlatformStandaloneMmRpmb.dsc build
  > arm-bsp/recipes-security: Add protobuf interface to crypto-sp in corstone1000

* sources/meta-clang 03f5785...968c690 (8):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases
  > recipes: Update to match OE-Core virtual/cross-* changes
  > lttng-ust: Link with libatomic on 32bit x86
  > clang: Upgrade to 19.1.7
  > boost: Use -no-integrated-as for arm

* sources/meta-freescale 9dc9f18d...d615badf (10):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2068 from nxp-upstream/imxmali
  > Merge pull request #2075 from limeng-linux/master
  > Merge pull request #2073 from lms-ts/master
  > Merge pull request #2061 from nxp-upstream/qoriq-q4
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2069 from nxp-upstream/Upgrade-gstreamer-to-LF6.6.52_2.0.0
  > Merge pull request #2053 from nxp-upstream/imx-6.6.52-2.0.0
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-freescale-3rdparty 774ca54...9633d11 (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-intel b0fe7e45...c7c7dfac (3):
  > intel-compute-runtime : upgrade 24.26.30049.6 -> 24.39.31294.12
  > intel-graphics-compiler : upgrade 1.0.17193.4 -> 1.0.17791.18
  > level-zero: upgrade 1.15.8 -> 1.17.42

* sources/meta-odroid 4786bdb...7f31828 (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded fa1ebe8c80...b5ae5a9b5a (130):
  > DO NOT MERGE: Add Github actions CI workflow
  > lapack: upgrade to latest 3.12.1
  > lapack: fix buildpaths in ptest also when CBLAS is enabled
  > lapack: add PACKAGECONFIG for cblas
  > dlt-daemon: make DLT_WatchdogSec configurable
  > cbindgen: update 0.27.0 -> 0.28.0
  > crash: fix crash cannot work with kaslr
  > toybox: upgrade 0.8.11 -> 0.8.12
  > python3-zeroconf: upgrade 0.139.0 -> 0.140.1
  > python3-web3: upgrade 7.6.1 -> 7.7.0
  > python3-virtualenv: upgrade 20.28.1 -> 20.29.1
  > python3-twitter: upgrade 4.14.0 -> 4.15.0
  > python3-smpplib: upgrade 2.2.3 -> 2.2.4
  > python3-semver: upgrade 3.0.2 -> 3.0.3
  > python3-robotframework: upgrade 7.1.1 -> 7.2
  > python3-responses: upgrade 0.25.5 -> 0.25.6
  > python3-psycopg: upgrade 3.2.3 -> 3.2.4
  > python3-jdatetime: upgrade 5.0.0 -> 5.1.0
  > python3-inline-snapshot: upgrade 0.19.1 -> 0.19.3
  > python3-hexbytes: upgrade 1.2.1 -> 1.3.0
  > python3-eth-abi: upgrade 5.1.0 -> 5.2.0
  > python3-dbus-fast: upgrade 2.28.0 -> 2.30.2
  > python3-cmd2: upgrade 2.5.8 -> 2.5.9
  > python3-cloudpickle: upgrade 3.1.0 -> 3.1.1
  > python3-cantools: upgrade 40.0.0 -> 40.1.1
  > pocketpy: upgrade 2.0.4 -> 2.0.5
  > openvpn: upgrade 2.6.12 -> 2.6.13
  > opensc: upgrade 0.26.0 -> 0.26.1
  > mutter: upgrade 47.3 -> 47.4
  > lvm2: update 2.03.29 -> 2.03.30
  > libtoml11: upgrade 4.2.0 -> 4.3.0
  > libgee: upgrade 0.20.6 -> 0.20.8
  > iotop: upgrade 1.26 -> 1.27
  > freeipmi: update 1.6.14 -> 1.6.15
  > dialog: upgrade 1.3-20240619 -> 1.3-20250116
  > cxxopts: upgrade 3.2.0 -> 3.2.1
  > ctags: upgrade 6.1.20250112.0 -> 6.1.20250119.0
  > php: Define ACLOCALDIR
  > poppler: upgrade 24.12.0 -> 25.01.0
  > yasm: update to latest git revision
  > c-ares: upgrade 1.32.2 -> 1.32.3
  > c-ares: upgrade 1.32.1 -> 1.32.2
  > c-ares: upgrade 1.32.0 -> 1.32.1
  > mozjs-115: remove recipe
  > python3-pillow: update recipe to use the ptest-python-pytest class
  > python3-pint: update recipe to use the ptest-python-pytest class
  > python3-platformdirs: update recipe to use the ptest-python-pytest class
  > python3-polyline: update recipe to use the ptest-python-pytest class
  > python3-portion: update recipe to use the ptest-python-pytest class
  > python3-precise-runner: update recipe to use the ptest-python-pytest class
  > python3-prettytable: update recipe to use the ptest-python-pytest class
  > python3-propcache: update recipe to use the ptest-python-pytest class
  > python3-ptyprocess: update recipe to use the ptest-python-pytest class
  > python3-py-cpuinfo: update recipe to use the ptest-python-pytest class
  > python3-pyasn1-modules: update recipe to use the ptest-python-pytest class
  > python3-pydantic-core: update recipe to use the ptest-python-pytest class
  > python3-pydantic: update recipe to use the ptest-python-pytest class
  > python3-pyroute2: update recipe to use the ptest-python-pytest class
  > xrdp: upgrade 0.9.19 -> 0.9.20
  > audiofile: mark CVE-2020-18781 as patched
  > python3-pyserial: update recipe to use the ptest-python-pytest class
  > python3-pytest-localserver: update recipe to use the ptest-python-pytest class
  > python3-python-multipart: update recipe to use the ptest-python-pytest class
  > python3-pytoml: update recipe to use the ptest-python-pytest class
  > python3-pyyaml-include: update recipe to use the ptest-python-pytest class
  > python3-rapidjson: update recipe to use the ptest-python-pytest class
  > python3-requests-file: update recipe to use the ptest-python-pytest class
  > python3-requests-toolbelt: update recipe to use the ptest-python-pytest class
  > python3-scrypt: update recipe to use the ptest-python-pytest class
  > python3-semver: update recipe to use the ptest-python-pytest class
  > vorbis-tools: patch CVE-2023-43361
  > polkit: dont add mozjs PACKAGECONFIG
  > polkit: update 125 -> 126
  > jansson: fix a symbol clash when building with cmake
  > libde265: switch to cmake buildsystem
  > gphoto2: Fix /usr/bin/gphoto2 runtime error
  > cxxopts: add new recipe
  > yyjson: force build shared library
  > pistache : add initial recipe
  > c-ares: upgrade 1.31.0 -> 1.32.0
  > proftpd: define suffix for CVE version comparison
  > proftpd: upgrade 1.3.8b -> 1.3.8c
  > proftpd: define UPSTREAM_CHECK_GITTAGREGEX
  > polkit: fix permissions of /usr/share/polkit-1/rules.d/ again
  > mariadb: Upgrade to 11.4.4
  > xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2
  > wpan-tools: upgrade 0.9 -> 0.10
  > thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3
  > ser2net: upgrade 4.6.2 -> 4.6.3
  > python3-zeroconf: upgrade 0.136.2 -> 0.139.0
  > python3-wrapt: upgrade 1.17.0 -> 1.17.1
  > python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37
  > python3-sh: upgrade 2.1.0 -> 2.2.1
  > python3-pdm: upgrade 2.22.1 -> 2.22.2
  > python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
  > python3-marshmallow: upgrade 3.24.1 -> 3.25.1
  > python3-gnupg: upgrade 0.5.3 -> 0.5.4
  > python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0
  > python3-dirty-equals: upgrade 0.8.0 -> 0.9.0
  > python3-cmake: upgrade 3.31.2 -> 3.31.4
  > python3-aniso8601: upgrade 9.0.1 -> 10.0.0
  > pugixml: upgrade 1.14 -> 1.15
  > paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
  > monit: upgrade 5.34.3 -> 5.34.4
  > lldpd: upgrade 1.0.18 -> 1.0.19
  > libserialport: upgrade 0.1.1 -> 0.1.2
  > libdbi-perl: upgrade 1.644 -> 1.646
  > libconfig-general-perl: upgrade 2.65 -> 2.67
  > jsoncons: upgrade 1.0.0 -> 1.1.0
  > iniparser: upgrade 4.2.4 -> 4.2.5
  > gtk-vnc: upgrade 1.3.1 -> 1.4.0
  > doxygen: upgrade 1.13.1 -> 1.13.2
  > ddrescue: upgrade 1.28 -> 1.29
  > ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0
  > chrony: upgrade 4.5 -> 4.6.1
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3

* sources/meta-qt6 cc0dd55...863a807 (31):
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtwebengine: fix conflicting files with qtpdf
  > qtbase: update patch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtgrpc: add optional dependency to qtdeclarative
  > qtopcua: add opcua tools to sdk
  > squish: update to Squish 8.1.0
  > squish: support styhead
  > Add squish support
  < Merge pull request #74 from YoeDistro/kraj/6.8
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-raspberrypi 97d7a6b...880d36b (3):
  > kas: debug-tweaks as IMAGE_FEATURE is removed
  > kas: added the synaptics-killswitch license in comment
  > linux-firmware-rpidistro: Add cyfmac43455-sdio.bin symlink to minimal

* sources/meta-riscv abb4f07...42d2b51 (10):
  > visionfive2: Switch to efi boot
  > recipes-kernel: linux: linux-starfive-dev: Add yocto-kernel-cache for visionfive2
  > recipes-bsp: u-boot-starfive_v2021.10: Remove compatibility with visionfive2
  > visionfive2: Use upstream u-boot
  > visionfive2: unset sbi payload
  > recipes-bsp: opensbi: Use upstream for visionfive2
  > u-boot: Add support for visionfive2
  > opensbi: Set FW_TEXT_START in machine conf
  > conf: machine: include: jh7110-common: Use virtual/bootloader
  > conf: machine: include: riscv-common: Use weaker default for kernel

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-tegra 652714f9...afce451a (9):
  > tegra-helper-scripts: disable initrd-flash USB instance check
  > sbsigntool: update from 0.9.4 to 0.9.5
  > espimage: make image size configurable
  > optee-os: fix buildpaths warning
  > tegra-helper-scripts: let initrd-flash use USB instance for storage check
  > tegra-helper-scripts: fix initrd-flash handling of pre-signed binaries
  > tegra-helper-scripts: restore main files after RCM boot signing
  > tegra-helper-scripts: correct typo in tegra-flash-helper
  > optee-os: make build work in devtool

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 2abb0028ba...b7b28654ec (92):
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.7
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > base: Switch virtual/cross-XXX to be under recipe specific providers
  > classes/recipes: Switch virtual/XXX-gcc to virtual/cross-cc (and c++/binutils)
  > bitbake: parse/ast: Add support for BB_RECIPE_VIRTUAL_PROVIDERS
  > kernel-yocto: make kernel commits reproducible
  > fmt: fix build with GCC 9.4
  > linux-firmware: upgrade 20241210 -> 20250109
  > image.bbclass: enable systemd user services
  > systemd.bbclass: support user units in postinst and prerm hooks
  > systemd.bbclass: update postinst and prerm hooks
  > systemd.bbclass: properly handle user units in systemd_create_presets
  > systemd.bbclass: introduce systemd_service_searchpaths()
  > systemd.bbclass: factor out service lookup logic into separate function
  > systemd.bbclass: add ${sysconfdir}/systemd/user to search path
  > systemd-systemctl: add support for --global flag
  > eudev: backport patch to fix udevd hanging while trying to access /dev/urandom
  > test-manual/reproducible-builds: fix reproducible links
  > Update autobuilder URLs to valkyrie
  > migration-guides: add release notes for 5.0.6
  > release-notes-5.2: cover devtool modify --debug-build
  > sdk-manual: extensible.rst: remove confusing post-install-logging
  > sdk-manual: extensible.rst: update devtool ide-sdk
  > migration-guides: systemd.bbclass do not add Also services for 5.2
  > uboot-extlinux-config.bbclass: invalidate do_create_extlinux_config on changes to UBOOT_EXTLINUX_FDTOVERLAYS:x
  > rsync: upgrade 3.3.0 -> 3.4.1
  > grub-efi-cfg: Add GRUB_TITLE for custom GRUB titles
  > dbus: update 1.14.10 -> 1.16.0
  > piglit: Upgrade to latest revision
  > autoconf: rename autotools_aclocals and only run in do_configure
  > libtool: remove obsolete ACLOCALEXTRAPATH
  > autotools: clean up aclocal/ search path assignments
  > libsecret: update patch Upstream-Status
  > devtool: ide-sdk remove the plugin from eSDK installer
  > devtool: build-sdk remove unused imports
  > libxkbcommon: replace locale dependecy from RDEPENDS to RRECOMMENDS
  > lttng-tools: disable patching our libtool.m4
  > classes/logging: Added the bbverbnote command to the logging set
  > lib: spdx: Upgrade to final 3.0.1 release
  > rust: increase test timeout again
  > ofono: fix CVE-2024-7539
  > openssl: remove obsolete CVE version suffix
  > gcc: poison-system-directories patch updated for missing paths
  > devtool: remove unused 'config' param from '_create_workspace' method
  > devtool: misc cleanups
  > devtool: un-globalize 'plugins' variable
  > devtool: un-globalize 'config' variable
  > devtool: un-globalize 'context' variable and convert it to a dataclass
  > devtool: un-globalize 'workspace' variable
  > devtool: un-globalize the 'basepath' variable
  > procps: update 4.0.4 -> 4.0.5
  > systemd: PACKAGECONFIG mountfsd and nsresourced
  > pulseaudio: fix webrtc audio depdency
  > sysvinit: update 3.11 -> 3.13
  > udev-extraconf: Allow FAT mount group to be specified
  > selftest/reproducible: Print error context on failure
  > selftest/reproducible: Print full log path on failure
  > classes/ptest-python-pytest: simplify python ptest file overriding
  > oeqa/selftest/sstatetests: Cover aarch64 SDKMACHINE in tests
  > rust: Upgrade 1.80.1->1.81.0
  > rust: Fix for duplicate libstd.so
  > rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.
  > bitbake: data_smart: fix ??= operator for variable flags
  > bitbake: tests/parse: add test for ?= and ??= operators for variable flags
  > bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 22, 2025
…cale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-arm 0905953a...db933d55 (3):
  > trusted-firmware-a: fix mbedtls license checksum
  > edk2-firmware: fix PlatformStandaloneMmRpmb.dsc build
  > arm-bsp/recipes-security: Add protobuf interface to crypto-sp in corstone1000

* sources/meta-clang 03f5785...968c690 (8):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases
  > recipes: Update to match OE-Core virtual/cross-* changes
  > lttng-ust: Link with libatomic on 32bit x86
  > clang: Upgrade to 19.1.7
  > boost: Use -no-integrated-as for arm

* sources/meta-freescale 9dc9f18d...d615badf (10):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2068 from nxp-upstream/imxmali
  > Merge pull request #2075 from limeng-linux/master
  > Merge pull request #2073 from lms-ts/master
  > Merge pull request #2061 from nxp-upstream/qoriq-q4
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2069 from nxp-upstream/Upgrade-gstreamer-to-LF6.6.52_2.0.0
  > Merge pull request #2053 from nxp-upstream/imx-6.6.52-2.0.0
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-freescale-3rdparty 774ca54...9633d11 (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-intel b0fe7e45...c7c7dfac (3):
  > intel-compute-runtime : upgrade 24.26.30049.6 -> 24.39.31294.12
  > intel-graphics-compiler : upgrade 1.0.17193.4 -> 1.0.17791.18
  > level-zero: upgrade 1.15.8 -> 1.17.42

* sources/meta-odroid 4786bdb...7f31828 (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded fa1ebe8c80...50f0ebe4fa (131):
  > DO NOT MERGE: Add Github actions CI workflow
  > cpp-netlib: Make SKIP_RECIPE weak
  > lapack: upgrade to latest 3.12.1
  > lapack: fix buildpaths in ptest also when CBLAS is enabled
  > lapack: add PACKAGECONFIG for cblas
  > dlt-daemon: make DLT_WatchdogSec configurable
  > cbindgen: update 0.27.0 -> 0.28.0
  > crash: fix crash cannot work with kaslr
  > toybox: upgrade 0.8.11 -> 0.8.12
  > python3-zeroconf: upgrade 0.139.0 -> 0.140.1
  > python3-web3: upgrade 7.6.1 -> 7.7.0
  > python3-virtualenv: upgrade 20.28.1 -> 20.29.1
  > python3-twitter: upgrade 4.14.0 -> 4.15.0
  > python3-smpplib: upgrade 2.2.3 -> 2.2.4
  > python3-semver: upgrade 3.0.2 -> 3.0.3
  > python3-robotframework: upgrade 7.1.1 -> 7.2
  > python3-responses: upgrade 0.25.5 -> 0.25.6
  > python3-psycopg: upgrade 3.2.3 -> 3.2.4
  > python3-jdatetime: upgrade 5.0.0 -> 5.1.0
  > python3-inline-snapshot: upgrade 0.19.1 -> 0.19.3
  > python3-hexbytes: upgrade 1.2.1 -> 1.3.0
  > python3-eth-abi: upgrade 5.1.0 -> 5.2.0
  > python3-dbus-fast: upgrade 2.28.0 -> 2.30.2
  > python3-cmd2: upgrade 2.5.8 -> 2.5.9
  > python3-cloudpickle: upgrade 3.1.0 -> 3.1.1
  > python3-cantools: upgrade 40.0.0 -> 40.1.1
  > pocketpy: upgrade 2.0.4 -> 2.0.5
  > openvpn: upgrade 2.6.12 -> 2.6.13
  > opensc: upgrade 0.26.0 -> 0.26.1
  > mutter: upgrade 47.3 -> 47.4
  > lvm2: update 2.03.29 -> 2.03.30
  > libtoml11: upgrade 4.2.0 -> 4.3.0
  > libgee: upgrade 0.20.6 -> 0.20.8
  > iotop: upgrade 1.26 -> 1.27
  > freeipmi: update 1.6.14 -> 1.6.15
  > dialog: upgrade 1.3-20240619 -> 1.3-20250116
  > cxxopts: upgrade 3.2.0 -> 3.2.1
  > ctags: upgrade 6.1.20250112.0 -> 6.1.20250119.0
  > php: Define ACLOCALDIR
  > poppler: upgrade 24.12.0 -> 25.01.0
  > yasm: update to latest git revision
  > c-ares: upgrade 1.32.2 -> 1.32.3
  > c-ares: upgrade 1.32.1 -> 1.32.2
  > c-ares: upgrade 1.32.0 -> 1.32.1
  > mozjs-115: remove recipe
  > python3-pillow: update recipe to use the ptest-python-pytest class
  > python3-pint: update recipe to use the ptest-python-pytest class
  > python3-platformdirs: update recipe to use the ptest-python-pytest class
  > python3-polyline: update recipe to use the ptest-python-pytest class
  > python3-portion: update recipe to use the ptest-python-pytest class
  > python3-precise-runner: update recipe to use the ptest-python-pytest class
  > python3-prettytable: update recipe to use the ptest-python-pytest class
  > python3-propcache: update recipe to use the ptest-python-pytest class
  > python3-ptyprocess: update recipe to use the ptest-python-pytest class
  > python3-py-cpuinfo: update recipe to use the ptest-python-pytest class
  > python3-pyasn1-modules: update recipe to use the ptest-python-pytest class
  > python3-pydantic-core: update recipe to use the ptest-python-pytest class
  > python3-pydantic: update recipe to use the ptest-python-pytest class
  > python3-pyroute2: update recipe to use the ptest-python-pytest class
  > xrdp: upgrade 0.9.19 -> 0.9.20
  > audiofile: mark CVE-2020-18781 as patched
  > python3-pyserial: update recipe to use the ptest-python-pytest class
  > python3-pytest-localserver: update recipe to use the ptest-python-pytest class
  > python3-python-multipart: update recipe to use the ptest-python-pytest class
  > python3-pytoml: update recipe to use the ptest-python-pytest class
  > python3-pyyaml-include: update recipe to use the ptest-python-pytest class
  > python3-rapidjson: update recipe to use the ptest-python-pytest class
  > python3-requests-file: update recipe to use the ptest-python-pytest class
  > python3-requests-toolbelt: update recipe to use the ptest-python-pytest class
  > python3-scrypt: update recipe to use the ptest-python-pytest class
  > python3-semver: update recipe to use the ptest-python-pytest class
  > vorbis-tools: patch CVE-2023-43361
  > polkit: dont add mozjs PACKAGECONFIG
  > polkit: update 125 -> 126
  > jansson: fix a symbol clash when building with cmake
  > libde265: switch to cmake buildsystem
  > gphoto2: Fix /usr/bin/gphoto2 runtime error
  > cxxopts: add new recipe
  > yyjson: force build shared library
  > pistache : add initial recipe
  > c-ares: upgrade 1.31.0 -> 1.32.0
  > proftpd: define suffix for CVE version comparison
  > proftpd: upgrade 1.3.8b -> 1.3.8c
  > proftpd: define UPSTREAM_CHECK_GITTAGREGEX
  > polkit: fix permissions of /usr/share/polkit-1/rules.d/ again
  > mariadb: Upgrade to 11.4.4
  > xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2
  > wpan-tools: upgrade 0.9 -> 0.10
  > thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3
  > ser2net: upgrade 4.6.2 -> 4.6.3
  > python3-zeroconf: upgrade 0.136.2 -> 0.139.0
  > python3-wrapt: upgrade 1.17.0 -> 1.17.1
  > python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37
  > python3-sh: upgrade 2.1.0 -> 2.2.1
  > python3-pdm: upgrade 2.22.1 -> 2.22.2
  > python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
  > python3-marshmallow: upgrade 3.24.1 -> 3.25.1
  > python3-gnupg: upgrade 0.5.3 -> 0.5.4
  > python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0
  > python3-dirty-equals: upgrade 0.8.0 -> 0.9.0
  > python3-cmake: upgrade 3.31.2 -> 3.31.4
  > python3-aniso8601: upgrade 9.0.1 -> 10.0.0
  > pugixml: upgrade 1.14 -> 1.15
  > paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
  > monit: upgrade 5.34.3 -> 5.34.4
  > lldpd: upgrade 1.0.18 -> 1.0.19
  > libserialport: upgrade 0.1.1 -> 0.1.2
  > libdbi-perl: upgrade 1.644 -> 1.646
  > libconfig-general-perl: upgrade 2.65 -> 2.67
  > jsoncons: upgrade 1.0.0 -> 1.1.0
  > iniparser: upgrade 4.2.4 -> 4.2.5
  > gtk-vnc: upgrade 1.3.1 -> 1.4.0
  > doxygen: upgrade 1.13.1 -> 1.13.2
  > ddrescue: upgrade 1.28 -> 1.29
  > ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0
  > chrony: upgrade 4.5 -> 4.6.1
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3

* sources/meta-qt6 cc0dd55...863a807 (31):
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtwebengine: fix conflicting files with qtpdf
  > qtbase: update patch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtgrpc: add optional dependency to qtdeclarative
  > qtopcua: add opcua tools to sdk
  > squish: update to Squish 8.1.0
  > squish: support styhead
  > Add squish support
  < Merge pull request #74 from YoeDistro/kraj/6.8
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-raspberrypi 97d7a6b...880d36b (3):
  > kas: debug-tweaks as IMAGE_FEATURE is removed
  > kas: added the synaptics-killswitch license in comment
  > linux-firmware-rpidistro: Add cyfmac43455-sdio.bin symlink to minimal

* sources/meta-riscv abb4f07...42d2b51 (10):
  > visionfive2: Switch to efi boot
  > recipes-kernel: linux: linux-starfive-dev: Add yocto-kernel-cache for visionfive2
  > recipes-bsp: u-boot-starfive_v2021.10: Remove compatibility with visionfive2
  > visionfive2: Use upstream u-boot
  > visionfive2: unset sbi payload
  > recipes-bsp: opensbi: Use upstream for visionfive2
  > u-boot: Add support for visionfive2
  > opensbi: Set FW_TEXT_START in machine conf
  > conf: machine: include: jh7110-common: Use virtual/bootloader
  > conf: machine: include: riscv-common: Use weaker default for kernel

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-tegra 652714f9...afce451a (9):
  > tegra-helper-scripts: disable initrd-flash USB instance check
  > sbsigntool: update from 0.9.4 to 0.9.5
  > espimage: make image size configurable
  > optee-os: fix buildpaths warning
  > tegra-helper-scripts: let initrd-flash use USB instance for storage check
  > tegra-helper-scripts: fix initrd-flash handling of pre-signed binaries
  > tegra-helper-scripts: restore main files after RCM boot signing
  > tegra-helper-scripts: correct typo in tegra-flash-helper
  > optee-os: make build work in devtool

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 2abb0028ba...b7b28654ec (92):
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.7
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > base: Switch virtual/cross-XXX to be under recipe specific providers
  > classes/recipes: Switch virtual/XXX-gcc to virtual/cross-cc (and c++/binutils)
  > bitbake: parse/ast: Add support for BB_RECIPE_VIRTUAL_PROVIDERS
  > kernel-yocto: make kernel commits reproducible
  > fmt: fix build with GCC 9.4
  > linux-firmware: upgrade 20241210 -> 20250109
  > image.bbclass: enable systemd user services
  > systemd.bbclass: support user units in postinst and prerm hooks
  > systemd.bbclass: update postinst and prerm hooks
  > systemd.bbclass: properly handle user units in systemd_create_presets
  > systemd.bbclass: introduce systemd_service_searchpaths()
  > systemd.bbclass: factor out service lookup logic into separate function
  > systemd.bbclass: add ${sysconfdir}/systemd/user to search path
  > systemd-systemctl: add support for --global flag
  > eudev: backport patch to fix udevd hanging while trying to access /dev/urandom
  > test-manual/reproducible-builds: fix reproducible links
  > Update autobuilder URLs to valkyrie
  > migration-guides: add release notes for 5.0.6
  > release-notes-5.2: cover devtool modify --debug-build
  > sdk-manual: extensible.rst: remove confusing post-install-logging
  > sdk-manual: extensible.rst: update devtool ide-sdk
  > migration-guides: systemd.bbclass do not add Also services for 5.2
  > uboot-extlinux-config.bbclass: invalidate do_create_extlinux_config on changes to UBOOT_EXTLINUX_FDTOVERLAYS:x
  > rsync: upgrade 3.3.0 -> 3.4.1
  > grub-efi-cfg: Add GRUB_TITLE for custom GRUB titles
  > dbus: update 1.14.10 -> 1.16.0
  > piglit: Upgrade to latest revision
  > autoconf: rename autotools_aclocals and only run in do_configure
  > libtool: remove obsolete ACLOCALEXTRAPATH
  > autotools: clean up aclocal/ search path assignments
  > libsecret: update patch Upstream-Status
  > devtool: ide-sdk remove the plugin from eSDK installer
  > devtool: build-sdk remove unused imports
  > libxkbcommon: replace locale dependecy from RDEPENDS to RRECOMMENDS
  > lttng-tools: disable patching our libtool.m4
  > classes/logging: Added the bbverbnote command to the logging set
  > lib: spdx: Upgrade to final 3.0.1 release
  > rust: increase test timeout again
  > ofono: fix CVE-2024-7539
  > openssl: remove obsolete CVE version suffix
  > gcc: poison-system-directories patch updated for missing paths
  > devtool: remove unused 'config' param from '_create_workspace' method
  > devtool: misc cleanups
  > devtool: un-globalize 'plugins' variable
  > devtool: un-globalize 'config' variable
  > devtool: un-globalize 'context' variable and convert it to a dataclass
  > devtool: un-globalize 'workspace' variable
  > devtool: un-globalize the 'basepath' variable
  > procps: update 4.0.4 -> 4.0.5
  > systemd: PACKAGECONFIG mountfsd and nsresourced
  > pulseaudio: fix webrtc audio depdency
  > sysvinit: update 3.11 -> 3.13
  > udev-extraconf: Allow FAT mount group to be specified
  > selftest/reproducible: Print error context on failure
  > selftest/reproducible: Print full log path on failure
  > classes/ptest-python-pytest: simplify python ptest file overriding
  > oeqa/selftest/sstatetests: Cover aarch64 SDKMACHINE in tests
  > rust: Upgrade 1.80.1->1.81.0
  > rust: Fix for duplicate libstd.so
  > rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.
  > bitbake: data_smart: fix ??= operator for variable flags
  > bitbake: tests/parse: add test for ?= and ??= operators for variable flags
  > bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 22, 2025
…cale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-arm 0905953a...db933d55 (3):
  > trusted-firmware-a: fix mbedtls license checksum
  > edk2-firmware: fix PlatformStandaloneMmRpmb.dsc build
  > arm-bsp/recipes-security: Add protobuf interface to crypto-sp in corstone1000

* sources/meta-clang 03f5785...968c690 (8):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases
  > recipes: Update to match OE-Core virtual/cross-* changes
  > lttng-ust: Link with libatomic on 32bit x86
  > clang: Upgrade to 19.1.7
  > boost: Use -no-integrated-as for arm

* sources/meta-freescale 9dc9f18d...d615badf (10):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2068 from nxp-upstream/imxmali
  > Merge pull request #2075 from limeng-linux/master
  > Merge pull request #2073 from lms-ts/master
  > Merge pull request #2061 from nxp-upstream/qoriq-q4
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2069 from nxp-upstream/Upgrade-gstreamer-to-LF6.6.52_2.0.0
  > Merge pull request #2053 from nxp-upstream/imx-6.6.52-2.0.0
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-freescale-3rdparty 774ca54...9633d11 (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-intel b0fe7e45...c7c7dfac (3):
  > intel-compute-runtime : upgrade 24.26.30049.6 -> 24.39.31294.12
  > intel-graphics-compiler : upgrade 1.0.17193.4 -> 1.0.17791.18
  > level-zero: upgrade 1.15.8 -> 1.17.42

* sources/meta-odroid 4786bdb...7f31828 (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded fa1ebe8c80...e1ae0d6ae5 (138):
  > DO NOT MERGE: Add Github actions CI workflow
  > python3-tox: Upgrade 4.23.2 -> 4.24.1
  > python3-aioresponses: Upgrade 0.7.7 -> 0.7.8
  > python3-filelock: Upgrade 3.16.1 -> 3.17.0
  > dbus-cxx: fix typo in PACKAGECONFIG
  > iwd: update 3.2 -> 3.3
  >    pkcs11-provider: Upgrade 0.5 -> 0.6
  > pistache: fix package config dependencies
  > cpp-netlib: Make SKIP_RECIPE weak
  > lapack: upgrade to latest 3.12.1
  > lapack: fix buildpaths in ptest also when CBLAS is enabled
  > lapack: add PACKAGECONFIG for cblas
  > dlt-daemon: make DLT_WatchdogSec configurable
  > cbindgen: update 0.27.0 -> 0.28.0
  > crash: fix crash cannot work with kaslr
  > toybox: upgrade 0.8.11 -> 0.8.12
  > python3-zeroconf: upgrade 0.139.0 -> 0.140.1
  > python3-web3: upgrade 7.6.1 -> 7.7.0
  > python3-virtualenv: upgrade 20.28.1 -> 20.29.1
  > python3-twitter: upgrade 4.14.0 -> 4.15.0
  > python3-smpplib: upgrade 2.2.3 -> 2.2.4
  > python3-semver: upgrade 3.0.2 -> 3.0.3
  > python3-robotframework: upgrade 7.1.1 -> 7.2
  > python3-responses: upgrade 0.25.5 -> 0.25.6
  > python3-psycopg: upgrade 3.2.3 -> 3.2.4
  > python3-jdatetime: upgrade 5.0.0 -> 5.1.0
  > python3-inline-snapshot: upgrade 0.19.1 -> 0.19.3
  > python3-hexbytes: upgrade 1.2.1 -> 1.3.0
  > python3-eth-abi: upgrade 5.1.0 -> 5.2.0
  > python3-dbus-fast: upgrade 2.28.0 -> 2.30.2
  > python3-cmd2: upgrade 2.5.8 -> 2.5.9
  > python3-cloudpickle: upgrade 3.1.0 -> 3.1.1
  > python3-cantools: upgrade 40.0.0 -> 40.1.1
  > pocketpy: upgrade 2.0.4 -> 2.0.5
  > openvpn: upgrade 2.6.12 -> 2.6.13
  > opensc: upgrade 0.26.0 -> 0.26.1
  > mutter: upgrade 47.3 -> 47.4
  > lvm2: update 2.03.29 -> 2.03.30
  > libtoml11: upgrade 4.2.0 -> 4.3.0
  > libgee: upgrade 0.20.6 -> 0.20.8
  > iotop: upgrade 1.26 -> 1.27
  > freeipmi: update 1.6.14 -> 1.6.15
  > dialog: upgrade 1.3-20240619 -> 1.3-20250116
  > cxxopts: upgrade 3.2.0 -> 3.2.1
  > ctags: upgrade 6.1.20250112.0 -> 6.1.20250119.0
  > php: Define ACLOCALDIR
  > poppler: upgrade 24.12.0 -> 25.01.0
  > yasm: update to latest git revision
  > c-ares: upgrade 1.32.2 -> 1.32.3
  > c-ares: upgrade 1.32.1 -> 1.32.2
  > c-ares: upgrade 1.32.0 -> 1.32.1
  > mozjs-115: remove recipe
  > python3-pillow: update recipe to use the ptest-python-pytest class
  > python3-pint: update recipe to use the ptest-python-pytest class
  > python3-platformdirs: update recipe to use the ptest-python-pytest class
  > python3-polyline: update recipe to use the ptest-python-pytest class
  > python3-portion: update recipe to use the ptest-python-pytest class
  > python3-precise-runner: update recipe to use the ptest-python-pytest class
  > python3-prettytable: update recipe to use the ptest-python-pytest class
  > python3-propcache: update recipe to use the ptest-python-pytest class
  > python3-ptyprocess: update recipe to use the ptest-python-pytest class
  > python3-py-cpuinfo: update recipe to use the ptest-python-pytest class
  > python3-pyasn1-modules: update recipe to use the ptest-python-pytest class
  > python3-pydantic-core: update recipe to use the ptest-python-pytest class
  > python3-pydantic: update recipe to use the ptest-python-pytest class
  > python3-pyroute2: update recipe to use the ptest-python-pytest class
  > xrdp: upgrade 0.9.19 -> 0.9.20
  > audiofile: mark CVE-2020-18781 as patched
  > python3-pyserial: update recipe to use the ptest-python-pytest class
  > python3-pytest-localserver: update recipe to use the ptest-python-pytest class
  > python3-python-multipart: update recipe to use the ptest-python-pytest class
  > python3-pytoml: update recipe to use the ptest-python-pytest class
  > python3-pyyaml-include: update recipe to use the ptest-python-pytest class
  > python3-rapidjson: update recipe to use the ptest-python-pytest class
  > python3-requests-file: update recipe to use the ptest-python-pytest class
  > python3-requests-toolbelt: update recipe to use the ptest-python-pytest class
  > python3-scrypt: update recipe to use the ptest-python-pytest class
  > python3-semver: update recipe to use the ptest-python-pytest class
  > vorbis-tools: patch CVE-2023-43361
  > polkit: dont add mozjs PACKAGECONFIG
  > polkit: update 125 -> 126
  > jansson: fix a symbol clash when building with cmake
  > libde265: switch to cmake buildsystem
  > gphoto2: Fix /usr/bin/gphoto2 runtime error
  > cxxopts: add new recipe
  > yyjson: force build shared library
  > pistache : add initial recipe
  > c-ares: upgrade 1.31.0 -> 1.32.0
  > proftpd: define suffix for CVE version comparison
  > proftpd: upgrade 1.3.8b -> 1.3.8c
  > proftpd: define UPSTREAM_CHECK_GITTAGREGEX
  > polkit: fix permissions of /usr/share/polkit-1/rules.d/ again
  > mariadb: Upgrade to 11.4.4
  > xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2
  > wpan-tools: upgrade 0.9 -> 0.10
  > thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3
  > ser2net: upgrade 4.6.2 -> 4.6.3
  > python3-zeroconf: upgrade 0.136.2 -> 0.139.0
  > python3-wrapt: upgrade 1.17.0 -> 1.17.1
  > python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37
  > python3-sh: upgrade 2.1.0 -> 2.2.1
  > python3-pdm: upgrade 2.22.1 -> 2.22.2
  > python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
  > python3-marshmallow: upgrade 3.24.1 -> 3.25.1
  > python3-gnupg: upgrade 0.5.3 -> 0.5.4
  > python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0
  > python3-dirty-equals: upgrade 0.8.0 -> 0.9.0
  > python3-cmake: upgrade 3.31.2 -> 3.31.4
  > python3-aniso8601: upgrade 9.0.1 -> 10.0.0
  > pugixml: upgrade 1.14 -> 1.15
  > paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
  > monit: upgrade 5.34.3 -> 5.34.4
  > lldpd: upgrade 1.0.18 -> 1.0.19
  > libserialport: upgrade 0.1.1 -> 0.1.2
  > libdbi-perl: upgrade 1.644 -> 1.646
  > libconfig-general-perl: upgrade 2.65 -> 2.67
  > jsoncons: upgrade 1.0.0 -> 1.1.0
  > iniparser: upgrade 4.2.4 -> 4.2.5
  > gtk-vnc: upgrade 1.3.1 -> 1.4.0
  > doxygen: upgrade 1.13.1 -> 1.13.2
  > ddrescue: upgrade 1.28 -> 1.29
  > ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0
  > chrony: upgrade 4.5 -> 4.6.1
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3

* sources/meta-qt6 cc0dd55...863a807 (31):
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtwebengine: fix conflicting files with qtpdf
  > qtbase: update patch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtgrpc: add optional dependency to qtdeclarative
  > qtopcua: add opcua tools to sdk
  > squish: update to Squish 8.1.0
  > squish: support styhead
  > Add squish support
  < Merge pull request #74 from YoeDistro/kraj/6.8
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-raspberrypi 97d7a6b...880d36b (3):
  > kas: debug-tweaks as IMAGE_FEATURE is removed
  > kas: added the synaptics-killswitch license in comment
  > linux-firmware-rpidistro: Add cyfmac43455-sdio.bin symlink to minimal

* sources/meta-riscv abb4f07...42d2b51 (10):
  > visionfive2: Switch to efi boot
  > recipes-kernel: linux: linux-starfive-dev: Add yocto-kernel-cache for visionfive2
  > recipes-bsp: u-boot-starfive_v2021.10: Remove compatibility with visionfive2
  > visionfive2: Use upstream u-boot
  > visionfive2: unset sbi payload
  > recipes-bsp: opensbi: Use upstream for visionfive2
  > u-boot: Add support for visionfive2
  > opensbi: Set FW_TEXT_START in machine conf
  > conf: machine: include: jh7110-common: Use virtual/bootloader
  > conf: machine: include: riscv-common: Use weaker default for kernel

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-tegra 652714f9...afce451a (9):
  > tegra-helper-scripts: disable initrd-flash USB instance check
  > sbsigntool: update from 0.9.4 to 0.9.5
  > espimage: make image size configurable
  > optee-os: fix buildpaths warning
  > tegra-helper-scripts: let initrd-flash use USB instance for storage check
  > tegra-helper-scripts: fix initrd-flash handling of pre-signed binaries
  > tegra-helper-scripts: restore main files after RCM boot signing
  > tegra-helper-scripts: correct typo in tegra-flash-helper
  > optee-os: make build work in devtool

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 2abb0028ba...ae346cb95b (96):
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.7
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > u-boot: kernel-fitimage: Fix dependency loop if UBOOT_SIGN_ENABLE and UBOOT_ENV enabled
  > gcc: make include poisoning fatal again in gcc/g++
  > oeqa/poisoning: fix gcc include poisoning test
  > python3-cffi: Add missing pkgconfig dependency
  > base: Switch virtual/cross-XXX to be under recipe specific providers
  > classes/recipes: Switch virtual/XXX-gcc to virtual/cross-cc (and c++/binutils)
  > bitbake: parse/ast: Add support for BB_RECIPE_VIRTUAL_PROVIDERS
  > kernel-yocto: make kernel commits reproducible
  > fmt: fix build with GCC 9.4
  > linux-firmware: upgrade 20241210 -> 20250109
  > image.bbclass: enable systemd user services
  > systemd.bbclass: support user units in postinst and prerm hooks
  > systemd.bbclass: update postinst and prerm hooks
  > systemd.bbclass: properly handle user units in systemd_create_presets
  > systemd.bbclass: introduce systemd_service_searchpaths()
  > systemd.bbclass: factor out service lookup logic into separate function
  > systemd.bbclass: add ${sysconfdir}/systemd/user to search path
  > systemd-systemctl: add support for --global flag
  > eudev: backport patch to fix udevd hanging while trying to access /dev/urandom
  > test-manual/reproducible-builds: fix reproducible links
  > Update autobuilder URLs to valkyrie
  > migration-guides: add release notes for 5.0.6
  > release-notes-5.2: cover devtool modify --debug-build
  > sdk-manual: extensible.rst: remove confusing post-install-logging
  > sdk-manual: extensible.rst: update devtool ide-sdk
  > migration-guides: systemd.bbclass do not add Also services for 5.2
  > uboot-extlinux-config.bbclass: invalidate do_create_extlinux_config on changes to UBOOT_EXTLINUX_FDTOVERLAYS:x
  > rsync: upgrade 3.3.0 -> 3.4.1
  > grub-efi-cfg: Add GRUB_TITLE for custom GRUB titles
  > dbus: update 1.14.10 -> 1.16.0
  > piglit: Upgrade to latest revision
  > autoconf: rename autotools_aclocals and only run in do_configure
  > libtool: remove obsolete ACLOCALEXTRAPATH
  > autotools: clean up aclocal/ search path assignments
  > libsecret: update patch Upstream-Status
  > devtool: ide-sdk remove the plugin from eSDK installer
  > devtool: build-sdk remove unused imports
  > libxkbcommon: replace locale dependecy from RDEPENDS to RRECOMMENDS
  > lttng-tools: disable patching our libtool.m4
  > classes/logging: Added the bbverbnote command to the logging set
  > lib: spdx: Upgrade to final 3.0.1 release
  > rust: increase test timeout again
  > ofono: fix CVE-2024-7539
  > openssl: remove obsolete CVE version suffix
  > gcc: poison-system-directories patch updated for missing paths
  > devtool: remove unused 'config' param from '_create_workspace' method
  > devtool: misc cleanups
  > devtool: un-globalize 'plugins' variable
  > devtool: un-globalize 'config' variable
  > devtool: un-globalize 'context' variable and convert it to a dataclass
  > devtool: un-globalize 'workspace' variable
  > devtool: un-globalize the 'basepath' variable
  > procps: update 4.0.4 -> 4.0.5
  > systemd: PACKAGECONFIG mountfsd and nsresourced
  > pulseaudio: fix webrtc audio depdency
  > sysvinit: update 3.11 -> 3.13
  > udev-extraconf: Allow FAT mount group to be specified
  > selftest/reproducible: Print error context on failure
  > selftest/reproducible: Print full log path on failure
  > classes/ptest-python-pytest: simplify python ptest file overriding
  > oeqa/selftest/sstatetests: Cover aarch64 SDKMACHINE in tests
  > rust: Upgrade 1.80.1->1.81.0
  > rust: Fix for duplicate libstd.so
  > rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.
  > bitbake: data_smart: fix ??= operator for variable flags
  > bitbake: tests/parse: add test for ?= and ??= operators for variable flags
  > bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 22, 2025
…cale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-arm 0905953a...db933d55 (3):
  > trusted-firmware-a: fix mbedtls license checksum
  > edk2-firmware: fix PlatformStandaloneMmRpmb.dsc build
  > arm-bsp/recipes-security: Add protobuf interface to crypto-sp in corstone1000

* sources/meta-clang 03f5785...968c690 (8):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases
  > recipes: Update to match OE-Core virtual/cross-* changes
  > lttng-ust: Link with libatomic on 32bit x86
  > clang: Upgrade to 19.1.7
  > boost: Use -no-integrated-as for arm

* sources/meta-freescale 9dc9f18d...d615badf (10):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2068 from nxp-upstream/imxmali
  > Merge pull request #2075 from limeng-linux/master
  > Merge pull request #2073 from lms-ts/master
  > Merge pull request #2061 from nxp-upstream/qoriq-q4
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2069 from nxp-upstream/Upgrade-gstreamer-to-LF6.6.52_2.0.0
  > Merge pull request #2053 from nxp-upstream/imx-6.6.52-2.0.0
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-freescale-3rdparty 774ca54...9633d11 (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-intel b0fe7e45...c7c7dfac (3):
  > intel-compute-runtime : upgrade 24.26.30049.6 -> 24.39.31294.12
  > intel-graphics-compiler : upgrade 1.0.17193.4 -> 1.0.17791.18
  > level-zero: upgrade 1.15.8 -> 1.17.42

* sources/meta-odroid 4786bdb...7f31828 (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded fa1ebe8c80...8b2e3aa500 (140):
  > DO NOT MERGE: Add Github actions CI workflow
  > ndctl: fix building documentation
  > ndctl: fix compiling without including tests
  > python3-tox: Upgrade 4.23.2 -> 4.24.1
  > python3-aioresponses: Upgrade 0.7.7 -> 0.7.8
  > python3-filelock: Upgrade 3.16.1 -> 3.17.0
  > dbus-cxx: fix typo in PACKAGECONFIG
  > iwd: update 3.2 -> 3.3
  > pkcs11-provider: Upgrade 0.5 -> 0.6
  > pistache: fix package config dependencies
  > cpp-netlib: Make SKIP_RECIPE weak
  > lapack: upgrade to latest 3.12.1
  > lapack: fix buildpaths in ptest also when CBLAS is enabled
  > lapack: add PACKAGECONFIG for cblas
  > dlt-daemon: make DLT_WatchdogSec configurable
  > cbindgen: update 0.27.0 -> 0.28.0
  > crash: fix crash cannot work with kaslr
  > toybox: upgrade 0.8.11 -> 0.8.12
  > python3-zeroconf: upgrade 0.139.0 -> 0.140.1
  > python3-web3: upgrade 7.6.1 -> 7.7.0
  > python3-virtualenv: upgrade 20.28.1 -> 20.29.1
  > python3-twitter: upgrade 4.14.0 -> 4.15.0
  > python3-smpplib: upgrade 2.2.3 -> 2.2.4
  > python3-semver: upgrade 3.0.2 -> 3.0.3
  > python3-robotframework: upgrade 7.1.1 -> 7.2
  > python3-responses: upgrade 0.25.5 -> 0.25.6
  > python3-psycopg: upgrade 3.2.3 -> 3.2.4
  > python3-jdatetime: upgrade 5.0.0 -> 5.1.0
  > python3-inline-snapshot: upgrade 0.19.1 -> 0.19.3
  > python3-hexbytes: upgrade 1.2.1 -> 1.3.0
  > python3-eth-abi: upgrade 5.1.0 -> 5.2.0
  > python3-dbus-fast: upgrade 2.28.0 -> 2.30.2
  > python3-cmd2: upgrade 2.5.8 -> 2.5.9
  > python3-cloudpickle: upgrade 3.1.0 -> 3.1.1
  > python3-cantools: upgrade 40.0.0 -> 40.1.1
  > pocketpy: upgrade 2.0.4 -> 2.0.5
  > openvpn: upgrade 2.6.12 -> 2.6.13
  > opensc: upgrade 0.26.0 -> 0.26.1
  > mutter: upgrade 47.3 -> 47.4
  > lvm2: update 2.03.29 -> 2.03.30
  > libtoml11: upgrade 4.2.0 -> 4.3.0
  > libgee: upgrade 0.20.6 -> 0.20.8
  > iotop: upgrade 1.26 -> 1.27
  > freeipmi: update 1.6.14 -> 1.6.15
  > dialog: upgrade 1.3-20240619 -> 1.3-20250116
  > cxxopts: upgrade 3.2.0 -> 3.2.1
  > ctags: upgrade 6.1.20250112.0 -> 6.1.20250119.0
  > php: Define ACLOCALDIR
  > poppler: upgrade 24.12.0 -> 25.01.0
  > yasm: update to latest git revision
  > c-ares: upgrade 1.32.2 -> 1.32.3
  > c-ares: upgrade 1.32.1 -> 1.32.2
  > c-ares: upgrade 1.32.0 -> 1.32.1
  > mozjs-115: remove recipe
  > python3-pillow: update recipe to use the ptest-python-pytest class
  > python3-pint: update recipe to use the ptest-python-pytest class
  > python3-platformdirs: update recipe to use the ptest-python-pytest class
  > python3-polyline: update recipe to use the ptest-python-pytest class
  > python3-portion: update recipe to use the ptest-python-pytest class
  > python3-precise-runner: update recipe to use the ptest-python-pytest class
  > python3-prettytable: update recipe to use the ptest-python-pytest class
  > python3-propcache: update recipe to use the ptest-python-pytest class
  > python3-ptyprocess: update recipe to use the ptest-python-pytest class
  > python3-py-cpuinfo: update recipe to use the ptest-python-pytest class
  > python3-pyasn1-modules: update recipe to use the ptest-python-pytest class
  > python3-pydantic-core: update recipe to use the ptest-python-pytest class
  > python3-pydantic: update recipe to use the ptest-python-pytest class
  > python3-pyroute2: update recipe to use the ptest-python-pytest class
  > xrdp: upgrade 0.9.19 -> 0.9.20
  > audiofile: mark CVE-2020-18781 as patched
  > python3-pyserial: update recipe to use the ptest-python-pytest class
  > python3-pytest-localserver: update recipe to use the ptest-python-pytest class
  > python3-python-multipart: update recipe to use the ptest-python-pytest class
  > python3-pytoml: update recipe to use the ptest-python-pytest class
  > python3-pyyaml-include: update recipe to use the ptest-python-pytest class
  > python3-rapidjson: update recipe to use the ptest-python-pytest class
  > python3-requests-file: update recipe to use the ptest-python-pytest class
  > python3-requests-toolbelt: update recipe to use the ptest-python-pytest class
  > python3-scrypt: update recipe to use the ptest-python-pytest class
  > python3-semver: update recipe to use the ptest-python-pytest class
  > vorbis-tools: patch CVE-2023-43361
  > polkit: dont add mozjs PACKAGECONFIG
  > polkit: update 125 -> 126
  > jansson: fix a symbol clash when building with cmake
  > libde265: switch to cmake buildsystem
  > gphoto2: Fix /usr/bin/gphoto2 runtime error
  > cxxopts: add new recipe
  > yyjson: force build shared library
  > pistache : add initial recipe
  > c-ares: upgrade 1.31.0 -> 1.32.0
  > proftpd: define suffix for CVE version comparison
  > proftpd: upgrade 1.3.8b -> 1.3.8c
  > proftpd: define UPSTREAM_CHECK_GITTAGREGEX
  > polkit: fix permissions of /usr/share/polkit-1/rules.d/ again
  > mariadb: Upgrade to 11.4.4
  > xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2
  > wpan-tools: upgrade 0.9 -> 0.10
  > thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3
  > ser2net: upgrade 4.6.2 -> 4.6.3
  > python3-zeroconf: upgrade 0.136.2 -> 0.139.0
  > python3-wrapt: upgrade 1.17.0 -> 1.17.1
  > python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37
  > python3-sh: upgrade 2.1.0 -> 2.2.1
  > python3-pdm: upgrade 2.22.1 -> 2.22.2
  > python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
  > python3-marshmallow: upgrade 3.24.1 -> 3.25.1
  > python3-gnupg: upgrade 0.5.3 -> 0.5.4
  > python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0
  > python3-dirty-equals: upgrade 0.8.0 -> 0.9.0
  > python3-cmake: upgrade 3.31.2 -> 3.31.4
  > python3-aniso8601: upgrade 9.0.1 -> 10.0.0
  > pugixml: upgrade 1.14 -> 1.15
  > paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
  > monit: upgrade 5.34.3 -> 5.34.4
  > lldpd: upgrade 1.0.18 -> 1.0.19
  > libserialport: upgrade 0.1.1 -> 0.1.2
  > libdbi-perl: upgrade 1.644 -> 1.646
  > libconfig-general-perl: upgrade 2.65 -> 2.67
  > jsoncons: upgrade 1.0.0 -> 1.1.0
  > iniparser: upgrade 4.2.4 -> 4.2.5
  > gtk-vnc: upgrade 1.3.1 -> 1.4.0
  > doxygen: upgrade 1.13.1 -> 1.13.2
  > ddrescue: upgrade 1.28 -> 1.29
  > ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0
  > chrony: upgrade 4.5 -> 4.6.1
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3

* sources/meta-qt6 cc0dd55...863a807 (31):
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtwebengine: fix conflicting files with qtpdf
  > qtbase: update patch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtgrpc: add optional dependency to qtdeclarative
  > qtopcua: add opcua tools to sdk
  > squish: update to Squish 8.1.0
  > squish: support styhead
  > Add squish support
  < Merge pull request #74 from YoeDistro/kraj/6.8
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-raspberrypi 97d7a6b...880d36b (3):
  > kas: debug-tweaks as IMAGE_FEATURE is removed
  > kas: added the synaptics-killswitch license in comment
  > linux-firmware-rpidistro: Add cyfmac43455-sdio.bin symlink to minimal

* sources/meta-riscv abb4f07...42d2b51 (10):
  > visionfive2: Switch to efi boot
  > recipes-kernel: linux: linux-starfive-dev: Add yocto-kernel-cache for visionfive2
  > recipes-bsp: u-boot-starfive_v2021.10: Remove compatibility with visionfive2
  > visionfive2: Use upstream u-boot
  > visionfive2: unset sbi payload
  > recipes-bsp: opensbi: Use upstream for visionfive2
  > u-boot: Add support for visionfive2
  > opensbi: Set FW_TEXT_START in machine conf
  > conf: machine: include: jh7110-common: Use virtual/bootloader
  > conf: machine: include: riscv-common: Use weaker default for kernel

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-tegra 652714f9...afce451a (9):
  > tegra-helper-scripts: disable initrd-flash USB instance check
  > sbsigntool: update from 0.9.4 to 0.9.5
  > espimage: make image size configurable
  > optee-os: fix buildpaths warning
  > tegra-helper-scripts: let initrd-flash use USB instance for storage check
  > tegra-helper-scripts: fix initrd-flash handling of pre-signed binaries
  > tegra-helper-scripts: restore main files after RCM boot signing
  > tegra-helper-scripts: correct typo in tegra-flash-helper
  > optee-os: make build work in devtool

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 2abb0028ba...ae346cb95b (96):
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.7
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > u-boot: kernel-fitimage: Fix dependency loop if UBOOT_SIGN_ENABLE and UBOOT_ENV enabled
  > gcc: make include poisoning fatal again in gcc/g++
  > oeqa/poisoning: fix gcc include poisoning test
  > python3-cffi: Add missing pkgconfig dependency
  > base: Switch virtual/cross-XXX to be under recipe specific providers
  > classes/recipes: Switch virtual/XXX-gcc to virtual/cross-cc (and c++/binutils)
  > bitbake: parse/ast: Add support for BB_RECIPE_VIRTUAL_PROVIDERS
  > kernel-yocto: make kernel commits reproducible
  > fmt: fix build with GCC 9.4
  > linux-firmware: upgrade 20241210 -> 20250109
  > image.bbclass: enable systemd user services
  > systemd.bbclass: support user units in postinst and prerm hooks
  > systemd.bbclass: update postinst and prerm hooks
  > systemd.bbclass: properly handle user units in systemd_create_presets
  > systemd.bbclass: introduce systemd_service_searchpaths()
  > systemd.bbclass: factor out service lookup logic into separate function
  > systemd.bbclass: add ${sysconfdir}/systemd/user to search path
  > systemd-systemctl: add support for --global flag
  > eudev: backport patch to fix udevd hanging while trying to access /dev/urandom
  > test-manual/reproducible-builds: fix reproducible links
  > Update autobuilder URLs to valkyrie
  > migration-guides: add release notes for 5.0.6
  > release-notes-5.2: cover devtool modify --debug-build
  > sdk-manual: extensible.rst: remove confusing post-install-logging
  > sdk-manual: extensible.rst: update devtool ide-sdk
  > migration-guides: systemd.bbclass do not add Also services for 5.2
  > uboot-extlinux-config.bbclass: invalidate do_create_extlinux_config on changes to UBOOT_EXTLINUX_FDTOVERLAYS:x
  > rsync: upgrade 3.3.0 -> 3.4.1
  > grub-efi-cfg: Add GRUB_TITLE for custom GRUB titles
  > dbus: update 1.14.10 -> 1.16.0
  > piglit: Upgrade to latest revision
  > autoconf: rename autotools_aclocals and only run in do_configure
  > libtool: remove obsolete ACLOCALEXTRAPATH
  > autotools: clean up aclocal/ search path assignments
  > libsecret: update patch Upstream-Status
  > devtool: ide-sdk remove the plugin from eSDK installer
  > devtool: build-sdk remove unused imports
  > libxkbcommon: replace locale dependecy from RDEPENDS to RRECOMMENDS
  > lttng-tools: disable patching our libtool.m4
  > classes/logging: Added the bbverbnote command to the logging set
  > lib: spdx: Upgrade to final 3.0.1 release
  > rust: increase test timeout again
  > ofono: fix CVE-2024-7539
  > openssl: remove obsolete CVE version suffix
  > gcc: poison-system-directories patch updated for missing paths
  > devtool: remove unused 'config' param from '_create_workspace' method
  > devtool: misc cleanups
  > devtool: un-globalize 'plugins' variable
  > devtool: un-globalize 'config' variable
  > devtool: un-globalize 'context' variable and convert it to a dataclass
  > devtool: un-globalize 'workspace' variable
  > devtool: un-globalize the 'basepath' variable
  > procps: update 4.0.4 -> 4.0.5
  > systemd: PACKAGECONFIG mountfsd and nsresourced
  > pulseaudio: fix webrtc audio depdency
  > sysvinit: update 3.11 -> 3.13
  > udev-extraconf: Allow FAT mount group to be specified
  > selftest/reproducible: Print error context on failure
  > selftest/reproducible: Print full log path on failure
  > classes/ptest-python-pytest: simplify python ptest file overriding
  > oeqa/selftest/sstatetests: Cover aarch64 SDKMACHINE in tests
  > rust: Upgrade 1.80.1->1.81.0
  > rust: Fix for duplicate libstd.so
  > rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.
  > bitbake: data_smart: fix ??= operator for variable flags
  > bitbake: tests/parse: add test for ?= and ??= operators for variable flags
  > bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 22, 2025
…cale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-arm 0905953a...db933d55 (3):
  > trusted-firmware-a: fix mbedtls license checksum
  > edk2-firmware: fix PlatformStandaloneMmRpmb.dsc build
  > arm-bsp/recipes-security: Add protobuf interface to crypto-sp in corstone1000

* sources/meta-clang 03f5785...968c690 (8):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases
  > recipes: Update to match OE-Core virtual/cross-* changes
  > lttng-ust: Link with libatomic on 32bit x86
  > clang: Upgrade to 19.1.7
  > boost: Use -no-integrated-as for arm

* sources/meta-freescale 9dc9f18d...1e3228f1 (11):
  > imx-atf: Adjust for compiler virtual renames in oe-core
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2068 from nxp-upstream/imxmali
  > Merge pull request #2075 from limeng-linux/master
  > Merge pull request #2073 from lms-ts/master
  > Merge pull request #2061 from nxp-upstream/qoriq-q4
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2069 from nxp-upstream/Upgrade-gstreamer-to-LF6.6.52_2.0.0
  > Merge pull request #2053 from nxp-upstream/imx-6.6.52-2.0.0
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-freescale-3rdparty 774ca54...9633d11 (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-intel b0fe7e45...c7c7dfac (3):
  > intel-compute-runtime : upgrade 24.26.30049.6 -> 24.39.31294.12
  > intel-graphics-compiler : upgrade 1.0.17193.4 -> 1.0.17791.18
  > level-zero: upgrade 1.15.8 -> 1.17.42

* sources/meta-odroid 4786bdb...7f31828 (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded fa1ebe8c80...977538af56 (142):
  > DO NOT MERGE: Add Github actions CI workflow
  > gnome-control-center: update 47.2 -> 47.3
  > gnome-shell: update 47.2 -> 47.3
  > ndctl: fix building documentation
  > ndctl: fix compiling without including tests
  > python3-tox: Upgrade 4.23.2 -> 4.24.1
  > python3-aioresponses: Upgrade 0.7.7 -> 0.7.8
  > python3-filelock: Upgrade 3.16.1 -> 3.17.0
  > dbus-cxx: fix typo in PACKAGECONFIG
  > iwd: update 3.2 -> 3.3
  > pkcs11-provider: Upgrade 0.5 -> 0.6
  > pistache: fix package config dependencies
  > cpp-netlib: Make SKIP_RECIPE weak
  > lapack: upgrade to latest 3.12.1
  > lapack: fix buildpaths in ptest also when CBLAS is enabled
  > lapack: add PACKAGECONFIG for cblas
  > dlt-daemon: make DLT_WatchdogSec configurable
  > cbindgen: update 0.27.0 -> 0.28.0
  > crash: fix crash cannot work with kaslr
  > toybox: upgrade 0.8.11 -> 0.8.12
  > python3-zeroconf: upgrade 0.139.0 -> 0.140.1
  > python3-web3: upgrade 7.6.1 -> 7.7.0
  > python3-virtualenv: upgrade 20.28.1 -> 20.29.1
  > python3-twitter: upgrade 4.14.0 -> 4.15.0
  > python3-smpplib: upgrade 2.2.3 -> 2.2.4
  > python3-semver: upgrade 3.0.2 -> 3.0.3
  > python3-robotframework: upgrade 7.1.1 -> 7.2
  > python3-responses: upgrade 0.25.5 -> 0.25.6
  > python3-psycopg: upgrade 3.2.3 -> 3.2.4
  > python3-jdatetime: upgrade 5.0.0 -> 5.1.0
  > python3-inline-snapshot: upgrade 0.19.1 -> 0.19.3
  > python3-hexbytes: upgrade 1.2.1 -> 1.3.0
  > python3-eth-abi: upgrade 5.1.0 -> 5.2.0
  > python3-dbus-fast: upgrade 2.28.0 -> 2.30.2
  > python3-cmd2: upgrade 2.5.8 -> 2.5.9
  > python3-cloudpickle: upgrade 3.1.0 -> 3.1.1
  > python3-cantools: upgrade 40.0.0 -> 40.1.1
  > pocketpy: upgrade 2.0.4 -> 2.0.5
  > openvpn: upgrade 2.6.12 -> 2.6.13
  > opensc: upgrade 0.26.0 -> 0.26.1
  > mutter: upgrade 47.3 -> 47.4
  > lvm2: update 2.03.29 -> 2.03.30
  > libtoml11: upgrade 4.2.0 -> 4.3.0
  > libgee: upgrade 0.20.6 -> 0.20.8
  > iotop: upgrade 1.26 -> 1.27
  > freeipmi: update 1.6.14 -> 1.6.15
  > dialog: upgrade 1.3-20240619 -> 1.3-20250116
  > cxxopts: upgrade 3.2.0 -> 3.2.1
  > ctags: upgrade 6.1.20250112.0 -> 6.1.20250119.0
  > php: Define ACLOCALDIR
  > poppler: upgrade 24.12.0 -> 25.01.0
  > yasm: update to latest git revision
  > c-ares: upgrade 1.32.2 -> 1.32.3
  > c-ares: upgrade 1.32.1 -> 1.32.2
  > c-ares: upgrade 1.32.0 -> 1.32.1
  > mozjs-115: remove recipe
  > python3-pillow: update recipe to use the ptest-python-pytest class
  > python3-pint: update recipe to use the ptest-python-pytest class
  > python3-platformdirs: update recipe to use the ptest-python-pytest class
  > python3-polyline: update recipe to use the ptest-python-pytest class
  > python3-portion: update recipe to use the ptest-python-pytest class
  > python3-precise-runner: update recipe to use the ptest-python-pytest class
  > python3-prettytable: update recipe to use the ptest-python-pytest class
  > python3-propcache: update recipe to use the ptest-python-pytest class
  > python3-ptyprocess: update recipe to use the ptest-python-pytest class
  > python3-py-cpuinfo: update recipe to use the ptest-python-pytest class
  > python3-pyasn1-modules: update recipe to use the ptest-python-pytest class
  > python3-pydantic-core: update recipe to use the ptest-python-pytest class
  > python3-pydantic: update recipe to use the ptest-python-pytest class
  > python3-pyroute2: update recipe to use the ptest-python-pytest class
  > xrdp: upgrade 0.9.19 -> 0.9.20
  > audiofile: mark CVE-2020-18781 as patched
  > python3-pyserial: update recipe to use the ptest-python-pytest class
  > python3-pytest-localserver: update recipe to use the ptest-python-pytest class
  > python3-python-multipart: update recipe to use the ptest-python-pytest class
  > python3-pytoml: update recipe to use the ptest-python-pytest class
  > python3-pyyaml-include: update recipe to use the ptest-python-pytest class
  > python3-rapidjson: update recipe to use the ptest-python-pytest class
  > python3-requests-file: update recipe to use the ptest-python-pytest class
  > python3-requests-toolbelt: update recipe to use the ptest-python-pytest class
  > python3-scrypt: update recipe to use the ptest-python-pytest class
  > python3-semver: update recipe to use the ptest-python-pytest class
  > vorbis-tools: patch CVE-2023-43361
  > polkit: dont add mozjs PACKAGECONFIG
  > polkit: update 125 -> 126
  > jansson: fix a symbol clash when building with cmake
  > libde265: switch to cmake buildsystem
  > gphoto2: Fix /usr/bin/gphoto2 runtime error
  > cxxopts: add new recipe
  > yyjson: force build shared library
  > pistache : add initial recipe
  > c-ares: upgrade 1.31.0 -> 1.32.0
  > proftpd: define suffix for CVE version comparison
  > proftpd: upgrade 1.3.8b -> 1.3.8c
  > proftpd: define UPSTREAM_CHECK_GITTAGREGEX
  > polkit: fix permissions of /usr/share/polkit-1/rules.d/ again
  > mariadb: Upgrade to 11.4.4
  > xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2
  > wpan-tools: upgrade 0.9 -> 0.10
  > thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3
  > ser2net: upgrade 4.6.2 -> 4.6.3
  > python3-zeroconf: upgrade 0.136.2 -> 0.139.0
  > python3-wrapt: upgrade 1.17.0 -> 1.17.1
  > python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37
  > python3-sh: upgrade 2.1.0 -> 2.2.1
  > python3-pdm: upgrade 2.22.1 -> 2.22.2
  > python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
  > python3-marshmallow: upgrade 3.24.1 -> 3.25.1
  > python3-gnupg: upgrade 0.5.3 -> 0.5.4
  > python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0
  > python3-dirty-equals: upgrade 0.8.0 -> 0.9.0
  > python3-cmake: upgrade 3.31.2 -> 3.31.4
  > python3-aniso8601: upgrade 9.0.1 -> 10.0.0
  > pugixml: upgrade 1.14 -> 1.15
  > paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
  > monit: upgrade 5.34.3 -> 5.34.4
  > lldpd: upgrade 1.0.18 -> 1.0.19
  > libserialport: upgrade 0.1.1 -> 0.1.2
  > libdbi-perl: upgrade 1.644 -> 1.646
  > libconfig-general-perl: upgrade 2.65 -> 2.67
  > jsoncons: upgrade 1.0.0 -> 1.1.0
  > iniparser: upgrade 4.2.4 -> 4.2.5
  > gtk-vnc: upgrade 1.3.1 -> 1.4.0
  > doxygen: upgrade 1.13.1 -> 1.13.2
  > ddrescue: upgrade 1.28 -> 1.29
  > ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0
  > chrony: upgrade 4.5 -> 4.6.1
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3

* sources/meta-qt6 cc0dd55...863a807 (31):
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtwebengine: fix conflicting files with qtpdf
  > qtbase: update patch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtgrpc: add optional dependency to qtdeclarative
  > qtopcua: add opcua tools to sdk
  > squish: update to Squish 8.1.0
  > squish: support styhead
  > Add squish support
  < Merge pull request #74 from YoeDistro/kraj/6.8
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-raspberrypi 97d7a6b...880d36b (3):
  > kas: debug-tweaks as IMAGE_FEATURE is removed
  > kas: added the synaptics-killswitch license in comment
  > linux-firmware-rpidistro: Add cyfmac43455-sdio.bin symlink to minimal

* sources/meta-riscv abb4f07...42d2b51 (10):
  > visionfive2: Switch to efi boot
  > recipes-kernel: linux: linux-starfive-dev: Add yocto-kernel-cache for visionfive2
  > recipes-bsp: u-boot-starfive_v2021.10: Remove compatibility with visionfive2
  > visionfive2: Use upstream u-boot
  > visionfive2: unset sbi payload
  > recipes-bsp: opensbi: Use upstream for visionfive2
  > u-boot: Add support for visionfive2
  > opensbi: Set FW_TEXT_START in machine conf
  > conf: machine: include: jh7110-common: Use virtual/bootloader
  > conf: machine: include: riscv-common: Use weaker default for kernel

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-tegra 652714f9...afce451a (9):
  > tegra-helper-scripts: disable initrd-flash USB instance check
  > sbsigntool: update from 0.9.4 to 0.9.5
  > espimage: make image size configurable
  > optee-os: fix buildpaths warning
  > tegra-helper-scripts: let initrd-flash use USB instance for storage check
  > tegra-helper-scripts: fix initrd-flash handling of pre-signed binaries
  > tegra-helper-scripts: restore main files after RCM boot signing
  > tegra-helper-scripts: correct typo in tegra-flash-helper
  > optee-os: make build work in devtool

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 2abb0028ba...ae346cb95b (96):
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.7
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > u-boot: kernel-fitimage: Fix dependency loop if UBOOT_SIGN_ENABLE and UBOOT_ENV enabled
  > gcc: make include poisoning fatal again in gcc/g++
  > oeqa/poisoning: fix gcc include poisoning test
  > python3-cffi: Add missing pkgconfig dependency
  > base: Switch virtual/cross-XXX to be under recipe specific providers
  > classes/recipes: Switch virtual/XXX-gcc to virtual/cross-cc (and c++/binutils)
  > bitbake: parse/ast: Add support for BB_RECIPE_VIRTUAL_PROVIDERS
  > kernel-yocto: make kernel commits reproducible
  > fmt: fix build with GCC 9.4
  > linux-firmware: upgrade 20241210 -> 20250109
  > image.bbclass: enable systemd user services
  > systemd.bbclass: support user units in postinst and prerm hooks
  > systemd.bbclass: update postinst and prerm hooks
  > systemd.bbclass: properly handle user units in systemd_create_presets
  > systemd.bbclass: introduce systemd_service_searchpaths()
  > systemd.bbclass: factor out service lookup logic into separate function
  > systemd.bbclass: add ${sysconfdir}/systemd/user to search path
  > systemd-systemctl: add support for --global flag
  > eudev: backport patch to fix udevd hanging while trying to access /dev/urandom
  > test-manual/reproducible-builds: fix reproducible links
  > Update autobuilder URLs to valkyrie
  > migration-guides: add release notes for 5.0.6
  > release-notes-5.2: cover devtool modify --debug-build
  > sdk-manual: extensible.rst: remove confusing post-install-logging
  > sdk-manual: extensible.rst: update devtool ide-sdk
  > migration-guides: systemd.bbclass do not add Also services for 5.2
  > uboot-extlinux-config.bbclass: invalidate do_create_extlinux_config on changes to UBOOT_EXTLINUX_FDTOVERLAYS:x
  > rsync: upgrade 3.3.0 -> 3.4.1
  > grub-efi-cfg: Add GRUB_TITLE for custom GRUB titles
  > dbus: update 1.14.10 -> 1.16.0
  > piglit: Upgrade to latest revision
  > autoconf: rename autotools_aclocals and only run in do_configure
  > libtool: remove obsolete ACLOCALEXTRAPATH
  > autotools: clean up aclocal/ search path assignments
  > libsecret: update patch Upstream-Status
  > devtool: ide-sdk remove the plugin from eSDK installer
  > devtool: build-sdk remove unused imports
  > libxkbcommon: replace locale dependecy from RDEPENDS to RRECOMMENDS
  > lttng-tools: disable patching our libtool.m4
  > classes/logging: Added the bbverbnote command to the logging set
  > lib: spdx: Upgrade to final 3.0.1 release
  > rust: increase test timeout again
  > ofono: fix CVE-2024-7539
  > openssl: remove obsolete CVE version suffix
  > gcc: poison-system-directories patch updated for missing paths
  > devtool: remove unused 'config' param from '_create_workspace' method
  > devtool: misc cleanups
  > devtool: un-globalize 'plugins' variable
  > devtool: un-globalize 'config' variable
  > devtool: un-globalize 'context' variable and convert it to a dataclass
  > devtool: un-globalize 'workspace' variable
  > devtool: un-globalize the 'basepath' variable
  > procps: update 4.0.4 -> 4.0.5
  > systemd: PACKAGECONFIG mountfsd and nsresourced
  > pulseaudio: fix webrtc audio depdency
  > sysvinit: update 3.11 -> 3.13
  > udev-extraconf: Allow FAT mount group to be specified
  > selftest/reproducible: Print error context on failure
  > selftest/reproducible: Print full log path on failure
  > classes/ptest-python-pytest: simplify python ptest file overriding
  > oeqa/selftest/sstatetests: Cover aarch64 SDKMACHINE in tests
  > rust: Upgrade 1.80.1->1.81.0
  > rust: Fix for duplicate libstd.so
  > rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.
  > bitbake: data_smart: fix ??= operator for variable flags
  > bitbake: tests/parse: add test for ?= and ??= operators for variable flags
  > bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 23, 2025
…cale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-ti sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-arm 0905953a...db933d55 (3):
  > trusted-firmware-a: fix mbedtls license checksum
  > edk2-firmware: fix PlatformStandaloneMmRpmb.dsc build
  > arm-bsp/recipes-security: Add protobuf interface to crypto-sp in corstone1000

* sources/meta-clang 03f5785...968c690 (8):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases
  > recipes: Update to match OE-Core virtual/cross-* changes
  > lttng-ust: Link with libatomic on 32bit x86
  > clang: Upgrade to 19.1.7
  > boost: Use -no-integrated-as for arm

* sources/meta-freescale 9dc9f18d...1e3228f1 (11):
  > imx-atf: Adjust for compiler virtual renames in oe-core
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2068 from nxp-upstream/imxmali
  > Merge pull request #2075 from limeng-linux/master
  > Merge pull request #2073 from lms-ts/master
  > Merge pull request #2061 from nxp-upstream/qoriq-q4
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2069 from nxp-upstream/Upgrade-gstreamer-to-LF6.6.52_2.0.0
  > Merge pull request #2053 from nxp-upstream/imx-6.6.52-2.0.0
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-freescale-3rdparty 774ca54...9633d11 (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-intel b0fe7e45...c7c7dfac (3):
  > intel-compute-runtime : upgrade 24.26.30049.6 -> 24.39.31294.12
  > intel-graphics-compiler : upgrade 1.0.17193.4 -> 1.0.17791.18
  > level-zero: upgrade 1.15.8 -> 1.17.42

* sources/meta-odroid 4786bdb...7f31828 (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded fa1ebe8c80...8ff7dccf39 (143):
  > DO NOT MERGE: Add Github actions CI workflow
  > nodejs: upgrade 22.12.0 -> 22.13.1
  > gnome-control-center: update 47.2 -> 47.3
  > gnome-shell: update 47.2 -> 47.3
  > ndctl: fix building documentation
  > ndctl: fix compiling without including tests
  > python3-tox: Upgrade 4.23.2 -> 4.24.1
  > python3-aioresponses: Upgrade 0.7.7 -> 0.7.8
  > python3-filelock: Upgrade 3.16.1 -> 3.17.0
  > dbus-cxx: fix typo in PACKAGECONFIG
  > iwd: update 3.2 -> 3.3
  > pkcs11-provider: Upgrade 0.5 -> 0.6
  > pistache: fix package config dependencies
  > cpp-netlib: Make SKIP_RECIPE weak
  > lapack: upgrade to latest 3.12.1
  > lapack: fix buildpaths in ptest also when CBLAS is enabled
  > lapack: add PACKAGECONFIG for cblas
  > dlt-daemon: make DLT_WatchdogSec configurable
  > cbindgen: update 0.27.0 -> 0.28.0
  > crash: fix crash cannot work with kaslr
  > toybox: upgrade 0.8.11 -> 0.8.12
  > python3-zeroconf: upgrade 0.139.0 -> 0.140.1
  > python3-web3: upgrade 7.6.1 -> 7.7.0
  > python3-virtualenv: upgrade 20.28.1 -> 20.29.1
  > python3-twitter: upgrade 4.14.0 -> 4.15.0
  > python3-smpplib: upgrade 2.2.3 -> 2.2.4
  > python3-semver: upgrade 3.0.2 -> 3.0.3
  > python3-robotframework: upgrade 7.1.1 -> 7.2
  > python3-responses: upgrade 0.25.5 -> 0.25.6
  > python3-psycopg: upgrade 3.2.3 -> 3.2.4
  > python3-jdatetime: upgrade 5.0.0 -> 5.1.0
  > python3-inline-snapshot: upgrade 0.19.1 -> 0.19.3
  > python3-hexbytes: upgrade 1.2.1 -> 1.3.0
  > python3-eth-abi: upgrade 5.1.0 -> 5.2.0
  > python3-dbus-fast: upgrade 2.28.0 -> 2.30.2
  > python3-cmd2: upgrade 2.5.8 -> 2.5.9
  > python3-cloudpickle: upgrade 3.1.0 -> 3.1.1
  > python3-cantools: upgrade 40.0.0 -> 40.1.1
  > pocketpy: upgrade 2.0.4 -> 2.0.5
  > openvpn: upgrade 2.6.12 -> 2.6.13
  > opensc: upgrade 0.26.0 -> 0.26.1
  > mutter: upgrade 47.3 -> 47.4
  > lvm2: update 2.03.29 -> 2.03.30
  > libtoml11: upgrade 4.2.0 -> 4.3.0
  > libgee: upgrade 0.20.6 -> 0.20.8
  > iotop: upgrade 1.26 -> 1.27
  > freeipmi: update 1.6.14 -> 1.6.15
  > dialog: upgrade 1.3-20240619 -> 1.3-20250116
  > cxxopts: upgrade 3.2.0 -> 3.2.1
  > ctags: upgrade 6.1.20250112.0 -> 6.1.20250119.0
  > php: Define ACLOCALDIR
  > poppler: upgrade 24.12.0 -> 25.01.0
  > yasm: update to latest git revision
  > c-ares: upgrade 1.32.2 -> 1.32.3
  > c-ares: upgrade 1.32.1 -> 1.32.2
  > c-ares: upgrade 1.32.0 -> 1.32.1
  > mozjs-115: remove recipe
  > python3-pillow: update recipe to use the ptest-python-pytest class
  > python3-pint: update recipe to use the ptest-python-pytest class
  > python3-platformdirs: update recipe to use the ptest-python-pytest class
  > python3-polyline: update recipe to use the ptest-python-pytest class
  > python3-portion: update recipe to use the ptest-python-pytest class
  > python3-precise-runner: update recipe to use the ptest-python-pytest class
  > python3-prettytable: update recipe to use the ptest-python-pytest class
  > python3-propcache: update recipe to use the ptest-python-pytest class
  > python3-ptyprocess: update recipe to use the ptest-python-pytest class
  > python3-py-cpuinfo: update recipe to use the ptest-python-pytest class
  > python3-pyasn1-modules: update recipe to use the ptest-python-pytest class
  > python3-pydantic-core: update recipe to use the ptest-python-pytest class
  > python3-pydantic: update recipe to use the ptest-python-pytest class
  > python3-pyroute2: update recipe to use the ptest-python-pytest class
  > xrdp: upgrade 0.9.19 -> 0.9.20
  > audiofile: mark CVE-2020-18781 as patched
  > python3-pyserial: update recipe to use the ptest-python-pytest class
  > python3-pytest-localserver: update recipe to use the ptest-python-pytest class
  > python3-python-multipart: update recipe to use the ptest-python-pytest class
  > python3-pytoml: update recipe to use the ptest-python-pytest class
  > python3-pyyaml-include: update recipe to use the ptest-python-pytest class
  > python3-rapidjson: update recipe to use the ptest-python-pytest class
  > python3-requests-file: update recipe to use the ptest-python-pytest class
  > python3-requests-toolbelt: update recipe to use the ptest-python-pytest class
  > python3-scrypt: update recipe to use the ptest-python-pytest class
  > python3-semver: update recipe to use the ptest-python-pytest class
  > vorbis-tools: patch CVE-2023-43361
  > polkit: dont add mozjs PACKAGECONFIG
  > polkit: update 125 -> 126
  > jansson: fix a symbol clash when building with cmake
  > libde265: switch to cmake buildsystem
  > gphoto2: Fix /usr/bin/gphoto2 runtime error
  > cxxopts: add new recipe
  > yyjson: force build shared library
  > pistache : add initial recipe
  > c-ares: upgrade 1.31.0 -> 1.32.0
  > proftpd: define suffix for CVE version comparison
  > proftpd: upgrade 1.3.8b -> 1.3.8c
  > proftpd: define UPSTREAM_CHECK_GITTAGREGEX
  > polkit: fix permissions of /usr/share/polkit-1/rules.d/ again
  > mariadb: Upgrade to 11.4.4
  > xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2
  > wpan-tools: upgrade 0.9 -> 0.10
  > thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3
  > ser2net: upgrade 4.6.2 -> 4.6.3
  > python3-zeroconf: upgrade 0.136.2 -> 0.139.0
  > python3-wrapt: upgrade 1.17.0 -> 1.17.1
  > python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37
  > python3-sh: upgrade 2.1.0 -> 2.2.1
  > python3-pdm: upgrade 2.22.1 -> 2.22.2
  > python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
  > python3-marshmallow: upgrade 3.24.1 -> 3.25.1
  > python3-gnupg: upgrade 0.5.3 -> 0.5.4
  > python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0
  > python3-dirty-equals: upgrade 0.8.0 -> 0.9.0
  > python3-cmake: upgrade 3.31.2 -> 3.31.4
  > python3-aniso8601: upgrade 9.0.1 -> 10.0.0
  > pugixml: upgrade 1.14 -> 1.15
  > paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
  > monit: upgrade 5.34.3 -> 5.34.4
  > lldpd: upgrade 1.0.18 -> 1.0.19
  > libserialport: upgrade 0.1.1 -> 0.1.2
  > libdbi-perl: upgrade 1.644 -> 1.646
  > libconfig-general-perl: upgrade 2.65 -> 2.67
  > jsoncons: upgrade 1.0.0 -> 1.1.0
  > iniparser: upgrade 4.2.4 -> 4.2.5
  > gtk-vnc: upgrade 1.3.1 -> 1.4.0
  > doxygen: upgrade 1.13.1 -> 1.13.2
  > ddrescue: upgrade 1.28 -> 1.29
  > ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0
  > chrony: upgrade 4.5 -> 4.6.1
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3

* sources/meta-qt6 cc0dd55...775e06d (32):
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtwebengine: fix conflicting files with qtpdf
  > qtbase: update patch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtgrpc: add optional dependency to qtdeclarative
  > qtopcua: add opcua tools to sdk
  > squish: update to Squish 8.1.0
  > squish: support styhead
  > Add squish support
  < Merge pull request #74 from YoeDistro/kraj/6.8
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-raspberrypi 97d7a6b...880d36b (3):
  > kas: debug-tweaks as IMAGE_FEATURE is removed
  > kas: added the synaptics-killswitch license in comment
  > linux-firmware-rpidistro: Add cyfmac43455-sdio.bin symlink to minimal

* sources/meta-riscv abb4f07...42d2b51 (10):
  > visionfive2: Switch to efi boot
  > recipes-kernel: linux: linux-starfive-dev: Add yocto-kernel-cache for visionfive2
  > recipes-bsp: u-boot-starfive_v2021.10: Remove compatibility with visionfive2
  > visionfive2: Use upstream u-boot
  > visionfive2: unset sbi payload
  > recipes-bsp: opensbi: Use upstream for visionfive2
  > u-boot: Add support for visionfive2
  > opensbi: Set FW_TEXT_START in machine conf
  > conf: machine: include: jh7110-common: Use virtual/bootloader
  > conf: machine: include: riscv-common: Use weaker default for kernel

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-tegra 652714f9...0a2689bd (11):
  > conf/machine: add configuration for Orin Nano SKU 0003
  > meta: switch from virtual/XXX-gcc to  virtual/cross-XXX
  > tegra-helper-scripts: disable initrd-flash USB instance check
  > sbsigntool: update from 0.9.4 to 0.9.5
  > espimage: make image size configurable
  > optee-os: fix buildpaths warning
  > tegra-helper-scripts: let initrd-flash use USB instance for storage check
  > tegra-helper-scripts: fix initrd-flash handling of pre-signed binaries
  > tegra-helper-scripts: restore main files after RCM boot signing
  > tegra-helper-scripts: correct typo in tegra-flash-helper
  > optee-os: make build work in devtool

* sources/meta-ti df20c5b6...8454da05 (4):
  > conf: machine: beaglebone-ai64: Update SPL_BINARY
  > conf: machine: beagleplay*: Update defaults to mainline
  > linux-ti-mainline: Update KERNEL_REPRODUCIBILITY_PATCHES for v6.12
  > linux-ti-mainline: Update to version: v6.12

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 2abb0028ba...d1bdfa7c1b (97):
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.7
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > bitbake: tests/fetch: Fix git shallow test failure with git >= 2.48
  > u-boot: kernel-fitimage: Fix dependency loop if UBOOT_SIGN_ENABLE and UBOOT_ENV enabled
  > gcc: make include poisoning fatal again in gcc/g++
  > oeqa/poisoning: fix gcc include poisoning test
  > python3-cffi: Add missing pkgconfig dependency
  > base: Switch virtual/cross-XXX to be under recipe specific providers
  > classes/recipes: Switch virtual/XXX-gcc to virtual/cross-cc (and c++/binutils)
  > bitbake: parse/ast: Add support for BB_RECIPE_VIRTUAL_PROVIDERS
  > kernel-yocto: make kernel commits reproducible
  > fmt: fix build with GCC 9.4
  > linux-firmware: upgrade 20241210 -> 20250109
  > image.bbclass: enable systemd user services
  > systemd.bbclass: support user units in postinst and prerm hooks
  > systemd.bbclass: update postinst and prerm hooks
  > systemd.bbclass: properly handle user units in systemd_create_presets
  > systemd.bbclass: introduce systemd_service_searchpaths()
  > systemd.bbclass: factor out service lookup logic into separate function
  > systemd.bbclass: add ${sysconfdir}/systemd/user to search path
  > systemd-systemctl: add support for --global flag
  > eudev: backport patch to fix udevd hanging while trying to access /dev/urandom
  > test-manual/reproducible-builds: fix reproducible links
  > Update autobuilder URLs to valkyrie
  > migration-guides: add release notes for 5.0.6
  > release-notes-5.2: cover devtool modify --debug-build
  > sdk-manual: extensible.rst: remove confusing post-install-logging
  > sdk-manual: extensible.rst: update devtool ide-sdk
  > migration-guides: systemd.bbclass do not add Also services for 5.2
  > uboot-extlinux-config.bbclass: invalidate do_create_extlinux_config on changes to UBOOT_EXTLINUX_FDTOVERLAYS:x
  > rsync: upgrade 3.3.0 -> 3.4.1
  > grub-efi-cfg: Add GRUB_TITLE for custom GRUB titles
  > dbus: update 1.14.10 -> 1.16.0
  > piglit: Upgrade to latest revision
  > autoconf: rename autotools_aclocals and only run in do_configure
  > libtool: remove obsolete ACLOCALEXTRAPATH
  > autotools: clean up aclocal/ search path assignments
  > libsecret: update patch Upstream-Status
  > devtool: ide-sdk remove the plugin from eSDK installer
  > devtool: build-sdk remove unused imports
  > libxkbcommon: replace locale dependecy from RDEPENDS to RRECOMMENDS
  > lttng-tools: disable patching our libtool.m4
  > classes/logging: Added the bbverbnote command to the logging set
  > lib: spdx: Upgrade to final 3.0.1 release
  > rust: increase test timeout again
  > ofono: fix CVE-2024-7539
  > openssl: remove obsolete CVE version suffix
  > gcc: poison-system-directories patch updated for missing paths
  > devtool: remove unused 'config' param from '_create_workspace' method
  > devtool: misc cleanups
  > devtool: un-globalize 'plugins' variable
  > devtool: un-globalize 'config' variable
  > devtool: un-globalize 'context' variable and convert it to a dataclass
  > devtool: un-globalize 'workspace' variable
  > devtool: un-globalize the 'basepath' variable
  > procps: update 4.0.4 -> 4.0.5
  > systemd: PACKAGECONFIG mountfsd and nsresourced
  > pulseaudio: fix webrtc audio depdency
  > sysvinit: update 3.11 -> 3.13
  > udev-extraconf: Allow FAT mount group to be specified
  > selftest/reproducible: Print error context on failure
  > selftest/reproducible: Print full log path on failure
  > classes/ptest-python-pytest: simplify python ptest file overriding
  > oeqa/selftest/sstatetests: Cover aarch64 SDKMACHINE in tests
  > rust: Upgrade 1.80.1->1.81.0
  > rust: Fix for duplicate libstd.so
  > rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.
  > bitbake: data_smart: fix ??= operator for variable flags
  > bitbake: tests/parse: add test for ?= and ??= operators for variable flags
  > bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 23, 2025
…cale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-ti sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-arm 0905953a...db933d55 (3):
  > trusted-firmware-a: fix mbedtls license checksum
  > edk2-firmware: fix PlatformStandaloneMmRpmb.dsc build
  > arm-bsp/recipes-security: Add protobuf interface to crypto-sp in corstone1000

* sources/meta-clang 03f5785...968c690 (8):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases
  > recipes: Update to match OE-Core virtual/cross-* changes
  > lttng-ust: Link with libatomic on 32bit x86
  > clang: Upgrade to 19.1.7
  > boost: Use -no-integrated-as for arm

* sources/meta-freescale 9dc9f18d...9ceda428 (13):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2077 from YoeDistro/yoe/mut
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2068 from nxp-upstream/imxmali
  > Merge pull request #2075 from limeng-linux/master
  > Merge pull request #2073 from lms-ts/master
  > Merge pull request #2061 from nxp-upstream/qoriq-q4
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2069 from nxp-upstream/Upgrade-gstreamer-to-LF6.6.52_2.0.0
  > Merge pull request #2053 from nxp-upstream/imx-6.6.52-2.0.0
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-freescale-3rdparty 774ca54...45c4762 (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-intel b0fe7e45...c7c7dfac (3):
  > intel-compute-runtime : upgrade 24.26.30049.6 -> 24.39.31294.12
  > intel-graphics-compiler : upgrade 1.0.17193.4 -> 1.0.17791.18
  > level-zero: upgrade 1.15.8 -> 1.17.42

* sources/meta-odroid 4786bdb...2f18a9b (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded fa1ebe8c80...eba1ff8b76 (149):
  > DO NOT MERGE: Add Github actions CI workflow
  > hiawatha: upgrade 10.12 -> 11.0
  > python3-cachetools: Upgrade 5.5.0 -> 5.5.1
  > python3-networkx: Upgrade 3.1 -> 3.4.2
  > python3-zeroconf: Upgrade 0.140.1 -> 0.141.0
  > python3-snagboot: Upgrade 2.0 -> 2.1
  > python3-imageio: Upgrade 2.36.1 -> 2.37.0
  > nodejs: upgrade 22.12.0 -> 22.13.1
  > gnome-control-center: update 47.2 -> 47.3
  > gnome-shell: update 47.2 -> 47.3
  > ndctl: fix building documentation
  > ndctl: fix compiling without including tests
  > python3-tox: Upgrade 4.23.2 -> 4.24.1
  > python3-aioresponses: Upgrade 0.7.7 -> 0.7.8
  > python3-filelock: Upgrade 3.16.1 -> 3.17.0
  > dbus-cxx: fix typo in PACKAGECONFIG
  > iwd: update 3.2 -> 3.3
  > pkcs11-provider: Upgrade 0.5 -> 0.6
  > pistache: fix package config dependencies
  > cpp-netlib: Make SKIP_RECIPE weak
  > lapack: upgrade to latest 3.12.1
  > lapack: fix buildpaths in ptest also when CBLAS is enabled
  > lapack: add PACKAGECONFIG for cblas
  > dlt-daemon: make DLT_WatchdogSec configurable
  > cbindgen: update 0.27.0 -> 0.28.0
  > crash: fix crash cannot work with kaslr
  > toybox: upgrade 0.8.11 -> 0.8.12
  > python3-zeroconf: upgrade 0.139.0 -> 0.140.1
  > python3-web3: upgrade 7.6.1 -> 7.7.0
  > python3-virtualenv: upgrade 20.28.1 -> 20.29.1
  > python3-twitter: upgrade 4.14.0 -> 4.15.0
  > python3-smpplib: upgrade 2.2.3 -> 2.2.4
  > python3-semver: upgrade 3.0.2 -> 3.0.3
  > python3-robotframework: upgrade 7.1.1 -> 7.2
  > python3-responses: upgrade 0.25.5 -> 0.25.6
  > python3-psycopg: upgrade 3.2.3 -> 3.2.4
  > python3-jdatetime: upgrade 5.0.0 -> 5.1.0
  > python3-inline-snapshot: upgrade 0.19.1 -> 0.19.3
  > python3-hexbytes: upgrade 1.2.1 -> 1.3.0
  > python3-eth-abi: upgrade 5.1.0 -> 5.2.0
  > python3-dbus-fast: upgrade 2.28.0 -> 2.30.2
  > python3-cmd2: upgrade 2.5.8 -> 2.5.9
  > python3-cloudpickle: upgrade 3.1.0 -> 3.1.1
  > python3-cantools: upgrade 40.0.0 -> 40.1.1
  > pocketpy: upgrade 2.0.4 -> 2.0.5
  > openvpn: upgrade 2.6.12 -> 2.6.13
  > opensc: upgrade 0.26.0 -> 0.26.1
  > mutter: upgrade 47.3 -> 47.4
  > lvm2: update 2.03.29 -> 2.03.30
  > libtoml11: upgrade 4.2.0 -> 4.3.0
  > libgee: upgrade 0.20.6 -> 0.20.8
  > iotop: upgrade 1.26 -> 1.27
  > freeipmi: update 1.6.14 -> 1.6.15
  > dialog: upgrade 1.3-20240619 -> 1.3-20250116
  > cxxopts: upgrade 3.2.0 -> 3.2.1
  > ctags: upgrade 6.1.20250112.0 -> 6.1.20250119.0
  > php: Define ACLOCALDIR
  > poppler: upgrade 24.12.0 -> 25.01.0
  > yasm: update to latest git revision
  > c-ares: upgrade 1.32.2 -> 1.32.3
  > c-ares: upgrade 1.32.1 -> 1.32.2
  > c-ares: upgrade 1.32.0 -> 1.32.1
  > mozjs-115: remove recipe
  > python3-pillow: update recipe to use the ptest-python-pytest class
  > python3-pint: update recipe to use the ptest-python-pytest class
  > python3-platformdirs: update recipe to use the ptest-python-pytest class
  > python3-polyline: update recipe to use the ptest-python-pytest class
  > python3-portion: update recipe to use the ptest-python-pytest class
  > python3-precise-runner: update recipe to use the ptest-python-pytest class
  > python3-prettytable: update recipe to use the ptest-python-pytest class
  > python3-propcache: update recipe to use the ptest-python-pytest class
  > python3-ptyprocess: update recipe to use the ptest-python-pytest class
  > python3-py-cpuinfo: update recipe to use the ptest-python-pytest class
  > python3-pyasn1-modules: update recipe to use the ptest-python-pytest class
  > python3-pydantic-core: update recipe to use the ptest-python-pytest class
  > python3-pydantic: update recipe to use the ptest-python-pytest class
  > python3-pyroute2: update recipe to use the ptest-python-pytest class
  > xrdp: upgrade 0.9.19 -> 0.9.20
  > audiofile: mark CVE-2020-18781 as patched
  > python3-pyserial: update recipe to use the ptest-python-pytest class
  > python3-pytest-localserver: update recipe to use the ptest-python-pytest class
  > python3-python-multipart: update recipe to use the ptest-python-pytest class
  > python3-pytoml: update recipe to use the ptest-python-pytest class
  > python3-pyyaml-include: update recipe to use the ptest-python-pytest class
  > python3-rapidjson: update recipe to use the ptest-python-pytest class
  > python3-requests-file: update recipe to use the ptest-python-pytest class
  > python3-requests-toolbelt: update recipe to use the ptest-python-pytest class
  > python3-scrypt: update recipe to use the ptest-python-pytest class
  > python3-semver: update recipe to use the ptest-python-pytest class
  > vorbis-tools: patch CVE-2023-43361
  > polkit: dont add mozjs PACKAGECONFIG
  > polkit: update 125 -> 126
  > jansson: fix a symbol clash when building with cmake
  > libde265: switch to cmake buildsystem
  > gphoto2: Fix /usr/bin/gphoto2 runtime error
  > cxxopts: add new recipe
  > yyjson: force build shared library
  > pistache : add initial recipe
  > c-ares: upgrade 1.31.0 -> 1.32.0
  > proftpd: define suffix for CVE version comparison
  > proftpd: upgrade 1.3.8b -> 1.3.8c
  > proftpd: define UPSTREAM_CHECK_GITTAGREGEX
  > polkit: fix permissions of /usr/share/polkit-1/rules.d/ again
  > mariadb: Upgrade to 11.4.4
  > xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2
  > wpan-tools: upgrade 0.9 -> 0.10
  > thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3
  > ser2net: upgrade 4.6.2 -> 4.6.3
  > python3-zeroconf: upgrade 0.136.2 -> 0.139.0
  > python3-wrapt: upgrade 1.17.0 -> 1.17.1
  > python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37
  > python3-sh: upgrade 2.1.0 -> 2.2.1
  > python3-pdm: upgrade 2.22.1 -> 2.22.2
  > python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
  > python3-marshmallow: upgrade 3.24.1 -> 3.25.1
  > python3-gnupg: upgrade 0.5.3 -> 0.5.4
  > python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0
  > python3-dirty-equals: upgrade 0.8.0 -> 0.9.0
  > python3-cmake: upgrade 3.31.2 -> 3.31.4
  > python3-aniso8601: upgrade 9.0.1 -> 10.0.0
  > pugixml: upgrade 1.14 -> 1.15
  > paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
  > monit: upgrade 5.34.3 -> 5.34.4
  > lldpd: upgrade 1.0.18 -> 1.0.19
  > libserialport: upgrade 0.1.1 -> 0.1.2
  > libdbi-perl: upgrade 1.644 -> 1.646
  > libconfig-general-perl: upgrade 2.65 -> 2.67
  > jsoncons: upgrade 1.0.0 -> 1.1.0
  > iniparser: upgrade 4.2.4 -> 4.2.5
  > gtk-vnc: upgrade 1.3.1 -> 1.4.0
  > doxygen: upgrade 1.13.1 -> 1.13.2
  > ddrescue: upgrade 1.28 -> 1.29
  > ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0
  > chrony: upgrade 4.5 -> 4.6.1
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3

* sources/meta-qt6 cc0dd55...775e06d (32):
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtwebengine: fix conflicting files with qtpdf
  > qtbase: update patch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtgrpc: add optional dependency to qtdeclarative
  > qtopcua: add opcua tools to sdk
  > squish: update to Squish 8.1.0
  > squish: support styhead
  > Add squish support
  < Merge pull request #74 from YoeDistro/kraj/6.8
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-raspberrypi 97d7a6b...880d36b (3):
  > kas: debug-tweaks as IMAGE_FEATURE is removed
  > kas: added the synaptics-killswitch license in comment
  > linux-firmware-rpidistro: Add cyfmac43455-sdio.bin symlink to minimal

* sources/meta-riscv abb4f07...42d2b51 (10):
  > visionfive2: Switch to efi boot
  > recipes-kernel: linux: linux-starfive-dev: Add yocto-kernel-cache for visionfive2
  > recipes-bsp: u-boot-starfive_v2021.10: Remove compatibility with visionfive2
  > visionfive2: Use upstream u-boot
  > visionfive2: unset sbi payload
  > recipes-bsp: opensbi: Use upstream for visionfive2
  > u-boot: Add support for visionfive2
  > opensbi: Set FW_TEXT_START in machine conf
  > conf: machine: include: jh7110-common: Use virtual/bootloader
  > conf: machine: include: riscv-common: Use weaker default for kernel

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-tegra 652714f9...0a2689bd (11):
  > conf/machine: add configuration for Orin Nano SKU 0003
  > meta: switch from virtual/XXX-gcc to  virtual/cross-XXX
  > tegra-helper-scripts: disable initrd-flash USB instance check
  > sbsigntool: update from 0.9.4 to 0.9.5
  > espimage: make image size configurable
  > optee-os: fix buildpaths warning
  > tegra-helper-scripts: let initrd-flash use USB instance for storage check
  > tegra-helper-scripts: fix initrd-flash handling of pre-signed binaries
  > tegra-helper-scripts: restore main files after RCM boot signing
  > tegra-helper-scripts: correct typo in tegra-flash-helper
  > optee-os: make build work in devtool

* sources/meta-ti df20c5b6...8454da05 (4):
  > conf: machine: beaglebone-ai64: Update SPL_BINARY
  > conf: machine: beagleplay*: Update defaults to mainline
  > linux-ti-mainline: Update KERNEL_REPRODUCIBILITY_PATCHES for v6.12
  > linux-ti-mainline: Update to version: v6.12

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 2abb0028ba...8a6069e701 (113):
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.7
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > build-appliance-image: Update to master head revision
  > rust-common: add LDFLAGS to 'build-rust-cc' wrapper
  > cmake: upgrade 3.31.3 -> 3.31.4
  > systemd: Remove /var/log/README using a patch
  > linux-firmware: split amdgpu firmwares in separate packages
  > linux-firmware: split ath11k firmwares in separate packages
  > linux-firmware: split ath10k firmwares in separate packages
  > create-spdx: support line numbers
  > ofono: patch CVE-2024-7540, CVE-2024-7541, CVE-2024-7542
  > files: overlayfs-create-dirs: Improve mount unit dependency
  > man-db: fix broken requirement for flex
  > python3-numpy: upgrade 2.2.1 -> 2.2.2
  > gcc-sanitizers.inc: Workaround for aarch64
  > selftest/virgl: add a link to RHEL merge request to address the missing vgem module
  > tcl8: add a patch to address Y2038 issues (tcl 9.x doesn't need it)
  > tcl: disable 'zipfs' feature
  > bitbake: tests/fetch: Fix git shallow test failure with git >= 2.48
  > u-boot: kernel-fitimage: Fix dependency loop if UBOOT_SIGN_ENABLE and UBOOT_ENV enabled
  > gcc: make include poisoning fatal again in gcc/g++
  > oeqa/poisoning: fix gcc include poisoning test
  > python3-cffi: Add missing pkgconfig dependency
  > base: Switch virtual/cross-XXX to be under recipe specific providers
  > classes/recipes: Switch virtual/XXX-gcc to virtual/cross-cc (and c++/binutils)
  > bitbake: parse/ast: Add support for BB_RECIPE_VIRTUAL_PROVIDERS
  > kernel-yocto: make kernel commits reproducible
  > fmt: fix build with GCC 9.4
  > linux-firmware: upgrade 20241210 -> 20250109
  > image.bbclass: enable systemd user services
  > systemd.bbclass: support user units in postinst and prerm hooks
  > systemd.bbclass: update postinst and prerm hooks
  > systemd.bbclass: properly handle user units in systemd_create_presets
  > systemd.bbclass: introduce systemd_service_searchpaths()
  > systemd.bbclass: factor out service lookup logic into separate function
  > systemd.bbclass: add ${sysconfdir}/systemd/user to search path
  > systemd-systemctl: add support for --global flag
  > eudev: backport patch to fix udevd hanging while trying to access /dev/urandom
  > test-manual/reproducible-builds: fix reproducible links
  > Update autobuilder URLs to valkyrie
  > migration-guides: add release notes for 5.0.6
  > release-notes-5.2: cover devtool modify --debug-build
  > sdk-manual: extensible.rst: remove confusing post-install-logging
  > sdk-manual: extensible.rst: update devtool ide-sdk
  > migration-guides: systemd.bbclass do not add Also services for 5.2
  > uboot-extlinux-config.bbclass: invalidate do_create_extlinux_config on changes to UBOOT_EXTLINUX_FDTOVERLAYS:x
  > rsync: upgrade 3.3.0 -> 3.4.1
  > grub-efi-cfg: Add GRUB_TITLE for custom GRUB titles
  > dbus: update 1.14.10 -> 1.16.0
  > piglit: Upgrade to latest revision
  > autoconf: rename autotools_aclocals and only run in do_configure
  > libtool: remove obsolete ACLOCALEXTRAPATH
  > autotools: clean up aclocal/ search path assignments
  > libsecret: update patch Upstream-Status
  > devtool: ide-sdk remove the plugin from eSDK installer
  > devtool: build-sdk remove unused imports
  > libxkbcommon: replace locale dependecy from RDEPENDS to RRECOMMENDS
  > lttng-tools: disable patching our libtool.m4
  > classes/logging: Added the bbverbnote command to the logging set
  > lib: spdx: Upgrade to final 3.0.1 release
  > rust: increase test timeout again
  > ofono: fix CVE-2024-7539
  > openssl: remove obsolete CVE version suffix
  > gcc: poison-system-directories patch updated for missing paths
  > devtool: remove unused 'config' param from '_create_workspace' method
  > devtool: misc cleanups
  > devtool: un-globalize 'plugins' variable
  > devtool: un-globalize 'config' variable
  > devtool: un-globalize 'context' variable and convert it to a dataclass
  > devtool: un-globalize 'workspace' variable
  > devtool: un-globalize the 'basepath' variable
  > procps: update 4.0.4 -> 4.0.5
  > systemd: PACKAGECONFIG mountfsd and nsresourced
  > pulseaudio: fix webrtc audio depdency
  > sysvinit: update 3.11 -> 3.13
  > udev-extraconf: Allow FAT mount group to be specified
  > selftest/reproducible: Print error context on failure
  > selftest/reproducible: Print full log path on failure
  > classes/ptest-python-pytest: simplify python ptest file overriding
  > oeqa/selftest/sstatetests: Cover aarch64 SDKMACHINE in tests
  > rust: Upgrade 1.80.1->1.81.0
  > rust: Fix for duplicate libstd.so
  > rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.
  > bitbake: data_smart: fix ??= operator for variable flags
  > bitbake: tests/parse: add test for ?= and ??= operators for variable flags
  > bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 23, 2025
…cale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-ti sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-arm 0905953a...db933d55 (3):
  > trusted-firmware-a: fix mbedtls license checksum
  > edk2-firmware: fix PlatformStandaloneMmRpmb.dsc build
  > arm-bsp/recipes-security: Add protobuf interface to crypto-sp in corstone1000

* sources/meta-clang 03f5785...968c690 (8):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases
  > recipes: Update to match OE-Core virtual/cross-* changes
  > lttng-ust: Link with libatomic on 32bit x86
  > clang: Upgrade to 19.1.7
  > boost: Use -no-integrated-as for arm

* sources/meta-freescale 9dc9f18d...9ceda428 (13):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2077 from YoeDistro/yoe/mut
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2068 from nxp-upstream/imxmali
  > Merge pull request #2075 from limeng-linux/master
  > Merge pull request #2073 from lms-ts/master
  > Merge pull request #2061 from nxp-upstream/qoriq-q4
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2069 from nxp-upstream/Upgrade-gstreamer-to-LF6.6.52_2.0.0
  > Merge pull request #2053 from nxp-upstream/imx-6.6.52-2.0.0
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-freescale-3rdparty 774ca54...45c4762 (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-intel b0fe7e45...c7c7dfac (3):
  > intel-compute-runtime : upgrade 24.26.30049.6 -> 24.39.31294.12
  > intel-graphics-compiler : upgrade 1.0.17193.4 -> 1.0.17791.18
  > level-zero: upgrade 1.15.8 -> 1.17.42

* sources/meta-odroid 4786bdb...2f18a9b (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded fa1ebe8c80...a6621b0ef9 (149):
  > DO NOT MERGE: Add Github actions CI workflow
  >    pkcs11-provider: Upgrade 0.5 -> 0.6
  > hiawatha: upgrade 10.12 -> 11.0
  > python3-cachetools: Upgrade 5.5.0 -> 5.5.1
  > python3-networkx: Upgrade 3.1 -> 3.4.2
  > python3-zeroconf: Upgrade 0.140.1 -> 0.141.0
  > python3-snagboot: Upgrade 2.0 -> 2.1
  > python3-imageio: Upgrade 2.36.1 -> 2.37.0
  > nodejs: upgrade 22.12.0 -> 22.13.1
  > gnome-control-center: update 47.2 -> 47.3
  > gnome-shell: update 47.2 -> 47.3
  > ndctl: fix building documentation
  > ndctl: fix compiling without including tests
  > python3-tox: Upgrade 4.23.2 -> 4.24.1
  > python3-aioresponses: Upgrade 0.7.7 -> 0.7.8
  > python3-filelock: Upgrade 3.16.1 -> 3.17.0
  > dbus-cxx: fix typo in PACKAGECONFIG
  > iwd: update 3.2 -> 3.3
  > pistache: fix package config dependencies
  > cpp-netlib: Make SKIP_RECIPE weak
  > lapack: upgrade to latest 3.12.1
  > lapack: fix buildpaths in ptest also when CBLAS is enabled
  > lapack: add PACKAGECONFIG for cblas
  > dlt-daemon: make DLT_WatchdogSec configurable
  > cbindgen: update 0.27.0 -> 0.28.0
  > crash: fix crash cannot work with kaslr
  > toybox: upgrade 0.8.11 -> 0.8.12
  > python3-zeroconf: upgrade 0.139.0 -> 0.140.1
  > python3-web3: upgrade 7.6.1 -> 7.7.0
  > python3-virtualenv: upgrade 20.28.1 -> 20.29.1
  > python3-twitter: upgrade 4.14.0 -> 4.15.0
  > python3-smpplib: upgrade 2.2.3 -> 2.2.4
  > python3-semver: upgrade 3.0.2 -> 3.0.3
  > python3-robotframework: upgrade 7.1.1 -> 7.2
  > python3-responses: upgrade 0.25.5 -> 0.25.6
  > python3-psycopg: upgrade 3.2.3 -> 3.2.4
  > python3-jdatetime: upgrade 5.0.0 -> 5.1.0
  > python3-inline-snapshot: upgrade 0.19.1 -> 0.19.3
  > python3-hexbytes: upgrade 1.2.1 -> 1.3.0
  > python3-eth-abi: upgrade 5.1.0 -> 5.2.0
  > python3-dbus-fast: upgrade 2.28.0 -> 2.30.2
  > python3-cmd2: upgrade 2.5.8 -> 2.5.9
  > python3-cloudpickle: upgrade 3.1.0 -> 3.1.1
  > python3-cantools: upgrade 40.0.0 -> 40.1.1
  > pocketpy: upgrade 2.0.4 -> 2.0.5
  > openvpn: upgrade 2.6.12 -> 2.6.13
  > opensc: upgrade 0.26.0 -> 0.26.1
  > mutter: upgrade 47.3 -> 47.4
  > lvm2: update 2.03.29 -> 2.03.30
  > libtoml11: upgrade 4.2.0 -> 4.3.0
  > libgee: upgrade 0.20.6 -> 0.20.8
  > iotop: upgrade 1.26 -> 1.27
  > freeipmi: update 1.6.14 -> 1.6.15
  > dialog: upgrade 1.3-20240619 -> 1.3-20250116
  > cxxopts: upgrade 3.2.0 -> 3.2.1
  > ctags: upgrade 6.1.20250112.0 -> 6.1.20250119.0
  > php: Define ACLOCALDIR
  > poppler: upgrade 24.12.0 -> 25.01.0
  > yasm: update to latest git revision
  > c-ares: upgrade 1.32.2 -> 1.32.3
  > c-ares: upgrade 1.32.1 -> 1.32.2
  > c-ares: upgrade 1.32.0 -> 1.32.1
  > mozjs-115: remove recipe
  > python3-pillow: update recipe to use the ptest-python-pytest class
  > python3-pint: update recipe to use the ptest-python-pytest class
  > python3-platformdirs: update recipe to use the ptest-python-pytest class
  > python3-polyline: update recipe to use the ptest-python-pytest class
  > python3-portion: update recipe to use the ptest-python-pytest class
  > python3-precise-runner: update recipe to use the ptest-python-pytest class
  > python3-prettytable: update recipe to use the ptest-python-pytest class
  > python3-propcache: update recipe to use the ptest-python-pytest class
  > python3-ptyprocess: update recipe to use the ptest-python-pytest class
  > python3-py-cpuinfo: update recipe to use the ptest-python-pytest class
  > python3-pyasn1-modules: update recipe to use the ptest-python-pytest class
  > python3-pydantic-core: update recipe to use the ptest-python-pytest class
  > python3-pydantic: update recipe to use the ptest-python-pytest class
  > python3-pyroute2: update recipe to use the ptest-python-pytest class
  > xrdp: upgrade 0.9.19 -> 0.9.20
  > audiofile: mark CVE-2020-18781 as patched
  > python3-pyserial: update recipe to use the ptest-python-pytest class
  > python3-pytest-localserver: update recipe to use the ptest-python-pytest class
  > python3-python-multipart: update recipe to use the ptest-python-pytest class
  > python3-pytoml: update recipe to use the ptest-python-pytest class
  > python3-pyyaml-include: update recipe to use the ptest-python-pytest class
  > python3-rapidjson: update recipe to use the ptest-python-pytest class
  > python3-requests-file: update recipe to use the ptest-python-pytest class
  > python3-requests-toolbelt: update recipe to use the ptest-python-pytest class
  > python3-scrypt: update recipe to use the ptest-python-pytest class
  > python3-semver: update recipe to use the ptest-python-pytest class
  > vorbis-tools: patch CVE-2023-43361
  > polkit: dont add mozjs PACKAGECONFIG
  > polkit: update 125 -> 126
  > jansson: fix a symbol clash when building with cmake
  > libde265: switch to cmake buildsystem
  > gphoto2: Fix /usr/bin/gphoto2 runtime error
  > cxxopts: add new recipe
  > yyjson: force build shared library
  > pistache : add initial recipe
  > c-ares: upgrade 1.31.0 -> 1.32.0
  > proftpd: define suffix for CVE version comparison
  > proftpd: upgrade 1.3.8b -> 1.3.8c
  > proftpd: define UPSTREAM_CHECK_GITTAGREGEX
  > polkit: fix permissions of /usr/share/polkit-1/rules.d/ again
  > mariadb: Upgrade to 11.4.4
  > xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2
  > wpan-tools: upgrade 0.9 -> 0.10
  > thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3
  > ser2net: upgrade 4.6.2 -> 4.6.3
  > python3-zeroconf: upgrade 0.136.2 -> 0.139.0
  > python3-wrapt: upgrade 1.17.0 -> 1.17.1
  > python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37
  > python3-sh: upgrade 2.1.0 -> 2.2.1
  > python3-pdm: upgrade 2.22.1 -> 2.22.2
  > python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
  > python3-marshmallow: upgrade 3.24.1 -> 3.25.1
  > python3-gnupg: upgrade 0.5.3 -> 0.5.4
  > python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0
  > python3-dirty-equals: upgrade 0.8.0 -> 0.9.0
  > python3-cmake: upgrade 3.31.2 -> 3.31.4
  > python3-aniso8601: upgrade 9.0.1 -> 10.0.0
  > pugixml: upgrade 1.14 -> 1.15
  > paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
  > monit: upgrade 5.34.3 -> 5.34.4
  > lldpd: upgrade 1.0.18 -> 1.0.19
  > libserialport: upgrade 0.1.1 -> 0.1.2
  > libdbi-perl: upgrade 1.644 -> 1.646
  > libconfig-general-perl: upgrade 2.65 -> 2.67
  > jsoncons: upgrade 1.0.0 -> 1.1.0
  > iniparser: upgrade 4.2.4 -> 4.2.5
  > gtk-vnc: upgrade 1.3.1 -> 1.4.0
  > doxygen: upgrade 1.13.1 -> 1.13.2
  > ddrescue: upgrade 1.28 -> 1.29
  > ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0
  > chrony: upgrade 4.5 -> 4.6.1
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3

* sources/meta-qt6 cc0dd55...775e06d (32):
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtwebengine: fix conflicting files with qtpdf
  > qtbase: update patch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtgrpc: add optional dependency to qtdeclarative
  > qtopcua: add opcua tools to sdk
  > squish: update to Squish 8.1.0
  > squish: support styhead
  > Add squish support
  < Merge pull request #74 from YoeDistro/kraj/6.8
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-raspberrypi 97d7a6b...880d36b (3):
  > kas: debug-tweaks as IMAGE_FEATURE is removed
  > kas: added the synaptics-killswitch license in comment
  > linux-firmware-rpidistro: Add cyfmac43455-sdio.bin symlink to minimal

* sources/meta-riscv abb4f07...42d2b51 (10):
  > visionfive2: Switch to efi boot
  > recipes-kernel: linux: linux-starfive-dev: Add yocto-kernel-cache for visionfive2
  > recipes-bsp: u-boot-starfive_v2021.10: Remove compatibility with visionfive2
  > visionfive2: Use upstream u-boot
  > visionfive2: unset sbi payload
  > recipes-bsp: opensbi: Use upstream for visionfive2
  > u-boot: Add support for visionfive2
  > opensbi: Set FW_TEXT_START in machine conf
  > conf: machine: include: jh7110-common: Use virtual/bootloader
  > conf: machine: include: riscv-common: Use weaker default for kernel

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-tegra 652714f9...0a2689bd (11):
  > conf/machine: add configuration for Orin Nano SKU 0003
  > meta: switch from virtual/XXX-gcc to  virtual/cross-XXX
  > tegra-helper-scripts: disable initrd-flash USB instance check
  > sbsigntool: update from 0.9.4 to 0.9.5
  > espimage: make image size configurable
  > optee-os: fix buildpaths warning
  > tegra-helper-scripts: let initrd-flash use USB instance for storage check
  > tegra-helper-scripts: fix initrd-flash handling of pre-signed binaries
  > tegra-helper-scripts: restore main files after RCM boot signing
  > tegra-helper-scripts: correct typo in tegra-flash-helper
  > optee-os: make build work in devtool

* sources/meta-ti df20c5b6...8454da05 (4):
  > conf: machine: beaglebone-ai64: Update SPL_BINARY
  > conf: machine: beagleplay*: Update defaults to mainline
  > linux-ti-mainline: Update KERNEL_REPRODUCIBILITY_PATCHES for v6.12
  > linux-ti-mainline: Update to version: v6.12

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 2abb0028ba...8a6069e701 (113):
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.7
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > build-appliance-image: Update to master head revision
  > rust-common: add LDFLAGS to 'build-rust-cc' wrapper
  > cmake: upgrade 3.31.3 -> 3.31.4
  > systemd: Remove /var/log/README using a patch
  > linux-firmware: split amdgpu firmwares in separate packages
  > linux-firmware: split ath11k firmwares in separate packages
  > linux-firmware: split ath10k firmwares in separate packages
  > create-spdx: support line numbers
  > ofono: patch CVE-2024-7540, CVE-2024-7541, CVE-2024-7542
  > files: overlayfs-create-dirs: Improve mount unit dependency
  > man-db: fix broken requirement for flex
  > python3-numpy: upgrade 2.2.1 -> 2.2.2
  > gcc-sanitizers.inc: Workaround for aarch64
  > selftest/virgl: add a link to RHEL merge request to address the missing vgem module
  > tcl8: add a patch to address Y2038 issues (tcl 9.x doesn't need it)
  > tcl: disable 'zipfs' feature
  > bitbake: tests/fetch: Fix git shallow test failure with git >= 2.48
  > u-boot: kernel-fitimage: Fix dependency loop if UBOOT_SIGN_ENABLE and UBOOT_ENV enabled
  > gcc: make include poisoning fatal again in gcc/g++
  > oeqa/poisoning: fix gcc include poisoning test
  > python3-cffi: Add missing pkgconfig dependency
  > base: Switch virtual/cross-XXX to be under recipe specific providers
  > classes/recipes: Switch virtual/XXX-gcc to virtual/cross-cc (and c++/binutils)
  > bitbake: parse/ast: Add support for BB_RECIPE_VIRTUAL_PROVIDERS
  > kernel-yocto: make kernel commits reproducible
  > fmt: fix build with GCC 9.4
  > linux-firmware: upgrade 20241210 -> 20250109
  > image.bbclass: enable systemd user services
  > systemd.bbclass: support user units in postinst and prerm hooks
  > systemd.bbclass: update postinst and prerm hooks
  > systemd.bbclass: properly handle user units in systemd_create_presets
  > systemd.bbclass: introduce systemd_service_searchpaths()
  > systemd.bbclass: factor out service lookup logic into separate function
  > systemd.bbclass: add ${sysconfdir}/systemd/user to search path
  > systemd-systemctl: add support for --global flag
  > eudev: backport patch to fix udevd hanging while trying to access /dev/urandom
  > test-manual/reproducible-builds: fix reproducible links
  > Update autobuilder URLs to valkyrie
  > migration-guides: add release notes for 5.0.6
  > release-notes-5.2: cover devtool modify --debug-build
  > sdk-manual: extensible.rst: remove confusing post-install-logging
  > sdk-manual: extensible.rst: update devtool ide-sdk
  > migration-guides: systemd.bbclass do not add Also services for 5.2
  > uboot-extlinux-config.bbclass: invalidate do_create_extlinux_config on changes to UBOOT_EXTLINUX_FDTOVERLAYS:x
  > rsync: upgrade 3.3.0 -> 3.4.1
  > grub-efi-cfg: Add GRUB_TITLE for custom GRUB titles
  > dbus: update 1.14.10 -> 1.16.0
  > piglit: Upgrade to latest revision
  > autoconf: rename autotools_aclocals and only run in do_configure
  > libtool: remove obsolete ACLOCALEXTRAPATH
  > autotools: clean up aclocal/ search path assignments
  > libsecret: update patch Upstream-Status
  > devtool: ide-sdk remove the plugin from eSDK installer
  > devtool: build-sdk remove unused imports
  > libxkbcommon: replace locale dependecy from RDEPENDS to RRECOMMENDS
  > lttng-tools: disable patching our libtool.m4
  > classes/logging: Added the bbverbnote command to the logging set
  > lib: spdx: Upgrade to final 3.0.1 release
  > rust: increase test timeout again
  > ofono: fix CVE-2024-7539
  > openssl: remove obsolete CVE version suffix
  > gcc: poison-system-directories patch updated for missing paths
  > devtool: remove unused 'config' param from '_create_workspace' method
  > devtool: misc cleanups
  > devtool: un-globalize 'plugins' variable
  > devtool: un-globalize 'config' variable
  > devtool: un-globalize 'context' variable and convert it to a dataclass
  > devtool: un-globalize 'workspace' variable
  > devtool: un-globalize the 'basepath' variable
  > procps: update 4.0.4 -> 4.0.5
  > systemd: PACKAGECONFIG mountfsd and nsresourced
  > pulseaudio: fix webrtc audio depdency
  > sysvinit: update 3.11 -> 3.13
  > udev-extraconf: Allow FAT mount group to be specified
  > selftest/reproducible: Print error context on failure
  > selftest/reproducible: Print full log path on failure
  > classes/ptest-python-pytest: simplify python ptest file overriding
  > oeqa/selftest/sstatetests: Cover aarch64 SDKMACHINE in tests
  > rust: Upgrade 1.80.1->1.81.0
  > rust: Fix for duplicate libstd.so
  > rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.
  > bitbake: data_smart: fix ??= operator for variable flags
  > bitbake: tests/parse: add test for ?= and ??= operators for variable flags
  > bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 23, 2025
…cale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-ti sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-arm 0905953a...db933d55 (3):
  > trusted-firmware-a: fix mbedtls license checksum
  > edk2-firmware: fix PlatformStandaloneMmRpmb.dsc build
  > arm-bsp/recipes-security: Add protobuf interface to crypto-sp in corstone1000

* sources/meta-clang 03f5785...968c690 (8):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases
  > recipes: Update to match OE-Core virtual/cross-* changes
  > lttng-ust: Link with libatomic on 32bit x86
  > clang: Upgrade to 19.1.7
  > boost: Use -no-integrated-as for arm

* sources/meta-freescale 9dc9f18d...9ceda428 (13):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2077 from YoeDistro/yoe/mut
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2068 from nxp-upstream/imxmali
  > Merge pull request #2075 from limeng-linux/master
  > Merge pull request #2073 from lms-ts/master
  > Merge pull request #2061 from nxp-upstream/qoriq-q4
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2069 from nxp-upstream/Upgrade-gstreamer-to-LF6.6.52_2.0.0
  > Merge pull request #2053 from nxp-upstream/imx-6.6.52-2.0.0
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-freescale-3rdparty 774ca54...45c4762 (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-intel b0fe7e45...c7c7dfac (3):
  > intel-compute-runtime : upgrade 24.26.30049.6 -> 24.39.31294.12
  > intel-graphics-compiler : upgrade 1.0.17193.4 -> 1.0.17791.18
  > level-zero: upgrade 1.15.8 -> 1.17.42

* sources/meta-odroid 4786bdb...2f18a9b (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded fa1ebe8c80...53a312f3a8 (150):
  > DO NOT MERGE: Add Github actions CI workflow
  > nativesdk-pistache: dependency with brotli
  > pkcs11-provider: Upgrade 0.5 -> 0.6
  > hiawatha: upgrade 10.12 -> 11.0
  > python3-cachetools: Upgrade 5.5.0 -> 5.5.1
  > python3-networkx: Upgrade 3.1 -> 3.4.2
  > python3-zeroconf: Upgrade 0.140.1 -> 0.141.0
  > python3-snagboot: Upgrade 2.0 -> 2.1
  > python3-imageio: Upgrade 2.36.1 -> 2.37.0
  > nodejs: upgrade 22.12.0 -> 22.13.1
  > gnome-control-center: update 47.2 -> 47.3
  > gnome-shell: update 47.2 -> 47.3
  > ndctl: fix building documentation
  > ndctl: fix compiling without including tests
  > python3-tox: Upgrade 4.23.2 -> 4.24.1
  > python3-aioresponses: Upgrade 0.7.7 -> 0.7.8
  > python3-filelock: Upgrade 3.16.1 -> 3.17.0
  > dbus-cxx: fix typo in PACKAGECONFIG
  > iwd: update 3.2 -> 3.3
  > pistache: fix package config dependencies
  > cpp-netlib: Make SKIP_RECIPE weak
  > lapack: upgrade to latest 3.12.1
  > lapack: fix buildpaths in ptest also when CBLAS is enabled
  > lapack: add PACKAGECONFIG for cblas
  > dlt-daemon: make DLT_WatchdogSec configurable
  > cbindgen: update 0.27.0 -> 0.28.0
  > crash: fix crash cannot work with kaslr
  > toybox: upgrade 0.8.11 -> 0.8.12
  > python3-zeroconf: upgrade 0.139.0 -> 0.140.1
  > python3-web3: upgrade 7.6.1 -> 7.7.0
  > python3-virtualenv: upgrade 20.28.1 -> 20.29.1
  > python3-twitter: upgrade 4.14.0 -> 4.15.0
  > python3-smpplib: upgrade 2.2.3 -> 2.2.4
  > python3-semver: upgrade 3.0.2 -> 3.0.3
  > python3-robotframework: upgrade 7.1.1 -> 7.2
  > python3-responses: upgrade 0.25.5 -> 0.25.6
  > python3-psycopg: upgrade 3.2.3 -> 3.2.4
  > python3-jdatetime: upgrade 5.0.0 -> 5.1.0
  > python3-inline-snapshot: upgrade 0.19.1 -> 0.19.3
  > python3-hexbytes: upgrade 1.2.1 -> 1.3.0
  > python3-eth-abi: upgrade 5.1.0 -> 5.2.0
  > python3-dbus-fast: upgrade 2.28.0 -> 2.30.2
  > python3-cmd2: upgrade 2.5.8 -> 2.5.9
  > python3-cloudpickle: upgrade 3.1.0 -> 3.1.1
  > python3-cantools: upgrade 40.0.0 -> 40.1.1
  > pocketpy: upgrade 2.0.4 -> 2.0.5
  > openvpn: upgrade 2.6.12 -> 2.6.13
  > opensc: upgrade 0.26.0 -> 0.26.1
  > mutter: upgrade 47.3 -> 47.4
  > lvm2: update 2.03.29 -> 2.03.30
  > libtoml11: upgrade 4.2.0 -> 4.3.0
  > libgee: upgrade 0.20.6 -> 0.20.8
  > iotop: upgrade 1.26 -> 1.27
  > freeipmi: update 1.6.14 -> 1.6.15
  > dialog: upgrade 1.3-20240619 -> 1.3-20250116
  > cxxopts: upgrade 3.2.0 -> 3.2.1
  > ctags: upgrade 6.1.20250112.0 -> 6.1.20250119.0
  > php: Define ACLOCALDIR
  > poppler: upgrade 24.12.0 -> 25.01.0
  > yasm: update to latest git revision
  > c-ares: upgrade 1.32.2 -> 1.32.3
  > c-ares: upgrade 1.32.1 -> 1.32.2
  > c-ares: upgrade 1.32.0 -> 1.32.1
  > mozjs-115: remove recipe
  > python3-pillow: update recipe to use the ptest-python-pytest class
  > python3-pint: update recipe to use the ptest-python-pytest class
  > python3-platformdirs: update recipe to use the ptest-python-pytest class
  > python3-polyline: update recipe to use the ptest-python-pytest class
  > python3-portion: update recipe to use the ptest-python-pytest class
  > python3-precise-runner: update recipe to use the ptest-python-pytest class
  > python3-prettytable: update recipe to use the ptest-python-pytest class
  > python3-propcache: update recipe to use the ptest-python-pytest class
  > python3-ptyprocess: update recipe to use the ptest-python-pytest class
  > python3-py-cpuinfo: update recipe to use the ptest-python-pytest class
  > python3-pyasn1-modules: update recipe to use the ptest-python-pytest class
  > python3-pydantic-core: update recipe to use the ptest-python-pytest class
  > python3-pydantic: update recipe to use the ptest-python-pytest class
  > python3-pyroute2: update recipe to use the ptest-python-pytest class
  > xrdp: upgrade 0.9.19 -> 0.9.20
  > audiofile: mark CVE-2020-18781 as patched
  > python3-pyserial: update recipe to use the ptest-python-pytest class
  > python3-pytest-localserver: update recipe to use the ptest-python-pytest class
  > python3-python-multipart: update recipe to use the ptest-python-pytest class
  > python3-pytoml: update recipe to use the ptest-python-pytest class
  > python3-pyyaml-include: update recipe to use the ptest-python-pytest class
  > python3-rapidjson: update recipe to use the ptest-python-pytest class
  > python3-requests-file: update recipe to use the ptest-python-pytest class
  > python3-requests-toolbelt: update recipe to use the ptest-python-pytest class
  > python3-scrypt: update recipe to use the ptest-python-pytest class
  > python3-semver: update recipe to use the ptest-python-pytest class
  > vorbis-tools: patch CVE-2023-43361
  > polkit: dont add mozjs PACKAGECONFIG
  > polkit: update 125 -> 126
  > jansson: fix a symbol clash when building with cmake
  > libde265: switch to cmake buildsystem
  > gphoto2: Fix /usr/bin/gphoto2 runtime error
  > cxxopts: add new recipe
  > yyjson: force build shared library
  > pistache : add initial recipe
  > c-ares: upgrade 1.31.0 -> 1.32.0
  > proftpd: define suffix for CVE version comparison
  > proftpd: upgrade 1.3.8b -> 1.3.8c
  > proftpd: define UPSTREAM_CHECK_GITTAGREGEX
  > polkit: fix permissions of /usr/share/polkit-1/rules.d/ again
  > mariadb: Upgrade to 11.4.4
  > xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2
  > wpan-tools: upgrade 0.9 -> 0.10
  > thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3
  > ser2net: upgrade 4.6.2 -> 4.6.3
  > python3-zeroconf: upgrade 0.136.2 -> 0.139.0
  > python3-wrapt: upgrade 1.17.0 -> 1.17.1
  > python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37
  > python3-sh: upgrade 2.1.0 -> 2.2.1
  > python3-pdm: upgrade 2.22.1 -> 2.22.2
  > python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
  > python3-marshmallow: upgrade 3.24.1 -> 3.25.1
  > python3-gnupg: upgrade 0.5.3 -> 0.5.4
  > python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0
  > python3-dirty-equals: upgrade 0.8.0 -> 0.9.0
  > python3-cmake: upgrade 3.31.2 -> 3.31.4
  > python3-aniso8601: upgrade 9.0.1 -> 10.0.0
  > pugixml: upgrade 1.14 -> 1.15
  > paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
  > monit: upgrade 5.34.3 -> 5.34.4
  > lldpd: upgrade 1.0.18 -> 1.0.19
  > libserialport: upgrade 0.1.1 -> 0.1.2
  > libdbi-perl: upgrade 1.644 -> 1.646
  > libconfig-general-perl: upgrade 2.65 -> 2.67
  > jsoncons: upgrade 1.0.0 -> 1.1.0
  > iniparser: upgrade 4.2.4 -> 4.2.5
  > gtk-vnc: upgrade 1.3.1 -> 1.4.0
  > doxygen: upgrade 1.13.1 -> 1.13.2
  > ddrescue: upgrade 1.28 -> 1.29
  > ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0
  > chrony: upgrade 4.5 -> 4.6.1
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3

* sources/meta-qt6 cc0dd55...775e06d (32):
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtwebengine: fix conflicting files with qtpdf
  > qtbase: update patch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtgrpc: add optional dependency to qtdeclarative
  > qtopcua: add opcua tools to sdk
  > squish: update to Squish 8.1.0
  > squish: support styhead
  > Add squish support
  < Merge pull request #74 from YoeDistro/kraj/6.8
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-raspberrypi 97d7a6b...880d36b (3):
  > kas: debug-tweaks as IMAGE_FEATURE is removed
  > kas: added the synaptics-killswitch license in comment
  > linux-firmware-rpidistro: Add cyfmac43455-sdio.bin symlink to minimal

* sources/meta-riscv abb4f07...42d2b51 (10):
  > visionfive2: Switch to efi boot
  > recipes-kernel: linux: linux-starfive-dev: Add yocto-kernel-cache for visionfive2
  > recipes-bsp: u-boot-starfive_v2021.10: Remove compatibility with visionfive2
  > visionfive2: Use upstream u-boot
  > visionfive2: unset sbi payload
  > recipes-bsp: opensbi: Use upstream for visionfive2
  > u-boot: Add support for visionfive2
  > opensbi: Set FW_TEXT_START in machine conf
  > conf: machine: include: jh7110-common: Use virtual/bootloader
  > conf: machine: include: riscv-common: Use weaker default for kernel

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-tegra 652714f9...0a2689bd (11):
  > conf/machine: add configuration for Orin Nano SKU 0003
  > meta: switch from virtual/XXX-gcc to  virtual/cross-XXX
  > tegra-helper-scripts: disable initrd-flash USB instance check
  > sbsigntool: update from 0.9.4 to 0.9.5
  > espimage: make image size configurable
  > optee-os: fix buildpaths warning
  > tegra-helper-scripts: let initrd-flash use USB instance for storage check
  > tegra-helper-scripts: fix initrd-flash handling of pre-signed binaries
  > tegra-helper-scripts: restore main files after RCM boot signing
  > tegra-helper-scripts: correct typo in tegra-flash-helper
  > optee-os: make build work in devtool

* sources/meta-ti df20c5b6...8454da05 (4):
  > conf: machine: beaglebone-ai64: Update SPL_BINARY
  > conf: machine: beagleplay*: Update defaults to mainline
  > linux-ti-mainline: Update KERNEL_REPRODUCIBILITY_PATCHES for v6.12
  > linux-ti-mainline: Update to version: v6.12

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 2abb0028ba...8a6069e701 (113):
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.7
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > build-appliance-image: Update to master head revision
  > rust-common: add LDFLAGS to 'build-rust-cc' wrapper
  > cmake: upgrade 3.31.3 -> 3.31.4
  > systemd: Remove /var/log/README using a patch
  > linux-firmware: split amdgpu firmwares in separate packages
  > linux-firmware: split ath11k firmwares in separate packages
  > linux-firmware: split ath10k firmwares in separate packages
  > create-spdx: support line numbers
  > ofono: patch CVE-2024-7540, CVE-2024-7541, CVE-2024-7542
  > files: overlayfs-create-dirs: Improve mount unit dependency
  > man-db: fix broken requirement for flex
  > python3-numpy: upgrade 2.2.1 -> 2.2.2
  > gcc-sanitizers.inc: Workaround for aarch64
  > selftest/virgl: add a link to RHEL merge request to address the missing vgem module
  > tcl8: add a patch to address Y2038 issues (tcl 9.x doesn't need it)
  > tcl: disable 'zipfs' feature
  > bitbake: tests/fetch: Fix git shallow test failure with git >= 2.48
  > u-boot: kernel-fitimage: Fix dependency loop if UBOOT_SIGN_ENABLE and UBOOT_ENV enabled
  > gcc: make include poisoning fatal again in gcc/g++
  > oeqa/poisoning: fix gcc include poisoning test
  > python3-cffi: Add missing pkgconfig dependency
  > base: Switch virtual/cross-XXX to be under recipe specific providers
  > classes/recipes: Switch virtual/XXX-gcc to virtual/cross-cc (and c++/binutils)
  > bitbake: parse/ast: Add support for BB_RECIPE_VIRTUAL_PROVIDERS
  > kernel-yocto: make kernel commits reproducible
  > fmt: fix build with GCC 9.4
  > linux-firmware: upgrade 20241210 -> 20250109
  > image.bbclass: enable systemd user services
  > systemd.bbclass: support user units in postinst and prerm hooks
  > systemd.bbclass: update postinst and prerm hooks
  > systemd.bbclass: properly handle user units in systemd_create_presets
  > systemd.bbclass: introduce systemd_service_searchpaths()
  > systemd.bbclass: factor out service lookup logic into separate function
  > systemd.bbclass: add ${sysconfdir}/systemd/user to search path
  > systemd-systemctl: add support for --global flag
  > eudev: backport patch to fix udevd hanging while trying to access /dev/urandom
  > test-manual/reproducible-builds: fix reproducible links
  > Update autobuilder URLs to valkyrie
  > migration-guides: add release notes for 5.0.6
  > release-notes-5.2: cover devtool modify --debug-build
  > sdk-manual: extensible.rst: remove confusing post-install-logging
  > sdk-manual: extensible.rst: update devtool ide-sdk
  > migration-guides: systemd.bbclass do not add Also services for 5.2
  > uboot-extlinux-config.bbclass: invalidate do_create_extlinux_config on changes to UBOOT_EXTLINUX_FDTOVERLAYS:x
  > rsync: upgrade 3.3.0 -> 3.4.1
  > grub-efi-cfg: Add GRUB_TITLE for custom GRUB titles
  > dbus: update 1.14.10 -> 1.16.0
  > piglit: Upgrade to latest revision
  > autoconf: rename autotools_aclocals and only run in do_configure
  > libtool: remove obsolete ACLOCALEXTRAPATH
  > autotools: clean up aclocal/ search path assignments
  > libsecret: update patch Upstream-Status
  > devtool: ide-sdk remove the plugin from eSDK installer
  > devtool: build-sdk remove unused imports
  > libxkbcommon: replace locale dependecy from RDEPENDS to RRECOMMENDS
  > lttng-tools: disable patching our libtool.m4
  > classes/logging: Added the bbverbnote command to the logging set
  > lib: spdx: Upgrade to final 3.0.1 release
  > rust: increase test timeout again
  > ofono: fix CVE-2024-7539
  > openssl: remove obsolete CVE version suffix
  > gcc: poison-system-directories patch updated for missing paths
  > devtool: remove unused 'config' param from '_create_workspace' method
  > devtool: misc cleanups
  > devtool: un-globalize 'plugins' variable
  > devtool: un-globalize 'config' variable
  > devtool: un-globalize 'context' variable and convert it to a dataclass
  > devtool: un-globalize 'workspace' variable
  > devtool: un-globalize the 'basepath' variable
  > procps: update 4.0.4 -> 4.0.5
  > systemd: PACKAGECONFIG mountfsd and nsresourced
  > pulseaudio: fix webrtc audio depdency
  > sysvinit: update 3.11 -> 3.13
  > udev-extraconf: Allow FAT mount group to be specified
  > selftest/reproducible: Print error context on failure
  > selftest/reproducible: Print full log path on failure
  > classes/ptest-python-pytest: simplify python ptest file overriding
  > oeqa/selftest/sstatetests: Cover aarch64 SDKMACHINE in tests
  > rust: Upgrade 1.80.1->1.81.0
  > rust: Fix for duplicate libstd.so
  > rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.
  > bitbake: data_smart: fix ??= operator for variable flags
  > bitbake: tests/parse: add test for ?= and ??= operators for variable flags
  > bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 24, 2025
…cale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-ti sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-arm 0905953a...db933d55 (3):
  > trusted-firmware-a: fix mbedtls license checksum
  > edk2-firmware: fix PlatformStandaloneMmRpmb.dsc build
  > arm-bsp/recipes-security: Add protobuf interface to crypto-sp in corstone1000

* sources/meta-clang 03f5785...968c690 (8):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases
  > recipes: Update to match OE-Core virtual/cross-* changes
  > lttng-ust: Link with libatomic on 32bit x86
  > clang: Upgrade to 19.1.7
  > boost: Use -no-integrated-as for arm

* sources/meta-freescale 9dc9f18d...a6cd9135 (14):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2077 from YoeDistro/yoe/mut
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2068 from nxp-upstream/imxmali
  > Merge pull request #2075 from limeng-linux/master
  > Merge pull request #2073 from lms-ts/master
  > Merge pull request #2061 from nxp-upstream/qoriq-q4
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2069 from nxp-upstream/Upgrade-gstreamer-to-LF6.6.52_2.0.0
  > Merge pull request #2053 from nxp-upstream/imx-6.6.52-2.0.0
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-freescale-3rdparty 774ca54...45c4762 (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-intel b0fe7e45...c7c7dfac (3):
  > intel-compute-runtime : upgrade 24.26.30049.6 -> 24.39.31294.12
  > intel-graphics-compiler : upgrade 1.0.17193.4 -> 1.0.17791.18
  > level-zero: upgrade 1.15.8 -> 1.17.42

* sources/meta-odroid 4786bdb...2f18a9b (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded fa1ebe8c80...1de873734a (155):
  > DO NOT MERGE: Add Github actions CI workflow
  > ntp: Cache snprintf/vsnprintf C99'ness checks
  > tigervnc: Replace using --system-acdir with --aclocal-path
  > php: Drop references to ACLOCALDIR
  > ncftp: Replace references to ACLOCALEXTRAPATH
  > syslog-ng: Remove references to ACLOCALEXTRAPATH
  > nativesdk-pistache: dependency with brotli
  > pkcs11-provider: Upgrade 0.5 -> 0.6
  > hiawatha: upgrade 10.12 -> 11.0
  > python3-cachetools: Upgrade 5.5.0 -> 5.5.1
  > python3-networkx: Upgrade 3.1 -> 3.4.2
  > python3-zeroconf: Upgrade 0.140.1 -> 0.141.0
  > python3-snagboot: Upgrade 2.0 -> 2.1
  > python3-imageio: Upgrade 2.36.1 -> 2.37.0
  > nodejs: upgrade 22.12.0 -> 22.13.1
  > gnome-control-center: update 47.2 -> 47.3
  > gnome-shell: update 47.2 -> 47.3
  > ndctl: fix building documentation
  > ndctl: fix compiling without including tests
  > python3-tox: Upgrade 4.23.2 -> 4.24.1
  > python3-aioresponses: Upgrade 0.7.7 -> 0.7.8
  > python3-filelock: Upgrade 3.16.1 -> 3.17.0
  > dbus-cxx: fix typo in PACKAGECONFIG
  > iwd: update 3.2 -> 3.3
  > pistache: fix package config dependencies
  > cpp-netlib: Make SKIP_RECIPE weak
  > lapack: upgrade to latest 3.12.1
  > lapack: fix buildpaths in ptest also when CBLAS is enabled
  > lapack: add PACKAGECONFIG for cblas
  > dlt-daemon: make DLT_WatchdogSec configurable
  > cbindgen: update 0.27.0 -> 0.28.0
  > crash: fix crash cannot work with kaslr
  > toybox: upgrade 0.8.11 -> 0.8.12
  > python3-zeroconf: upgrade 0.139.0 -> 0.140.1
  > python3-web3: upgrade 7.6.1 -> 7.7.0
  > python3-virtualenv: upgrade 20.28.1 -> 20.29.1
  > python3-twitter: upgrade 4.14.0 -> 4.15.0
  > python3-smpplib: upgrade 2.2.3 -> 2.2.4
  > python3-semver: upgrade 3.0.2 -> 3.0.3
  > python3-robotframework: upgrade 7.1.1 -> 7.2
  > python3-responses: upgrade 0.25.5 -> 0.25.6
  > python3-psycopg: upgrade 3.2.3 -> 3.2.4
  > python3-jdatetime: upgrade 5.0.0 -> 5.1.0
  > python3-inline-snapshot: upgrade 0.19.1 -> 0.19.3
  > python3-hexbytes: upgrade 1.2.1 -> 1.3.0
  > python3-eth-abi: upgrade 5.1.0 -> 5.2.0
  > python3-dbus-fast: upgrade 2.28.0 -> 2.30.2
  > python3-cmd2: upgrade 2.5.8 -> 2.5.9
  > python3-cloudpickle: upgrade 3.1.0 -> 3.1.1
  > python3-cantools: upgrade 40.0.0 -> 40.1.1
  > pocketpy: upgrade 2.0.4 -> 2.0.5
  > openvpn: upgrade 2.6.12 -> 2.6.13
  > opensc: upgrade 0.26.0 -> 0.26.1
  > mutter: upgrade 47.3 -> 47.4
  > lvm2: update 2.03.29 -> 2.03.30
  > libtoml11: upgrade 4.2.0 -> 4.3.0
  > libgee: upgrade 0.20.6 -> 0.20.8
  > iotop: upgrade 1.26 -> 1.27
  > freeipmi: update 1.6.14 -> 1.6.15
  > dialog: upgrade 1.3-20240619 -> 1.3-20250116
  > cxxopts: upgrade 3.2.0 -> 3.2.1
  > ctags: upgrade 6.1.20250112.0 -> 6.1.20250119.0
  > php: Define ACLOCALDIR
  > poppler: upgrade 24.12.0 -> 25.01.0
  > yasm: update to latest git revision
  > c-ares: upgrade 1.32.2 -> 1.32.3
  > c-ares: upgrade 1.32.1 -> 1.32.2
  > c-ares: upgrade 1.32.0 -> 1.32.1
  > mozjs-115: remove recipe
  > python3-pillow: update recipe to use the ptest-python-pytest class
  > python3-pint: update recipe to use the ptest-python-pytest class
  > python3-platformdirs: update recipe to use the ptest-python-pytest class
  > python3-polyline: update recipe to use the ptest-python-pytest class
  > python3-portion: update recipe to use the ptest-python-pytest class
  > python3-precise-runner: update recipe to use the ptest-python-pytest class
  > python3-prettytable: update recipe to use the ptest-python-pytest class
  > python3-propcache: update recipe to use the ptest-python-pytest class
  > python3-ptyprocess: update recipe to use the ptest-python-pytest class
  > python3-py-cpuinfo: update recipe to use the ptest-python-pytest class
  > python3-pyasn1-modules: update recipe to use the ptest-python-pytest class
  > python3-pydantic-core: update recipe to use the ptest-python-pytest class
  > python3-pydantic: update recipe to use the ptest-python-pytest class
  > python3-pyroute2: update recipe to use the ptest-python-pytest class
  > xrdp: upgrade 0.9.19 -> 0.9.20
  > audiofile: mark CVE-2020-18781 as patched
  > python3-pyserial: update recipe to use the ptest-python-pytest class
  > python3-pytest-localserver: update recipe to use the ptest-python-pytest class
  > python3-python-multipart: update recipe to use the ptest-python-pytest class
  > python3-pytoml: update recipe to use the ptest-python-pytest class
  > python3-pyyaml-include: update recipe to use the ptest-python-pytest class
  > python3-rapidjson: update recipe to use the ptest-python-pytest class
  > python3-requests-file: update recipe to use the ptest-python-pytest class
  > python3-requests-toolbelt: update recipe to use the ptest-python-pytest class
  > python3-scrypt: update recipe to use the ptest-python-pytest class
  > python3-semver: update recipe to use the ptest-python-pytest class
  > vorbis-tools: patch CVE-2023-43361
  > polkit: dont add mozjs PACKAGECONFIG
  > polkit: update 125 -> 126
  > jansson: fix a symbol clash when building with cmake
  > libde265: switch to cmake buildsystem
  > gphoto2: Fix /usr/bin/gphoto2 runtime error
  > cxxopts: add new recipe
  > yyjson: force build shared library
  > pistache : add initial recipe
  > c-ares: upgrade 1.31.0 -> 1.32.0
  > proftpd: define suffix for CVE version comparison
  > proftpd: upgrade 1.3.8b -> 1.3.8c
  > proftpd: define UPSTREAM_CHECK_GITTAGREGEX
  > polkit: fix permissions of /usr/share/polkit-1/rules.d/ again
  > mariadb: Upgrade to 11.4.4
  > xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2
  > wpan-tools: upgrade 0.9 -> 0.10
  > thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3
  > ser2net: upgrade 4.6.2 -> 4.6.3
  > python3-zeroconf: upgrade 0.136.2 -> 0.139.0
  > python3-wrapt: upgrade 1.17.0 -> 1.17.1
  > python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37
  > python3-sh: upgrade 2.1.0 -> 2.2.1
  > python3-pdm: upgrade 2.22.1 -> 2.22.2
  > python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
  > python3-marshmallow: upgrade 3.24.1 -> 3.25.1
  > python3-gnupg: upgrade 0.5.3 -> 0.5.4
  > python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0
  > python3-dirty-equals: upgrade 0.8.0 -> 0.9.0
  > python3-cmake: upgrade 3.31.2 -> 3.31.4
  > python3-aniso8601: upgrade 9.0.1 -> 10.0.0
  > pugixml: upgrade 1.14 -> 1.15
  > paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
  > monit: upgrade 5.34.3 -> 5.34.4
  > lldpd: upgrade 1.0.18 -> 1.0.19
  > libserialport: upgrade 0.1.1 -> 0.1.2
  > libdbi-perl: upgrade 1.644 -> 1.646
  > libconfig-general-perl: upgrade 2.65 -> 2.67
  > jsoncons: upgrade 1.0.0 -> 1.1.0
  > iniparser: upgrade 4.2.4 -> 4.2.5
  > gtk-vnc: upgrade 1.3.1 -> 1.4.0
  > doxygen: upgrade 1.13.1 -> 1.13.2
  > ddrescue: upgrade 1.28 -> 1.29
  > ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0
  > chrony: upgrade 4.5 -> 4.6.1
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3

* sources/meta-qt6 cc0dd55...775e06d (32):
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtwebengine: fix conflicting files with qtpdf
  > qtbase: update patch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtgrpc: add optional dependency to qtdeclarative
  > qtopcua: add opcua tools to sdk
  > squish: update to Squish 8.1.0
  > squish: support styhead
  > Add squish support
  < Merge pull request #74 from YoeDistro/kraj/6.8
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-raspberrypi 97d7a6b...880d36b (3):
  > kas: debug-tweaks as IMAGE_FEATURE is removed
  > kas: added the synaptics-killswitch license in comment
  > linux-firmware-rpidistro: Add cyfmac43455-sdio.bin symlink to minimal

* sources/meta-riscv abb4f07...42d2b51 (10):
  > visionfive2: Switch to efi boot
  > recipes-kernel: linux: linux-starfive-dev: Add yocto-kernel-cache for visionfive2
  > recipes-bsp: u-boot-starfive_v2021.10: Remove compatibility with visionfive2
  > visionfive2: Use upstream u-boot
  > visionfive2: unset sbi payload
  > recipes-bsp: opensbi: Use upstream for visionfive2
  > u-boot: Add support for visionfive2
  > opensbi: Set FW_TEXT_START in machine conf
  > conf: machine: include: jh7110-common: Use virtual/bootloader
  > conf: machine: include: riscv-common: Use weaker default for kernel

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-tegra 652714f9...0a2689bd (11):
  > conf/machine: add configuration for Orin Nano SKU 0003
  > meta: switch from virtual/XXX-gcc to  virtual/cross-XXX
  > tegra-helper-scripts: disable initrd-flash USB instance check
  > sbsigntool: update from 0.9.4 to 0.9.5
  > espimage: make image size configurable
  > optee-os: fix buildpaths warning
  > tegra-helper-scripts: let initrd-flash use USB instance for storage check
  > tegra-helper-scripts: fix initrd-flash handling of pre-signed binaries
  > tegra-helper-scripts: restore main files after RCM boot signing
  > tegra-helper-scripts: correct typo in tegra-flash-helper
  > optee-os: make build work in devtool

* sources/meta-ti df20c5b6...8454da05 (4):
  > conf: machine: beaglebone-ai64: Update SPL_BINARY
  > conf: machine: beagleplay*: Update defaults to mainline
  > linux-ti-mainline: Update KERNEL_REPRODUCIBILITY_PATCHES for v6.12
  > linux-ti-mainline: Update to version: v6.12

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 2abb0028ba...8a6069e701 (113):
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.7
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > build-appliance-image: Update to master head revision
  > rust-common: add LDFLAGS to 'build-rust-cc' wrapper
  > cmake: upgrade 3.31.3 -> 3.31.4
  > systemd: Remove /var/log/README using a patch
  > linux-firmware: split amdgpu firmwares in separate packages
  > linux-firmware: split ath11k firmwares in separate packages
  > linux-firmware: split ath10k firmwares in separate packages
  > create-spdx: support line numbers
  > ofono: patch CVE-2024-7540, CVE-2024-7541, CVE-2024-7542
  > files: overlayfs-create-dirs: Improve mount unit dependency
  > man-db: fix broken requirement for flex
  > python3-numpy: upgrade 2.2.1 -> 2.2.2
  > gcc-sanitizers.inc: Workaround for aarch64
  > selftest/virgl: add a link to RHEL merge request to address the missing vgem module
  > tcl8: add a patch to address Y2038 issues (tcl 9.x doesn't need it)
  > tcl: disable 'zipfs' feature
  > bitbake: tests/fetch: Fix git shallow test failure with git >= 2.48
  > u-boot: kernel-fitimage: Fix dependency loop if UBOOT_SIGN_ENABLE and UBOOT_ENV enabled
  > gcc: make include poisoning fatal again in gcc/g++
  > oeqa/poisoning: fix gcc include poisoning test
  > python3-cffi: Add missing pkgconfig dependency
  > base: Switch virtual/cross-XXX to be under recipe specific providers
  > classes/recipes: Switch virtual/XXX-gcc to virtual/cross-cc (and c++/binutils)
  > bitbake: parse/ast: Add support for BB_RECIPE_VIRTUAL_PROVIDERS
  > kernel-yocto: make kernel commits reproducible
  > fmt: fix build with GCC 9.4
  > linux-firmware: upgrade 20241210 -> 20250109
  > image.bbclass: enable systemd user services
  > systemd.bbclass: support user units in postinst and prerm hooks
  > systemd.bbclass: update postinst and prerm hooks
  > systemd.bbclass: properly handle user units in systemd_create_presets
  > systemd.bbclass: introduce systemd_service_searchpaths()
  > systemd.bbclass: factor out service lookup logic into separate function
  > systemd.bbclass: add ${sysconfdir}/systemd/user to search path
  > systemd-systemctl: add support for --global flag
  > eudev: backport patch to fix udevd hanging while trying to access /dev/urandom
  > test-manual/reproducible-builds: fix reproducible links
  > Update autobuilder URLs to valkyrie
  > migration-guides: add release notes for 5.0.6
  > release-notes-5.2: cover devtool modify --debug-build
  > sdk-manual: extensible.rst: remove confusing post-install-logging
  > sdk-manual: extensible.rst: update devtool ide-sdk
  > migration-guides: systemd.bbclass do not add Also services for 5.2
  > uboot-extlinux-config.bbclass: invalidate do_create_extlinux_config on changes to UBOOT_EXTLINUX_FDTOVERLAYS:x
  > rsync: upgrade 3.3.0 -> 3.4.1
  > grub-efi-cfg: Add GRUB_TITLE for custom GRUB titles
  > dbus: update 1.14.10 -> 1.16.0
  > piglit: Upgrade to latest revision
  > autoconf: rename autotools_aclocals and only run in do_configure
  > libtool: remove obsolete ACLOCALEXTRAPATH
  > autotools: clean up aclocal/ search path assignments
  > libsecret: update patch Upstream-Status
  > devtool: ide-sdk remove the plugin from eSDK installer
  > devtool: build-sdk remove unused imports
  > libxkbcommon: replace locale dependecy from RDEPENDS to RRECOMMENDS
  > lttng-tools: disable patching our libtool.m4
  > classes/logging: Added the bbverbnote command to the logging set
  > lib: spdx: Upgrade to final 3.0.1 release
  > rust: increase test timeout again
  > ofono: fix CVE-2024-7539
  > openssl: remove obsolete CVE version suffix
  > gcc: poison-system-directories patch updated for missing paths
  > devtool: remove unused 'config' param from '_create_workspace' method
  > devtool: misc cleanups
  > devtool: un-globalize 'plugins' variable
  > devtool: un-globalize 'config' variable
  > devtool: un-globalize 'context' variable and convert it to a dataclass
  > devtool: un-globalize 'workspace' variable
  > devtool: un-globalize the 'basepath' variable
  > procps: update 4.0.4 -> 4.0.5
  > systemd: PACKAGECONFIG mountfsd and nsresourced
  > pulseaudio: fix webrtc audio depdency
  > sysvinit: update 3.11 -> 3.13
  > udev-extraconf: Allow FAT mount group to be specified
  > selftest/reproducible: Print error context on failure
  > selftest/reproducible: Print full log path on failure
  > classes/ptest-python-pytest: simplify python ptest file overriding
  > oeqa/selftest/sstatetests: Cover aarch64 SDKMACHINE in tests
  > rust: Upgrade 1.80.1->1.81.0
  > rust: Fix for duplicate libstd.so
  > rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.
  > bitbake: data_smart: fix ??= operator for variable flags
  > bitbake: tests/parse: add test for ?= and ??= operators for variable flags
  > bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 24, 2025
…cale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-ti sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-arm 0905953a...db933d55 (3):
  > trusted-firmware-a: fix mbedtls license checksum
  > edk2-firmware: fix PlatformStandaloneMmRpmb.dsc build
  > arm-bsp/recipes-security: Add protobuf interface to crypto-sp in corstone1000

* sources/meta-clang 03f5785...968c690 (8):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases
  > recipes: Update to match OE-Core virtual/cross-* changes
  > lttng-ust: Link with libatomic on 32bit x86
  > clang: Upgrade to 19.1.7
  > boost: Use -no-integrated-as for arm

* sources/meta-freescale 9dc9f18d...a6cd9135 (14):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2077 from YoeDistro/yoe/mut
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2068 from nxp-upstream/imxmali
  > Merge pull request #2075 from limeng-linux/master
  > Merge pull request #2073 from lms-ts/master
  > Merge pull request #2061 from nxp-upstream/qoriq-q4
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2069 from nxp-upstream/Upgrade-gstreamer-to-LF6.6.52_2.0.0
  > Merge pull request #2053 from nxp-upstream/imx-6.6.52-2.0.0
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-freescale-3rdparty 774ca54...45c4762 (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-intel b0fe7e45...c7c7dfac (3):
  > intel-compute-runtime : upgrade 24.26.30049.6 -> 24.39.31294.12
  > intel-graphics-compiler : upgrade 1.0.17193.4 -> 1.0.17791.18
  > level-zero: upgrade 1.15.8 -> 1.17.42

* sources/meta-odroid 4786bdb...2f18a9b (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded fa1ebe8c80...1de873734a (155):
  > DO NOT MERGE: Add Github actions CI workflow
  > ntp: Cache snprintf/vsnprintf C99'ness checks
  > tigervnc: Replace using --system-acdir with --aclocal-path
  > php: Drop references to ACLOCALDIR
  > ncftp: Replace references to ACLOCALEXTRAPATH
  > syslog-ng: Remove references to ACLOCALEXTRAPATH
  > nativesdk-pistache: dependency with brotli
  > pkcs11-provider: Upgrade 0.5 -> 0.6
  > hiawatha: upgrade 10.12 -> 11.0
  > python3-cachetools: Upgrade 5.5.0 -> 5.5.1
  > python3-networkx: Upgrade 3.1 -> 3.4.2
  > python3-zeroconf: Upgrade 0.140.1 -> 0.141.0
  > python3-snagboot: Upgrade 2.0 -> 2.1
  > python3-imageio: Upgrade 2.36.1 -> 2.37.0
  > nodejs: upgrade 22.12.0 -> 22.13.1
  > gnome-control-center: update 47.2 -> 47.3
  > gnome-shell: update 47.2 -> 47.3
  > ndctl: fix building documentation
  > ndctl: fix compiling without including tests
  > python3-tox: Upgrade 4.23.2 -> 4.24.1
  > python3-aioresponses: Upgrade 0.7.7 -> 0.7.8
  > python3-filelock: Upgrade 3.16.1 -> 3.17.0
  > dbus-cxx: fix typo in PACKAGECONFIG
  > iwd: update 3.2 -> 3.3
  > pistache: fix package config dependencies
  > cpp-netlib: Make SKIP_RECIPE weak
  > lapack: upgrade to latest 3.12.1
  > lapack: fix buildpaths in ptest also when CBLAS is enabled
  > lapack: add PACKAGECONFIG for cblas
  > dlt-daemon: make DLT_WatchdogSec configurable
  > cbindgen: update 0.27.0 -> 0.28.0
  > crash: fix crash cannot work with kaslr
  > toybox: upgrade 0.8.11 -> 0.8.12
  > python3-zeroconf: upgrade 0.139.0 -> 0.140.1
  > python3-web3: upgrade 7.6.1 -> 7.7.0
  > python3-virtualenv: upgrade 20.28.1 -> 20.29.1
  > python3-twitter: upgrade 4.14.0 -> 4.15.0
  > python3-smpplib: upgrade 2.2.3 -> 2.2.4
  > python3-semver: upgrade 3.0.2 -> 3.0.3
  > python3-robotframework: upgrade 7.1.1 -> 7.2
  > python3-responses: upgrade 0.25.5 -> 0.25.6
  > python3-psycopg: upgrade 3.2.3 -> 3.2.4
  > python3-jdatetime: upgrade 5.0.0 -> 5.1.0
  > python3-inline-snapshot: upgrade 0.19.1 -> 0.19.3
  > python3-hexbytes: upgrade 1.2.1 -> 1.3.0
  > python3-eth-abi: upgrade 5.1.0 -> 5.2.0
  > python3-dbus-fast: upgrade 2.28.0 -> 2.30.2
  > python3-cmd2: upgrade 2.5.8 -> 2.5.9
  > python3-cloudpickle: upgrade 3.1.0 -> 3.1.1
  > python3-cantools: upgrade 40.0.0 -> 40.1.1
  > pocketpy: upgrade 2.0.4 -> 2.0.5
  > openvpn: upgrade 2.6.12 -> 2.6.13
  > opensc: upgrade 0.26.0 -> 0.26.1
  > mutter: upgrade 47.3 -> 47.4
  > lvm2: update 2.03.29 -> 2.03.30
  > libtoml11: upgrade 4.2.0 -> 4.3.0
  > libgee: upgrade 0.20.6 -> 0.20.8
  > iotop: upgrade 1.26 -> 1.27
  > freeipmi: update 1.6.14 -> 1.6.15
  > dialog: upgrade 1.3-20240619 -> 1.3-20250116
  > cxxopts: upgrade 3.2.0 -> 3.2.1
  > ctags: upgrade 6.1.20250112.0 -> 6.1.20250119.0
  > php: Define ACLOCALDIR
  > poppler: upgrade 24.12.0 -> 25.01.0
  > yasm: update to latest git revision
  > c-ares: upgrade 1.32.2 -> 1.32.3
  > c-ares: upgrade 1.32.1 -> 1.32.2
  > c-ares: upgrade 1.32.0 -> 1.32.1
  > mozjs-115: remove recipe
  > python3-pillow: update recipe to use the ptest-python-pytest class
  > python3-pint: update recipe to use the ptest-python-pytest class
  > python3-platformdirs: update recipe to use the ptest-python-pytest class
  > python3-polyline: update recipe to use the ptest-python-pytest class
  > python3-portion: update recipe to use the ptest-python-pytest class
  > python3-precise-runner: update recipe to use the ptest-python-pytest class
  > python3-prettytable: update recipe to use the ptest-python-pytest class
  > python3-propcache: update recipe to use the ptest-python-pytest class
  > python3-ptyprocess: update recipe to use the ptest-python-pytest class
  > python3-py-cpuinfo: update recipe to use the ptest-python-pytest class
  > python3-pyasn1-modules: update recipe to use the ptest-python-pytest class
  > python3-pydantic-core: update recipe to use the ptest-python-pytest class
  > python3-pydantic: update recipe to use the ptest-python-pytest class
  > python3-pyroute2: update recipe to use the ptest-python-pytest class
  > xrdp: upgrade 0.9.19 -> 0.9.20
  > audiofile: mark CVE-2020-18781 as patched
  > python3-pyserial: update recipe to use the ptest-python-pytest class
  > python3-pytest-localserver: update recipe to use the ptest-python-pytest class
  > python3-python-multipart: update recipe to use the ptest-python-pytest class
  > python3-pytoml: update recipe to use the ptest-python-pytest class
  > python3-pyyaml-include: update recipe to use the ptest-python-pytest class
  > python3-rapidjson: update recipe to use the ptest-python-pytest class
  > python3-requests-file: update recipe to use the ptest-python-pytest class
  > python3-requests-toolbelt: update recipe to use the ptest-python-pytest class
  > python3-scrypt: update recipe to use the ptest-python-pytest class
  > python3-semver: update recipe to use the ptest-python-pytest class
  > vorbis-tools: patch CVE-2023-43361
  > polkit: dont add mozjs PACKAGECONFIG
  > polkit: update 125 -> 126
  > jansson: fix a symbol clash when building with cmake
  > libde265: switch to cmake buildsystem
  > gphoto2: Fix /usr/bin/gphoto2 runtime error
  > cxxopts: add new recipe
  > yyjson: force build shared library
  > pistache : add initial recipe
  > c-ares: upgrade 1.31.0 -> 1.32.0
  > proftpd: define suffix for CVE version comparison
  > proftpd: upgrade 1.3.8b -> 1.3.8c
  > proftpd: define UPSTREAM_CHECK_GITTAGREGEX
  > polkit: fix permissions of /usr/share/polkit-1/rules.d/ again
  > mariadb: Upgrade to 11.4.4
  > xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2
  > wpan-tools: upgrade 0.9 -> 0.10
  > thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3
  > ser2net: upgrade 4.6.2 -> 4.6.3
  > python3-zeroconf: upgrade 0.136.2 -> 0.139.0
  > python3-wrapt: upgrade 1.17.0 -> 1.17.1
  > python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37
  > python3-sh: upgrade 2.1.0 -> 2.2.1
  > python3-pdm: upgrade 2.22.1 -> 2.22.2
  > python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
  > python3-marshmallow: upgrade 3.24.1 -> 3.25.1
  > python3-gnupg: upgrade 0.5.3 -> 0.5.4
  > python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0
  > python3-dirty-equals: upgrade 0.8.0 -> 0.9.0
  > python3-cmake: upgrade 3.31.2 -> 3.31.4
  > python3-aniso8601: upgrade 9.0.1 -> 10.0.0
  > pugixml: upgrade 1.14 -> 1.15
  > paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
  > monit: upgrade 5.34.3 -> 5.34.4
  > lldpd: upgrade 1.0.18 -> 1.0.19
  > libserialport: upgrade 0.1.1 -> 0.1.2
  > libdbi-perl: upgrade 1.644 -> 1.646
  > libconfig-general-perl: upgrade 2.65 -> 2.67
  > jsoncons: upgrade 1.0.0 -> 1.1.0
  > iniparser: upgrade 4.2.4 -> 4.2.5
  > gtk-vnc: upgrade 1.3.1 -> 1.4.0
  > doxygen: upgrade 1.13.1 -> 1.13.2
  > ddrescue: upgrade 1.28 -> 1.29
  > ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0
  > chrony: upgrade 4.5 -> 4.6.1
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3

* sources/meta-qt6 cc0dd55...775e06d (32):
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtwebengine: fix conflicting files with qtpdf
  > qtbase: update patch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtgrpc: add optional dependency to qtdeclarative
  > qtopcua: add opcua tools to sdk
  > squish: update to Squish 8.1.0
  > squish: support styhead
  > Add squish support
  < Merge pull request #74 from YoeDistro/kraj/6.8
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-raspberrypi 97d7a6b...880d36b (3):
  > kas: debug-tweaks as IMAGE_FEATURE is removed
  > kas: added the synaptics-killswitch license in comment
  > linux-firmware-rpidistro: Add cyfmac43455-sdio.bin symlink to minimal

* sources/meta-riscv abb4f07...42d2b51 (10):
  > visionfive2: Switch to efi boot
  > recipes-kernel: linux: linux-starfive-dev: Add yocto-kernel-cache for visionfive2
  > recipes-bsp: u-boot-starfive_v2021.10: Remove compatibility with visionfive2
  > visionfive2: Use upstream u-boot
  > visionfive2: unset sbi payload
  > recipes-bsp: opensbi: Use upstream for visionfive2
  > u-boot: Add support for visionfive2
  > opensbi: Set FW_TEXT_START in machine conf
  > conf: machine: include: jh7110-common: Use virtual/bootloader
  > conf: machine: include: riscv-common: Use weaker default for kernel

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-tegra 652714f9...0a2689bd (11):
  > conf/machine: add configuration for Orin Nano SKU 0003
  > meta: switch from virtual/XXX-gcc to  virtual/cross-XXX
  > tegra-helper-scripts: disable initrd-flash USB instance check
  > sbsigntool: update from 0.9.4 to 0.9.5
  > espimage: make image size configurable
  > optee-os: fix buildpaths warning
  > tegra-helper-scripts: let initrd-flash use USB instance for storage check
  > tegra-helper-scripts: fix initrd-flash handling of pre-signed binaries
  > tegra-helper-scripts: restore main files after RCM boot signing
  > tegra-helper-scripts: correct typo in tegra-flash-helper
  > optee-os: make build work in devtool

* sources/meta-ti df20c5b6...8454da05 (4):
  > conf: machine: beaglebone-ai64: Update SPL_BINARY
  > conf: machine: beagleplay*: Update defaults to mainline
  > linux-ti-mainline: Update KERNEL_REPRODUCIBILITY_PATCHES for v6.12
  > linux-ti-mainline: Update to version: v6.12

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 2abb0028ba...01cc3d1eb1 (114):
  > binutils: Upgrade to 2.44 release
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.7
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > build-appliance-image: Update to master head revision
  > rust-common: add LDFLAGS to 'build-rust-cc' wrapper
  > cmake: upgrade 3.31.3 -> 3.31.4
  > systemd: Remove /var/log/README using a patch
  > linux-firmware: split amdgpu firmwares in separate packages
  > linux-firmware: split ath11k firmwares in separate packages
  > linux-firmware: split ath10k firmwares in separate packages
  > create-spdx: support line numbers
  > ofono: patch CVE-2024-7540, CVE-2024-7541, CVE-2024-7542
  > files: overlayfs-create-dirs: Improve mount unit dependency
  > man-db: fix broken requirement for flex
  > python3-numpy: upgrade 2.2.1 -> 2.2.2
  > gcc-sanitizers.inc: Workaround for aarch64
  > selftest/virgl: add a link to RHEL merge request to address the missing vgem module
  > tcl8: add a patch to address Y2038 issues (tcl 9.x doesn't need it)
  > tcl: disable 'zipfs' feature
  > bitbake: tests/fetch: Fix git shallow test failure with git >= 2.48
  > u-boot: kernel-fitimage: Fix dependency loop if UBOOT_SIGN_ENABLE and UBOOT_ENV enabled
  > gcc: make include poisoning fatal again in gcc/g++
  > oeqa/poisoning: fix gcc include poisoning test
  > python3-cffi: Add missing pkgconfig dependency
  > base: Switch virtual/cross-XXX to be under recipe specific providers
  > classes/recipes: Switch virtual/XXX-gcc to virtual/cross-cc (and c++/binutils)
  > bitbake: parse/ast: Add support for BB_RECIPE_VIRTUAL_PROVIDERS
  > kernel-yocto: make kernel commits reproducible
  > fmt: fix build with GCC 9.4
  > linux-firmware: upgrade 20241210 -> 20250109
  > image.bbclass: enable systemd user services
  > systemd.bbclass: support user units in postinst and prerm hooks
  > systemd.bbclass: update postinst and prerm hooks
  > systemd.bbclass: properly handle user units in systemd_create_presets
  > systemd.bbclass: introduce systemd_service_searchpaths()
  > systemd.bbclass: factor out service lookup logic into separate function
  > systemd.bbclass: add ${sysconfdir}/systemd/user to search path
  > systemd-systemctl: add support for --global flag
  > eudev: backport patch to fix udevd hanging while trying to access /dev/urandom
  > test-manual/reproducible-builds: fix reproducible links
  > Update autobuilder URLs to valkyrie
  > migration-guides: add release notes for 5.0.6
  > release-notes-5.2: cover devtool modify --debug-build
  > sdk-manual: extensible.rst: remove confusing post-install-logging
  > sdk-manual: extensible.rst: update devtool ide-sdk
  > migration-guides: systemd.bbclass do not add Also services for 5.2
  > uboot-extlinux-config.bbclass: invalidate do_create_extlinux_config on changes to UBOOT_EXTLINUX_FDTOVERLAYS:x
  > rsync: upgrade 3.3.0 -> 3.4.1
  > grub-efi-cfg: Add GRUB_TITLE for custom GRUB titles
  > dbus: update 1.14.10 -> 1.16.0
  > piglit: Upgrade to latest revision
  > autoconf: rename autotools_aclocals and only run in do_configure
  > libtool: remove obsolete ACLOCALEXTRAPATH
  > autotools: clean up aclocal/ search path assignments
  > libsecret: update patch Upstream-Status
  > devtool: ide-sdk remove the plugin from eSDK installer
  > devtool: build-sdk remove unused imports
  > libxkbcommon: replace locale dependecy from RDEPENDS to RRECOMMENDS
  > lttng-tools: disable patching our libtool.m4
  > classes/logging: Added the bbverbnote command to the logging set
  > lib: spdx: Upgrade to final 3.0.1 release
  > rust: increase test timeout again
  > ofono: fix CVE-2024-7539
  > openssl: remove obsolete CVE version suffix
  > gcc: poison-system-directories patch updated for missing paths
  > devtool: remove unused 'config' param from '_create_workspace' method
  > devtool: misc cleanups
  > devtool: un-globalize 'plugins' variable
  > devtool: un-globalize 'config' variable
  > devtool: un-globalize 'context' variable and convert it to a dataclass
  > devtool: un-globalize 'workspace' variable
  > devtool: un-globalize the 'basepath' variable
  > procps: update 4.0.4 -> 4.0.5
  > systemd: PACKAGECONFIG mountfsd and nsresourced
  > pulseaudio: fix webrtc audio depdency
  > sysvinit: update 3.11 -> 3.13
  > udev-extraconf: Allow FAT mount group to be specified
  > selftest/reproducible: Print error context on failure
  > selftest/reproducible: Print full log path on failure
  > classes/ptest-python-pytest: simplify python ptest file overriding
  > oeqa/selftest/sstatetests: Cover aarch64 SDKMACHINE in tests
  > rust: Upgrade 1.80.1->1.81.0
  > rust: Fix for duplicate libstd.so
  > rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.
  > bitbake: data_smart: fix ??= operator for variable flags
  > bitbake: tests/parse: add test for ?= and ??= operators for variable flags
  > bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 24, 2025
…cale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-ti sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-arm 0905953a...db933d55 (3):
  > trusted-firmware-a: fix mbedtls license checksum
  > edk2-firmware: fix PlatformStandaloneMmRpmb.dsc build
  > arm-bsp/recipes-security: Add protobuf interface to crypto-sp in corstone1000

* sources/meta-clang 03f5785...968c690 (8):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases
  > recipes: Update to match OE-Core virtual/cross-* changes
  > lttng-ust: Link with libatomic on 32bit x86
  > clang: Upgrade to 19.1.7
  > boost: Use -no-integrated-as for arm

* sources/meta-freescale 9dc9f18d...a6cd9135 (14):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2077 from YoeDistro/yoe/mut
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2068 from nxp-upstream/imxmali
  > Merge pull request #2075 from limeng-linux/master
  > Merge pull request #2073 from lms-ts/master
  > Merge pull request #2061 from nxp-upstream/qoriq-q4
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2069 from nxp-upstream/Upgrade-gstreamer-to-LF6.6.52_2.0.0
  > Merge pull request #2053 from nxp-upstream/imx-6.6.52-2.0.0
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-freescale-3rdparty 774ca54...45c4762 (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-intel b0fe7e45...c7c7dfac (3):
  > intel-compute-runtime : upgrade 24.26.30049.6 -> 24.39.31294.12
  > intel-graphics-compiler : upgrade 1.0.17193.4 -> 1.0.17791.18
  > level-zero: upgrade 1.15.8 -> 1.17.42

* sources/meta-odroid 4786bdb...2f18a9b (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded fa1ebe8c80...e5c216b431 (157):
  > DO NOT MERGE: Add Github actions CI workflow
  > python3-portion: Fix test_doc.py ptest
  > smarty: update 4.5.5 -> 5.4.2
  > redis: upgrade 7.2.6 -> 7.2.7
  > ntp: Cache snprintf/vsnprintf C99'ness checks
  > tigervnc: Replace using --system-acdir with --aclocal-path
  > php: Drop references to ACLOCALDIR
  > ncftp: Replace references to ACLOCALEXTRAPATH
  > syslog-ng: Remove references to ACLOCALEXTRAPATH
  > nativesdk-pistache: dependency with brotli
  > pkcs11-provider: Upgrade 0.5 -> 0.6
  > hiawatha: upgrade 10.12 -> 11.0
  > python3-cachetools: Upgrade 5.5.0 -> 5.5.1
  > python3-networkx: Upgrade 3.1 -> 3.4.2
  > python3-zeroconf: Upgrade 0.140.1 -> 0.141.0
  > python3-snagboot: Upgrade 2.0 -> 2.1
  > python3-imageio: Upgrade 2.36.1 -> 2.37.0
  > nodejs: upgrade 22.12.0 -> 22.13.1
  > gnome-control-center: update 47.2 -> 47.3
  > gnome-shell: update 47.2 -> 47.3
  > ndctl: fix building documentation
  > ndctl: fix compiling without including tests
  > python3-tox: Upgrade 4.23.2 -> 4.24.1
  > python3-aioresponses: Upgrade 0.7.7 -> 0.7.8
  > python3-filelock: Upgrade 3.16.1 -> 3.17.0
  > dbus-cxx: fix typo in PACKAGECONFIG
  > iwd: update 3.2 -> 3.3
  > pistache: fix package config dependencies
  > cpp-netlib: Make SKIP_RECIPE weak
  > lapack: upgrade to latest 3.12.1
  > lapack: fix buildpaths in ptest also when CBLAS is enabled
  > lapack: add PACKAGECONFIG for cblas
  > dlt-daemon: make DLT_WatchdogSec configurable
  > cbindgen: update 0.27.0 -> 0.28.0
  > crash: fix crash cannot work with kaslr
  > toybox: upgrade 0.8.11 -> 0.8.12
  > python3-zeroconf: upgrade 0.139.0 -> 0.140.1
  > python3-web3: upgrade 7.6.1 -> 7.7.0
  > python3-virtualenv: upgrade 20.28.1 -> 20.29.1
  > python3-twitter: upgrade 4.14.0 -> 4.15.0
  > python3-smpplib: upgrade 2.2.3 -> 2.2.4
  > python3-robotframework: upgrade 7.1.1 -> 7.2
  > python3-responses: upgrade 0.25.5 -> 0.25.6
  > python3-psycopg: upgrade 3.2.3 -> 3.2.4
  > python3-jdatetime: upgrade 5.0.0 -> 5.1.0
  > python3-inline-snapshot: upgrade 0.19.1 -> 0.19.3
  > python3-hexbytes: upgrade 1.2.1 -> 1.3.0
  > python3-eth-abi: upgrade 5.1.0 -> 5.2.0
  > python3-dbus-fast: upgrade 2.28.0 -> 2.30.2
  > python3-cmd2: upgrade 2.5.8 -> 2.5.9
  > python3-cloudpickle: upgrade 3.1.0 -> 3.1.1
  > python3-cantools: upgrade 40.0.0 -> 40.1.1
  > pocketpy: upgrade 2.0.4 -> 2.0.5
  > openvpn: upgrade 2.6.12 -> 2.6.13
  > opensc: upgrade 0.26.0 -> 0.26.1
  > mutter: upgrade 47.3 -> 47.4
  > lvm2: update 2.03.29 -> 2.03.30
  > libtoml11: upgrade 4.2.0 -> 4.3.0
  > libgee: upgrade 0.20.6 -> 0.20.8
  > iotop: upgrade 1.26 -> 1.27
  > freeipmi: update 1.6.14 -> 1.6.15
  > dialog: upgrade 1.3-20240619 -> 1.3-20250116
  > cxxopts: upgrade 3.2.0 -> 3.2.1
  > ctags: upgrade 6.1.20250112.0 -> 6.1.20250119.0
  > php: Define ACLOCALDIR
  > poppler: upgrade 24.12.0 -> 25.01.0
  > yasm: update to latest git revision
  > c-ares: upgrade 1.32.2 -> 1.32.3
  > c-ares: upgrade 1.32.1 -> 1.32.2
  > c-ares: upgrade 1.32.0 -> 1.32.1
  > mozjs-115: remove recipe
  > python3-pillow: update recipe to use the ptest-python-pytest class
  > python3-pint: update recipe to use the ptest-python-pytest class
  > python3-platformdirs: update recipe to use the ptest-python-pytest class
  > python3-polyline: update recipe to use the ptest-python-pytest class
  > python3-portion: update recipe to use the ptest-python-pytest class
  > python3-precise-runner: update recipe to use the ptest-python-pytest class
  > python3-prettytable: update recipe to use the ptest-python-pytest class
  > python3-propcache: update recipe to use the ptest-python-pytest class
  > python3-ptyprocess: update recipe to use the ptest-python-pytest class
  > python3-py-cpuinfo: update recipe to use the ptest-python-pytest class
  > python3-pyasn1-modules: update recipe to use the ptest-python-pytest class
  > python3-pydantic-core: update recipe to use the ptest-python-pytest class
  > python3-pydantic: update recipe to use the ptest-python-pytest class
  > python3-pyroute2: update recipe to use the ptest-python-pytest class
  > xrdp: upgrade 0.9.19 -> 0.9.20
  > audiofile: mark CVE-2020-18781 as patched
  > python3-pyserial: update recipe to use the ptest-python-pytest class
  > python3-pytest-localserver: update recipe to use the ptest-python-pytest class
  > python3-python-multipart: update recipe to use the ptest-python-pytest class
  > python3-pytoml: update recipe to use the ptest-python-pytest class
  > python3-pyyaml-include: update recipe to use the ptest-python-pytest class
  > python3-rapidjson: update recipe to use the ptest-python-pytest class
  > python3-requests-file: update recipe to use the ptest-python-pytest class
  > python3-requests-toolbelt: update recipe to use the ptest-python-pytest class
  > python3-scrypt: update recipe to use the ptest-python-pytest class
  > python3-semver: update recipe to use the ptest-python-pytest class
  > vorbis-tools: patch CVE-2023-43361
  > polkit: dont add mozjs PACKAGECONFIG
  > polkit: update 125 -> 126
  > jansson: fix a symbol clash when building with cmake
  > libde265: switch to cmake buildsystem
  > gphoto2: Fix /usr/bin/gphoto2 runtime error
  > cxxopts: add new recipe
  > yyjson: force build shared library
  > pistache : add initial recipe
  > c-ares: upgrade 1.31.0 -> 1.32.0
  > proftpd: define suffix for CVE version comparison
  > proftpd: upgrade 1.3.8b -> 1.3.8c
  > proftpd: define UPSTREAM_CHECK_GITTAGREGEX
  > polkit: fix permissions of /usr/share/polkit-1/rules.d/ again
  > mariadb: Upgrade to 11.4.4
  > xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2
  > wpan-tools: upgrade 0.9 -> 0.10
  > thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3
  > ser2net: upgrade 4.6.2 -> 4.6.3
  > python3-zeroconf: upgrade 0.136.2 -> 0.139.0
  > python3-wrapt: upgrade 1.17.0 -> 1.17.1
  > python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37
  > python3-sh: upgrade 2.1.0 -> 2.2.1
  > python3-pdm: upgrade 2.22.1 -> 2.22.2
  > python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
  > python3-marshmallow: upgrade 3.24.1 -> 3.25.1
  > python3-gnupg: upgrade 0.5.3 -> 0.5.4
  > python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0
  > python3-dirty-equals: upgrade 0.8.0 -> 0.9.0
  > python3-cmake: upgrade 3.31.2 -> 3.31.4
  > python3-aniso8601: upgrade 9.0.1 -> 10.0.0
  > pugixml: upgrade 1.14 -> 1.15
  > paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
  > monit: upgrade 5.34.3 -> 5.34.4
  > lldpd: upgrade 1.0.18 -> 1.0.19
  > libserialport: upgrade 0.1.1 -> 0.1.2
  > libdbi-perl: upgrade 1.644 -> 1.646
  > libconfig-general-perl: upgrade 2.65 -> 2.67
  > jsoncons: upgrade 1.0.0 -> 1.1.0
  > iniparser: upgrade 4.2.4 -> 4.2.5
  > gtk-vnc: upgrade 1.3.1 -> 1.4.0
  > doxygen: upgrade 1.13.1 -> 1.13.2
  > ddrescue: upgrade 1.28 -> 1.29
  > ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0
  > chrony: upgrade 4.5 -> 4.6.1
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3

* sources/meta-qt6 cc0dd55...775e06d (32):
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtwebengine: fix conflicting files with qtpdf
  > qtbase: update patch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtgrpc: add optional dependency to qtdeclarative
  > qtopcua: add opcua tools to sdk
  > squish: update to Squish 8.1.0
  > squish: support styhead
  > Add squish support
  < Merge pull request #74 from YoeDistro/kraj/6.8
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-raspberrypi 97d7a6b...880d36b (3):
  > kas: debug-tweaks as IMAGE_FEATURE is removed
  > kas: added the synaptics-killswitch license in comment
  > linux-firmware-rpidistro: Add cyfmac43455-sdio.bin symlink to minimal

* sources/meta-riscv abb4f07...42d2b51 (10):
  > visionfive2: Switch to efi boot
  > recipes-kernel: linux: linux-starfive-dev: Add yocto-kernel-cache for visionfive2
  > recipes-bsp: u-boot-starfive_v2021.10: Remove compatibility with visionfive2
  > visionfive2: Use upstream u-boot
  > visionfive2: unset sbi payload
  > recipes-bsp: opensbi: Use upstream for visionfive2
  > u-boot: Add support for visionfive2
  > opensbi: Set FW_TEXT_START in machine conf
  > conf: machine: include: jh7110-common: Use virtual/bootloader
  > conf: machine: include: riscv-common: Use weaker default for kernel

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-tegra 652714f9...0a2689bd (11):
  > conf/machine: add configuration for Orin Nano SKU 0003
  > meta: switch from virtual/XXX-gcc to  virtual/cross-XXX
  > tegra-helper-scripts: disable initrd-flash USB instance check
  > sbsigntool: update from 0.9.4 to 0.9.5
  > espimage: make image size configurable
  > optee-os: fix buildpaths warning
  > tegra-helper-scripts: let initrd-flash use USB instance for storage check
  > tegra-helper-scripts: fix initrd-flash handling of pre-signed binaries
  > tegra-helper-scripts: restore main files after RCM boot signing
  > tegra-helper-scripts: correct typo in tegra-flash-helper
  > optee-os: make build work in devtool

* sources/meta-ti df20c5b6...8454da05 (4):
  > conf: machine: beaglebone-ai64: Update SPL_BINARY
  > conf: machine: beagleplay*: Update defaults to mainline
  > linux-ti-mainline: Update KERNEL_REPRODUCIBILITY_PATCHES for v6.12
  > linux-ti-mainline: Update to version: v6.12

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 2abb0028ba...01cc3d1eb1 (114):
  > binutils: Upgrade to 2.44 release
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.7
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > build-appliance-image: Update to master head revision
  > rust-common: add LDFLAGS to 'build-rust-cc' wrapper
  > cmake: upgrade 3.31.3 -> 3.31.4
  > systemd: Remove /var/log/README using a patch
  > linux-firmware: split amdgpu firmwares in separate packages
  > linux-firmware: split ath11k firmwares in separate packages
  > linux-firmware: split ath10k firmwares in separate packages
  > create-spdx: support line numbers
  > ofono: patch CVE-2024-7540, CVE-2024-7541, CVE-2024-7542
  > files: overlayfs-create-dirs: Improve mount unit dependency
  > man-db: fix broken requirement for flex
  > python3-numpy: upgrade 2.2.1 -> 2.2.2
  > gcc-sanitizers.inc: Workaround for aarch64
  > selftest/virgl: add a link to RHEL merge request to address the missing vgem module
  > tcl8: add a patch to address Y2038 issues (tcl 9.x doesn't need it)
  > tcl: disable 'zipfs' feature
  > bitbake: tests/fetch: Fix git shallow test failure with git >= 2.48
  > u-boot: kernel-fitimage: Fix dependency loop if UBOOT_SIGN_ENABLE and UBOOT_ENV enabled
  > gcc: make include poisoning fatal again in gcc/g++
  > oeqa/poisoning: fix gcc include poisoning test
  > python3-cffi: Add missing pkgconfig dependency
  > base: Switch virtual/cross-XXX to be under recipe specific providers
  > classes/recipes: Switch virtual/XXX-gcc to virtual/cross-cc (and c++/binutils)
  > bitbake: parse/ast: Add support for BB_RECIPE_VIRTUAL_PROVIDERS
  > kernel-yocto: make kernel commits reproducible
  > fmt: fix build with GCC 9.4
  > linux-firmware: upgrade 20241210 -> 20250109
  > image.bbclass: enable systemd user services
  > systemd.bbclass: support user units in postinst and prerm hooks
  > systemd.bbclass: update postinst and prerm hooks
  > systemd.bbclass: properly handle user units in systemd_create_presets
  > systemd.bbclass: introduce systemd_service_searchpaths()
  > systemd.bbclass: factor out service lookup logic into separate function
  > systemd.bbclass: add ${sysconfdir}/systemd/user to search path
  > systemd-systemctl: add support for --global flag
  > eudev: backport patch to fix udevd hanging while trying to access /dev/urandom
  > test-manual/reproducible-builds: fix reproducible links
  > Update autobuilder URLs to valkyrie
  > migration-guides: add release notes for 5.0.6
  > release-notes-5.2: cover devtool modify --debug-build
  > sdk-manual: extensible.rst: remove confusing post-install-logging
  > sdk-manual: extensible.rst: update devtool ide-sdk
  > migration-guides: systemd.bbclass do not add Also services for 5.2
  > uboot-extlinux-config.bbclass: invalidate do_create_extlinux_config on changes to UBOOT_EXTLINUX_FDTOVERLAYS:x
  > rsync: upgrade 3.3.0 -> 3.4.1
  > grub-efi-cfg: Add GRUB_TITLE for custom GRUB titles
  > dbus: update 1.14.10 -> 1.16.0
  > piglit: Upgrade to latest revision
  > autoconf: rename autotools_aclocals and only run in do_configure
  > libtool: remove obsolete ACLOCALEXTRAPATH
  > autotools: clean up aclocal/ search path assignments
  > libsecret: update patch Upstream-Status
  > devtool: ide-sdk remove the plugin from eSDK installer
  > devtool: build-sdk remove unused imports
  > libxkbcommon: replace locale dependecy from RDEPENDS to RRECOMMENDS
  > lttng-tools: disable patching our libtool.m4
  > classes/logging: Added the bbverbnote command to the logging set
  > lib: spdx: Upgrade to final 3.0.1 release
  > rust: increase test timeout again
  > ofono: fix CVE-2024-7539
  > openssl: remove obsolete CVE version suffix
  > gcc: poison-system-directories patch updated for missing paths
  > devtool: remove unused 'config' param from '_create_workspace' method
  > devtool: misc cleanups
  > devtool: un-globalize 'plugins' variable
  > devtool: un-globalize 'config' variable
  > devtool: un-globalize 'context' variable and convert it to a dataclass
  > devtool: un-globalize 'workspace' variable
  > devtool: un-globalize the 'basepath' variable
  > procps: update 4.0.4 -> 4.0.5
  > systemd: PACKAGECONFIG mountfsd and nsresourced
  > pulseaudio: fix webrtc audio depdency
  > sysvinit: update 3.11 -> 3.13
  > udev-extraconf: Allow FAT mount group to be specified
  > selftest/reproducible: Print error context on failure
  > selftest/reproducible: Print full log path on failure
  > classes/ptest-python-pytest: simplify python ptest file overriding
  > oeqa/selftest/sstatetests: Cover aarch64 SDKMACHINE in tests
  > rust: Upgrade 1.80.1->1.81.0
  > rust: Fix for duplicate libstd.so
  > rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.
  > bitbake: data_smart: fix ??= operator for variable flags
  > bitbake: tests/parse: add test for ?= and ??= operators for variable flags
  > bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 24, 2025
…cale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-ti sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-arm 0905953a...db933d55 (3):
  > trusted-firmware-a: fix mbedtls license checksum
  > edk2-firmware: fix PlatformStandaloneMmRpmb.dsc build
  > arm-bsp/recipes-security: Add protobuf interface to crypto-sp in corstone1000

* sources/meta-clang 03f5785...968c690 (8):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases
  > recipes: Update to match OE-Core virtual/cross-* changes
  > lttng-ust: Link with libatomic on 32bit x86
  > clang: Upgrade to 19.1.7
  > boost: Use -no-integrated-as for arm

* sources/meta-freescale 9dc9f18d...a6cd9135 (14):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2077 from YoeDistro/yoe/mut
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2068 from nxp-upstream/imxmali
  > Merge pull request #2075 from limeng-linux/master
  > Merge pull request #2073 from lms-ts/master
  > Merge pull request #2061 from nxp-upstream/qoriq-q4
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2069 from nxp-upstream/Upgrade-gstreamer-to-LF6.6.52_2.0.0
  > Merge pull request #2053 from nxp-upstream/imx-6.6.52-2.0.0
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-freescale-3rdparty 774ca54...45c4762 (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-intel b0fe7e45...c7c7dfac (3):
  > intel-compute-runtime : upgrade 24.26.30049.6 -> 24.39.31294.12
  > intel-graphics-compiler : upgrade 1.0.17193.4 -> 1.0.17791.18
  > level-zero: upgrade 1.15.8 -> 1.17.42

* sources/meta-odroid 4786bdb...2f18a9b (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded fa1ebe8c80...e5c216b431 (157):
  > DO NOT MERGE: Add Github actions CI workflow
  > python3-portion: Fix test_doc.py ptest
  > smarty: update 4.5.5 -> 5.4.2
  > redis: upgrade 7.2.6 -> 7.2.7
  > ntp: Cache snprintf/vsnprintf C99'ness checks
  > tigervnc: Replace using --system-acdir with --aclocal-path
  > php: Drop references to ACLOCALDIR
  > ncftp: Replace references to ACLOCALEXTRAPATH
  > syslog-ng: Remove references to ACLOCALEXTRAPATH
  > nativesdk-pistache: dependency with brotli
  > pkcs11-provider: Upgrade 0.5 -> 0.6
  > hiawatha: upgrade 10.12 -> 11.0
  > python3-cachetools: Upgrade 5.5.0 -> 5.5.1
  > python3-networkx: Upgrade 3.1 -> 3.4.2
  > python3-zeroconf: Upgrade 0.140.1 -> 0.141.0
  > python3-snagboot: Upgrade 2.0 -> 2.1
  > python3-imageio: Upgrade 2.36.1 -> 2.37.0
  > nodejs: upgrade 22.12.0 -> 22.13.1
  > gnome-control-center: update 47.2 -> 47.3
  > gnome-shell: update 47.2 -> 47.3
  > ndctl: fix building documentation
  > ndctl: fix compiling without including tests
  > python3-tox: Upgrade 4.23.2 -> 4.24.1
  > python3-aioresponses: Upgrade 0.7.7 -> 0.7.8
  > python3-filelock: Upgrade 3.16.1 -> 3.17.0
  > dbus-cxx: fix typo in PACKAGECONFIG
  > iwd: update 3.2 -> 3.3
  > pistache: fix package config dependencies
  > cpp-netlib: Make SKIP_RECIPE weak
  > lapack: upgrade to latest 3.12.1
  > lapack: fix buildpaths in ptest also when CBLAS is enabled
  > lapack: add PACKAGECONFIG for cblas
  > dlt-daemon: make DLT_WatchdogSec configurable
  > cbindgen: update 0.27.0 -> 0.28.0
  > crash: fix crash cannot work with kaslr
  > toybox: upgrade 0.8.11 -> 0.8.12
  > python3-zeroconf: upgrade 0.139.0 -> 0.140.1
  > python3-web3: upgrade 7.6.1 -> 7.7.0
  > python3-virtualenv: upgrade 20.28.1 -> 20.29.1
  > python3-twitter: upgrade 4.14.0 -> 4.15.0
  > python3-smpplib: upgrade 2.2.3 -> 2.2.4
  > python3-robotframework: upgrade 7.1.1 -> 7.2
  > python3-responses: upgrade 0.25.5 -> 0.25.6
  > python3-psycopg: upgrade 3.2.3 -> 3.2.4
  > python3-jdatetime: upgrade 5.0.0 -> 5.1.0
  > python3-inline-snapshot: upgrade 0.19.1 -> 0.19.3
  > python3-hexbytes: upgrade 1.2.1 -> 1.3.0
  > python3-eth-abi: upgrade 5.1.0 -> 5.2.0
  > python3-dbus-fast: upgrade 2.28.0 -> 2.30.2
  > python3-cmd2: upgrade 2.5.8 -> 2.5.9
  > python3-cloudpickle: upgrade 3.1.0 -> 3.1.1
  > python3-cantools: upgrade 40.0.0 -> 40.1.1
  > pocketpy: upgrade 2.0.4 -> 2.0.5
  > openvpn: upgrade 2.6.12 -> 2.6.13
  > opensc: upgrade 0.26.0 -> 0.26.1
  > mutter: upgrade 47.3 -> 47.4
  > lvm2: update 2.03.29 -> 2.03.30
  > libtoml11: upgrade 4.2.0 -> 4.3.0
  > libgee: upgrade 0.20.6 -> 0.20.8
  > iotop: upgrade 1.26 -> 1.27
  > freeipmi: update 1.6.14 -> 1.6.15
  > dialog: upgrade 1.3-20240619 -> 1.3-20250116
  > cxxopts: upgrade 3.2.0 -> 3.2.1
  > ctags: upgrade 6.1.20250112.0 -> 6.1.20250119.0
  > php: Define ACLOCALDIR
  > poppler: upgrade 24.12.0 -> 25.01.0
  > yasm: update to latest git revision
  > c-ares: upgrade 1.32.2 -> 1.32.3
  > c-ares: upgrade 1.32.1 -> 1.32.2
  > c-ares: upgrade 1.32.0 -> 1.32.1
  > mozjs-115: remove recipe
  > python3-pillow: update recipe to use the ptest-python-pytest class
  > python3-pint: update recipe to use the ptest-python-pytest class
  > python3-platformdirs: update recipe to use the ptest-python-pytest class
  > python3-polyline: update recipe to use the ptest-python-pytest class
  > python3-portion: update recipe to use the ptest-python-pytest class
  > python3-precise-runner: update recipe to use the ptest-python-pytest class
  > python3-prettytable: update recipe to use the ptest-python-pytest class
  > python3-propcache: update recipe to use the ptest-python-pytest class
  > python3-ptyprocess: update recipe to use the ptest-python-pytest class
  > python3-py-cpuinfo: update recipe to use the ptest-python-pytest class
  > python3-pyasn1-modules: update recipe to use the ptest-python-pytest class
  > python3-pydantic-core: update recipe to use the ptest-python-pytest class
  > python3-pydantic: update recipe to use the ptest-python-pytest class
  > python3-pyroute2: update recipe to use the ptest-python-pytest class
  > xrdp: upgrade 0.9.19 -> 0.9.20
  > audiofile: mark CVE-2020-18781 as patched
  > python3-pyserial: update recipe to use the ptest-python-pytest class
  > python3-pytest-localserver: update recipe to use the ptest-python-pytest class
  > python3-python-multipart: update recipe to use the ptest-python-pytest class
  > python3-pytoml: update recipe to use the ptest-python-pytest class
  > python3-pyyaml-include: update recipe to use the ptest-python-pytest class
  > python3-rapidjson: update recipe to use the ptest-python-pytest class
  > python3-requests-file: update recipe to use the ptest-python-pytest class
  > python3-requests-toolbelt: update recipe to use the ptest-python-pytest class
  > python3-scrypt: update recipe to use the ptest-python-pytest class
  > python3-semver: update recipe to use the ptest-python-pytest class
  > vorbis-tools: patch CVE-2023-43361
  > polkit: dont add mozjs PACKAGECONFIG
  > polkit: update 125 -> 126
  > jansson: fix a symbol clash when building with cmake
  > libde265: switch to cmake buildsystem
  > gphoto2: Fix /usr/bin/gphoto2 runtime error
  > cxxopts: add new recipe
  > yyjson: force build shared library
  > pistache : add initial recipe
  > c-ares: upgrade 1.31.0 -> 1.32.0
  > proftpd: define suffix for CVE version comparison
  > proftpd: upgrade 1.3.8b -> 1.3.8c
  > proftpd: define UPSTREAM_CHECK_GITTAGREGEX
  > polkit: fix permissions of /usr/share/polkit-1/rules.d/ again
  > mariadb: Upgrade to 11.4.4
  > xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2
  > wpan-tools: upgrade 0.9 -> 0.10
  > thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3
  > ser2net: upgrade 4.6.2 -> 4.6.3
  > python3-zeroconf: upgrade 0.136.2 -> 0.139.0
  > python3-wrapt: upgrade 1.17.0 -> 1.17.1
  > python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37
  > python3-sh: upgrade 2.1.0 -> 2.2.1
  > python3-pdm: upgrade 2.22.1 -> 2.22.2
  > python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
  > python3-marshmallow: upgrade 3.24.1 -> 3.25.1
  > python3-gnupg: upgrade 0.5.3 -> 0.5.4
  > python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0
  > python3-dirty-equals: upgrade 0.8.0 -> 0.9.0
  > python3-cmake: upgrade 3.31.2 -> 3.31.4
  > python3-aniso8601: upgrade 9.0.1 -> 10.0.0
  > pugixml: upgrade 1.14 -> 1.15
  > paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
  > monit: upgrade 5.34.3 -> 5.34.4
  > lldpd: upgrade 1.0.18 -> 1.0.19
  > libserialport: upgrade 0.1.1 -> 0.1.2
  > libdbi-perl: upgrade 1.644 -> 1.646
  > libconfig-general-perl: upgrade 2.65 -> 2.67
  > jsoncons: upgrade 1.0.0 -> 1.1.0
  > iniparser: upgrade 4.2.4 -> 4.2.5
  > gtk-vnc: upgrade 1.3.1 -> 1.4.0
  > doxygen: upgrade 1.13.1 -> 1.13.2
  > ddrescue: upgrade 1.28 -> 1.29
  > ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0
  > chrony: upgrade 4.5 -> 4.6.1
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3

* sources/meta-qt6 cc0dd55...775e06d (32):
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtwebengine: fix conflicting files with qtpdf
  > qtbase: update patch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtgrpc: add optional dependency to qtdeclarative
  > qtopcua: add opcua tools to sdk
  > squish: update to Squish 8.1.0
  > squish: support styhead
  > Add squish support
  < Merge pull request #74 from YoeDistro/kraj/6.8
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-raspberrypi 97d7a6b...880d36b (3):
  > kas: debug-tweaks as IMAGE_FEATURE is removed
  > kas: added the synaptics-killswitch license in comment
  > linux-firmware-rpidistro: Add cyfmac43455-sdio.bin symlink to minimal

* sources/meta-riscv abb4f07...42d2b51 (10):
  > visionfive2: Switch to efi boot
  > recipes-kernel: linux: linux-starfive-dev: Add yocto-kernel-cache for visionfive2
  > recipes-bsp: u-boot-starfive_v2021.10: Remove compatibility with visionfive2
  > visionfive2: Use upstream u-boot
  > visionfive2: unset sbi payload
  > recipes-bsp: opensbi: Use upstream for visionfive2
  > u-boot: Add support for visionfive2
  > opensbi: Set FW_TEXT_START in machine conf
  > conf: machine: include: jh7110-common: Use virtual/bootloader
  > conf: machine: include: riscv-common: Use weaker default for kernel

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-tegra 652714f9...0a2689bd (11):
  > conf/machine: add configuration for Orin Nano SKU 0003
  > meta: switch from virtual/XXX-gcc to  virtual/cross-XXX
  > tegra-helper-scripts: disable initrd-flash USB instance check
  > sbsigntool: update from 0.9.4 to 0.9.5
  > espimage: make image size configurable
  > optee-os: fix buildpaths warning
  > tegra-helper-scripts: let initrd-flash use USB instance for storage check
  > tegra-helper-scripts: fix initrd-flash handling of pre-signed binaries
  > tegra-helper-scripts: restore main files after RCM boot signing
  > tegra-helper-scripts: correct typo in tegra-flash-helper
  > optee-os: make build work in devtool

* sources/meta-ti df20c5b6...8454da05 (4):
  > conf: machine: beaglebone-ai64: Update SPL_BINARY
  > conf: machine: beagleplay*: Update defaults to mainline
  > linux-ti-mainline: Update KERNEL_REPRODUCIBILITY_PATCHES for v6.12
  > linux-ti-mainline: Update to version: v6.12

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 2abb0028ba...01cc3d1eb1 (114):
  > binutils: Upgrade to 2.44 release
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.7
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > build-appliance-image: Update to master head revision
  > rust-common: add LDFLAGS to 'build-rust-cc' wrapper
  > cmake: upgrade 3.31.3 -> 3.31.4
  > systemd: Remove /var/log/README using a patch
  > linux-firmware: split amdgpu firmwares in separate packages
  > linux-firmware: split ath11k firmwares in separate packages
  > linux-firmware: split ath10k firmwares in separate packages
  > create-spdx: support line numbers
  > ofono: patch CVE-2024-7540, CVE-2024-7541, CVE-2024-7542
  > files: overlayfs-create-dirs: Improve mount unit dependency
  > man-db: fix broken requirement for flex
  > python3-numpy: upgrade 2.2.1 -> 2.2.2
  > gcc-sanitizers.inc: Workaround for aarch64
  > selftest/virgl: add a link to RHEL merge request to address the missing vgem module
  > tcl8: add a patch to address Y2038 issues (tcl 9.x doesn't need it)
  > tcl: disable 'zipfs' feature
  > bitbake: tests/fetch: Fix git shallow test failure with git >= 2.48
  > u-boot: kernel-fitimage: Fix dependency loop if UBOOT_SIGN_ENABLE and UBOOT_ENV enabled
  > gcc: make include poisoning fatal again in gcc/g++
  > oeqa/poisoning: fix gcc include poisoning test
  > python3-cffi: Add missing pkgconfig dependency
  > base: Switch virtual/cross-XXX to be under recipe specific providers
  > classes/recipes: Switch virtual/XXX-gcc to virtual/cross-cc (and c++/binutils)
  > bitbake: parse/ast: Add support for BB_RECIPE_VIRTUAL_PROVIDERS
  > kernel-yocto: make kernel commits reproducible
  > fmt: fix build with GCC 9.4
  > linux-firmware: upgrade 20241210 -> 20250109
  > image.bbclass: enable systemd user services
  > systemd.bbclass: support user units in postinst and prerm hooks
  > systemd.bbclass: update postinst and prerm hooks
  > systemd.bbclass: properly handle user units in systemd_create_presets
  > systemd.bbclass: introduce systemd_service_searchpaths()
  > systemd.bbclass: factor out service lookup logic into separate function
  > systemd.bbclass: add ${sysconfdir}/systemd/user to search path
  > systemd-systemctl: add support for --global flag
  > eudev: backport patch to fix udevd hanging while trying to access /dev/urandom
  > test-manual/reproducible-builds: fix reproducible links
  > Update autobuilder URLs to valkyrie
  > migration-guides: add release notes for 5.0.6
  > release-notes-5.2: cover devtool modify --debug-build
  > sdk-manual: extensible.rst: remove confusing post-install-logging
  > sdk-manual: extensible.rst: update devtool ide-sdk
  > migration-guides: systemd.bbclass do not add Also services for 5.2
  > uboot-extlinux-config.bbclass: invalidate do_create_extlinux_config on changes to UBOOT_EXTLINUX_FDTOVERLAYS:x
  > rsync: upgrade 3.3.0 -> 3.4.1
  > grub-efi-cfg: Add GRUB_TITLE for custom GRUB titles
  > dbus: update 1.14.10 -> 1.16.0
  > piglit: Upgrade to latest revision
  > autoconf: rename autotools_aclocals and only run in do_configure
  > libtool: remove obsolete ACLOCALEXTRAPATH
  > autotools: clean up aclocal/ search path assignments
  > libsecret: update patch Upstream-Status
  > devtool: ide-sdk remove the plugin from eSDK installer
  > devtool: build-sdk remove unused imports
  > libxkbcommon: replace locale dependecy from RDEPENDS to RRECOMMENDS
  > lttng-tools: disable patching our libtool.m4
  > classes/logging: Added the bbverbnote command to the logging set
  > lib: spdx: Upgrade to final 3.0.1 release
  > rust: increase test timeout again
  > ofono: fix CVE-2024-7539
  > openssl: remove obsolete CVE version suffix
  > gcc: poison-system-directories patch updated for missing paths
  > devtool: remove unused 'config' param from '_create_workspace' method
  > devtool: misc cleanups
  > devtool: un-globalize 'plugins' variable
  > devtool: un-globalize 'config' variable
  > devtool: un-globalize 'context' variable and convert it to a dataclass
  > devtool: un-globalize 'workspace' variable
  > devtool: un-globalize the 'basepath' variable
  > procps: update 4.0.4 -> 4.0.5
  > systemd: PACKAGECONFIG mountfsd and nsresourced
  > pulseaudio: fix webrtc audio depdency
  > sysvinit: update 3.11 -> 3.13
  > udev-extraconf: Allow FAT mount group to be specified
  > selftest/reproducible: Print error context on failure
  > selftest/reproducible: Print full log path on failure
  > classes/ptest-python-pytest: simplify python ptest file overriding
  > oeqa/selftest/sstatetests: Cover aarch64 SDKMACHINE in tests
  > rust: Upgrade 1.80.1->1.81.0
  > rust: Fix for duplicate libstd.so
  > rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.
  > bitbake: data_smart: fix ??= operator for variable flags
  > bitbake: tests/parse: add test for ?= and ??= operators for variable flags
  > bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Jan 24, 2025
…cale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-ti sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-arm 0905953a...db933d55 (3):
  > trusted-firmware-a: fix mbedtls license checksum
  > edk2-firmware: fix PlatformStandaloneMmRpmb.dsc build
  > arm-bsp/recipes-security: Add protobuf interface to crypto-sp in corstone1000

* sources/meta-clang 03f5785...968c690 (8):
  > layer: Do not inherit clang class any longer
  > spirv-llvm-translator: Delete
  > clang/recipes: Delete
  > layer.conf: Drop scarthgap styhead from compatible releases
  > recipes: Update to match OE-Core virtual/cross-* changes
  > lttng-ust: Link with libatomic on 32bit x86
  > clang: Upgrade to 19.1.7
  > boost: Use -no-integrated-as for arm

* sources/meta-freescale 9dc9f18d...a6cd9135 (14):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2077 from YoeDistro/yoe/mut
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2068 from nxp-upstream/imxmali
  > Merge pull request #2075 from limeng-linux/master
  > Merge pull request #2073 from lms-ts/master
  > Merge pull request #2061 from nxp-upstream/qoriq-q4
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2069 from nxp-upstream/Upgrade-gstreamer-to-LF6.6.52_2.0.0
  > Merge pull request #2053 from nxp-upstream/imx-6.6.52-2.0.0
  > Merge pull request #2060 from pasweistorz/avoid-unnecessary-dtb-files
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-freescale-3rdparty 774ca54...45c4762 (2):
  > Auto-update LICENSE file with current recipe licenses
  > treewide: Remove all references to SRC_URI[md5sum] hashes

* sources/meta-intel b0fe7e45...c7c7dfac (3):
  > intel-compute-runtime : upgrade 24.26.30049.6 -> 24.39.31294.12
  > intel-graphics-compiler : upgrade 1.0.17193.4 -> 1.0.17791.18
  > level-zero: upgrade 1.15.8 -> 1.17.42

* sources/meta-odroid 4786bdb...2f18a9b (1):
  > u-boot: Rename bbappend to 2025 release

* sources/meta-openembedded fa1ebe8c80...c09dc08a92 (158):
  > DO NOT MERGE: Add Github actions CI workflow
  > python3-pylint: Upgrade 3.3.1 -> 3.3.3
  > python3-portion: Fix test_doc.py ptest
  > smarty: update 4.5.5 -> 5.4.2
  > redis: upgrade 7.2.6 -> 7.2.7
  > ntp: Cache snprintf/vsnprintf C99'ness checks
  > tigervnc: Replace using --system-acdir with --aclocal-path
  > php: Drop references to ACLOCALDIR
  > ncftp: Replace references to ACLOCALEXTRAPATH
  > syslog-ng: Remove references to ACLOCALEXTRAPATH
  > nativesdk-pistache: dependency with brotli
  > pkcs11-provider: Upgrade 0.5 -> 0.6
  > hiawatha: upgrade 10.12 -> 11.0
  > python3-cachetools: Upgrade 5.5.0 -> 5.5.1
  > python3-networkx: Upgrade 3.1 -> 3.4.2
  > python3-zeroconf: Upgrade 0.140.1 -> 0.141.0
  > python3-snagboot: Upgrade 2.0 -> 2.1
  > python3-imageio: Upgrade 2.36.1 -> 2.37.0
  > nodejs: upgrade 22.12.0 -> 22.13.1
  > gnome-control-center: update 47.2 -> 47.3
  > gnome-shell: update 47.2 -> 47.3
  > ndctl: fix building documentation
  > ndctl: fix compiling without including tests
  > python3-tox: Upgrade 4.23.2 -> 4.24.1
  > python3-aioresponses: Upgrade 0.7.7 -> 0.7.8
  > python3-filelock: Upgrade 3.16.1 -> 3.17.0
  > dbus-cxx: fix typo in PACKAGECONFIG
  > iwd: update 3.2 -> 3.3
  > pistache: fix package config dependencies
  > cpp-netlib: Make SKIP_RECIPE weak
  > lapack: upgrade to latest 3.12.1
  > lapack: fix buildpaths in ptest also when CBLAS is enabled
  > lapack: add PACKAGECONFIG for cblas
  > dlt-daemon: make DLT_WatchdogSec configurable
  > cbindgen: update 0.27.0 -> 0.28.0
  > crash: fix crash cannot work with kaslr
  > toybox: upgrade 0.8.11 -> 0.8.12
  > python3-zeroconf: upgrade 0.139.0 -> 0.140.1
  > python3-web3: upgrade 7.6.1 -> 7.7.0
  > python3-virtualenv: upgrade 20.28.1 -> 20.29.1
  > python3-twitter: upgrade 4.14.0 -> 4.15.0
  > python3-smpplib: upgrade 2.2.3 -> 2.2.4
  > python3-robotframework: upgrade 7.1.1 -> 7.2
  > python3-responses: upgrade 0.25.5 -> 0.25.6
  > python3-psycopg: upgrade 3.2.3 -> 3.2.4
  > python3-jdatetime: upgrade 5.0.0 -> 5.1.0
  > python3-inline-snapshot: upgrade 0.19.1 -> 0.19.3
  > python3-hexbytes: upgrade 1.2.1 -> 1.3.0
  > python3-eth-abi: upgrade 5.1.0 -> 5.2.0
  > python3-dbus-fast: upgrade 2.28.0 -> 2.30.2
  > python3-cmd2: upgrade 2.5.8 -> 2.5.9
  > python3-cloudpickle: upgrade 3.1.0 -> 3.1.1
  > python3-cantools: upgrade 40.0.0 -> 40.1.1
  > pocketpy: upgrade 2.0.4 -> 2.0.5
  > openvpn: upgrade 2.6.12 -> 2.6.13
  > opensc: upgrade 0.26.0 -> 0.26.1
  > mutter: upgrade 47.3 -> 47.4
  > lvm2: update 2.03.29 -> 2.03.30
  > libtoml11: upgrade 4.2.0 -> 4.3.0
  > libgee: upgrade 0.20.6 -> 0.20.8
  > iotop: upgrade 1.26 -> 1.27
  > freeipmi: update 1.6.14 -> 1.6.15
  > dialog: upgrade 1.3-20240619 -> 1.3-20250116
  > cxxopts: upgrade 3.2.0 -> 3.2.1
  > ctags: upgrade 6.1.20250112.0 -> 6.1.20250119.0
  > php: Define ACLOCALDIR
  > poppler: upgrade 24.12.0 -> 25.01.0
  > yasm: update to latest git revision
  > c-ares: upgrade 1.32.2 -> 1.32.3
  > c-ares: upgrade 1.32.1 -> 1.32.2
  > c-ares: upgrade 1.32.0 -> 1.32.1
  > mozjs-115: remove recipe
  > python3-pillow: update recipe to use the ptest-python-pytest class
  > python3-pint: update recipe to use the ptest-python-pytest class
  > python3-platformdirs: update recipe to use the ptest-python-pytest class
  > python3-polyline: update recipe to use the ptest-python-pytest class
  > python3-portion: update recipe to use the ptest-python-pytest class
  > python3-precise-runner: update recipe to use the ptest-python-pytest class
  > python3-prettytable: update recipe to use the ptest-python-pytest class
  > python3-propcache: update recipe to use the ptest-python-pytest class
  > python3-ptyprocess: update recipe to use the ptest-python-pytest class
  > python3-py-cpuinfo: update recipe to use the ptest-python-pytest class
  > python3-pyasn1-modules: update recipe to use the ptest-python-pytest class
  > python3-pydantic-core: update recipe to use the ptest-python-pytest class
  > python3-pydantic: update recipe to use the ptest-python-pytest class
  > python3-pyroute2: update recipe to use the ptest-python-pytest class
  > xrdp: upgrade 0.9.19 -> 0.9.20
  > audiofile: mark CVE-2020-18781 as patched
  > python3-pyserial: update recipe to use the ptest-python-pytest class
  > python3-pytest-localserver: update recipe to use the ptest-python-pytest class
  > python3-python-multipart: update recipe to use the ptest-python-pytest class
  > python3-pytoml: update recipe to use the ptest-python-pytest class
  > python3-pyyaml-include: update recipe to use the ptest-python-pytest class
  > python3-rapidjson: update recipe to use the ptest-python-pytest class
  > python3-requests-file: update recipe to use the ptest-python-pytest class
  > python3-requests-toolbelt: update recipe to use the ptest-python-pytest class
  > python3-scrypt: update recipe to use the ptest-python-pytest class
  > python3-semver: update recipe to use the ptest-python-pytest class
  > vorbis-tools: patch CVE-2023-43361
  > polkit: dont add mozjs PACKAGECONFIG
  > polkit: update 125 -> 126
  > jansson: fix a symbol clash when building with cmake
  > libde265: switch to cmake buildsystem
  > gphoto2: Fix /usr/bin/gphoto2 runtime error
  > cxxopts: add new recipe
  > yyjson: force build shared library
  > pistache : add initial recipe
  > c-ares: upgrade 1.31.0 -> 1.32.0
  > proftpd: define suffix for CVE version comparison
  > proftpd: upgrade 1.3.8b -> 1.3.8c
  > proftpd: define UPSTREAM_CHECK_GITTAGREGEX
  > polkit: fix permissions of /usr/share/polkit-1/rules.d/ again
  > mariadb: Upgrade to 11.4.4
  > xdg-desktop-portal-gtk: upgrade 1.15.1 -> 1.15.2
  > wpan-tools: upgrade 0.9 -> 0.10
  > thingsboard-gateway: upgrade 3.5.3.1 -> 3.6.3
  > ser2net: upgrade 4.6.2 -> 4.6.3
  > python3-zeroconf: upgrade 0.136.2 -> 0.139.0
  > python3-wrapt: upgrade 1.17.0 -> 1.17.1
  > python3-sqlalchemy: upgrade 2.0.36 -> 2.0.37
  > python3-sh: upgrade 2.1.0 -> 2.2.1
  > python3-pdm: upgrade 2.22.1 -> 2.22.2
  > python3-mlcommons-loadgen: upgrade 5.0.4 -> 5.0.5
  > python3-marshmallow: upgrade 3.24.1 -> 3.25.1
  > python3-gnupg: upgrade 0.5.3 -> 0.5.4
  > python3-flask-marshmallow: upgrade 1.2.1 -> 1.3.0
  > python3-dirty-equals: upgrade 0.8.0 -> 0.9.0
  > python3-cmake: upgrade 3.31.2 -> 3.31.4
  > python3-aniso8601: upgrade 9.0.1 -> 10.0.0
  > pugixml: upgrade 1.14 -> 1.15
  > paho-mqtt-c: upgrade 1.3.13 -> 1.3.14
  > monit: upgrade 5.34.3 -> 5.34.4
  > lldpd: upgrade 1.0.18 -> 1.0.19
  > libserialport: upgrade 0.1.1 -> 0.1.2
  > libdbi-perl: upgrade 1.644 -> 1.646
  > libconfig-general-perl: upgrade 2.65 -> 2.67
  > jsoncons: upgrade 1.0.0 -> 1.1.0
  > iniparser: upgrade 4.2.4 -> 4.2.5
  > gtk-vnc: upgrade 1.3.1 -> 1.4.0
  > doxygen: upgrade 1.13.1 -> 1.13.2
  > ddrescue: upgrade 1.28 -> 1.29
  > ctags: upgrade 6.1.20250105.0 -> 6.1.20250112.0
  > chrony: upgrade 4.5 -> 4.6.1
  > lapack: fix TMPDIR reference in do_package_qa
  > spectre-meltdown-checker: New recipe to check hardware vulnerability
  > etcd-cpp-apiv3: Skip recipe since it does not work with boost >= 1.87
  > python3-pyscaffold: Upgrade 4.5 -> 4.6
  > python3-bandit: Upgrade 1.8.0 -> 1.8.2
  > python3-responses: Upgrade 0.25.3 -> 0.25.5
  > python3-inline-snapshot: Upgrade 0.18.2 -> 0.19.1
  > python3-dbus-fast: Upgrade 2.24.4 -> 2.28.0
  > python3-pydantic: Upgrade 2.10.4 -> 2.10.5
  > c-ares: upgrade 1.30.0 -> 1.31.0
  > vsomeip: Skip building, needs porting to boost >= 1.87
  > websocketpp: Skip recipe, not buildable with boost >= 1.87
  > cpp-netlib: Skip recipe, not buildable with boost >= 1.87
  > cpprest: Skip recipe due to unbuildable dependency websocketpp
  > vsomeip: Upgrade to 3.5.3

* sources/meta-qt6 cc0dd55...775e06d (32):
  > Revert "qtquick3d: Fix output operator"
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtwebengine: fix conflicting files with qtpdf
  > qtbase: update patch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qtgrpc: add optional dependency to qtdeclarative
  > qtopcua: add opcua tools to sdk
  > squish: update to Squish 8.1.0
  > squish: support styhead
  > Add squish support
  < Merge pull request #74 from YoeDistro/kraj/6.8
  < Merge pull request #73 from YoeDistro/kraj/6.8
  < Merge pull request #72 from YoeDistro/kraj/6.8
  < Merge pull request #71 from YoeDistro/kraj/6.8
  < Merge pull request #70 from YoeDistro/kraj/6.8
  < Merge pull request #69 from YoeDistro/kraj/6.8
  < Merge pull request #68 from YoeDistro/kraj/6.8
  < Merge pull request #67 from YoeDistro/kraj/6.8
  < Merge pull request #66 from YoeDistro/kraj/6.8
  < Merge pull request #65 from YoeDistro/kraj/6.8
  < Merge pull request #64 from YoeDistro/kraj/6.8
  < qtwebengine: Fix build on 32bit arm while using clang
  < qttools: Fix build with clang-19
  < qtquick3d: Fix output operator
  < qtwebengine: Fix build with Clang-19+
  < qtbase: Fix build with clang19
  < gn-native: Fix build with GCC 12

* sources/meta-raspberrypi 97d7a6b...880d36b (3):
  > kas: debug-tweaks as IMAGE_FEATURE is removed
  > kas: added the synaptics-killswitch license in comment
  > linux-firmware-rpidistro: Add cyfmac43455-sdio.bin symlink to minimal

* sources/meta-riscv abb4f07...42d2b51 (10):
  > visionfive2: Switch to efi boot
  > recipes-kernel: linux: linux-starfive-dev: Add yocto-kernel-cache for visionfive2
  > recipes-bsp: u-boot-starfive_v2021.10: Remove compatibility with visionfive2
  > visionfive2: Use upstream u-boot
  > visionfive2: unset sbi payload
  > recipes-bsp: opensbi: Use upstream for visionfive2
  > u-boot: Add support for visionfive2
  > opensbi: Set FW_TEXT_START in machine conf
  > conf: machine: include: jh7110-common: Use virtual/bootloader
  > conf: machine: include: riscv-common: Use weaker default for kernel

* sources/meta-swupdate 9a71f94...efd4c20 (12):
  < Run copy_swdescription() later
  < Support 2024.12
  < swupdate: package libswupdate into separate package
  < swupdate: Add missing licenses in LICENSE
  < swupdate: Add missing licenses in LIC_FILES_CHKSUM
  < Use IMAGE_NAME_SUFFIX in the artifact name
  < swupdate-image: Drop test when sw-de4scription is copied
  < swupdate-image: do not rely on IMAGE_LINK_NAME
  < styhead migration fixes
  < layer.conf: Update to walnascar (5.2) layer/release series
  > layer.conf: Update to walnascar (5.2) layer/release series
  < Fix license for libswupdate

* sources/meta-tegra 652714f9...0a2689bd (11):
  > conf/machine: add configuration for Orin Nano SKU 0003
  > meta: switch from virtual/XXX-gcc to  virtual/cross-XXX
  > tegra-helper-scripts: disable initrd-flash USB instance check
  > sbsigntool: update from 0.9.4 to 0.9.5
  > espimage: make image size configurable
  > optee-os: fix buildpaths warning
  > tegra-helper-scripts: let initrd-flash use USB instance for storage check
  > tegra-helper-scripts: fix initrd-flash handling of pre-signed binaries
  > tegra-helper-scripts: restore main files after RCM boot signing
  > tegra-helper-scripts: correct typo in tegra-flash-helper
  > optee-os: make build work in devtool

* sources/meta-ti df20c5b6...8454da05 (4):
  > conf: machine: beaglebone-ai64: Update SPL_BINARY
  > conf: machine: beagleplay*: Update defaults to mainline
  > linux-ti-mainline: Update KERNEL_REPRODUCIBILITY_PATCHES for v6.12
  > linux-ti-mainline: Update to version: v6.12

* sources/meta-variscite-bsp 96a2781...55ec22e (51):
  > firmware-nxp-wifi: Keep old file name of nxp8997 and nxp9098
  < Merge pull request #39 from YoeDistro/kraj/mickledore-var02
  > libubootenv: Drop patch to increase line length to 4096
  > layer.conf: Update to walnascar (5.2) layer/release series
  > imx-boot: Replace BOOT_NAME with imx-boot
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #38 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #37 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #36 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #35 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #34 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #33 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 7f89370...a939508 (8):
  > layer.conf: Add styhead as compatible layer
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  > conf: Correct BBFILE_PRIORITY for variscite-bsp-common
  < Merge pull request #3 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 2abb0028ba...01cc3d1eb1 (114):
  > binutils: Upgrade to 2.44 release
  > cargo-c: Fix build on risv32
  > mpfr: Fix build with glibc 2.41
  > snort3,libdaq: Always use libstdc++
  > clang: Upgrade to 19.1.7
  > toolchain-scripts.bbclass: Add env variables in SDK to use clang/clang++
  > docs: Add clang to SDK_TOOLCHAIN_LANGS
  > sdks: Add clang toolchain to SDKs
  > rpm: Use gcc to compile always
  > clang: PROVIDE llvm-native and llvm
  > maintainers.inc: Add myself as maintainer for clang family of recipes
  > distro/defaultsetup: Inherit clang, nonclangable, and nonscanable
  > multilib.conf: Add llvm-project-source recipe to NON_MULTILIB_RECIPES
  > spirv-llvm-translator: Add recipe
  > llvm: Delete
  > clang/recipes: Add missing SUMMARY field
  > clang: Migrate clang and related recipes from meta-clang
  > cmake-native.bbclass: Abstraction to use cmake with native toolchains
  > clang-native.bbclass: Abstraction to enable clang as native compiler
  > scan-build.bbclass: Add class to enable clang static analyser
  > nonscanable.inc: Includes recipes which can not be used with clang-scan
  > nonclangable.inc: Add recipe which can not be built with clang
  > clang.inc: Global settings for clang toolchain
  > strace: Ignore running strace ptests image on musl
  > valgrind: Drop patch regressing fdleak_cmsg test
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > build-appliance-image: Update to master head revision
  > rust-common: add LDFLAGS to 'build-rust-cc' wrapper
  > cmake: upgrade 3.31.3 -> 3.31.4
  > systemd: Remove /var/log/README using a patch
  > linux-firmware: split amdgpu firmwares in separate packages
  > linux-firmware: split ath11k firmwares in separate packages
  > linux-firmware: split ath10k firmwares in separate packages
  > create-spdx: support line numbers
  > ofono: patch CVE-2024-7540, CVE-2024-7541, CVE-2024-7542
  > files: overlayfs-create-dirs: Improve mount unit dependency
  > man-db: fix broken requirement for flex
  > python3-numpy: upgrade 2.2.1 -> 2.2.2
  > gcc-sanitizers.inc: Workaround for aarch64
  > selftest/virgl: add a link to RHEL merge request to address the missing vgem module
  > tcl8: add a patch to address Y2038 issues (tcl 9.x doesn't need it)
  > tcl: disable 'zipfs' feature
  > bitbake: tests/fetch: Fix git shallow test failure with git >= 2.48
  > u-boot: kernel-fitimage: Fix dependency loop if UBOOT_SIGN_ENABLE and UBOOT_ENV enabled
  > gcc: make include poisoning fatal again in gcc/g++
  > oeqa/poisoning: fix gcc include poisoning test
  > python3-cffi: Add missing pkgconfig dependency
  > base: Switch virtual/cross-XXX to be under recipe specific providers
  > classes/recipes: Switch virtual/XXX-gcc to virtual/cross-cc (and c++/binutils)
  > bitbake: parse/ast: Add support for BB_RECIPE_VIRTUAL_PROVIDERS
  > kernel-yocto: make kernel commits reproducible
  > fmt: fix build with GCC 9.4
  > linux-firmware: upgrade 20241210 -> 20250109
  > image.bbclass: enable systemd user services
  > systemd.bbclass: support user units in postinst and prerm hooks
  > systemd.bbclass: update postinst and prerm hooks
  > systemd.bbclass: properly handle user units in systemd_create_presets
  > systemd.bbclass: introduce systemd_service_searchpaths()
  > systemd.bbclass: factor out service lookup logic into separate function
  > systemd.bbclass: add ${sysconfdir}/systemd/user to search path
  > systemd-systemctl: add support for --global flag
  > eudev: backport patch to fix udevd hanging while trying to access /dev/urandom
  > test-manual/reproducible-builds: fix reproducible links
  > Update autobuilder URLs to valkyrie
  > migration-guides: add release notes for 5.0.6
  > release-notes-5.2: cover devtool modify --debug-build
  > sdk-manual: extensible.rst: remove confusing post-install-logging
  > sdk-manual: extensible.rst: update devtool ide-sdk
  > migration-guides: systemd.bbclass do not add Also services for 5.2
  > uboot-extlinux-config.bbclass: invalidate do_create_extlinux_config on changes to UBOOT_EXTLINUX_FDTOVERLAYS:x
  > rsync: upgrade 3.3.0 -> 3.4.1
  > grub-efi-cfg: Add GRUB_TITLE for custom GRUB titles
  > dbus: update 1.14.10 -> 1.16.0
  > piglit: Upgrade to latest revision
  > autoconf: rename autotools_aclocals and only run in do_configure
  > libtool: remove obsolete ACLOCALEXTRAPATH
  > autotools: clean up aclocal/ search path assignments
  > libsecret: update patch Upstream-Status
  > devtool: ide-sdk remove the plugin from eSDK installer
  > devtool: build-sdk remove unused imports
  > libxkbcommon: replace locale dependecy from RDEPENDS to RRECOMMENDS
  > lttng-tools: disable patching our libtool.m4
  > classes/logging: Added the bbverbnote command to the logging set
  > lib: spdx: Upgrade to final 3.0.1 release
  > rust: increase test timeout again
  > ofono: fix CVE-2024-7539
  > openssl: remove obsolete CVE version suffix
  > gcc: poison-system-directories patch updated for missing paths
  > devtool: remove unused 'config' param from '_create_workspace' method
  > devtool: misc cleanups
  > devtool: un-globalize 'plugins' variable
  > devtool: un-globalize 'config' variable
  > devtool: un-globalize 'context' variable and convert it to a dataclass
  > devtool: un-globalize 'workspace' variable
  > devtool: un-globalize the 'basepath' variable
  > procps: update 4.0.4 -> 4.0.5
  > systemd: PACKAGECONFIG mountfsd and nsresourced
  > pulseaudio: fix webrtc audio depdency
  > sysvinit: update 3.11 -> 3.13
  > udev-extraconf: Allow FAT mount group to be specified
  > selftest/reproducible: Print error context on failure
  > selftest/reproducible: Print full log path on failure
  > classes/ptest-python-pytest: simplify python ptest file overriding
  > oeqa/selftest/sstatetests: Cover aarch64 SDKMACHINE in tests
  > rust: Upgrade 1.80.1->1.81.0
  > rust: Fix for duplicate libstd.so
  > rust-target-config: Update the data layout for x86 , ppc , riscv64 , aarch64 and loongaarch64 targets.
  > bitbake: data_smart: fix ??= operator for variable flags
  > bitbake: tests/parse: add test for ?= and ??= operators for variable flags
  > bitbake: bb/fetch2/__init__.py: remove a DeprecationWarning in uri_replace()

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