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

envsetup.sh - lines 37+38 called with each execution #70

Closed
novalisek opened this issue Dec 1, 2018 · 15 comments
Closed

envsetup.sh - lines 37+38 called with each execution #70

novalisek opened this issue Dec 1, 2018 · 15 comments

Comments

@novalisek
Copy link

Hello,
everytime I call raspberrypi3-envsetup.sh (on Linuxmint 19, ie. when I want to continue bitbaking after reboot), then lines 37+38
sudo aptitude install expect pv -y
expect -c 'spawn sudo dpkg-reconfigure -freadline dash; send "n\n"; interact;'
from envsetup.sh are always called

$readlink /bin/sh is returning "dash", aptitude is also installed, then it's called ... should there be "!=" instead of "=" ? or some other conditions?
Or should I call some other script to be able to continue bitbaking?

Thanks.

@kraj
Copy link
Contributor

kraj commented Dec 2, 2018

This does not happen here. The idea is to gently ask the user to use bash as default shell. Since Yoe has not been tested with other shells. I think if the setup detects dash as default shell then it will always come up

@novalisek
Copy link
Author

I thought that texts like "Reconfigure dash on debian-like systems" and "dash as default shell is not supported" mean that you want to setup dash as default shell :)

May be there should be line like:
echo "Select NO when asked if dash should be default shell" and do not send "n\n", because it is sent as password into sudo ...

and
dpkg -l expect 2>/dev/null 1>/dev/null || sudo aptitude install expect
dpkg -l pv 2>/dev/null 1>/dev/null || sudo aptitude install pv

so that aptitude is not called if packages are already installed

@kraj
Copy link
Contributor

kraj commented Dec 3, 2018

this sounds a good idea. Would you mind cooking up a patch ?

@novalisek
Copy link
Author

ok, but I am still not getting point of lines 27 and 39 - if current shell is "dash", why should it say that dash is not supported and exit?

@kraj
Copy link
Contributor

kraj commented Dec 3, 2018

you could still be in dash as interactive shell, even though your /bin/sh is pointing to bash

@novalisek
Copy link
Author

novalisek commented Dec 3, 2018

ah, yes ... but will lines 49+50 be ever called if script exits at line 38 with same condition?

And should the message be "bash shell is not supported" instead of "dash shell is not supported" ?

@kraj
Copy link
Contributor

kraj commented Dec 3, 2018

ah, yes ... but will lines 49+50 be ever called if script exits at line 38 with same condition?

technically yes they will not be called. We can remove them.

And should the message be "bash shell is not supported" instead of "dash shell is not supported" ?

bash is supported, dash is not. So message is correct.

@novalisek
Copy link
Author

novalisek commented Dec 3, 2018

you could still be in dash as interactive shell, even though your /bin/sh is pointing to bash

bash is supported, dash is not. So message is correct.

So if I am in dash interactive shell, the it must be supported, or am I still missing something? :)
If you want to disable dash (and use bash), then you shouldn't return from the script if you are not in dash, or do you?

Or should we better disable condition at line 36, because if I am in dash, then I will never get to "dpkg-reconfigure" to change /bin/sh link? then exit after "dpkg-reconfigure" and then user should try to start the script again?

@kraj
Copy link
Contributor

kraj commented Dec 3, 2018

as of now, we have not tested dash as either interactive or non-interactive shell. It returns from script if it detects dash as your interactive shell, or bin/sh is pointing to dash. Two different case. I think we can do better here, where we can provide help so user can take actions on own instead of script trying to run installer and making changes to defaults etc.

dash needs testing as /bin/sh. The envsetup script itself needs bash.

@kraj
Copy link
Contributor

kraj commented Dec 3, 2018

@cbrake is thinking about redesigning it a bit.

@novalisek
Copy link
Author

I understand that it exits if it detects dash, but why does it write, that dash is not supported, if you are in dash right now ... (I was thinking it should write that "bash" is not supported)

Could this work?
envsetup.patch.txt

@cbrake
Copy link
Contributor

cbrake commented Dec 3, 2018

we require bash shell, and that /bin/sh link to bash.

This may be confusing, but the following:

sudo expect -c 'spawn dpkg-reconfigure -freadline dash; send "n\n"; interact;'

configures /bin/sh to point to bash, not dash. The logic for this just happens to be in the dash package.

Thus, the error message "dash as default shell is not supported"

What do you think of simplifying all this to:
#74

@novalisek
Copy link
Author

looking good and easy to understand to me 👍

@cbrake
Copy link
Contributor

cbrake commented Dec 3, 2018

made one more tweak to this: #75

@novalisek let me know if this breaks anything on your end.

@novalisek
Copy link
Author

@cbrake seems to be working fine, does nothing under bash, exits under dash

kraj added a commit that referenced this issue Apr 3, 2019
…wser sources/meta-freescale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-qcom sources/meta-ti sources/meta-yoe

* sources/bitbake 4c6013f4...30fe86d2 (1):
  > gitsm: Add need_update method to determine when we are going to a new SRCREV

* sources/meta-96boards 0fd5084...e176678 (1):
  > Merge pull request #303 from YoeDistro/yoe/mut

* sources/meta-browser 32cc14e...a4abf26 (4):
  > layer.conf: Add warrior to compatible release series
  < layer.conf: Add warrior to compatible release series
  > firefox: Remove "installdir"
  > firefox: Support multilib environment

* sources/meta-freescale 118ef0be...13a43f33 (9):
  > conf/layer.conf: Drop sumo and thud support
  > Merge pull request #69 from IniterWorker/master
  > Merge pull request #70 from YoeDistro/yoe/mut
  > mesa: Use kmsro,vc4 only for armv7a and armv7ve
  > mesa: Replace imx with kmsro and vc4 in GALLIUMDRIVERS
  > imx-base: make gstreamer1.0 packages socarch specific
  > imx-codec: Fix ownership of installed files
  > imx-codec: Allow packaging of .so of src codec
  > imx-codec: Fix wrong packaging of 'src' codec

* sources/meta-freescale-3rdparty 42c75f9...2e80c70 (2):
  > conf/layer.conf: Drop sumo and thud support
  > Merge pull request #17 from YoeDistro/yoe/mut

* sources/meta-intel c7c0e12c...b84187f4 (1):
  > layer.conf: Add warrior to compatible release series

* sources/meta-odroid 63e3f3a...c96d4dd (7):
  > layer.conf: Add warrior to compatible release series
  > layer.conf: Add warrior to compatible release series
  < layer.conf: Add warrior to compatible release series
  < layer.conf: Add warrior to compatible release series
  > linux-stable/5.0: update to 5.0.5
  > linux-stable: add apparmor features
  > linux-stable/4.19: update to 4.19.32

* sources/meta-qcom e921c1b...9aa3565 (1):
  > Merge pull request #98 from YoeDistro/yoe/mut

* sources/meta-ti 37ceeb04...de9a6ac6 (6):
  > rwmem: Fix build with clang/libc++
  > rwmem: Update to latest
  > layer.conf: Add warrior to compatible release series
  < layer.conf: Add warrior to compatible release series
  < rwmem: Fix build with clang/libc++
  < rwmem: Update to latest

* sources/meta-yoe c328667...e059302 (1):
  > Merge pull request #28 from YoeDistro/yoe/mut

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Apr 5, 2019
…el sources/meta-browser sources/meta-freescale sources/meta-freescale-3rdparty sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt5 sources/meta-riscv sources/meta-ti sources/meta-variscite-fslc sources/meta-yoe sources/openembedded-core

* sources/bitbake 4c6013f4...30fe86d2 (1):
  > gitsm: Add need_update method to determine when we are going to a new SRCREV

* sources/meta-96boards 8d5680b...e176678 (1):
  > Merge pull request #303 from YoeDistro/yoe/mut

* sources/meta-atmel f26d3ac...7934878 (1):
  > Merge pull request #126 from YoeDistro/yoe/mut

* sources/meta-browser 9ce1084...85c83ba (2):
  > chromium: Update to 73.0.3683.86.
  > layer.conf: Add warrior to compatible release series

* sources/meta-freescale 08173f47...6ec4c4b2 (6):
  > linux-fslc: Bump revision to ff5bc7e34910
  > u-boot-fslc-common: Bump revision to 015ff874b4
  > conf/layer.conf: Drop sumo and thud support
  > Merge pull request #69 from IniterWorker/master
  > Merge pull request #70 from YoeDistro/yoe/mut
  > mesa: Use kmsro,vc4 only for armv7a and armv7ve

* sources/meta-freescale-3rdparty b4d2c84...2e80c70 (2):
  > conf/layer.conf: Drop sumo and thud support
  > Merge pull request #17 from YoeDistro/yoe/mut

* sources/meta-intel c7c0e12c...f5ebaf87 (3):
  > Revert "systemd-boot: remove joule specific workaround"
  > metrics-discovery: Updates mesa util files
  > layer.conf: Add warrior to compatible release series

* sources/meta-odroid fe5e328...c96d4dd (5):
  > layer.conf: Add warrior to compatible release series
  > layer.conf: Add warrior to compatible release series
  > linux-stable/5.0: update to 5.0.5
  > linux-stable: add apparmor features
  > linux-stable/4.19: update to 4.19.32

* sources/meta-openembedded 24dd9328f7...0435c9e193 (34):
  > layer.conf: Add warrior to compatible release series
  > libssh2: move to version 1.8.2
  > Add triggerhappy hotkey daemon recipe
  > apache2: set CVE_PRODUCT
  > meta-python: Initial commit of Python3 OBDII module
  > dbus-broker: 18 -> 19
  > python-cachetools: add recipe
  > python-tqdm: add recipe
  > gnome-system-monitor: upgrade 3.26.0 -> 3.32.0
  > s-suite: push SRCREV to version 3.1
  > cpprest: fix build failures on 32bit systems, by reverting two upstream commits
  > cpprest: bump version to 2.10.12
  > cppunit: fix patch fuzz warning
  > xfce4-whiskermenu-plugin: upgrade 2.3.1 -> 2.3.2
  > gnome-desktop3: upgrade 3.28.1 -> 3.32.0
  > libgnomekbd: upgrade 3.26.0 -> 3.26.1
  > gtksourceview3: upgrade 3.24.8 -> 3.24.10
  > libgsf: upgrade 1.14.29 -> 1.14.45
  > itstool: initial add 2.0.5
  > gspell: initial add 1.8.1
  > enchant2: initial add 2.2.3
  > hunspell: upgrade 1.6.2 -> 1.7.0
  > dconf-editor: upgrade 3.28.0 -> 3.32.0
  > dconf: upgrade 0.30.1 -> 0.32.0
  > gparted: upgrade 0.31.0 -> 0.33.0
  > xfce4-weather-plugin: upgrade 0.9.0 -> 0.9.1
  > krb5: set CVE_VERSION
  > dbus-broker: 16 -> 18
  > function2: Add package
  > nodejs: Update GCC 4.8 compat patch
  > libforms: has a depends on mesa so add DISTRO_CHECK
  > ftgl: package requires openql add DISTRO_CHECK
  > libgpiod: bump version to v1.3
  > nano: update to 4.0

* sources/meta-qcom a9f51f0...9aa3565 (1):
  > Merge pull request #98 from YoeDistro/yoe/mut

* sources/meta-qt5 0b0a608...a4bf240 (4):
  > qtbase-native: add native libdir to search path
  > qt5: patch build paths from installed files
  > Upgrade to 5.12.2
  > layer.conf: Add warrior to compatible release series

* sources/meta-riscv 3e5c7c0...c3c8661 (2):
  > Added a missing word to docs
  > gdb: Update to the latest version

* sources/meta-ti 4cdd7ed9...3e5525f7 (5):
  > am335x-evm: bump max_leb_cnt
  > board-rtos: SRCREV bump to 01.00.10.04C
  > u-boot-ti-staging: update to ti2019.00-rc5 tag
  > linux-ti-staging: update to ti2019.00-rc5 tag
  > layer.conf: Add warrior to compatible release series

* sources/meta-variscite-fslc 570c844...01a67ec (1):
  > u-boot: Update to Variscite imx_v2018.03_4.14.78_1.0.0_ga_var01 release

* sources/meta-yoe 8b60338...e059302 (1):
  > Merge pull request #28 from YoeDistro/yoe/mut

* sources/openembedded-core ceb6a4373d...84c6a992e1 (40):
  > resulttool/manualexecution: Refactor and simplify codebase
  > resulttool/manualexecution: Fixed step sorted by integer
  > resulttool/manualexecution: Enable display full steps without press enter
  > resulttool/manualexecution: Standardize input check
  > libsecret: remove intltool DEPENDS
  > utils.py: added sh_quote() function
  > core-image-sato-sdk-ptest: Fix free space issues causing test failures
  > resulttool: Allow extraction of ptest data
  > resulttool: Allow store to work on single files
  > cmake: 3.14.0 -> 3.14.1
  > toolchain-shar-extract/init-install-efi-testfs: Unify question spaces
  > asciidoc: specify XML catalogue to use
  > wic/engine: Add missing newline
  > arch-arm64.inc: Lower the priority of aarch64 in MACHINEOVERRIDES
  > perl: Don't use TARGET_ARCH in filepaths
  > arch-armv8a.inc: Correct PACKAGE_EXTRA_ARCHS_tune-armv8a-*
  > llvm: fix link error for powerpc
  > resulttool: Enable report for single result file
  > cml1.bbclass: Use POSIX sh instead of var-SHELL
  > terminal.bbclass: Generate do_terminal as bitbake would
  > webkitgtk: 2.22.6 -> 2.22.7
  > avahi: fix CVE-2017-6519
  > base.bbclass, staging.bbclass: Move prepare_recipe_sysroot task dependency
  > tzdata: Install everything by default
  > layer.conf: Update to warrior release name series
  > busybox: fix CONFIG_RFKILL enable logic
  > python: improve ptest
  > kernel-devsrc: fix /usr/src/kernel symlink to also work for SDK
  > libsolv: use GNUInstallDirs
  > adwaita-icon-theme: depend on librsvg
  > Revert "gtk+3: add librsvg to DEPENDS"
  > packagegroup-core-base-utils: remove lzip
  > llvm: fix more places where '8.0' version of llvm was hardcoded
  > binutils: set CVE_VERSION
  > nasm: add CVE_PRODUCT
  > xserver-xorg: set CVE_PRODUCT
  > sqlite3: fix CVE-2019-9936 and CVE-2019-9937
  > machine: clean up config files
  > llvm: support older toolchains
  > llvm: update from 8.0.0rc2 to 8.0.0 final release

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue May 4, 2020
…penembedded sources/meta-yoe

* sources/meta-altera e6ec40f...13c57dd (1):
  > linux-altera-lts: 5.4.23: update to latest SRCREV

* sources/meta-odroid 2e6cb27...9604da3 (1):
  > odroid-c4: new board place holder

* sources/meta-openembedded 7aafab8db...69bba76b6 (4):
  > XXX: Add DRONE CI support
  > remmina: Depend on avahi instead of Avahi-ui
  > cockpit: Add recipe version 218
  < XXX: Add DRONE CI support

* sources/meta-yoe 8e911fb...8e309f4 (1):
  > Merge pull request #70 from YoeDistro/yoe/mut

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue May 4, 2020
* sources/meta-altera e6ec40f...13c57dd (1):
  > linux-altera-lts: 5.4.23: update to latest SRCREV

* sources/meta-odroid 2e6cb27...9604da3 (1):
  > odroid-c4: new board place holder

* sources/meta-yoe 4e26584...8e309f4 (1):
  > Merge pull request #70 from YoeDistro/yoe/mut

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

* sources/meta-altera e6ec40f...13c57dd (1):
  > linux-altera-lts: 5.4.23: update to latest SRCREV

* sources/meta-freescale cf58e441...642c234e (8):
  > weston: Restore partial clients for i.MX 6 and 7
  > linux-qoriq: add perf patch to resolve linux-qoriq build
  > linux-imx-5.4.3: update perf patch with upstream status
  > qtbase: Fix patch fuzz for mkspecs/linux-oe-g++/qmake.conf
  > optee-os: Replace /lib by ${nonarch_base_libdir} in do_install
  > qtbase: Allow easy override of the mainline BSP GL backend
  > Revert "qtbase: Do not pin gles2 when using open source graphic stack"
  > imx-boot: fix mkimage_uboot linking issue

* sources/meta-ti 79e77ea1...2875d409 (4):
  > ti-sci-fw: update imggen SRCREV to the latest
  > am65xx-evm.conf: add SR1 DTB, list DTBs one-per-line for easy patching
  > linux-ti-staging: update to the latest
  > conf, recipes-bsp: support building for K3 R5F cores via multiconfig

* sources/meta-yoe 4e26584...8e309f4 (1):
  > Merge pull request #70 from YoeDistro/yoe/mut

* sources/openembedded-core 05313bd1f7...1c560d4e4b (1):
  > Merge remote-tracking branch 'origin/dunfell' into yoe/dunfell

Signed-off-by: Khem Raj <[email protected]>
kraj pushed a commit that referenced this issue Sep 5, 2020
yoe-simple-image.bb: Add wget to image
kraj added a commit that referenced this issue Nov 26, 2024
…penembedded sources/meta-qt6 sources/poky

* sources/meta-arm 9d9c2fb9...853fde2b (1):
  > CI: add poky-altcfg in xen.yml for systemd image requirement

* sources/meta-freescale 83bf0b64...77b940dd (2):
  > Merge pull request #2037 from linkjumper/6.6-2.1.x-imx_fix_fuse_write
  > Merge pull request #2035 from Livius90/master

* sources/meta-openembedded ff07b2e0e8...c225779474 (28):
  > python3-imageio: Upgrade 2.35.1 -> 2.36.0
  > python3-bitarray: Upgrade 2.9.3 -> 3.0.0
  > python3-scikit-build-core: Add recipe
  > xfce4-settings: ignore some warnings.
  > libxfce4ui: Upgrade 4.19.3 -> 4.19.6
  > webkitgtk3: Add DESCRIPTION about API version
  > xfwm4: Upgrade 4.18.0 -> 4.19.0
  > xfconf: Upgrade 4.18.1 -> 4.18.2
  > xfce4-appfinder: Upgrade 4.19.2 -> 4.19.3
  > libxfce4util: Upgrade 4.19.2 -> 4.19.3
  > garcon: Upgrade 4.19.0 -> 4.19.1
  > exo: Upgrade 4.19.0 -> 4.19.1
  > python3-fsspec: Upgrade 2024.9.0 -> 2024.10.0
  > python3-tornado: Upgrade 6.4.1 -> 6.4.2
  > python3-cloudpickle: Upgrade 3.0.0 -> 3.1.0
  > python3-zeroconf: Upgrade 0.136.0 -> 0.136.2
  > python3-typeguard: Upgrade 4.3.0 -> 4.4.1
  > taisei: Use libucontext with musl
  > mozjs: update 115.16.1 -> 115.17.0
  > nodejs: backport a patch to fix build with icu-76
  > python3-zopeinterface: Fix build with setuptools > 74
  > evolution-data-server: Fix build with ICU-76+
  > webkitgtk3: Fix build with ICU-76+
  > opencv: Specify right path for <numpy/ndarrayobject.h>
  > mozjs: Fix build with icu 76+
  > mpd: Fix build with icu 76+
  > meta: Add SECURITY.md file to all layers
  > dovecot: Upgrade to 2.3.21.1

* sources/meta-qt6 f571283...d7a832b (1):
  > Merge pull request #70 from YoeDistro/kraj/6.8

* sources/poky 86cd39e304b...8d8c58372fd (28):
  > resulttool/store: Fix permissions of logarchive
  > systemd-boot: drop intltool-native from DEPENDS
  > systemd: drop intltool-native from DEPENDS
  > builder: set CVE_PRODUCT
  > bootchart2: Several fixes
  > gnutls: Upgrade to 3.8.8
  > lib/oe/sbom30: Prefix aliases with "http://spdx.org/spdxdocs/"
  > gstreamer1.0: run ptests in parallel
  > linux-yocto/6.10: bsp/genericarm64: disable ARM64_SME
  > linux-yocto/6.6: bsp/genericarm64: disable ARM64_SME
  > scripts/install-buildtools: Update to 5.1
  > systemd: handle llvm-objcopy behaviour when reading .note.dlopen section
  > rust-target-config: Fix TARGET_C_INT_WIDTH with correct size
  > spdx: Fix SPDX tasks not running when code changes
  > gcc: add a backport patch to fix an issue with tzdata 2024b
  > lib: sbom30: Fix build parameters
  > uboot-sign: fix U-Boot binary with public key
  > python3-ctypes: depend on ldconfig only if distro-feature set
  > xserver-xorg: rewrite ABI dependency generation
  > xorg-driver: remove redundant DEPENDS on xorgproto
  > resulttool: Improve repo layout for oeselftest results
  > resulttool: Trim the precision of duration information
  > resulttool: Clean up repoducible build logs
  > resulttool: Handle ltp rawlogs as well as ptest
  > resulttool: Add --logfile-archive option to store mode
  > resulttool: Fix passthrough of --all files in store mode
  > oeqa/utils/gitarchive: Return tag name and improve exclude handling
  > resulttool: Use single space indentation in json output

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Nov 27, 2024
…eta-qt6 sources/meta-swupdate sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-clang 458566f...1bcaa76 (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-openembedded c22577947...84cb5667b (8):
  > DO NOT MERGE: Add Github actions CI workflow
  > python3-gmqtt: Upgrade 0.6.16 -> 0.7.0
  > python3-frozenlist: Upgrade 1.4.1 -> 1.5.0
  > python3-simpleeval: Upgrade 1.0.0 -> 1.0.3
  > python3-cmd2: Upgrade 2.4.3 -> 2.5.7
  > python3-pydantic: Upgrade 2.9.2 -> 2.10.2
  > xorgxrdp: use the new xserver-abi.inc to generate Xserver ABI dependencies
  > mdns: Upgrade 2559.1.1 -> 2559.40.32

* sources/meta-qt6 d7a832b...374ff70 (20):
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > sdk: always include build tools
  > Update submodule refs on '6.8' in yocto/meta-qt6
  < Merge pull request #70 from YoeDistro/kraj/6.8
  > qtquick3d: update revision
  < 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 e7fdc1e...efd4c20 (10):
  < 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...abef3cf (50):
  < 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 8d8c58372f...d3ddff50e5 (83):
  > weston-init: Make weston user member of seat group
  > seatd: Create seat user and package systemd service
  > qemu: Fix build on riscv64
  > clang: Upgrade to 19.1.4
  > 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
  > linux-yocto: Enable blacklist keyring
  > 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
  > xprop: upgrade 1.2.7 -> 1.2.8
  > systemd: upgrade 256.7 -> 256.8
  > re2c: upgrade 3.1 -> 4.0
  > python3-wheel: upgrade 0.45.0 -> 0.45.1
  > python3-websockets: upgrade 14.0 -> 14.1
  > python3-hypothesis: upgrade 6.118.6 -> 6.119.4
  > python3-bcrypt: upgrade 4.2.0 -> 4.2.1
  > ofono: upgrade 2.12 -> 2.13
  > mtools: upgrade 4.0.45 -> 4.0.46
  > lsof: upgrade 4.99.3 -> 4.99.4
  > llvm: upgrade 19.1.3 -> 19.1.4
  > libsoup: upgrade 3.6.0 -> 3.6.1
  > libadwaita: upgrade 1.6.1 -> 1.6.2
  > gtk4: upgrade 4.16.5 -> 4.16.7
  > dnf: upgrade 4.21.1 -> 4.22.0
  > weston: upgrade 13.0.3 -> 14.0.1
  > libdisplay-info: add recipe
  > hwdata: add recipe from meta-openembedded
  > libnsl2: embed version in filename
  > libnsl2: set CVE_PRODUCT
  > liburi-perl: move to meta-perl
  > libxml-parser-perl: correct SRC_URI
  > enchant2: correct SRC_URI and other uris
  > wget: upgrade 1.24.5 -> 1.25.0
  > vulkan: upgrade 1.3.290.0 -> 1.3.296.0
  > util-macros: upgrade 1.20.1 -> 1.20.2
  > sudo: upgrade 1.9.15p5 -> 1.9.16p1
  > qemu: upgrade 9.1.0 -> 9.1.1
  > python3-zipp: upgrade 3.20.2 -> 3.21.0
  > python3-xmltodict: upgrade 0.13.0 -> 0.14.2
  > python3-sphinx-rtd-theme: upgrade 3.0.0 -> 3.0.2
  > python3-psutil: upgrade 6.0.0 -> 6.1.0
  > python3-poetry-core: upgrade 1.9.0 -> 1.9.1
  > python3-jsonschema-specifications: upgrade 2023.12.1 -> 2024.10.1
  > python3-dtschema: upgrade 2024.9 -> 2024.11
  > python3-cryptography(-vectors): upgrade 43.0.1 -> 43.0.3, ensure lockstep upgrades
  > puzzles: upgrade to latest revision
  > piglit: upgrade to latest revision
  > npth: upgrade 1.7 -> 1.8
  > liburi-perl: upgrade 5.28 -> 5.31
  > libtry-tiny-perl: upgrade 0.31 -> 0.32
  > libsolv: upgrade 0.7.30 -> 0.7.31
  > libgpg-error: upgrade 1.50 -> 1.51
  > libdnf: upgrade 0.73.3 -> 0.73.4
  > gstreamer1.0: upgrade 1.24.6 -> 1.24.9
  > gawk: upgrade 5.3.0 -> 5.3.1
  > ffmpeg: upgrade 7.0.2 -> 7.1
  > diffstat: upgrade 1.66 -> 1.67
  > createrepo-c: upgrade 1.1.4 -> 1.2.0
  > cmake: upgrade 3.30.5 -> 3.31.0
  > chrpath: upgrade 0.16 -> 0.18
  > base-passwd: upgrade 3.6.4 -> 3.6.5
  > alsa: upgrade 1.2.12 -> 1.2.13

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Nov 27, 2024
…eta-qt6 sources/meta-swupdate sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-clang 458566f...1bcaa76 (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-openembedded c22577947...05267f25c (9):
  > DO NOT MERGE: Add Github actions CI workflow
  > nbdkit: Bump to the newest stable repo
  > python3-gmqtt: Upgrade 0.6.16 -> 0.7.0
  > python3-frozenlist: Upgrade 1.4.1 -> 1.5.0
  > python3-simpleeval: Upgrade 1.0.0 -> 1.0.3
  > python3-cmd2: Upgrade 2.4.3 -> 2.5.7
  > python3-pydantic: Upgrade 2.9.2 -> 2.10.2
  > xorgxrdp: use the new xserver-abi.inc to generate Xserver ABI dependencies
  > mdns: Upgrade 2559.1.1 -> 2559.40.32

* sources/meta-qt6 d7a832b...374ff70 (20):
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > sdk: always include build tools
  > Update submodule refs on '6.8' in yocto/meta-qt6
  < Merge pull request #70 from YoeDistro/kraj/6.8
  > qtquick3d: update revision
  < 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 e7fdc1e...efd4c20 (10):
  < 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...abef3cf (50):
  < 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 8d8c58372f...d3ddff50e5 (83):
  > weston-init: Make weston user member of seat group
  > seatd: Create seat user and package systemd service
  > qemu: Fix build on riscv64
  > clang: Upgrade to 19.1.4
  > 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
  > linux-yocto: Enable blacklist keyring
  > 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
  > xprop: upgrade 1.2.7 -> 1.2.8
  > systemd: upgrade 256.7 -> 256.8
  > re2c: upgrade 3.1 -> 4.0
  > python3-wheel: upgrade 0.45.0 -> 0.45.1
  > python3-websockets: upgrade 14.0 -> 14.1
  > python3-hypothesis: upgrade 6.118.6 -> 6.119.4
  > python3-bcrypt: upgrade 4.2.0 -> 4.2.1
  > ofono: upgrade 2.12 -> 2.13
  > mtools: upgrade 4.0.45 -> 4.0.46
  > lsof: upgrade 4.99.3 -> 4.99.4
  > llvm: upgrade 19.1.3 -> 19.1.4
  > libsoup: upgrade 3.6.0 -> 3.6.1
  > libadwaita: upgrade 1.6.1 -> 1.6.2
  > gtk4: upgrade 4.16.5 -> 4.16.7
  > dnf: upgrade 4.21.1 -> 4.22.0
  > weston: upgrade 13.0.3 -> 14.0.1
  > libdisplay-info: add recipe
  > hwdata: add recipe from meta-openembedded
  > libnsl2: embed version in filename
  > libnsl2: set CVE_PRODUCT
  > liburi-perl: move to meta-perl
  > libxml-parser-perl: correct SRC_URI
  > enchant2: correct SRC_URI and other uris
  > wget: upgrade 1.24.5 -> 1.25.0
  > vulkan: upgrade 1.3.290.0 -> 1.3.296.0
  > util-macros: upgrade 1.20.1 -> 1.20.2
  > sudo: upgrade 1.9.15p5 -> 1.9.16p1
  > qemu: upgrade 9.1.0 -> 9.1.1
  > python3-zipp: upgrade 3.20.2 -> 3.21.0
  > python3-xmltodict: upgrade 0.13.0 -> 0.14.2
  > python3-sphinx-rtd-theme: upgrade 3.0.0 -> 3.0.2
  > python3-psutil: upgrade 6.0.0 -> 6.1.0
  > python3-poetry-core: upgrade 1.9.0 -> 1.9.1
  > python3-jsonschema-specifications: upgrade 2023.12.1 -> 2024.10.1
  > python3-dtschema: upgrade 2024.9 -> 2024.11
  > python3-cryptography(-vectors): upgrade 43.0.1 -> 43.0.3, ensure lockstep upgrades
  > puzzles: upgrade to latest revision
  > piglit: upgrade to latest revision
  > npth: upgrade 1.7 -> 1.8
  > liburi-perl: upgrade 5.28 -> 5.31
  > libtry-tiny-perl: upgrade 0.31 -> 0.32
  > libsolv: upgrade 0.7.30 -> 0.7.31
  > libgpg-error: upgrade 1.50 -> 1.51
  > libdnf: upgrade 0.73.3 -> 0.73.4
  > gstreamer1.0: upgrade 1.24.6 -> 1.24.9
  > gawk: upgrade 5.3.0 -> 5.3.1
  > ffmpeg: upgrade 7.0.2 -> 7.1
  > diffstat: upgrade 1.66 -> 1.67
  > createrepo-c: upgrade 1.1.4 -> 1.2.0
  > cmake: upgrade 3.30.5 -> 3.31.0
  > chrpath: upgrade 0.16 -> 0.18
  > base-passwd: upgrade 3.6.4 -> 3.6.5
  > alsa: upgrade 1.2.12 -> 1.2.13

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Nov 27, 2024
…eta-qt6 sources/meta-swupdate sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-clang 458566f...1bcaa76 (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-openembedded c22577947...7433eac50 (10):
  > DO NOT MERGE: Add Github actions CI workflow
  > hwdata: drop recipe
  > nbdkit: Bump to the newest stable repo
  > python3-gmqtt: Upgrade 0.6.16 -> 0.7.0
  > python3-frozenlist: Upgrade 1.4.1 -> 1.5.0
  > python3-simpleeval: Upgrade 1.0.0 -> 1.0.3
  > python3-cmd2: Upgrade 2.4.3 -> 2.5.7
  > python3-pydantic: Upgrade 2.9.2 -> 2.10.2
  > xorgxrdp: use the new xserver-abi.inc to generate Xserver ABI dependencies
  > mdns: Upgrade 2559.1.1 -> 2559.40.32

* sources/meta-qt6 d7a832b...374ff70 (20):
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > sdk: always include build tools
  > Update submodule refs on '6.8' in yocto/meta-qt6
  < Merge pull request #70 from YoeDistro/kraj/6.8
  > qtquick3d: update revision
  < 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 e7fdc1e...efd4c20 (10):
  < 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...abef3cf (50):
  < 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 8d8c58372f...d3ddff50e5 (83):
  > weston-init: Make weston user member of seat group
  > seatd: Create seat user and package systemd service
  > qemu: Fix build on riscv64
  > clang: Upgrade to 19.1.4
  > 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
  > linux-yocto: Enable blacklist keyring
  > 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
  > xprop: upgrade 1.2.7 -> 1.2.8
  > systemd: upgrade 256.7 -> 256.8
  > re2c: upgrade 3.1 -> 4.0
  > python3-wheel: upgrade 0.45.0 -> 0.45.1
  > python3-websockets: upgrade 14.0 -> 14.1
  > python3-hypothesis: upgrade 6.118.6 -> 6.119.4
  > python3-bcrypt: upgrade 4.2.0 -> 4.2.1
  > ofono: upgrade 2.12 -> 2.13
  > mtools: upgrade 4.0.45 -> 4.0.46
  > lsof: upgrade 4.99.3 -> 4.99.4
  > llvm: upgrade 19.1.3 -> 19.1.4
  > libsoup: upgrade 3.6.0 -> 3.6.1
  > libadwaita: upgrade 1.6.1 -> 1.6.2
  > gtk4: upgrade 4.16.5 -> 4.16.7
  > dnf: upgrade 4.21.1 -> 4.22.0
  > weston: upgrade 13.0.3 -> 14.0.1
  > libdisplay-info: add recipe
  > hwdata: add recipe from meta-openembedded
  > libnsl2: embed version in filename
  > libnsl2: set CVE_PRODUCT
  > liburi-perl: move to meta-perl
  > libxml-parser-perl: correct SRC_URI
  > enchant2: correct SRC_URI and other uris
  > wget: upgrade 1.24.5 -> 1.25.0
  > vulkan: upgrade 1.3.290.0 -> 1.3.296.0
  > util-macros: upgrade 1.20.1 -> 1.20.2
  > sudo: upgrade 1.9.15p5 -> 1.9.16p1
  > qemu: upgrade 9.1.0 -> 9.1.1
  > python3-zipp: upgrade 3.20.2 -> 3.21.0
  > python3-xmltodict: upgrade 0.13.0 -> 0.14.2
  > python3-sphinx-rtd-theme: upgrade 3.0.0 -> 3.0.2
  > python3-psutil: upgrade 6.0.0 -> 6.1.0
  > python3-poetry-core: upgrade 1.9.0 -> 1.9.1
  > python3-jsonschema-specifications: upgrade 2023.12.1 -> 2024.10.1
  > python3-dtschema: upgrade 2024.9 -> 2024.11
  > python3-cryptography(-vectors): upgrade 43.0.1 -> 43.0.3, ensure lockstep upgrades
  > puzzles: upgrade to latest revision
  > piglit: upgrade to latest revision
  > npth: upgrade 1.7 -> 1.8
  > liburi-perl: upgrade 5.28 -> 5.31
  > libtry-tiny-perl: upgrade 0.31 -> 0.32
  > libsolv: upgrade 0.7.30 -> 0.7.31
  > libgpg-error: upgrade 1.50 -> 1.51
  > libdnf: upgrade 0.73.3 -> 0.73.4
  > gstreamer1.0: upgrade 1.24.6 -> 1.24.9
  > gawk: upgrade 5.3.0 -> 5.3.1
  > ffmpeg: upgrade 7.0.2 -> 7.1
  > diffstat: upgrade 1.66 -> 1.67
  > createrepo-c: upgrade 1.1.4 -> 1.2.0
  > cmake: upgrade 3.30.5 -> 3.31.0
  > chrpath: upgrade 0.16 -> 0.18
  > base-passwd: upgrade 3.6.4 -> 3.6.5
  > alsa: upgrade 1.2.12 -> 1.2.13

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Nov 27, 2024
…eta-qt6 sources/meta-swupdate sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-clang 458566f...1bcaa76 (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-openembedded c22577947...7433eac50 (10):
  > DO NOT MERGE: Add Github actions CI workflow
  > hwdata: drop recipe
  > nbdkit: Bump to the newest stable repo
  > python3-gmqtt: Upgrade 0.6.16 -> 0.7.0
  > python3-frozenlist: Upgrade 1.4.1 -> 1.5.0
  > python3-simpleeval: Upgrade 1.0.0 -> 1.0.3
  > python3-cmd2: Upgrade 2.4.3 -> 2.5.7
  > python3-pydantic: Upgrade 2.9.2 -> 2.10.2
  > xorgxrdp: use the new xserver-abi.inc to generate Xserver ABI dependencies
  > mdns: Upgrade 2559.1.1 -> 2559.40.32

* sources/meta-qt6 d7a832b...374ff70 (20):
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > sdk: always include build tools
  > Update submodule refs on '6.8' in yocto/meta-qt6
  < Merge pull request #70 from YoeDistro/kraj/6.8
  > qtquick3d: update revision
  < 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 e7fdc1e...efd4c20 (10):
  < 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...abef3cf (50):
  < 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 8d8c58372f...69adc25b94 (83):
  > weston-init: Make weston user member of seat group
  > seatd: Create seat user and package systemd service
  > qemu: Fix build on riscv64
  > clang: Upgrade to 19.1.4
  > 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
  > linux-yocto: Enable blacklist keyring
  > 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
  > xprop: upgrade 1.2.7 -> 1.2.8
  > systemd: upgrade 256.7 -> 256.8
  > re2c: upgrade 3.1 -> 4.0
  > python3-wheel: upgrade 0.45.0 -> 0.45.1
  > python3-websockets: upgrade 14.0 -> 14.1
  > python3-hypothesis: upgrade 6.118.6 -> 6.119.4
  > python3-bcrypt: upgrade 4.2.0 -> 4.2.1
  > ofono: upgrade 2.12 -> 2.13
  > mtools: upgrade 4.0.45 -> 4.0.46
  > lsof: upgrade 4.99.3 -> 4.99.4
  > llvm: upgrade 19.1.3 -> 19.1.4
  > libsoup: upgrade 3.6.0 -> 3.6.1
  > libadwaita: upgrade 1.6.1 -> 1.6.2
  > gtk4: upgrade 4.16.5 -> 4.16.7
  > dnf: upgrade 4.21.1 -> 4.22.0
  > weston: upgrade 13.0.3 -> 14.0.1
  > libdisplay-info: add recipe
  > hwdata: add recipe from meta-openembedded
  > libnsl2: embed version in filename
  > libnsl2: set CVE_PRODUCT
  > liburi-perl: move to meta-perl
  > libxml-parser-perl: correct SRC_URI
  > enchant2: correct SRC_URI and other uris
  > wget: upgrade 1.24.5 -> 1.25.0
  > vulkan: upgrade 1.3.290.0 -> 1.3.296.0
  > util-macros: upgrade 1.20.1 -> 1.20.2
  > sudo: upgrade 1.9.15p5 -> 1.9.16p1
  > qemu: upgrade 9.1.0 -> 9.1.1
  > python3-zipp: upgrade 3.20.2 -> 3.21.0
  > python3-xmltodict: upgrade 0.13.0 -> 0.14.2
  > python3-sphinx-rtd-theme: upgrade 3.0.0 -> 3.0.2
  > python3-psutil: upgrade 6.0.0 -> 6.1.0
  > python3-poetry-core: upgrade 1.9.0 -> 1.9.1
  > python3-jsonschema-specifications: upgrade 2023.12.1 -> 2024.10.1
  > python3-dtschema: upgrade 2024.9 -> 2024.11
  > python3-cryptography(-vectors): upgrade 43.0.1 -> 43.0.3, ensure lockstep upgrades
  > puzzles: upgrade to latest revision
  > piglit: upgrade to latest revision
  > npth: upgrade 1.7 -> 1.8
  > liburi-perl: upgrade 5.28 -> 5.31
  > libtry-tiny-perl: upgrade 0.31 -> 0.32
  > libsolv: upgrade 0.7.30 -> 0.7.31
  > libgpg-error: upgrade 1.50 -> 1.51
  > libdnf: upgrade 0.73.3 -> 0.73.4
  > gstreamer1.0: upgrade 1.24.6 -> 1.24.9
  > gawk: upgrade 5.3.0 -> 5.3.1
  > ffmpeg: upgrade 7.0.2 -> 7.1
  > diffstat: upgrade 1.66 -> 1.67
  > createrepo-c: upgrade 1.1.4 -> 1.2.0
  > cmake: upgrade 3.30.5 -> 3.31.0
  > chrpath: upgrade 0.16 -> 0.18
  > base-passwd: upgrade 3.6.4 -> 3.6.5
  > alsa: upgrade 1.2.12 -> 1.2.13

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 10, 2024
…cale sources/meta-freescale-3rdparty sources/meta-openembedded sources/meta-qcom 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 82bb1d21...b2c43dbf (3):
  > lib/fvp: add name to terminal title in FVP runner
  > kas: corstone-1000: Update the SHA of the Yocto layer dependencies for the CORSTONE1000-2024.11 release.
  > arm-bsp/documentation: corstone1000: Amend documentation for CORSTONE1000-2024.11 release

* sources/meta-clang 147349b...b41b391 (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 7f045776...d7623ea2 (8):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2046 from Livius90/master
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2045 from hellhound94/topic/fix-script
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2044 from hellhound94/topic/fix-script
  > Merge pull request #2043 from YoeDistro/yoe/mut

* sources/meta-freescale-3rdparty bc2a12c...774ca54 (3):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #318 from dankm/dankm/unpackdir
  > Merge pull request #316 from svogl/master

* sources/meta-openembedded 907a061e9...e086f2899 (29):
  > DO NOT MERGE: Add Github actions CI workflow
  > nginx: Upgrade mainline release version 1.27.1 -> 1.27.3
  > proftpd: set status of CVE-2001-0027
  > dash: set CVE_PRODUCT
  > gpiod-sysfs-proxy: new recipe
  > sip: Upgrade 6.8.6 -> 6.9.0
  > python3-pyhsslms: Add 2.0.0 recipe
  > canopenterm: 1.0.9 -> 1.0.10
  > vk-gl-cts: don't require networking to configure
  > vk-gl-cts: control what targets get built
  > vk-gl-cts: use cmake-qemu
  > vk-gl-cts: set the git tag regex for release checking
  > vk-gl-cts: fix EXTRA_OECMAKE
  > syzkaller: network in compile is not needed
  > etcd: don't set UPSTREAM_CHECK_COMMITS
  > lxdm: drop debug-tweaks
  > canopenterm: update to version 1.0.9
  > pocketpy: update to version 2.0.3
  > mariadb: Ensure compatibility with ARMv9 by updating .arch directive
  > openhpi: explicitly disable ov-rest plugin
  > libspelling: update 0.4.2 -> 0.4.5
  > wireplumber: update 0.5.6 -> 0.5.7
  > pipewire: update 1.2.6 -> 1.2.7
  > python3-gpiod: don't recommend kernel-module-configfs for ptest
  > python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest
  > libgpiod: minimize intra-recipe dependencies for ptest
  > xfstests: add missing run-time dependencies
  > gthumb: update 3.12.4 -> 3.12.6
  > pam-radius: add recipe

* sources/meta-qcom fc029c4...210c102 (19):
  > Merge pull request #689 from ricardosalveti/esp-qcom-image
  > Merge pull request #692 from chirag-jn/readme-improve
  > Merge pull request #688 from chirag-jn/readme
  > Merge pull request #687 from chirag-jn/qdl-2024-12
  > Merge pull request #685 from lumag/drop-extras
  > Merge pull request #684 from ndechesne/yocto-check-layer-fix
  > Merge pull request #683 from ndechesne/fix-patch-tag
  > Merge pull request #682 from lumag/drop-legacy
  > Merge pull request #681 from lumag/drop-extras
  > Merge pull request #679 from lumag/update-dsp-binaries
  > Merge pull request #678 from lumag/x1e80100-drop-audio-fw
  > Merge pull request #674 from lumag/hexagon-dsp-binaries
  > Merge pull request #677 from lumag/no-debug-tweaks
  > Merge pull request #676 from lumag/add-styhead
  > Merge pull request #673 from lumag/fix-rb3gen2-firmware
  > Merge pull request #669 from olasnap/oj/optional-rootfs-arg
  > Merge pull request #664 from lumag/wcn3990
  > Merge pull request #667 from ricardosalveti/master
  > Merge pull request #666 from ndechesne/uki

* sources/meta-qt6 2c53920...ef54259 (20):
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 1aeda3f...29daee0 (3):
  > SECURITY.md: Add instructions for reporting security issues
  > linux: Enable CONFIG_I2C_BRCMSTB for proper HDMI I2C support
  > extra-build-config.md: added a white line

* sources/meta-riscv e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* sources/meta-swupdate 01dbc76...efd4c20 (11):
  < 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 55708dbc...12df4c32 (3):
  > linux-yocto: add patch to fix compatibility with nvbootctrl
  > edk2-firmware-tegra: add backported patch for cpp issue
  > tegra-binaries: refactor per-SoC vs. common deb package handling

* sources/meta-variscite-bsp 96a2781...abef3cf (50):
  < 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 f5a2ea77ca...d6ce5fdc11 (94):
  > clang: Upgrade to 19.1.5
  > 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
  > linux-yocto: Enable blacklist keyring
  > 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
  > python3-iniparse: remove recipe
  > musl: Update riscv syscalls till 6.10 kernel
  > openssl: Fix build on risc64/musl
  > ffmpeg: Fix RISCV build
  > scripts/install-buildtools: preserve formatting in the help message
  > libsecret: add pam support depending on DISTRO_FEATURES
  > toolchain-shar-relocate.sh: fix the replacing commands
  > inetutils: increase alternative priority for hostname
  > shadow: use update-alternatives to handle su.1 and nologin.8
  > qemurunner: Fix stack trace generation in exception handler
  > tiff: set status for CVEs firx in 4.7.0
  > tiff: remove status for CVE-2023-3164
  > libssh2: remove status for CVE-2023-48795
  > elfutils: backport a fix for libeu objects missing in libelf.a
  > libpam: add packageconfig for selinux
  > Revert "uboot-sign: fix U-Boot binary with public key"
  > bitbake: parse: add support for 'addfragments' directive
  > bitbake: parse/ConfHandler: allow / in variable flags
  > libtool: update 2.5.2 -> 2.5.4
  > dtc: upgrade 1.7.0 -> 1.7.2
  > bitbake: cooker: use enum for cooker state to improve readability
  > bitbake: server/xmlrpcserver: fix some warnings
  > bitbake: knotty: some small cleanups while I'm in here
  > bitbake: knotty: print an error if MACHINE is not set
  > cargo-c-native: update 0.10.3 -> 0.10.5
  > go-helloworld: update to latest revision
  > libpam: update 1.6.1 -> 1.7.0
  > libpipeline: update 1.5.7 -> 1.5.8
  > texinfo: update 7.1 -> 7.1.1
  > vulkan-samples: update to latest revision
  > pixman: update 0.42.2 -> 0.44.0
  > tiff: update 4.6.0 -> 4.7.0
  > webkitgtk: update 2.44.3 -> 2.46.4
  > libgit2: update 1.8.2 -> 1.8.4
  > utfcpp: update 4.0.5 -> 4.0.6
  > python3-maturin: update 1.7.1 -> 1.7.4
  > python3-markdown: update 3.6 -> 3.7
  > btrfs-tools: update 6.10.1 -> 6.11
  > xf86-video-fbdev: update 0.5.0 -> 0.5.1
  > swig: upgrade 4.2.1 -> 4.3.0
  > python3-dtc: update 1.7.0 -> 1.7.2
  > virglrenderer: upgrade 1.0.1 -> 1.1.0
  > cups: upgrade 2.4.10 -> 2.4.11
  > python3-beartype: upgrade 0.18.5 -> 0.19.0
  > elfutils: upgrade 0.191 -> 0.192
  > debugedit: upgrade 5.0 -> 5.1
  > pkg-config-native: pick additional search paths from $EXTRA_NATIVE_PKGCONFIG_PATH
  > cargo.bbclass: do not install libraries by default
  > gcr: drop obsolete autotools setting
  > meson.bbclass: enable qemu exe wrapper in nativesdk
  > barebox: add more common items into shared .inc with barebox-tools
  > mtd-utils: set PV directly in the recipe filename
  > maintainers.inc: unassign myself (don't panic!)
  > lib: oeqa: spdx: Add tests for extra options
  > lib: spdx: Fix SPDX_BUILD_HOST
  > classes: create-spdx: Fix variable dependencies
  > lib: sbom30: Fix agent reference
  > lib: sbom30: Fix import handling
  > lrzsz: update SRC_URI to avoid redirect
  > oeqa/gitarchive: Fix syntax warning
  > linux-yocto: add and use GPL-2.0-with-syscall-note license
  > meta/lib: move buildstats.py and rootfspostcommands.py into oe
  > qemu: set CVE-2024-6505 to fixed
  > lib: spdx30_tasks: Fix supplied By
  > systemd: remove custom rootlibexecdir and replace with nonarch_libdir
  > systemd: split long line in pkg_postinst
  > systemd: drop deprecated rootlibdir, rootprefix and split-usr options

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 10, 2024
…cale sources/meta-freescale-3rdparty sources/meta-openembedded sources/meta-qcom 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 82bb1d21...b2c43dbf (3):
  > lib/fvp: add name to terminal title in FVP runner
  > kas: corstone-1000: Update the SHA of the Yocto layer dependencies for the CORSTONE1000-2024.11 release.
  > arm-bsp/documentation: corstone1000: Amend documentation for CORSTONE1000-2024.11 release

* sources/meta-clang 147349b...b41b391 (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 7f045776...d7623ea2 (8):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2046 from Livius90/master
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2045 from hellhound94/topic/fix-script
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2044 from hellhound94/topic/fix-script
  > Merge pull request #2043 from YoeDistro/yoe/mut

* sources/meta-freescale-3rdparty bc2a12c...774ca54 (3):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #318 from dankm/dankm/unpackdir
  > Merge pull request #316 from svogl/master

* sources/meta-openembedded 907a061e9...e086f2899 (29):
  > DO NOT MERGE: Add Github actions CI workflow
  > nginx: Upgrade mainline release version 1.27.1 -> 1.27.3
  > proftpd: set status of CVE-2001-0027
  > dash: set CVE_PRODUCT
  > gpiod-sysfs-proxy: new recipe
  > sip: Upgrade 6.8.6 -> 6.9.0
  > python3-pyhsslms: Add 2.0.0 recipe
  > canopenterm: 1.0.9 -> 1.0.10
  > vk-gl-cts: don't require networking to configure
  > vk-gl-cts: control what targets get built
  > vk-gl-cts: use cmake-qemu
  > vk-gl-cts: set the git tag regex for release checking
  > vk-gl-cts: fix EXTRA_OECMAKE
  > syzkaller: network in compile is not needed
  > etcd: don't set UPSTREAM_CHECK_COMMITS
  > lxdm: drop debug-tweaks
  > canopenterm: update to version 1.0.9
  > pocketpy: update to version 2.0.3
  > mariadb: Ensure compatibility with ARMv9 by updating .arch directive
  > openhpi: explicitly disable ov-rest plugin
  > libspelling: update 0.4.2 -> 0.4.5
  > wireplumber: update 0.5.6 -> 0.5.7
  > pipewire: update 1.2.6 -> 1.2.7
  > python3-gpiod: don't recommend kernel-module-configfs for ptest
  > python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest
  > libgpiod: minimize intra-recipe dependencies for ptest
  > xfstests: add missing run-time dependencies
  > gthumb: update 3.12.4 -> 3.12.6
  > pam-radius: add recipe

* sources/meta-qcom fc029c4...210c102 (19):
  > Merge pull request #689 from ricardosalveti/esp-qcom-image
  > Merge pull request #692 from chirag-jn/readme-improve
  > Merge pull request #688 from chirag-jn/readme
  > Merge pull request #687 from chirag-jn/qdl-2024-12
  > Merge pull request #685 from lumag/drop-extras
  > Merge pull request #684 from ndechesne/yocto-check-layer-fix
  > Merge pull request #683 from ndechesne/fix-patch-tag
  > Merge pull request #682 from lumag/drop-legacy
  > Merge pull request #681 from lumag/drop-extras
  > Merge pull request #679 from lumag/update-dsp-binaries
  > Merge pull request #678 from lumag/x1e80100-drop-audio-fw
  > Merge pull request #674 from lumag/hexagon-dsp-binaries
  > Merge pull request #677 from lumag/no-debug-tweaks
  > Merge pull request #676 from lumag/add-styhead
  > Merge pull request #673 from lumag/fix-rb3gen2-firmware
  > Merge pull request #669 from olasnap/oj/optional-rootfs-arg
  > Merge pull request #664 from lumag/wcn3990
  > Merge pull request #667 from ricardosalveti/master
  > Merge pull request #666 from ndechesne/uki

* sources/meta-qt6 2c53920...ef54259 (20):
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 1aeda3f...29daee0 (3):
  > SECURITY.md: Add instructions for reporting security issues
  > linux: Enable CONFIG_I2C_BRCMSTB for proper HDMI I2C support
  > extra-build-config.md: added a white line

* sources/meta-riscv e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* sources/meta-swupdate 01dbc76...efd4c20 (11):
  < 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 55708dbc...12df4c32 (3):
  > linux-yocto: add patch to fix compatibility with nvbootctrl
  > edk2-firmware-tegra: add backported patch for cpp issue
  > tegra-binaries: refactor per-SoC vs. common deb package handling

* sources/meta-variscite-bsp 96a2781...abef3cf (50):
  < 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 f5a2ea77ca...d6ce5fdc11 (94):
  > clang: Upgrade to 19.1.5
  > 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
  > linux-yocto: Enable blacklist keyring
  > 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
  > python3-iniparse: remove recipe
  > musl: Update riscv syscalls till 6.10 kernel
  > openssl: Fix build on risc64/musl
  > ffmpeg: Fix RISCV build
  > scripts/install-buildtools: preserve formatting in the help message
  > libsecret: add pam support depending on DISTRO_FEATURES
  > toolchain-shar-relocate.sh: fix the replacing commands
  > inetutils: increase alternative priority for hostname
  > shadow: use update-alternatives to handle su.1 and nologin.8
  > qemurunner: Fix stack trace generation in exception handler
  > tiff: set status for CVEs firx in 4.7.0
  > tiff: remove status for CVE-2023-3164
  > libssh2: remove status for CVE-2023-48795
  > elfutils: backport a fix for libeu objects missing in libelf.a
  > libpam: add packageconfig for selinux
  > Revert "uboot-sign: fix U-Boot binary with public key"
  > bitbake: parse: add support for 'addfragments' directive
  > bitbake: parse/ConfHandler: allow / in variable flags
  > libtool: update 2.5.2 -> 2.5.4
  > dtc: upgrade 1.7.0 -> 1.7.2
  > bitbake: cooker: use enum for cooker state to improve readability
  > bitbake: server/xmlrpcserver: fix some warnings
  > bitbake: knotty: some small cleanups while I'm in here
  > bitbake: knotty: print an error if MACHINE is not set
  > cargo-c-native: update 0.10.3 -> 0.10.5
  > go-helloworld: update to latest revision
  > libpam: update 1.6.1 -> 1.7.0
  > libpipeline: update 1.5.7 -> 1.5.8
  > texinfo: update 7.1 -> 7.1.1
  > vulkan-samples: update to latest revision
  > pixman: update 0.42.2 -> 0.44.0
  > tiff: update 4.6.0 -> 4.7.0
  > webkitgtk: update 2.44.3 -> 2.46.4
  > libgit2: update 1.8.2 -> 1.8.4
  > utfcpp: update 4.0.5 -> 4.0.6
  > python3-maturin: update 1.7.1 -> 1.7.4
  > python3-markdown: update 3.6 -> 3.7
  > btrfs-tools: update 6.10.1 -> 6.11
  > xf86-video-fbdev: update 0.5.0 -> 0.5.1
  > swig: upgrade 4.2.1 -> 4.3.0
  > python3-dtc: update 1.7.0 -> 1.7.2
  > virglrenderer: upgrade 1.0.1 -> 1.1.0
  > cups: upgrade 2.4.10 -> 2.4.11
  > python3-beartype: upgrade 0.18.5 -> 0.19.0
  > elfutils: upgrade 0.191 -> 0.192
  > debugedit: upgrade 5.0 -> 5.1
  > pkg-config-native: pick additional search paths from $EXTRA_NATIVE_PKGCONFIG_PATH
  > cargo.bbclass: do not install libraries by default
  > gcr: drop obsolete autotools setting
  > meson.bbclass: enable qemu exe wrapper in nativesdk
  > barebox: add more common items into shared .inc with barebox-tools
  > mtd-utils: set PV directly in the recipe filename
  > maintainers.inc: unassign myself (don't panic!)
  > lib: oeqa: spdx: Add tests for extra options
  > lib: spdx: Fix SPDX_BUILD_HOST
  > classes: create-spdx: Fix variable dependencies
  > lib: sbom30: Fix agent reference
  > lib: sbom30: Fix import handling
  > lrzsz: update SRC_URI to avoid redirect
  > oeqa/gitarchive: Fix syntax warning
  > linux-yocto: add and use GPL-2.0-with-syscall-note license
  > meta/lib: move buildstats.py and rootfspostcommands.py into oe
  > qemu: set CVE-2024-6505 to fixed
  > lib: spdx30_tasks: Fix supplied By
  > systemd: remove custom rootlibexecdir and replace with nonarch_libdir
  > systemd: split long line in pkg_postinst
  > systemd: drop deprecated rootlibdir, rootprefix and split-usr options

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 11, 2024
…cale sources/meta-freescale-3rdparty sources/meta-openembedded sources/meta-qcom 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 82bb1d21...b2c43dbf (3):
  > lib/fvp: add name to terminal title in FVP runner
  > kas: corstone-1000: Update the SHA of the Yocto layer dependencies for the CORSTONE1000-2024.11 release.
  > arm-bsp/documentation: corstone1000: Amend documentation for CORSTONE1000-2024.11 release

* sources/meta-clang 147349b...b41b391 (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 7f045776...d7623ea2 (8):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2046 from Livius90/master
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2045 from hellhound94/topic/fix-script
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2044 from hellhound94/topic/fix-script
  > Merge pull request #2043 from YoeDistro/yoe/mut

* sources/meta-freescale-3rdparty bc2a12c...774ca54 (3):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #318 from dankm/dankm/unpackdir
  > Merge pull request #316 from svogl/master

* sources/meta-openembedded 907a061e9...fabb8401e (34):
  > DO NOT MERGE: Add Github actions CI workflow
  > gnome-software: update 47.1 -> 47.2
  > gnome-shell: update 47.1 -> 47.2
  > mutter: update 47.1 -> 47.3
  > gnome-control-center: update 47.1.1 -> 47.2
  > pps-tools: backport a patch to fix prints
  > nginx: Upgrade mainline release version 1.27.1 -> 1.27.3
  > proftpd: set status of CVE-2001-0027
  > dash: set CVE_PRODUCT
  > gpiod-sysfs-proxy: new recipe
  > sip: Upgrade 6.8.6 -> 6.9.0
  > python3-pyhsslms: Add 2.0.0 recipe
  > canopenterm: 1.0.9 -> 1.0.10
  > vk-gl-cts: don't require networking to configure
  > vk-gl-cts: control what targets get built
  > vk-gl-cts: use cmake-qemu
  > vk-gl-cts: set the git tag regex for release checking
  > vk-gl-cts: fix EXTRA_OECMAKE
  > syzkaller: network in compile is not needed
  > etcd: don't set UPSTREAM_CHECK_COMMITS
  > lxdm: drop debug-tweaks
  > canopenterm: update to version 1.0.9
  > pocketpy: update to version 2.0.3
  > mariadb: Ensure compatibility with ARMv9 by updating .arch directive
  > openhpi: explicitly disable ov-rest plugin
  > libspelling: update 0.4.2 -> 0.4.5
  > wireplumber: update 0.5.6 -> 0.5.7
  > pipewire: update 1.2.6 -> 1.2.7
  > python3-gpiod: don't recommend kernel-module-configfs for ptest
  > python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest
  > libgpiod: minimize intra-recipe dependencies for ptest
  > xfstests: add missing run-time dependencies
  > gthumb: update 3.12.4 -> 3.12.6
  > pam-radius: add recipe

* sources/meta-qcom fc029c4...210c102 (19):
  > Merge pull request #689 from ricardosalveti/esp-qcom-image
  > Merge pull request #692 from chirag-jn/readme-improve
  > Merge pull request #688 from chirag-jn/readme
  > Merge pull request #687 from chirag-jn/qdl-2024-12
  > Merge pull request #685 from lumag/drop-extras
  > Merge pull request #684 from ndechesne/yocto-check-layer-fix
  > Merge pull request #683 from ndechesne/fix-patch-tag
  > Merge pull request #682 from lumag/drop-legacy
  > Merge pull request #681 from lumag/drop-extras
  > Merge pull request #679 from lumag/update-dsp-binaries
  > Merge pull request #678 from lumag/x1e80100-drop-audio-fw
  > Merge pull request #674 from lumag/hexagon-dsp-binaries
  > Merge pull request #677 from lumag/no-debug-tweaks
  > Merge pull request #676 from lumag/add-styhead
  > Merge pull request #673 from lumag/fix-rb3gen2-firmware
  > Merge pull request #669 from olasnap/oj/optional-rootfs-arg
  > Merge pull request #664 from lumag/wcn3990
  > Merge pull request #667 from ricardosalveti/master
  > Merge pull request #666 from ndechesne/uki

* sources/meta-qt6 2c53920...ef54259 (20):
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 1aeda3f...29daee0 (3):
  > SECURITY.md: Add instructions for reporting security issues
  > linux: Enable CONFIG_I2C_BRCMSTB for proper HDMI I2C support
  > extra-build-config.md: added a white line

* sources/meta-riscv e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* sources/meta-swupdate 01dbc76...efd4c20 (11):
  < 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 55708dbc...12df4c32 (3):
  > linux-yocto: add patch to fix compatibility with nvbootctrl
  > edk2-firmware-tegra: add backported patch for cpp issue
  > tegra-binaries: refactor per-SoC vs. common deb package handling

* sources/meta-ti c46f49d3...039f523a (7):
  > CI/CD Auto-Merger: cicd.master.202412101025
  > u-boot: Add patch to use SWIG_AppendOutput
  > conf: layer.conf: Drop scarthgap from LAYERSERIES_COMPAT
  > conf: machine: am62xx-lp-evm: Add PWM overlays
  > ti-ipc: mark as incompatible with non-Linux builds
  > conf: machine: am62pxx: Pick overlays for V3Link cameras
  > ti-ipc-examples: Remove DSP/BIOS IPC examples

* sources/meta-variscite-bsp 96a2781...abef3cf (50):
  < 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 f5a2ea77ca...d6ce5fdc11 (94):
  > clang: Upgrade to 19.1.5
  > 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
  > linux-yocto: Enable blacklist keyring
  > 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
  > python3-iniparse: remove recipe
  > musl: Update riscv syscalls till 6.10 kernel
  > openssl: Fix build on risc64/musl
  > ffmpeg: Fix RISCV build
  > scripts/install-buildtools: preserve formatting in the help message
  > libsecret: add pam support depending on DISTRO_FEATURES
  > toolchain-shar-relocate.sh: fix the replacing commands
  > inetutils: increase alternative priority for hostname
  > shadow: use update-alternatives to handle su.1 and nologin.8
  > qemurunner: Fix stack trace generation in exception handler
  > tiff: set status for CVEs firx in 4.7.0
  > tiff: remove status for CVE-2023-3164
  > libssh2: remove status for CVE-2023-48795
  > elfutils: backport a fix for libeu objects missing in libelf.a
  > libpam: add packageconfig for selinux
  > Revert "uboot-sign: fix U-Boot binary with public key"
  > bitbake: parse: add support for 'addfragments' directive
  > bitbake: parse/ConfHandler: allow / in variable flags
  > libtool: update 2.5.2 -> 2.5.4
  > dtc: upgrade 1.7.0 -> 1.7.2
  > bitbake: cooker: use enum for cooker state to improve readability
  > bitbake: server/xmlrpcserver: fix some warnings
  > bitbake: knotty: some small cleanups while I'm in here
  > bitbake: knotty: print an error if MACHINE is not set
  > cargo-c-native: update 0.10.3 -> 0.10.5
  > go-helloworld: update to latest revision
  > libpam: update 1.6.1 -> 1.7.0
  > libpipeline: update 1.5.7 -> 1.5.8
  > texinfo: update 7.1 -> 7.1.1
  > vulkan-samples: update to latest revision
  > pixman: update 0.42.2 -> 0.44.0
  > tiff: update 4.6.0 -> 4.7.0
  > webkitgtk: update 2.44.3 -> 2.46.4
  > libgit2: update 1.8.2 -> 1.8.4
  > utfcpp: update 4.0.5 -> 4.0.6
  > python3-maturin: update 1.7.1 -> 1.7.4
  > python3-markdown: update 3.6 -> 3.7
  > btrfs-tools: update 6.10.1 -> 6.11
  > xf86-video-fbdev: update 0.5.0 -> 0.5.1
  > swig: upgrade 4.2.1 -> 4.3.0
  > python3-dtc: update 1.7.0 -> 1.7.2
  > virglrenderer: upgrade 1.0.1 -> 1.1.0
  > cups: upgrade 2.4.10 -> 2.4.11
  > python3-beartype: upgrade 0.18.5 -> 0.19.0
  > elfutils: upgrade 0.191 -> 0.192
  > debugedit: upgrade 5.0 -> 5.1
  > pkg-config-native: pick additional search paths from $EXTRA_NATIVE_PKGCONFIG_PATH
  > cargo.bbclass: do not install libraries by default
  > gcr: drop obsolete autotools setting
  > meson.bbclass: enable qemu exe wrapper in nativesdk
  > barebox: add more common items into shared .inc with barebox-tools
  > mtd-utils: set PV directly in the recipe filename
  > maintainers.inc: unassign myself (don't panic!)
  > lib: oeqa: spdx: Add tests for extra options
  > lib: spdx: Fix SPDX_BUILD_HOST
  > classes: create-spdx: Fix variable dependencies
  > lib: sbom30: Fix agent reference
  > lib: sbom30: Fix import handling
  > lrzsz: update SRC_URI to avoid redirect
  > oeqa/gitarchive: Fix syntax warning
  > linux-yocto: add and use GPL-2.0-with-syscall-note license
  > meta/lib: move buildstats.py and rootfspostcommands.py into oe
  > qemu: set CVE-2024-6505 to fixed
  > lib: spdx30_tasks: Fix supplied By
  > systemd: remove custom rootlibexecdir and replace with nonarch_libdir
  > systemd: split long line in pkg_postinst
  > systemd: drop deprecated rootlibdir, rootprefix and split-usr options

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 12, 2024
…cale sources/meta-freescale-3rdparty sources/meta-openembedded sources/meta-qcom 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 82bb1d21...b2c43dbf (3):
  > lib/fvp: add name to terminal title in FVP runner
  > kas: corstone-1000: Update the SHA of the Yocto layer dependencies for the CORSTONE1000-2024.11 release.
  > arm-bsp/documentation: corstone1000: Amend documentation for CORSTONE1000-2024.11 release

* sources/meta-clang 147349b...b41b391 (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 7f045776...d7623ea2 (8):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2046 from Livius90/master
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2045 from hellhound94/topic/fix-script
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2044 from hellhound94/topic/fix-script
  > Merge pull request #2043 from YoeDistro/yoe/mut

* sources/meta-freescale-3rdparty bc2a12c...774ca54 (3):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #318 from dankm/dankm/unpackdir
  > Merge pull request #316 from svogl/master

* sources/meta-openembedded 907a061e9...2a3d4d23d (41):
  > DO NOT MERGE: Add Github actions CI workflow
  > python3-virtualenv: upgrade 20.26.5 -> 20.26.6
  > smarty: update 4.4.1 -> 4.5.5
  > vboxguestdrivers: update to 7.0.22
  > gvfs: update 1.56.0 -> 1.56.1
  > file-roller: update 44.3 -> 44.4
  > gnome-text-editor: update 47.0 -> 47.2
  > nautilus: update 47.0 -> 47.1
  > gnome-software: update 47.1 -> 47.2
  > gnome-shell: update 47.1 -> 47.2
  > mutter: update 47.1 -> 47.3
  > gnome-control-center: update 47.1.1 -> 47.2
  > pps-tools: backport a patch to fix prints
  > nginx: Upgrade mainline release version 1.27.1 -> 1.27.3
  > proftpd: set status of CVE-2001-0027
  > dash: set CVE_PRODUCT
  > gpiod-sysfs-proxy: new recipe
  > sip: Upgrade 6.8.6 -> 6.9.0
  > python3-pyhsslms: Add 2.0.0 recipe
  > canopenterm: 1.0.9 -> 1.0.10
  > vk-gl-cts: don't require networking to configure
  > vk-gl-cts: control what targets get built
  > vk-gl-cts: use cmake-qemu
  > vk-gl-cts: set the git tag regex for release checking
  > vk-gl-cts: fix EXTRA_OECMAKE
  > syzkaller: network in compile is not needed
  > etcd: don't set UPSTREAM_CHECK_COMMITS
  > lxdm: drop debug-tweaks
  > canopenterm: update to version 1.0.9
  > pocketpy: update to version 2.0.3
  > mariadb: Ensure compatibility with ARMv9 by updating .arch directive
  > openhpi: explicitly disable ov-rest plugin
  > libspelling: update 0.4.2 -> 0.4.5
  > wireplumber: update 0.5.6 -> 0.5.7
  > pipewire: update 1.2.6 -> 1.2.7
  > python3-gpiod: don't recommend kernel-module-configfs for ptest
  > python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest
  > libgpiod: minimize intra-recipe dependencies for ptest
  > xfstests: add missing run-time dependencies
  > gthumb: update 3.12.4 -> 3.12.6
  > pam-radius: add recipe

* sources/meta-qcom fc029c4...210c102 (19):
  > Merge pull request #689 from ricardosalveti/esp-qcom-image
  > Merge pull request #692 from chirag-jn/readme-improve
  > Merge pull request #688 from chirag-jn/readme
  > Merge pull request #687 from chirag-jn/qdl-2024-12
  > Merge pull request #685 from lumag/drop-extras
  > Merge pull request #684 from ndechesne/yocto-check-layer-fix
  > Merge pull request #683 from ndechesne/fix-patch-tag
  > Merge pull request #682 from lumag/drop-legacy
  > Merge pull request #681 from lumag/drop-extras
  > Merge pull request #679 from lumag/update-dsp-binaries
  > Merge pull request #678 from lumag/x1e80100-drop-audio-fw
  > Merge pull request #674 from lumag/hexagon-dsp-binaries
  > Merge pull request #677 from lumag/no-debug-tweaks
  > Merge pull request #676 from lumag/add-styhead
  > Merge pull request #673 from lumag/fix-rb3gen2-firmware
  > Merge pull request #669 from olasnap/oj/optional-rootfs-arg
  > Merge pull request #664 from lumag/wcn3990
  > Merge pull request #667 from ricardosalveti/master
  > Merge pull request #666 from ndechesne/uki

* sources/meta-qt6 2c53920...ef54259 (20):
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 1aeda3f...29daee0 (3):
  > SECURITY.md: Add instructions for reporting security issues
  > linux: Enable CONFIG_I2C_BRCMSTB for proper HDMI I2C support
  > extra-build-config.md: added a white line

* sources/meta-riscv e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* sources/meta-swupdate 01dbc76...efd4c20 (11):
  < 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 55708dbc...12df4c32 (3):
  > linux-yocto: add patch to fix compatibility with nvbootctrl
  > edk2-firmware-tegra: add backported patch for cpp issue
  > tegra-binaries: refactor per-SoC vs. common deb package handling

* sources/meta-ti c46f49d3...039f523a (7):
  > CI/CD Auto-Merger: cicd.master.202412101025
  > u-boot: Add patch to use SWIG_AppendOutput
  > conf: layer.conf: Drop scarthgap from LAYERSERIES_COMPAT
  > conf: machine: am62xx-lp-evm: Add PWM overlays
  > ti-ipc: mark as incompatible with non-Linux builds
  > conf: machine: am62pxx: Pick overlays for V3Link cameras
  > ti-ipc-examples: Remove DSP/BIOS IPC examples

* sources/meta-variscite-bsp 96a2781...abef3cf (50):
  < 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 f5a2ea77ca...a075bd0da7 (135):
  > clang: Upgrade to 19.1.5
  > 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
  > systemd: actively disable Predictable Network Interface Names if !pni-names
  > linux-firmware: package firmware for Qualcomm AIC100 and QDU100
  > linux-firmware: upgrade 20241110 -> 20241210
  > sysvinit: upgrade 3.04 -> 3.11
  > maintainers.inc: add self for meson, python3 recipes
  > ovmf: update 202408 -> 202411
  > librsvg: update 2.58.2 -> 2.59.2
  > maintainers.inc: Update maintainer for pseudo and rpm
  > scripts/devtool: use bb.util.listtasks instead of __BBTASKS
  > classes/utility-tasks: port do_listtasks to use bb.build.listtasks
  > cargo-c: convert to target recipe
  > rpm: replace use of rpm2cpio with rpm2archive
  > rpm: update 4.19.1.1 -> 4.20.0
  > systemd-compat-units: execute postinst on target
  > base.bbclass: fix RRECOMMENDS extend issue for multilib
  > oeqa/selftest: Fix failure when configuration contains BBLAYERS:append
  > spdx 3.0: Rework how SPDX aliases are linked
  > classes-global/insane: Handle case where RPROVIDER is also a provider
  > vte: upgrade 0.78.1 -> 0.78.2
  > ttyrun: upgrade 2.35.0 -> 2.36.0
  > sudo: upgrade 1.9.16p1 -> 1.9.16p2
  > stress-ng: upgrade 0.18.06 -> 0.18.07
  > sqlite3: upgrade 3.47.0 -> 3.47.2
  > re2c: upgrade 4.0 -> 4.0.1
  > pixman: upgrade 0.44.0 -> 0.44.2
  > llvm: upgrade 19.1.4 -> 19.1.5
  > libsdl2: upgrade 2.30.9 -> 2.30.10
  > libdrm: upgrade 2.4.123 -> 2.4.124
  > kexec-tools: upgrade 2.0.29 -> 2.0.30
  > hwdata: upgrade 0.389 -> 0.390
  > gstreamer1.0: upgrade 1.24.9 -> 1.24.10
  > gnupg: upgrade 2.5.1 -> 2.5.2
  > git: upgrade 2.47.0 -> 2.47.1
  > ell: upgrade 0.70 -> 0.71
  > btrfs-tools: upgrade 6.11 -> 6.12
  > bash-completion: upgrade 2.14.0 -> 2.15.0
  > yocto-bsp: drop 6.10 bbappend
  > poky/poky-tiny: update default to v6.12
  > linux-yocto: drop 6.10
  > linux-yocto/6.12: introduce v6.12 reference kernel
  > linux-yocto/6.6: update to v6.6.64
  > linux-yocto/6.6: update to v6.6.63
  > python3-iniparse: remove recipe
  > musl: Update riscv syscalls till 6.10 kernel
  > openssl: Fix build on risc64/musl
  > ffmpeg: Fix RISCV build
  > scripts/install-buildtools: preserve formatting in the help message
  > libsecret: add pam support depending on DISTRO_FEATURES
  > toolchain-shar-relocate.sh: fix the replacing commands
  > inetutils: increase alternative priority for hostname
  > shadow: use update-alternatives to handle su.1 and nologin.8
  > qemurunner: Fix stack trace generation in exception handler
  > tiff: set status for CVEs firx in 4.7.0
  > tiff: remove status for CVE-2023-3164
  > libssh2: remove status for CVE-2023-48795
  > elfutils: backport a fix for libeu objects missing in libelf.a
  > libpam: add packageconfig for selinux
  > Revert "uboot-sign: fix U-Boot binary with public key"
  > bitbake: parse: add support for 'addfragments' directive
  > bitbake: parse/ConfHandler: allow / in variable flags
  > libtool: update 2.5.2 -> 2.5.4
  > dtc: upgrade 1.7.0 -> 1.7.2
  > bitbake: cooker: use enum for cooker state to improve readability
  > bitbake: server/xmlrpcserver: fix some warnings
  > bitbake: knotty: some small cleanups while I'm in here
  > bitbake: knotty: print an error if MACHINE is not set
  > cargo-c-native: update 0.10.3 -> 0.10.5
  > go-helloworld: update to latest revision
  > libpam: update 1.6.1 -> 1.7.0
  > libpipeline: update 1.5.7 -> 1.5.8
  > texinfo: update 7.1 -> 7.1.1
  > vulkan-samples: update to latest revision
  > pixman: update 0.42.2 -> 0.44.0
  > tiff: update 4.6.0 -> 4.7.0
  > webkitgtk: update 2.44.3 -> 2.46.4
  > libgit2: update 1.8.2 -> 1.8.4
  > utfcpp: update 4.0.5 -> 4.0.6
  > python3-maturin: update 1.7.1 -> 1.7.4
  > python3-markdown: update 3.6 -> 3.7
  > btrfs-tools: update 6.10.1 -> 6.11
  > xf86-video-fbdev: update 0.5.0 -> 0.5.1
  > swig: upgrade 4.2.1 -> 4.3.0
  > python3-dtc: update 1.7.0 -> 1.7.2
  > virglrenderer: upgrade 1.0.1 -> 1.1.0
  > cups: upgrade 2.4.10 -> 2.4.11
  > python3-beartype: upgrade 0.18.5 -> 0.19.0
  > elfutils: upgrade 0.191 -> 0.192
  > debugedit: upgrade 5.0 -> 5.1
  > pkg-config-native: pick additional search paths from $EXTRA_NATIVE_PKGCONFIG_PATH
  > cargo.bbclass: do not install libraries by default
  > gcr: drop obsolete autotools setting
  > meson.bbclass: enable qemu exe wrapper in nativesdk
  > barebox: add more common items into shared .inc with barebox-tools
  > mtd-utils: set PV directly in the recipe filename
  > maintainers.inc: unassign myself (don't panic!)
  > lib: oeqa: spdx: Add tests for extra options
  > lib: spdx: Fix SPDX_BUILD_HOST
  > classes: create-spdx: Fix variable dependencies
  > lib: sbom30: Fix agent reference
  > lib: sbom30: Fix import handling
  > lrzsz: update SRC_URI to avoid redirect
  > oeqa/gitarchive: Fix syntax warning
  > linux-yocto: add and use GPL-2.0-with-syscall-note license
  > meta/lib: move buildstats.py and rootfspostcommands.py into oe
  > qemu: set CVE-2024-6505 to fixed
  > lib: spdx30_tasks: Fix supplied By
  > systemd: remove custom rootlibexecdir and replace with nonarch_libdir
  > systemd: split long line in pkg_postinst
  > systemd: drop deprecated rootlibdir, rootprefix and split-usr options

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 12, 2024
…cale sources/meta-freescale-3rdparty sources/meta-openembedded sources/meta-qcom 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 82bb1d21...b2c43dbf (3):
  > lib/fvp: add name to terminal title in FVP runner
  > kas: corstone-1000: Update the SHA of the Yocto layer dependencies for the CORSTONE1000-2024.11 release.
  > arm-bsp/documentation: corstone1000: Amend documentation for CORSTONE1000-2024.11 release

* sources/meta-clang 147349b...b41b391 (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 7f045776...d7623ea2 (8):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2046 from Livius90/master
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2045 from hellhound94/topic/fix-script
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2044 from hellhound94/topic/fix-script
  > Merge pull request #2043 from YoeDistro/yoe/mut

* sources/meta-freescale-3rdparty bc2a12c...774ca54 (3):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #318 from dankm/dankm/unpackdir
  > Merge pull request #316 from svogl/master

* sources/meta-openembedded 907a061e9...fc3e9744c (45):
  > DO NOT MERGE: Add Github actions CI workflow
  > python3-luma-oled: update to version 3.14.0
  > upower: add polkit PACKAGECONFIG option
  > upower: bump to 1.90.6
  > upower: use archive file in SRC_URI and fix UPSTREAM_CHECK_URI
  > python3-virtualenv: upgrade 20.26.5 -> 20.26.6
  > smarty: update 4.4.1 -> 4.5.5
  > vboxguestdrivers: update to 7.0.22
  > gvfs: update 1.56.0 -> 1.56.1
  > file-roller: update 44.3 -> 44.4
  > gnome-text-editor: update 47.0 -> 47.2
  > nautilus: update 47.0 -> 47.1
  > gnome-software: update 47.1 -> 47.2
  > gnome-shell: update 47.1 -> 47.2
  > mutter: update 47.1 -> 47.3
  > gnome-control-center: update 47.1.1 -> 47.2
  > pps-tools: backport a patch to fix prints
  > nginx: Upgrade mainline release version 1.27.1 -> 1.27.3
  > proftpd: set status of CVE-2001-0027
  > dash: set CVE_PRODUCT
  > gpiod-sysfs-proxy: new recipe
  > sip: Upgrade 6.8.6 -> 6.9.0
  > python3-pyhsslms: Add 2.0.0 recipe
  > canopenterm: 1.0.9 -> 1.0.10
  > vk-gl-cts: don't require networking to configure
  > vk-gl-cts: control what targets get built
  > vk-gl-cts: use cmake-qemu
  > vk-gl-cts: set the git tag regex for release checking
  > vk-gl-cts: fix EXTRA_OECMAKE
  > syzkaller: network in compile is not needed
  > etcd: don't set UPSTREAM_CHECK_COMMITS
  > lxdm: drop debug-tweaks
  > canopenterm: update to version 1.0.9
  > pocketpy: update to version 2.0.3
  > mariadb: Ensure compatibility with ARMv9 by updating .arch directive
  > openhpi: explicitly disable ov-rest plugin
  > libspelling: update 0.4.2 -> 0.4.5
  > wireplumber: update 0.5.6 -> 0.5.7
  > pipewire: update 1.2.6 -> 1.2.7
  > python3-gpiod: don't recommend kernel-module-configfs for ptest
  > python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest
  > libgpiod: minimize intra-recipe dependencies for ptest
  > xfstests: add missing run-time dependencies
  > gthumb: update 3.12.4 -> 3.12.6
  > pam-radius: add recipe

* sources/meta-qcom fc029c4...210c102 (19):
  > Merge pull request #689 from ricardosalveti/esp-qcom-image
  > Merge pull request #692 from chirag-jn/readme-improve
  > Merge pull request #688 from chirag-jn/readme
  > Merge pull request #687 from chirag-jn/qdl-2024-12
  > Merge pull request #685 from lumag/drop-extras
  > Merge pull request #684 from ndechesne/yocto-check-layer-fix
  > Merge pull request #683 from ndechesne/fix-patch-tag
  > Merge pull request #682 from lumag/drop-legacy
  > Merge pull request #681 from lumag/drop-extras
  > Merge pull request #679 from lumag/update-dsp-binaries
  > Merge pull request #678 from lumag/x1e80100-drop-audio-fw
  > Merge pull request #674 from lumag/hexagon-dsp-binaries
  > Merge pull request #677 from lumag/no-debug-tweaks
  > Merge pull request #676 from lumag/add-styhead
  > Merge pull request #673 from lumag/fix-rb3gen2-firmware
  > Merge pull request #669 from olasnap/oj/optional-rootfs-arg
  > Merge pull request #664 from lumag/wcn3990
  > Merge pull request #667 from ricardosalveti/master
  > Merge pull request #666 from ndechesne/uki

* sources/meta-qt6 2c53920...ef54259 (20):
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 1aeda3f...29daee0 (3):
  > SECURITY.md: Add instructions for reporting security issues
  > linux: Enable CONFIG_I2C_BRCMSTB for proper HDMI I2C support
  > extra-build-config.md: added a white line

* sources/meta-riscv e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* sources/meta-swupdate 01dbc76...efd4c20 (11):
  < 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 55708dbc...12df4c32 (3):
  > linux-yocto: add patch to fix compatibility with nvbootctrl
  > edk2-firmware-tegra: add backported patch for cpp issue
  > tegra-binaries: refactor per-SoC vs. common deb package handling

* sources/meta-ti c46f49d3...039f523a (7):
  > CI/CD Auto-Merger: cicd.master.202412101025
  > u-boot: Add patch to use SWIG_AppendOutput
  > conf: layer.conf: Drop scarthgap from LAYERSERIES_COMPAT
  > conf: machine: am62xx-lp-evm: Add PWM overlays
  > ti-ipc: mark as incompatible with non-Linux builds
  > conf: machine: am62pxx: Pick overlays for V3Link cameras
  > ti-ipc-examples: Remove DSP/BIOS IPC examples

* sources/meta-variscite-bsp 96a2781...abef3cf (50):
  < 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 f5a2ea77ca...a075bd0da7 (135):
  > clang: Upgrade to 19.1.5
  > 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
  > systemd: actively disable Predictable Network Interface Names if !pni-names
  > linux-firmware: package firmware for Qualcomm AIC100 and QDU100
  > linux-firmware: upgrade 20241110 -> 20241210
  > sysvinit: upgrade 3.04 -> 3.11
  > maintainers.inc: add self for meson, python3 recipes
  > ovmf: update 202408 -> 202411
  > librsvg: update 2.58.2 -> 2.59.2
  > maintainers.inc: Update maintainer for pseudo and rpm
  > scripts/devtool: use bb.util.listtasks instead of __BBTASKS
  > classes/utility-tasks: port do_listtasks to use bb.build.listtasks
  > cargo-c: convert to target recipe
  > rpm: replace use of rpm2cpio with rpm2archive
  > rpm: update 4.19.1.1 -> 4.20.0
  > systemd-compat-units: execute postinst on target
  > base.bbclass: fix RRECOMMENDS extend issue for multilib
  > oeqa/selftest: Fix failure when configuration contains BBLAYERS:append
  > spdx 3.0: Rework how SPDX aliases are linked
  > classes-global/insane: Handle case where RPROVIDER is also a provider
  > vte: upgrade 0.78.1 -> 0.78.2
  > ttyrun: upgrade 2.35.0 -> 2.36.0
  > sudo: upgrade 1.9.16p1 -> 1.9.16p2
  > stress-ng: upgrade 0.18.06 -> 0.18.07
  > sqlite3: upgrade 3.47.0 -> 3.47.2
  > re2c: upgrade 4.0 -> 4.0.1
  > pixman: upgrade 0.44.0 -> 0.44.2
  > llvm: upgrade 19.1.4 -> 19.1.5
  > libsdl2: upgrade 2.30.9 -> 2.30.10
  > libdrm: upgrade 2.4.123 -> 2.4.124
  > kexec-tools: upgrade 2.0.29 -> 2.0.30
  > hwdata: upgrade 0.389 -> 0.390
  > gstreamer1.0: upgrade 1.24.9 -> 1.24.10
  > gnupg: upgrade 2.5.1 -> 2.5.2
  > git: upgrade 2.47.0 -> 2.47.1
  > ell: upgrade 0.70 -> 0.71
  > btrfs-tools: upgrade 6.11 -> 6.12
  > bash-completion: upgrade 2.14.0 -> 2.15.0
  > yocto-bsp: drop 6.10 bbappend
  > poky/poky-tiny: update default to v6.12
  > linux-yocto: drop 6.10
  > linux-yocto/6.12: introduce v6.12 reference kernel
  > linux-yocto/6.6: update to v6.6.64
  > linux-yocto/6.6: update to v6.6.63
  > python3-iniparse: remove recipe
  > musl: Update riscv syscalls till 6.10 kernel
  > openssl: Fix build on risc64/musl
  > ffmpeg: Fix RISCV build
  > scripts/install-buildtools: preserve formatting in the help message
  > libsecret: add pam support depending on DISTRO_FEATURES
  > toolchain-shar-relocate.sh: fix the replacing commands
  > inetutils: increase alternative priority for hostname
  > shadow: use update-alternatives to handle su.1 and nologin.8
  > qemurunner: Fix stack trace generation in exception handler
  > tiff: set status for CVEs firx in 4.7.0
  > tiff: remove status for CVE-2023-3164
  > libssh2: remove status for CVE-2023-48795
  > elfutils: backport a fix for libeu objects missing in libelf.a
  > libpam: add packageconfig for selinux
  > Revert "uboot-sign: fix U-Boot binary with public key"
  > bitbake: parse: add support for 'addfragments' directive
  > bitbake: parse/ConfHandler: allow / in variable flags
  > libtool: update 2.5.2 -> 2.5.4
  > dtc: upgrade 1.7.0 -> 1.7.2
  > bitbake: cooker: use enum for cooker state to improve readability
  > bitbake: server/xmlrpcserver: fix some warnings
  > bitbake: knotty: some small cleanups while I'm in here
  > bitbake: knotty: print an error if MACHINE is not set
  > cargo-c-native: update 0.10.3 -> 0.10.5
  > go-helloworld: update to latest revision
  > libpam: update 1.6.1 -> 1.7.0
  > libpipeline: update 1.5.7 -> 1.5.8
  > texinfo: update 7.1 -> 7.1.1
  > vulkan-samples: update to latest revision
  > pixman: update 0.42.2 -> 0.44.0
  > tiff: update 4.6.0 -> 4.7.0
  > webkitgtk: update 2.44.3 -> 2.46.4
  > libgit2: update 1.8.2 -> 1.8.4
  > utfcpp: update 4.0.5 -> 4.0.6
  > python3-maturin: update 1.7.1 -> 1.7.4
  > python3-markdown: update 3.6 -> 3.7
  > btrfs-tools: update 6.10.1 -> 6.11
  > xf86-video-fbdev: update 0.5.0 -> 0.5.1
  > swig: upgrade 4.2.1 -> 4.3.0
  > python3-dtc: update 1.7.0 -> 1.7.2
  > virglrenderer: upgrade 1.0.1 -> 1.1.0
  > cups: upgrade 2.4.10 -> 2.4.11
  > python3-beartype: upgrade 0.18.5 -> 0.19.0
  > elfutils: upgrade 0.191 -> 0.192
  > debugedit: upgrade 5.0 -> 5.1
  > pkg-config-native: pick additional search paths from $EXTRA_NATIVE_PKGCONFIG_PATH
  > cargo.bbclass: do not install libraries by default
  > gcr: drop obsolete autotools setting
  > meson.bbclass: enable qemu exe wrapper in nativesdk
  > barebox: add more common items into shared .inc with barebox-tools
  > mtd-utils: set PV directly in the recipe filename
  > maintainers.inc: unassign myself (don't panic!)
  > lib: oeqa: spdx: Add tests for extra options
  > lib: spdx: Fix SPDX_BUILD_HOST
  > classes: create-spdx: Fix variable dependencies
  > lib: sbom30: Fix agent reference
  > lib: sbom30: Fix import handling
  > lrzsz: update SRC_URI to avoid redirect
  > oeqa/gitarchive: Fix syntax warning
  > linux-yocto: add and use GPL-2.0-with-syscall-note license
  > meta/lib: move buildstats.py and rootfspostcommands.py into oe
  > qemu: set CVE-2024-6505 to fixed
  > lib: spdx30_tasks: Fix supplied By
  > systemd: remove custom rootlibexecdir and replace with nonarch_libdir
  > systemd: split long line in pkg_postinst
  > systemd: drop deprecated rootlibdir, rootprefix and split-usr options

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 12, 2024
…cale sources/meta-freescale-3rdparty sources/meta-openembedded sources/meta-qcom 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 82bb1d21...b2c43dbf (3):
  > lib/fvp: add name to terminal title in FVP runner
  > kas: corstone-1000: Update the SHA of the Yocto layer dependencies for the CORSTONE1000-2024.11 release.
  > arm-bsp/documentation: corstone1000: Amend documentation for CORSTONE1000-2024.11 release

* sources/meta-clang 147349b...b41b391 (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 7f045776...d7623ea2 (8):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2046 from Livius90/master
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2045 from hellhound94/topic/fix-script
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2044 from hellhound94/topic/fix-script
  > Merge pull request #2043 from YoeDistro/yoe/mut

* sources/meta-freescale-3rdparty bc2a12c...774ca54 (3):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #318 from dankm/dankm/unpackdir
  > Merge pull request #316 from svogl/master

* sources/meta-openembedded 907a061e9...e3f983390 (47):
  > DO NOT MERGE: Add Github actions CI workflow
  > python3-pdm: update to version 2.22.0
  > python3-cmake: update to version 3.31.1
  > python3-luma-oled: update to version 3.14.0
  > upower: add polkit PACKAGECONFIG option
  > upower: bump to 1.90.6
  > upower: use archive file in SRC_URI and fix UPSTREAM_CHECK_URI
  > python3-virtualenv: upgrade 20.26.5 -> 20.26.6
  > smarty: update 4.4.1 -> 4.5.5
  > vboxguestdrivers: update to 7.0.22
  > gvfs: update 1.56.0 -> 1.56.1
  > file-roller: update 44.3 -> 44.4
  > gnome-text-editor: update 47.0 -> 47.2
  > nautilus: update 47.0 -> 47.1
  > gnome-software: update 47.1 -> 47.2
  > gnome-shell: update 47.1 -> 47.2
  > mutter: update 47.1 -> 47.3
  > gnome-control-center: update 47.1.1 -> 47.2
  > pps-tools: backport a patch to fix prints
  > nginx: Upgrade mainline release version 1.27.1 -> 1.27.3
  > proftpd: set status of CVE-2001-0027
  > dash: set CVE_PRODUCT
  > gpiod-sysfs-proxy: new recipe
  > sip: Upgrade 6.8.6 -> 6.9.0
  > python3-pyhsslms: Add 2.0.0 recipe
  > canopenterm: 1.0.9 -> 1.0.10
  > vk-gl-cts: don't require networking to configure
  > vk-gl-cts: control what targets get built
  > vk-gl-cts: use cmake-qemu
  > vk-gl-cts: set the git tag regex for release checking
  > vk-gl-cts: fix EXTRA_OECMAKE
  > syzkaller: network in compile is not needed
  > etcd: don't set UPSTREAM_CHECK_COMMITS
  > lxdm: drop debug-tweaks
  > canopenterm: update to version 1.0.9
  > pocketpy: update to version 2.0.3
  > mariadb: Ensure compatibility with ARMv9 by updating .arch directive
  > openhpi: explicitly disable ov-rest plugin
  > libspelling: update 0.4.2 -> 0.4.5
  > wireplumber: update 0.5.6 -> 0.5.7
  > pipewire: update 1.2.6 -> 1.2.7
  > python3-gpiod: don't recommend kernel-module-configfs for ptest
  > python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest
  > libgpiod: minimize intra-recipe dependencies for ptest
  > xfstests: add missing run-time dependencies
  > gthumb: update 3.12.4 -> 3.12.6
  > pam-radius: add recipe

* sources/meta-qcom fc029c4...210c102 (19):
  > Merge pull request #689 from ricardosalveti/esp-qcom-image
  > Merge pull request #692 from chirag-jn/readme-improve
  > Merge pull request #688 from chirag-jn/readme
  > Merge pull request #687 from chirag-jn/qdl-2024-12
  > Merge pull request #685 from lumag/drop-extras
  > Merge pull request #684 from ndechesne/yocto-check-layer-fix
  > Merge pull request #683 from ndechesne/fix-patch-tag
  > Merge pull request #682 from lumag/drop-legacy
  > Merge pull request #681 from lumag/drop-extras
  > Merge pull request #679 from lumag/update-dsp-binaries
  > Merge pull request #678 from lumag/x1e80100-drop-audio-fw
  > Merge pull request #674 from lumag/hexagon-dsp-binaries
  > Merge pull request #677 from lumag/no-debug-tweaks
  > Merge pull request #676 from lumag/add-styhead
  > Merge pull request #673 from lumag/fix-rb3gen2-firmware
  > Merge pull request #669 from olasnap/oj/optional-rootfs-arg
  > Merge pull request #664 from lumag/wcn3990
  > Merge pull request #667 from ricardosalveti/master
  > Merge pull request #666 from ndechesne/uki

* sources/meta-qt6 2c53920...ef54259 (20):
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 1aeda3f...29daee0 (3):
  > SECURITY.md: Add instructions for reporting security issues
  > linux: Enable CONFIG_I2C_BRCMSTB for proper HDMI I2C support
  > extra-build-config.md: added a white line

* sources/meta-riscv e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* sources/meta-swupdate 01dbc76...efd4c20 (11):
  < 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 55708dbc...12df4c32 (3):
  > linux-yocto: add patch to fix compatibility with nvbootctrl
  > edk2-firmware-tegra: add backported patch for cpp issue
  > tegra-binaries: refactor per-SoC vs. common deb package handling

* sources/meta-ti c46f49d3...039f523a (7):
  > CI/CD Auto-Merger: cicd.master.202412101025
  > u-boot: Add patch to use SWIG_AppendOutput
  > conf: layer.conf: Drop scarthgap from LAYERSERIES_COMPAT
  > conf: machine: am62xx-lp-evm: Add PWM overlays
  > ti-ipc: mark as incompatible with non-Linux builds
  > conf: machine: am62pxx: Pick overlays for V3Link cameras
  > ti-ipc-examples: Remove DSP/BIOS IPC examples

* sources/meta-variscite-bsp 96a2781...abef3cf (50):
  < 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 f5a2ea77ca...a075bd0da7 (135):
  > clang: Upgrade to 19.1.5
  > 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
  > systemd: actively disable Predictable Network Interface Names if !pni-names
  > linux-firmware: package firmware for Qualcomm AIC100 and QDU100
  > linux-firmware: upgrade 20241110 -> 20241210
  > sysvinit: upgrade 3.04 -> 3.11
  > maintainers.inc: add self for meson, python3 recipes
  > ovmf: update 202408 -> 202411
  > librsvg: update 2.58.2 -> 2.59.2
  > maintainers.inc: Update maintainer for pseudo and rpm
  > scripts/devtool: use bb.util.listtasks instead of __BBTASKS
  > classes/utility-tasks: port do_listtasks to use bb.build.listtasks
  > cargo-c: convert to target recipe
  > rpm: replace use of rpm2cpio with rpm2archive
  > rpm: update 4.19.1.1 -> 4.20.0
  > systemd-compat-units: execute postinst on target
  > base.bbclass: fix RRECOMMENDS extend issue for multilib
  > oeqa/selftest: Fix failure when configuration contains BBLAYERS:append
  > spdx 3.0: Rework how SPDX aliases are linked
  > classes-global/insane: Handle case where RPROVIDER is also a provider
  > vte: upgrade 0.78.1 -> 0.78.2
  > ttyrun: upgrade 2.35.0 -> 2.36.0
  > sudo: upgrade 1.9.16p1 -> 1.9.16p2
  > stress-ng: upgrade 0.18.06 -> 0.18.07
  > sqlite3: upgrade 3.47.0 -> 3.47.2
  > re2c: upgrade 4.0 -> 4.0.1
  > pixman: upgrade 0.44.0 -> 0.44.2
  > llvm: upgrade 19.1.4 -> 19.1.5
  > libsdl2: upgrade 2.30.9 -> 2.30.10
  > libdrm: upgrade 2.4.123 -> 2.4.124
  > kexec-tools: upgrade 2.0.29 -> 2.0.30
  > hwdata: upgrade 0.389 -> 0.390
  > gstreamer1.0: upgrade 1.24.9 -> 1.24.10
  > gnupg: upgrade 2.5.1 -> 2.5.2
  > git: upgrade 2.47.0 -> 2.47.1
  > ell: upgrade 0.70 -> 0.71
  > btrfs-tools: upgrade 6.11 -> 6.12
  > bash-completion: upgrade 2.14.0 -> 2.15.0
  > yocto-bsp: drop 6.10 bbappend
  > poky/poky-tiny: update default to v6.12
  > linux-yocto: drop 6.10
  > linux-yocto/6.12: introduce v6.12 reference kernel
  > linux-yocto/6.6: update to v6.6.64
  > linux-yocto/6.6: update to v6.6.63
  > python3-iniparse: remove recipe
  > musl: Update riscv syscalls till 6.10 kernel
  > openssl: Fix build on risc64/musl
  > ffmpeg: Fix RISCV build
  > scripts/install-buildtools: preserve formatting in the help message
  > libsecret: add pam support depending on DISTRO_FEATURES
  > toolchain-shar-relocate.sh: fix the replacing commands
  > inetutils: increase alternative priority for hostname
  > shadow: use update-alternatives to handle su.1 and nologin.8
  > qemurunner: Fix stack trace generation in exception handler
  > tiff: set status for CVEs firx in 4.7.0
  > tiff: remove status for CVE-2023-3164
  > libssh2: remove status for CVE-2023-48795
  > elfutils: backport a fix for libeu objects missing in libelf.a
  > libpam: add packageconfig for selinux
  > Revert "uboot-sign: fix U-Boot binary with public key"
  > bitbake: parse: add support for 'addfragments' directive
  > bitbake: parse/ConfHandler: allow / in variable flags
  > libtool: update 2.5.2 -> 2.5.4
  > dtc: upgrade 1.7.0 -> 1.7.2
  > bitbake: cooker: use enum for cooker state to improve readability
  > bitbake: server/xmlrpcserver: fix some warnings
  > bitbake: knotty: some small cleanups while I'm in here
  > bitbake: knotty: print an error if MACHINE is not set
  > cargo-c-native: update 0.10.3 -> 0.10.5
  > go-helloworld: update to latest revision
  > libpam: update 1.6.1 -> 1.7.0
  > libpipeline: update 1.5.7 -> 1.5.8
  > texinfo: update 7.1 -> 7.1.1
  > vulkan-samples: update to latest revision
  > pixman: update 0.42.2 -> 0.44.0
  > tiff: update 4.6.0 -> 4.7.0
  > webkitgtk: update 2.44.3 -> 2.46.4
  > libgit2: update 1.8.2 -> 1.8.4
  > utfcpp: update 4.0.5 -> 4.0.6
  > python3-maturin: update 1.7.1 -> 1.7.4
  > python3-markdown: update 3.6 -> 3.7
  > btrfs-tools: update 6.10.1 -> 6.11
  > xf86-video-fbdev: update 0.5.0 -> 0.5.1
  > swig: upgrade 4.2.1 -> 4.3.0
  > python3-dtc: update 1.7.0 -> 1.7.2
  > virglrenderer: upgrade 1.0.1 -> 1.1.0
  > cups: upgrade 2.4.10 -> 2.4.11
  > python3-beartype: upgrade 0.18.5 -> 0.19.0
  > elfutils: upgrade 0.191 -> 0.192
  > debugedit: upgrade 5.0 -> 5.1
  > pkg-config-native: pick additional search paths from $EXTRA_NATIVE_PKGCONFIG_PATH
  > cargo.bbclass: do not install libraries by default
  > gcr: drop obsolete autotools setting
  > meson.bbclass: enable qemu exe wrapper in nativesdk
  > barebox: add more common items into shared .inc with barebox-tools
  > mtd-utils: set PV directly in the recipe filename
  > maintainers.inc: unassign myself (don't panic!)
  > lib: oeqa: spdx: Add tests for extra options
  > lib: spdx: Fix SPDX_BUILD_HOST
  > classes: create-spdx: Fix variable dependencies
  > lib: sbom30: Fix agent reference
  > lib: sbom30: Fix import handling
  > lrzsz: update SRC_URI to avoid redirect
  > oeqa/gitarchive: Fix syntax warning
  > linux-yocto: add and use GPL-2.0-with-syscall-note license
  > meta/lib: move buildstats.py and rootfspostcommands.py into oe
  > qemu: set CVE-2024-6505 to fixed
  > lib: spdx30_tasks: Fix supplied By
  > systemd: remove custom rootlibexecdir and replace with nonarch_libdir
  > systemd: split long line in pkg_postinst
  > systemd: drop deprecated rootlibdir, rootprefix and split-usr options

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 12, 2024
…cale sources/meta-freescale-3rdparty sources/meta-openembedded sources/meta-qcom 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 82bb1d21...b2c43dbf (3):
  > lib/fvp: add name to terminal title in FVP runner
  > kas: corstone-1000: Update the SHA of the Yocto layer dependencies for the CORSTONE1000-2024.11 release.
  > arm-bsp/documentation: corstone1000: Amend documentation for CORSTONE1000-2024.11 release

* sources/meta-clang 147349b...b41b391 (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 7f045776...d7623ea2 (8):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2046 from Livius90/master
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2045 from hellhound94/topic/fix-script
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2044 from hellhound94/topic/fix-script
  > Merge pull request #2043 from YoeDistro/yoe/mut

* sources/meta-freescale-3rdparty bc2a12c...774ca54 (3):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #318 from dankm/dankm/unpackdir
  > Merge pull request #316 from svogl/master

* sources/meta-openembedded 907a061e9...f06cc2009 (49):
  > DO NOT MERGE: Add Github actions CI workflow
  > python3-prompt-toolkit: set the value of UPSTREAM_CHECK_PYPI_PACKAGE to enable version checking
  > python3-mlcommons-loadgen: update to version 5.0.0
  > python3-pdm: update to version 2.22.0
  > python3-cmake: update to version 3.31.1
  > python3-luma-oled: update to version 3.14.0
  > upower: add polkit PACKAGECONFIG option
  > upower: bump to 1.90.6
  > upower: use archive file in SRC_URI and fix UPSTREAM_CHECK_URI
  > python3-virtualenv: upgrade 20.26.5 -> 20.26.6
  > smarty: update 4.4.1 -> 4.5.5
  > vboxguestdrivers: update to 7.0.22
  > gvfs: update 1.56.0 -> 1.56.1
  > file-roller: update 44.3 -> 44.4
  > gnome-text-editor: update 47.0 -> 47.2
  > nautilus: update 47.0 -> 47.1
  > gnome-software: update 47.1 -> 47.2
  > gnome-shell: update 47.1 -> 47.2
  > mutter: update 47.1 -> 47.3
  > gnome-control-center: update 47.1.1 -> 47.2
  > pps-tools: backport a patch to fix prints
  > nginx: Upgrade mainline release version 1.27.1 -> 1.27.3
  > proftpd: set status of CVE-2001-0027
  > dash: set CVE_PRODUCT
  > gpiod-sysfs-proxy: new recipe
  > sip: Upgrade 6.8.6 -> 6.9.0
  > python3-pyhsslms: Add 2.0.0 recipe
  > canopenterm: 1.0.9 -> 1.0.10
  > vk-gl-cts: don't require networking to configure
  > vk-gl-cts: control what targets get built
  > vk-gl-cts: use cmake-qemu
  > vk-gl-cts: set the git tag regex for release checking
  > vk-gl-cts: fix EXTRA_OECMAKE
  > syzkaller: network in compile is not needed
  > etcd: don't set UPSTREAM_CHECK_COMMITS
  > lxdm: drop debug-tweaks
  > canopenterm: update to version 1.0.9
  > pocketpy: update to version 2.0.3
  > mariadb: Ensure compatibility with ARMv9 by updating .arch directive
  > openhpi: explicitly disable ov-rest plugin
  > libspelling: update 0.4.2 -> 0.4.5
  > wireplumber: update 0.5.6 -> 0.5.7
  > pipewire: update 1.2.6 -> 1.2.7
  > python3-gpiod: don't recommend kernel-module-configfs for ptest
  > python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest
  > libgpiod: minimize intra-recipe dependencies for ptest
  > xfstests: add missing run-time dependencies
  > gthumb: update 3.12.4 -> 3.12.6
  > pam-radius: add recipe

* sources/meta-qcom fc029c4...210c102 (19):
  > Merge pull request #689 from ricardosalveti/esp-qcom-image
  > Merge pull request #692 from chirag-jn/readme-improve
  > Merge pull request #688 from chirag-jn/readme
  > Merge pull request #687 from chirag-jn/qdl-2024-12
  > Merge pull request #685 from lumag/drop-extras
  > Merge pull request #684 from ndechesne/yocto-check-layer-fix
  > Merge pull request #683 from ndechesne/fix-patch-tag
  > Merge pull request #682 from lumag/drop-legacy
  > Merge pull request #681 from lumag/drop-extras
  > Merge pull request #679 from lumag/update-dsp-binaries
  > Merge pull request #678 from lumag/x1e80100-drop-audio-fw
  > Merge pull request #674 from lumag/hexagon-dsp-binaries
  > Merge pull request #677 from lumag/no-debug-tweaks
  > Merge pull request #676 from lumag/add-styhead
  > Merge pull request #673 from lumag/fix-rb3gen2-firmware
  > Merge pull request #669 from olasnap/oj/optional-rootfs-arg
  > Merge pull request #664 from lumag/wcn3990
  > Merge pull request #667 from ricardosalveti/master
  > Merge pull request #666 from ndechesne/uki

* sources/meta-qt6 2c53920...ef54259 (20):
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 1aeda3f...29daee0 (3):
  > SECURITY.md: Add instructions for reporting security issues
  > linux: Enable CONFIG_I2C_BRCMSTB for proper HDMI I2C support
  > extra-build-config.md: added a white line

* sources/meta-riscv e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* sources/meta-swupdate 01dbc76...efd4c20 (11):
  < 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 55708dbc...12df4c32 (3):
  > linux-yocto: add patch to fix compatibility with nvbootctrl
  > edk2-firmware-tegra: add backported patch for cpp issue
  > tegra-binaries: refactor per-SoC vs. common deb package handling

* sources/meta-ti c46f49d3...039f523a (7):
  > CI/CD Auto-Merger: cicd.master.202412101025
  > u-boot: Add patch to use SWIG_AppendOutput
  > conf: layer.conf: Drop scarthgap from LAYERSERIES_COMPAT
  > conf: machine: am62xx-lp-evm: Add PWM overlays
  > ti-ipc: mark as incompatible with non-Linux builds
  > conf: machine: am62pxx: Pick overlays for V3Link cameras
  > ti-ipc-examples: Remove DSP/BIOS IPC examples

* sources/meta-variscite-bsp 96a2781...abef3cf (50):
  < 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 f5a2ea77ca...a075bd0da7 (135):
  > clang: Upgrade to 19.1.5
  > 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
  > systemd: actively disable Predictable Network Interface Names if !pni-names
  > linux-firmware: package firmware for Qualcomm AIC100 and QDU100
  > linux-firmware: upgrade 20241110 -> 20241210
  > sysvinit: upgrade 3.04 -> 3.11
  > maintainers.inc: add self for meson, python3 recipes
  > ovmf: update 202408 -> 202411
  > librsvg: update 2.58.2 -> 2.59.2
  > maintainers.inc: Update maintainer for pseudo and rpm
  > scripts/devtool: use bb.util.listtasks instead of __BBTASKS
  > classes/utility-tasks: port do_listtasks to use bb.build.listtasks
  > cargo-c: convert to target recipe
  > rpm: replace use of rpm2cpio with rpm2archive
  > rpm: update 4.19.1.1 -> 4.20.0
  > systemd-compat-units: execute postinst on target
  > base.bbclass: fix RRECOMMENDS extend issue for multilib
  > oeqa/selftest: Fix failure when configuration contains BBLAYERS:append
  > spdx 3.0: Rework how SPDX aliases are linked
  > classes-global/insane: Handle case where RPROVIDER is also a provider
  > vte: upgrade 0.78.1 -> 0.78.2
  > ttyrun: upgrade 2.35.0 -> 2.36.0
  > sudo: upgrade 1.9.16p1 -> 1.9.16p2
  > stress-ng: upgrade 0.18.06 -> 0.18.07
  > sqlite3: upgrade 3.47.0 -> 3.47.2
  > re2c: upgrade 4.0 -> 4.0.1
  > pixman: upgrade 0.44.0 -> 0.44.2
  > llvm: upgrade 19.1.4 -> 19.1.5
  > libsdl2: upgrade 2.30.9 -> 2.30.10
  > libdrm: upgrade 2.4.123 -> 2.4.124
  > kexec-tools: upgrade 2.0.29 -> 2.0.30
  > hwdata: upgrade 0.389 -> 0.390
  > gstreamer1.0: upgrade 1.24.9 -> 1.24.10
  > gnupg: upgrade 2.5.1 -> 2.5.2
  > git: upgrade 2.47.0 -> 2.47.1
  > ell: upgrade 0.70 -> 0.71
  > btrfs-tools: upgrade 6.11 -> 6.12
  > bash-completion: upgrade 2.14.0 -> 2.15.0
  > yocto-bsp: drop 6.10 bbappend
  > poky/poky-tiny: update default to v6.12
  > linux-yocto: drop 6.10
  > linux-yocto/6.12: introduce v6.12 reference kernel
  > linux-yocto/6.6: update to v6.6.64
  > linux-yocto/6.6: update to v6.6.63
  > python3-iniparse: remove recipe
  > musl: Update riscv syscalls till 6.10 kernel
  > openssl: Fix build on risc64/musl
  > ffmpeg: Fix RISCV build
  > scripts/install-buildtools: preserve formatting in the help message
  > libsecret: add pam support depending on DISTRO_FEATURES
  > toolchain-shar-relocate.sh: fix the replacing commands
  > inetutils: increase alternative priority for hostname
  > shadow: use update-alternatives to handle su.1 and nologin.8
  > qemurunner: Fix stack trace generation in exception handler
  > tiff: set status for CVEs firx in 4.7.0
  > tiff: remove status for CVE-2023-3164
  > libssh2: remove status for CVE-2023-48795
  > elfutils: backport a fix for libeu objects missing in libelf.a
  > libpam: add packageconfig for selinux
  > Revert "uboot-sign: fix U-Boot binary with public key"
  > bitbake: parse: add support for 'addfragments' directive
  > bitbake: parse/ConfHandler: allow / in variable flags
  > libtool: update 2.5.2 -> 2.5.4
  > dtc: upgrade 1.7.0 -> 1.7.2
  > bitbake: cooker: use enum for cooker state to improve readability
  > bitbake: server/xmlrpcserver: fix some warnings
  > bitbake: knotty: some small cleanups while I'm in here
  > bitbake: knotty: print an error if MACHINE is not set
  > cargo-c-native: update 0.10.3 -> 0.10.5
  > go-helloworld: update to latest revision
  > libpam: update 1.6.1 -> 1.7.0
  > libpipeline: update 1.5.7 -> 1.5.8
  > texinfo: update 7.1 -> 7.1.1
  > vulkan-samples: update to latest revision
  > pixman: update 0.42.2 -> 0.44.0
  > tiff: update 4.6.0 -> 4.7.0
  > webkitgtk: update 2.44.3 -> 2.46.4
  > libgit2: update 1.8.2 -> 1.8.4
  > utfcpp: update 4.0.5 -> 4.0.6
  > python3-maturin: update 1.7.1 -> 1.7.4
  > python3-markdown: update 3.6 -> 3.7
  > btrfs-tools: update 6.10.1 -> 6.11
  > xf86-video-fbdev: update 0.5.0 -> 0.5.1
  > swig: upgrade 4.2.1 -> 4.3.0
  > python3-dtc: update 1.7.0 -> 1.7.2
  > virglrenderer: upgrade 1.0.1 -> 1.1.0
  > cups: upgrade 2.4.10 -> 2.4.11
  > python3-beartype: upgrade 0.18.5 -> 0.19.0
  > elfutils: upgrade 0.191 -> 0.192
  > debugedit: upgrade 5.0 -> 5.1
  > pkg-config-native: pick additional search paths from $EXTRA_NATIVE_PKGCONFIG_PATH
  > cargo.bbclass: do not install libraries by default
  > gcr: drop obsolete autotools setting
  > meson.bbclass: enable qemu exe wrapper in nativesdk
  > barebox: add more common items into shared .inc with barebox-tools
  > mtd-utils: set PV directly in the recipe filename
  > maintainers.inc: unassign myself (don't panic!)
  > lib: oeqa: spdx: Add tests for extra options
  > lib: spdx: Fix SPDX_BUILD_HOST
  > classes: create-spdx: Fix variable dependencies
  > lib: sbom30: Fix agent reference
  > lib: sbom30: Fix import handling
  > lrzsz: update SRC_URI to avoid redirect
  > oeqa/gitarchive: Fix syntax warning
  > linux-yocto: add and use GPL-2.0-with-syscall-note license
  > meta/lib: move buildstats.py and rootfspostcommands.py into oe
  > qemu: set CVE-2024-6505 to fixed
  > lib: spdx30_tasks: Fix supplied By
  > systemd: remove custom rootlibexecdir and replace with nonarch_libdir
  > systemd: split long line in pkg_postinst
  > systemd: drop deprecated rootlibdir, rootprefix and split-usr options

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 13, 2024
…cale sources/meta-freescale-3rdparty sources/meta-openembedded sources/meta-qcom 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 82bb1d21...b2c43dbf (3):
  > lib/fvp: add name to terminal title in FVP runner
  > kas: corstone-1000: Update the SHA of the Yocto layer dependencies for the CORSTONE1000-2024.11 release.
  > arm-bsp/documentation: corstone1000: Amend documentation for CORSTONE1000-2024.11 release

* sources/meta-clang 147349b...b41b391 (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 7f045776...d7623ea2 (8):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2046 from Livius90/master
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2045 from hellhound94/topic/fix-script
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2044 from hellhound94/topic/fix-script
  > Merge pull request #2043 from YoeDistro/yoe/mut

* sources/meta-freescale-3rdparty bc2a12c...774ca54 (3):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #318 from dankm/dankm/unpackdir
  > Merge pull request #316 from svogl/master

* sources/meta-openembedded 907a061e9...e4dc81867 (55):
  > DO NOT MERGE: Add Github actions CI workflow
  > lvm2: Remove a lingering reference to ${PN}-udevrules
  > tclap: use most recent version
  > bridge-utils: add CVE_PRODUCT
  > vbxguestdrivers: upgrade 7.0.22 -> 7.1.4
  > python3-ipython: update to version 8.30.0
  > python3-janus: update to version 1.1.0
  > python3-prompt-toolkit: set the value of UPSTREAM_CHECK_PYPI_PACKAGE to enable version checking
  > python3-mlcommons-loadgen: update to version 5.0.0
  > python3-pdm: update to version 2.22.0
  > python3-cmake: update to version 3.31.1
  > python3-luma-oled: update to version 3.14.0
  > upower: add polkit PACKAGECONFIG option
  > upower: bump to 1.90.6
  > upower: use archive file in SRC_URI and fix UPSTREAM_CHECK_URI
  > python3-virtualenv: upgrade 20.26.5 -> 20.26.6
  > smarty: update 4.4.1 -> 4.5.5
  > vboxguestdrivers: update to 7.0.22
  > gvfs: update 1.56.0 -> 1.56.1
  > file-roller: update 44.3 -> 44.4
  > gnome-text-editor: update 47.0 -> 47.2
  > nautilus: update 47.0 -> 47.1
  > gnome-software: update 47.1 -> 47.2
  > gnome-shell: update 47.1 -> 47.2
  > mutter: update 47.1 -> 47.3
  > gnome-control-center: update 47.1.1 -> 47.2
  > pps-tools: backport a patch to fix prints
  > nginx: Upgrade mainline release version 1.27.1 -> 1.27.3
  > proftpd: set status of CVE-2001-0027
  > dash: set CVE_PRODUCT
  > gpiod-sysfs-proxy: new recipe
  > sip: Upgrade 6.8.6 -> 6.9.0
  > python3-pyhsslms: Add 2.0.0 recipe
  > canopenterm: 1.0.9 -> 1.0.10
  > vk-gl-cts: don't require networking to configure
  > vk-gl-cts: control what targets get built
  > vk-gl-cts: use cmake-qemu
  > vk-gl-cts: set the git tag regex for release checking
  > vk-gl-cts: fix EXTRA_OECMAKE
  > syzkaller: network in compile is not needed
  > etcd: don't set UPSTREAM_CHECK_COMMITS
  > lxdm: drop debug-tweaks
  > canopenterm: update to version 1.0.9
  > pocketpy: update to version 2.0.3
  > mariadb: Ensure compatibility with ARMv9 by updating .arch directive
  > openhpi: explicitly disable ov-rest plugin
  > libspelling: update 0.4.2 -> 0.4.5
  > wireplumber: update 0.5.6 -> 0.5.7
  > pipewire: update 1.2.6 -> 1.2.7
  > python3-gpiod: don't recommend kernel-module-configfs for ptest
  > python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest
  > libgpiod: minimize intra-recipe dependencies for ptest
  > xfstests: add missing run-time dependencies
  > gthumb: update 3.12.4 -> 3.12.6
  > pam-radius: add recipe

* sources/meta-qcom fc029c4...210c102 (19):
  > Merge pull request #689 from ricardosalveti/esp-qcom-image
  > Merge pull request #692 from chirag-jn/readme-improve
  > Merge pull request #688 from chirag-jn/readme
  > Merge pull request #687 from chirag-jn/qdl-2024-12
  > Merge pull request #685 from lumag/drop-extras
  > Merge pull request #684 from ndechesne/yocto-check-layer-fix
  > Merge pull request #683 from ndechesne/fix-patch-tag
  > Merge pull request #682 from lumag/drop-legacy
  > Merge pull request #681 from lumag/drop-extras
  > Merge pull request #679 from lumag/update-dsp-binaries
  > Merge pull request #678 from lumag/x1e80100-drop-audio-fw
  > Merge pull request #674 from lumag/hexagon-dsp-binaries
  > Merge pull request #677 from lumag/no-debug-tweaks
  > Merge pull request #676 from lumag/add-styhead
  > Merge pull request #673 from lumag/fix-rb3gen2-firmware
  > Merge pull request #669 from olasnap/oj/optional-rootfs-arg
  > Merge pull request #664 from lumag/wcn3990
  > Merge pull request #667 from ricardosalveti/master
  > Merge pull request #666 from ndechesne/uki

* sources/meta-qt6 2c53920...897b24a (21):
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > qtbase: always build linuxfb platform plugin
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 1aeda3f...a2f8a64 (5):
  > SECURITY.md: Add instructions for reporting security issues
  > rpi-base: Remove bcm2712-rpi-5-b.dtb from RPI_KERNEL_DEVICETREE target
  > linux-raspberrypi-6.6: Upgrade to 6.6.63
  > linux: Enable CONFIG_I2C_BRCMSTB for proper HDMI I2C support
  > extra-build-config.md: added a white line

* sources/meta-riscv e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* sources/meta-swupdate 01dbc76...efd4c20 (11):
  < 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 55708dbc...12df4c32 (3):
  > linux-yocto: add patch to fix compatibility with nvbootctrl
  > edk2-firmware-tegra: add backported patch for cpp issue
  > tegra-binaries: refactor per-SoC vs. common deb package handling

* sources/meta-ti c46f49d3...039f523a (7):
  > CI/CD Auto-Merger: cicd.master.202412101025
  > u-boot: Add patch to use SWIG_AppendOutput
  > conf: layer.conf: Drop scarthgap from LAYERSERIES_COMPAT
  > conf: machine: am62xx-lp-evm: Add PWM overlays
  > ti-ipc: mark as incompatible with non-Linux builds
  > conf: machine: am62pxx: Pick overlays for V3Link cameras
  > ti-ipc-examples: Remove DSP/BIOS IPC examples

* sources/meta-variscite-bsp 96a2781...abef3cf (50):
  < 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 f5a2ea77ca...6371d1ee4e (153):
  > clang: Upgrade to 19.1.5
  > 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
  > linux-yocto: enable linux 6.12 for genericarm64
  > scripts/install-buildtools: Update to 5.1.1
  > binutils: Fix CVE-2024-53589
  > barebox: upgrade 2024.10.0 -> 2024.12.0
  > curl: upgrade 8.11.0 -> 8.11.1
  > curl: upgrade 8.10.1 -> 8.11.0
  > gcc: Fix c++: tweak for Wrange-loop-construct
  > icecc: don't use KERNEL_CC during set_icecc_env
  > icecc: convert set_icecc_env to python prefuncs
  > bitbake-config-build: add a plugin for config fragments
  > bitbake.conf: add an addfragments directive for oe-core and dependent layers
  > bitbake: bitbake-config-build: add an alias to bitbake-layers
  > bitbake: lib/bb/tests: use bb.build.listtasks() instead of __BBTASKS
  > bitbake: bitbake-user-manual-metadata: add a section about 'addfragments`
  > bitbake: bitbake: parse: add support for flagged fragment variables
  > pixman: remove long-obsolete patch
  > linux-yoto/6.12: bsp/genericarm64: fix configuration warning
  > linux-yocto: tweak cve exclusions files
  > systemd: actively disable Predictable Network Interface Names if !pni-names
  > linux-firmware: package firmware for Qualcomm AIC100 and QDU100
  > linux-firmware: upgrade 20241110 -> 20241210
  > sysvinit: upgrade 3.04 -> 3.11
  > maintainers.inc: add self for meson, python3 recipes
  > ovmf: update 202408 -> 202411
  > librsvg: update 2.58.2 -> 2.59.2
  > maintainers.inc: Update maintainer for pseudo and rpm
  > scripts/devtool: use bb.util.listtasks instead of __BBTASKS
  > classes/utility-tasks: port do_listtasks to use bb.build.listtasks
  > cargo-c: convert to target recipe
  > rpm: replace use of rpm2cpio with rpm2archive
  > rpm: update 4.19.1.1 -> 4.20.0
  > systemd-compat-units: execute postinst on target
  > base.bbclass: fix RRECOMMENDS extend issue for multilib
  > oeqa/selftest: Fix failure when configuration contains BBLAYERS:append
  > spdx 3.0: Rework how SPDX aliases are linked
  > classes-global/insane: Handle case where RPROVIDER is also a provider
  > vte: upgrade 0.78.1 -> 0.78.2
  > ttyrun: upgrade 2.35.0 -> 2.36.0
  > sudo: upgrade 1.9.16p1 -> 1.9.16p2
  > stress-ng: upgrade 0.18.06 -> 0.18.07
  > sqlite3: upgrade 3.47.0 -> 3.47.2
  > re2c: upgrade 4.0 -> 4.0.1
  > pixman: upgrade 0.44.0 -> 0.44.2
  > llvm: upgrade 19.1.4 -> 19.1.5
  > libsdl2: upgrade 2.30.9 -> 2.30.10
  > libdrm: upgrade 2.4.123 -> 2.4.124
  > kexec-tools: upgrade 2.0.29 -> 2.0.30
  > hwdata: upgrade 0.389 -> 0.390
  > gstreamer1.0: upgrade 1.24.9 -> 1.24.10
  > gnupg: upgrade 2.5.1 -> 2.5.2
  > git: upgrade 2.47.0 -> 2.47.1
  > ell: upgrade 0.70 -> 0.71
  > btrfs-tools: upgrade 6.11 -> 6.12
  > bash-completion: upgrade 2.14.0 -> 2.15.0
  > yocto-bsp: drop 6.10 bbappend
  > poky/poky-tiny: update default to v6.12
  > linux-yocto: drop 6.10
  > linux-yocto/6.12: introduce v6.12 reference kernel
  > linux-yocto/6.6: update to v6.6.64
  > linux-yocto/6.6: update to v6.6.63
  > python3-iniparse: remove recipe
  > musl: Update riscv syscalls till 6.10 kernel
  > openssl: Fix build on risc64/musl
  > ffmpeg: Fix RISCV build
  > scripts/install-buildtools: preserve formatting in the help message
  > libsecret: add pam support depending on DISTRO_FEATURES
  > toolchain-shar-relocate.sh: fix the replacing commands
  > inetutils: increase alternative priority for hostname
  > shadow: use update-alternatives to handle su.1 and nologin.8
  > qemurunner: Fix stack trace generation in exception handler
  > tiff: set status for CVEs firx in 4.7.0
  > tiff: remove status for CVE-2023-3164
  > libssh2: remove status for CVE-2023-48795
  > elfutils: backport a fix for libeu objects missing in libelf.a
  > libpam: add packageconfig for selinux
  > Revert "uboot-sign: fix U-Boot binary with public key"
  > bitbake: parse: add support for 'addfragments' directive
  > bitbake: parse/ConfHandler: allow / in variable flags
  > libtool: update 2.5.2 -> 2.5.4
  > dtc: upgrade 1.7.0 -> 1.7.2
  > bitbake: cooker: use enum for cooker state to improve readability
  > bitbake: server/xmlrpcserver: fix some warnings
  > bitbake: knotty: some small cleanups while I'm in here
  > bitbake: knotty: print an error if MACHINE is not set
  > cargo-c-native: update 0.10.3 -> 0.10.5
  > go-helloworld: update to latest revision
  > libpam: update 1.6.1 -> 1.7.0
  > libpipeline: update 1.5.7 -> 1.5.8
  > texinfo: update 7.1 -> 7.1.1
  > vulkan-samples: update to latest revision
  > pixman: update 0.42.2 -> 0.44.0
  > tiff: update 4.6.0 -> 4.7.0
  > webkitgtk: update 2.44.3 -> 2.46.4
  > libgit2: update 1.8.2 -> 1.8.4
  > utfcpp: update 4.0.5 -> 4.0.6
  > python3-maturin: update 1.7.1 -> 1.7.4
  > python3-markdown: update 3.6 -> 3.7
  > btrfs-tools: update 6.10.1 -> 6.11
  > xf86-video-fbdev: update 0.5.0 -> 0.5.1
  > swig: upgrade 4.2.1 -> 4.3.0
  > python3-dtc: update 1.7.0 -> 1.7.2
  > virglrenderer: upgrade 1.0.1 -> 1.1.0
  > cups: upgrade 2.4.10 -> 2.4.11
  > python3-beartype: upgrade 0.18.5 -> 0.19.0
  > elfutils: upgrade 0.191 -> 0.192
  > debugedit: upgrade 5.0 -> 5.1
  > pkg-config-native: pick additional search paths from $EXTRA_NATIVE_PKGCONFIG_PATH
  > cargo.bbclass: do not install libraries by default
  > gcr: drop obsolete autotools setting
  > meson.bbclass: enable qemu exe wrapper in nativesdk
  > barebox: add more common items into shared .inc with barebox-tools
  > mtd-utils: set PV directly in the recipe filename
  > maintainers.inc: unassign myself (don't panic!)
  > lib: oeqa: spdx: Add tests for extra options
  > lib: spdx: Fix SPDX_BUILD_HOST
  > classes: create-spdx: Fix variable dependencies
  > lib: sbom30: Fix agent reference
  > lib: sbom30: Fix import handling
  > lrzsz: update SRC_URI to avoid redirect
  > oeqa/gitarchive: Fix syntax warning
  > linux-yocto: add and use GPL-2.0-with-syscall-note license
  > meta/lib: move buildstats.py and rootfspostcommands.py into oe
  > qemu: set CVE-2024-6505 to fixed
  > lib: spdx30_tasks: Fix supplied By
  > systemd: remove custom rootlibexecdir and replace with nonarch_libdir
  > systemd: split long line in pkg_postinst
  > systemd: drop deprecated rootlibdir, rootprefix and split-usr options

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 14, 2024
…cale sources/meta-freescale-3rdparty sources/meta-openembedded sources/meta-qcom 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 82bb1d21...b2c43dbf (3):
  > lib/fvp: add name to terminal title in FVP runner
  > kas: corstone-1000: Update the SHA of the Yocto layer dependencies for the CORSTONE1000-2024.11 release.
  > arm-bsp/documentation: corstone1000: Amend documentation for CORSTONE1000-2024.11 release

* sources/meta-clang 147349b...b41b391 (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 7f045776...5f4f40ba (8):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2046 from Livius90/master
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2045 from hellhound94/topic/fix-script
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2044 from hellhound94/topic/fix-script
  > Merge pull request #2043 from YoeDistro/yoe/mut

* sources/meta-freescale-3rdparty bc2a12c...3fb3a98 (4):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #318 from dankm/dankm/unpackdir
  > Merge pull request #316 from svogl/master

* sources/meta-openembedded 907a061e9...cf28e1c50 (56):
  > DO NOT MERGE: Add Github actions CI workflow
  > python3-libusb1: rename recipe to reflect the python version and update to use pypi
  > lvm2: Remove a lingering reference to ${PN}-udevrules
  > tclap: use most recent version
  > bridge-utils: add CVE_PRODUCT
  > vbxguestdrivers: upgrade 7.0.22 -> 7.1.4
  > python3-ipython: update to version 8.30.0
  > python3-janus: update to version 1.1.0
  > python3-prompt-toolkit: set the value of UPSTREAM_CHECK_PYPI_PACKAGE to enable version checking
  > python3-mlcommons-loadgen: update to version 5.0.0
  > python3-pdm: update to version 2.22.0
  > python3-cmake: update to version 3.31.1
  > python3-luma-oled: update to version 3.14.0
  > upower: add polkit PACKAGECONFIG option
  > upower: bump to 1.90.6
  > upower: use archive file in SRC_URI and fix UPSTREAM_CHECK_URI
  > python3-virtualenv: upgrade 20.26.5 -> 20.26.6
  > smarty: update 4.4.1 -> 4.5.5
  > vboxguestdrivers: update to 7.0.22
  > gvfs: update 1.56.0 -> 1.56.1
  > file-roller: update 44.3 -> 44.4
  > gnome-text-editor: update 47.0 -> 47.2
  > nautilus: update 47.0 -> 47.1
  > gnome-software: update 47.1 -> 47.2
  > gnome-shell: update 47.1 -> 47.2
  > mutter: update 47.1 -> 47.3
  > gnome-control-center: update 47.1.1 -> 47.2
  > pps-tools: backport a patch to fix prints
  > nginx: Upgrade mainline release version 1.27.1 -> 1.27.3
  > proftpd: set status of CVE-2001-0027
  > dash: set CVE_PRODUCT
  > gpiod-sysfs-proxy: new recipe
  > sip: Upgrade 6.8.6 -> 6.9.0
  > python3-pyhsslms: Add 2.0.0 recipe
  > canopenterm: 1.0.9 -> 1.0.10
  > vk-gl-cts: don't require networking to configure
  > vk-gl-cts: control what targets get built
  > vk-gl-cts: use cmake-qemu
  > vk-gl-cts: set the git tag regex for release checking
  > vk-gl-cts: fix EXTRA_OECMAKE
  > syzkaller: network in compile is not needed
  > etcd: don't set UPSTREAM_CHECK_COMMITS
  > lxdm: drop debug-tweaks
  > canopenterm: update to version 1.0.9
  > pocketpy: update to version 2.0.3
  > mariadb: Ensure compatibility with ARMv9 by updating .arch directive
  > openhpi: explicitly disable ov-rest plugin
  > libspelling: update 0.4.2 -> 0.4.5
  > wireplumber: update 0.5.6 -> 0.5.7
  > pipewire: update 1.2.6 -> 1.2.7
  > python3-gpiod: don't recommend kernel-module-configfs for ptest
  > python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest
  > libgpiod: minimize intra-recipe dependencies for ptest
  > xfstests: add missing run-time dependencies
  > gthumb: update 3.12.4 -> 3.12.6
  > pam-radius: add recipe

* sources/meta-qcom fc029c4...210c102 (19):
  > Merge pull request #689 from ricardosalveti/esp-qcom-image
  > Merge pull request #692 from chirag-jn/readme-improve
  > Merge pull request #688 from chirag-jn/readme
  > Merge pull request #687 from chirag-jn/qdl-2024-12
  > Merge pull request #685 from lumag/drop-extras
  > Merge pull request #684 from ndechesne/yocto-check-layer-fix
  > Merge pull request #683 from ndechesne/fix-patch-tag
  > Merge pull request #682 from lumag/drop-legacy
  > Merge pull request #681 from lumag/drop-extras
  > Merge pull request #679 from lumag/update-dsp-binaries
  > Merge pull request #678 from lumag/x1e80100-drop-audio-fw
  > Merge pull request #674 from lumag/hexagon-dsp-binaries
  > Merge pull request #677 from lumag/no-debug-tweaks
  > Merge pull request #676 from lumag/add-styhead
  > Merge pull request #673 from lumag/fix-rb3gen2-firmware
  > Merge pull request #669 from olasnap/oj/optional-rootfs-arg
  > Merge pull request #664 from lumag/wcn3990
  > Merge pull request #667 from ricardosalveti/master
  > Merge pull request #666 from ndechesne/uki

* sources/meta-qt6 2c53920...897b24a (21):
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > qtbase: always build linuxfb platform plugin
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 1aeda3f...97d7a6b (6):
  > picamera-libs: removed unused libraries from python3-picamera
  > SECURITY.md: Add instructions for reporting security issues
  > rpi-base: Remove bcm2712-rpi-5-b.dtb from RPI_KERNEL_DEVICETREE target
  > linux-raspberrypi-6.6: Upgrade to 6.6.63
  > linux: Enable CONFIG_I2C_BRCMSTB for proper HDMI I2C support
  > extra-build-config.md: added a white line

* sources/meta-riscv e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* sources/meta-swupdate 01dbc76...efd4c20 (11):
  < 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 55708dbc...12df4c32 (3):
  > linux-yocto: add patch to fix compatibility with nvbootctrl
  > edk2-firmware-tegra: add backported patch for cpp issue
  > tegra-binaries: refactor per-SoC vs. common deb package handling

* sources/meta-ti c46f49d3...57da6c15 (8):
  > CI/CD Auto-Merger: cicd.master.202412130100
  > CI/CD Auto-Merger: cicd.master.202412101025
  > u-boot: Add patch to use SWIG_AppendOutput
  > conf: layer.conf: Drop scarthgap from LAYERSERIES_COMPAT
  > conf: machine: am62xx-lp-evm: Add PWM overlays
  > ti-ipc: mark as incompatible with non-Linux builds
  > conf: machine: am62pxx: Pick overlays for V3Link cameras
  > ti-ipc-examples: Remove DSP/BIOS IPC examples

* sources/meta-variscite-bsp 96a2781...abef3cf (50):
  < 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 f5a2ea77ca...6371d1ee4e (153):
  > clang: Upgrade to 19.1.5
  > 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
  > linux-yocto: enable linux 6.12 for genericarm64
  > scripts/install-buildtools: Update to 5.1.1
  > binutils: Fix CVE-2024-53589
  > barebox: upgrade 2024.10.0 -> 2024.12.0
  > curl: upgrade 8.11.0 -> 8.11.1
  > curl: upgrade 8.10.1 -> 8.11.0
  > gcc: Fix c++: tweak for Wrange-loop-construct
  > icecc: don't use KERNEL_CC during set_icecc_env
  > icecc: convert set_icecc_env to python prefuncs
  > bitbake-config-build: add a plugin for config fragments
  > bitbake.conf: add an addfragments directive for oe-core and dependent layers
  > bitbake: bitbake-config-build: add an alias to bitbake-layers
  > bitbake: lib/bb/tests: use bb.build.listtasks() instead of __BBTASKS
  > bitbake: bitbake-user-manual-metadata: add a section about 'addfragments`
  > bitbake: bitbake: parse: add support for flagged fragment variables
  > pixman: remove long-obsolete patch
  > linux-yoto/6.12: bsp/genericarm64: fix configuration warning
  > linux-yocto: tweak cve exclusions files
  > systemd: actively disable Predictable Network Interface Names if !pni-names
  > linux-firmware: package firmware for Qualcomm AIC100 and QDU100
  > linux-firmware: upgrade 20241110 -> 20241210
  > sysvinit: upgrade 3.04 -> 3.11
  > maintainers.inc: add self for meson, python3 recipes
  > ovmf: update 202408 -> 202411
  > librsvg: update 2.58.2 -> 2.59.2
  > maintainers.inc: Update maintainer for pseudo and rpm
  > scripts/devtool: use bb.util.listtasks instead of __BBTASKS
  > classes/utility-tasks: port do_listtasks to use bb.build.listtasks
  > cargo-c: convert to target recipe
  > rpm: replace use of rpm2cpio with rpm2archive
  > rpm: update 4.19.1.1 -> 4.20.0
  > systemd-compat-units: execute postinst on target
  > base.bbclass: fix RRECOMMENDS extend issue for multilib
  > oeqa/selftest: Fix failure when configuration contains BBLAYERS:append
  > spdx 3.0: Rework how SPDX aliases are linked
  > classes-global/insane: Handle case where RPROVIDER is also a provider
  > vte: upgrade 0.78.1 -> 0.78.2
  > ttyrun: upgrade 2.35.0 -> 2.36.0
  > sudo: upgrade 1.9.16p1 -> 1.9.16p2
  > stress-ng: upgrade 0.18.06 -> 0.18.07
  > sqlite3: upgrade 3.47.0 -> 3.47.2
  > re2c: upgrade 4.0 -> 4.0.1
  > pixman: upgrade 0.44.0 -> 0.44.2
  > llvm: upgrade 19.1.4 -> 19.1.5
  > libsdl2: upgrade 2.30.9 -> 2.30.10
  > libdrm: upgrade 2.4.123 -> 2.4.124
  > kexec-tools: upgrade 2.0.29 -> 2.0.30
  > hwdata: upgrade 0.389 -> 0.390
  > gstreamer1.0: upgrade 1.24.9 -> 1.24.10
  > gnupg: upgrade 2.5.1 -> 2.5.2
  > git: upgrade 2.47.0 -> 2.47.1
  > ell: upgrade 0.70 -> 0.71
  > btrfs-tools: upgrade 6.11 -> 6.12
  > bash-completion: upgrade 2.14.0 -> 2.15.0
  > yocto-bsp: drop 6.10 bbappend
  > poky/poky-tiny: update default to v6.12
  > linux-yocto: drop 6.10
  > linux-yocto/6.12: introduce v6.12 reference kernel
  > linux-yocto/6.6: update to v6.6.64
  > linux-yocto/6.6: update to v6.6.63
  > python3-iniparse: remove recipe
  > musl: Update riscv syscalls till 6.10 kernel
  > openssl: Fix build on risc64/musl
  > ffmpeg: Fix RISCV build
  > scripts/install-buildtools: preserve formatting in the help message
  > libsecret: add pam support depending on DISTRO_FEATURES
  > toolchain-shar-relocate.sh: fix the replacing commands
  > inetutils: increase alternative priority for hostname
  > shadow: use update-alternatives to handle su.1 and nologin.8
  > qemurunner: Fix stack trace generation in exception handler
  > tiff: set status for CVEs firx in 4.7.0
  > tiff: remove status for CVE-2023-3164
  > libssh2: remove status for CVE-2023-48795
  > elfutils: backport a fix for libeu objects missing in libelf.a
  > libpam: add packageconfig for selinux
  > Revert "uboot-sign: fix U-Boot binary with public key"
  > bitbake: parse: add support for 'addfragments' directive
  > bitbake: parse/ConfHandler: allow / in variable flags
  > libtool: update 2.5.2 -> 2.5.4
  > dtc: upgrade 1.7.0 -> 1.7.2
  > bitbake: cooker: use enum for cooker state to improve readability
  > bitbake: server/xmlrpcserver: fix some warnings
  > bitbake: knotty: some small cleanups while I'm in here
  > bitbake: knotty: print an error if MACHINE is not set
  > cargo-c-native: update 0.10.3 -> 0.10.5
  > go-helloworld: update to latest revision
  > libpam: update 1.6.1 -> 1.7.0
  > libpipeline: update 1.5.7 -> 1.5.8
  > texinfo: update 7.1 -> 7.1.1
  > vulkan-samples: update to latest revision
  > pixman: update 0.42.2 -> 0.44.0
  > tiff: update 4.6.0 -> 4.7.0
  > webkitgtk: update 2.44.3 -> 2.46.4
  > libgit2: update 1.8.2 -> 1.8.4
  > utfcpp: update 4.0.5 -> 4.0.6
  > python3-maturin: update 1.7.1 -> 1.7.4
  > python3-markdown: update 3.6 -> 3.7
  > btrfs-tools: update 6.10.1 -> 6.11
  > xf86-video-fbdev: update 0.5.0 -> 0.5.1
  > swig: upgrade 4.2.1 -> 4.3.0
  > python3-dtc: update 1.7.0 -> 1.7.2
  > virglrenderer: upgrade 1.0.1 -> 1.1.0
  > cups: upgrade 2.4.10 -> 2.4.11
  > python3-beartype: upgrade 0.18.5 -> 0.19.0
  > elfutils: upgrade 0.191 -> 0.192
  > debugedit: upgrade 5.0 -> 5.1
  > pkg-config-native: pick additional search paths from $EXTRA_NATIVE_PKGCONFIG_PATH
  > cargo.bbclass: do not install libraries by default
  > gcr: drop obsolete autotools setting
  > meson.bbclass: enable qemu exe wrapper in nativesdk
  > barebox: add more common items into shared .inc with barebox-tools
  > mtd-utils: set PV directly in the recipe filename
  > maintainers.inc: unassign myself (don't panic!)
  > lib: oeqa: spdx: Add tests for extra options
  > lib: spdx: Fix SPDX_BUILD_HOST
  > classes: create-spdx: Fix variable dependencies
  > lib: sbom30: Fix agent reference
  > lib: sbom30: Fix import handling
  > lrzsz: update SRC_URI to avoid redirect
  > oeqa/gitarchive: Fix syntax warning
  > linux-yocto: add and use GPL-2.0-with-syscall-note license
  > meta/lib: move buildstats.py and rootfspostcommands.py into oe
  > qemu: set CVE-2024-6505 to fixed
  > lib: spdx30_tasks: Fix supplied By
  > systemd: remove custom rootlibexecdir and replace with nonarch_libdir
  > systemd: split long line in pkg_postinst
  > systemd: drop deprecated rootlibdir, rootprefix and split-usr options

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 14, 2024
…cale sources/meta-freescale-3rdparty sources/meta-openembedded sources/meta-qcom 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 82bb1d21...b2c43dbf (3):
  > lib/fvp: add name to terminal title in FVP runner
  > kas: corstone-1000: Update the SHA of the Yocto layer dependencies for the CORSTONE1000-2024.11 release.
  > arm-bsp/documentation: corstone1000: Amend documentation for CORSTONE1000-2024.11 release

* sources/meta-clang 147349b...b41b391 (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 7f045776...5f4f40ba (8):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2046 from Livius90/master
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2045 from hellhound94/topic/fix-script
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2044 from hellhound94/topic/fix-script
  > Merge pull request #2043 from YoeDistro/yoe/mut

* sources/meta-freescale-3rdparty bc2a12c...3fb3a98 (4):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #318 from dankm/dankm/unpackdir
  > Merge pull request #316 from svogl/master

* sources/meta-openembedded 907a061e9...c64943399 (57):
  > DO NOT MERGE: Add Github actions CI workflow
  > kernel-module-emlog: Fix build with kernel 6.12+
  > python3-libusb1: rename recipe to reflect the python version and update to use pypi
  > lvm2: Remove a lingering reference to ${PN}-udevrules
  > tclap: use most recent version
  > bridge-utils: add CVE_PRODUCT
  > vbxguestdrivers: upgrade 7.0.22 -> 7.1.4
  > python3-ipython: update to version 8.30.0
  > python3-janus: update to version 1.1.0
  > python3-prompt-toolkit: set the value of UPSTREAM_CHECK_PYPI_PACKAGE to enable version checking
  > python3-mlcommons-loadgen: update to version 5.0.0
  > python3-pdm: update to version 2.22.0
  > python3-cmake: update to version 3.31.1
  > python3-luma-oled: update to version 3.14.0
  > upower: add polkit PACKAGECONFIG option
  > upower: bump to 1.90.6
  > upower: use archive file in SRC_URI and fix UPSTREAM_CHECK_URI
  > python3-virtualenv: upgrade 20.26.5 -> 20.26.6
  > smarty: update 4.4.1 -> 4.5.5
  > vboxguestdrivers: update to 7.0.22
  > gvfs: update 1.56.0 -> 1.56.1
  > file-roller: update 44.3 -> 44.4
  > gnome-text-editor: update 47.0 -> 47.2
  > nautilus: update 47.0 -> 47.1
  > gnome-software: update 47.1 -> 47.2
  > gnome-shell: update 47.1 -> 47.2
  > mutter: update 47.1 -> 47.3
  > gnome-control-center: update 47.1.1 -> 47.2
  > pps-tools: backport a patch to fix prints
  > nginx: Upgrade mainline release version 1.27.1 -> 1.27.3
  > proftpd: set status of CVE-2001-0027
  > dash: set CVE_PRODUCT
  > gpiod-sysfs-proxy: new recipe
  > sip: Upgrade 6.8.6 -> 6.9.0
  > python3-pyhsslms: Add 2.0.0 recipe
  > canopenterm: 1.0.9 -> 1.0.10
  > vk-gl-cts: don't require networking to configure
  > vk-gl-cts: control what targets get built
  > vk-gl-cts: use cmake-qemu
  > vk-gl-cts: set the git tag regex for release checking
  > vk-gl-cts: fix EXTRA_OECMAKE
  > syzkaller: network in compile is not needed
  > etcd: don't set UPSTREAM_CHECK_COMMITS
  > lxdm: drop debug-tweaks
  > canopenterm: update to version 1.0.9
  > pocketpy: update to version 2.0.3
  > mariadb: Ensure compatibility with ARMv9 by updating .arch directive
  > openhpi: explicitly disable ov-rest plugin
  > libspelling: update 0.4.2 -> 0.4.5
  > wireplumber: update 0.5.6 -> 0.5.7
  > pipewire: update 1.2.6 -> 1.2.7
  > python3-gpiod: don't recommend kernel-module-configfs for ptest
  > python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest
  > libgpiod: minimize intra-recipe dependencies for ptest
  > xfstests: add missing run-time dependencies
  > gthumb: update 3.12.4 -> 3.12.6
  > pam-radius: add recipe

* sources/meta-qcom fc029c4...210c102 (19):
  > Merge pull request #689 from ricardosalveti/esp-qcom-image
  > Merge pull request #692 from chirag-jn/readme-improve
  > Merge pull request #688 from chirag-jn/readme
  > Merge pull request #687 from chirag-jn/qdl-2024-12
  > Merge pull request #685 from lumag/drop-extras
  > Merge pull request #684 from ndechesne/yocto-check-layer-fix
  > Merge pull request #683 from ndechesne/fix-patch-tag
  > Merge pull request #682 from lumag/drop-legacy
  > Merge pull request #681 from lumag/drop-extras
  > Merge pull request #679 from lumag/update-dsp-binaries
  > Merge pull request #678 from lumag/x1e80100-drop-audio-fw
  > Merge pull request #674 from lumag/hexagon-dsp-binaries
  > Merge pull request #677 from lumag/no-debug-tweaks
  > Merge pull request #676 from lumag/add-styhead
  > Merge pull request #673 from lumag/fix-rb3gen2-firmware
  > Merge pull request #669 from olasnap/oj/optional-rootfs-arg
  > Merge pull request #664 from lumag/wcn3990
  > Merge pull request #667 from ricardosalveti/master
  > Merge pull request #666 from ndechesne/uki

* sources/meta-qt6 2c53920...897b24a (21):
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > qtbase: always build linuxfb platform plugin
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 1aeda3f...97d7a6b (6):
  > picamera-libs: removed unused libraries from python3-picamera
  > SECURITY.md: Add instructions for reporting security issues
  > rpi-base: Remove bcm2712-rpi-5-b.dtb from RPI_KERNEL_DEVICETREE target
  > linux-raspberrypi-6.6: Upgrade to 6.6.63
  > linux: Enable CONFIG_I2C_BRCMSTB for proper HDMI I2C support
  > extra-build-config.md: added a white line

* sources/meta-riscv e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* sources/meta-swupdate 01dbc76...efd4c20 (11):
  < 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 55708dbc...12df4c32 (3):
  > linux-yocto: add patch to fix compatibility with nvbootctrl
  > edk2-firmware-tegra: add backported patch for cpp issue
  > tegra-binaries: refactor per-SoC vs. common deb package handling

* sources/meta-ti c46f49d3...57da6c15 (8):
  > CI/CD Auto-Merger: cicd.master.202412130100
  > CI/CD Auto-Merger: cicd.master.202412101025
  > u-boot: Add patch to use SWIG_AppendOutput
  > conf: layer.conf: Drop scarthgap from LAYERSERIES_COMPAT
  > conf: machine: am62xx-lp-evm: Add PWM overlays
  > ti-ipc: mark as incompatible with non-Linux builds
  > conf: machine: am62pxx: Pick overlays for V3Link cameras
  > ti-ipc-examples: Remove DSP/BIOS IPC examples

* sources/meta-variscite-bsp 96a2781...abef3cf (50):
  < 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 f5a2ea77ca...6371d1ee4e (153):
  > clang: Upgrade to 19.1.5
  > 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
  > linux-yocto: enable linux 6.12 for genericarm64
  > scripts/install-buildtools: Update to 5.1.1
  > binutils: Fix CVE-2024-53589
  > barebox: upgrade 2024.10.0 -> 2024.12.0
  > curl: upgrade 8.11.0 -> 8.11.1
  > curl: upgrade 8.10.1 -> 8.11.0
  > gcc: Fix c++: tweak for Wrange-loop-construct
  > icecc: don't use KERNEL_CC during set_icecc_env
  > icecc: convert set_icecc_env to python prefuncs
  > bitbake-config-build: add a plugin for config fragments
  > bitbake.conf: add an addfragments directive for oe-core and dependent layers
  > bitbake: bitbake-config-build: add an alias to bitbake-layers
  > bitbake: lib/bb/tests: use bb.build.listtasks() instead of __BBTASKS
  > bitbake: bitbake-user-manual-metadata: add a section about 'addfragments`
  > bitbake: bitbake: parse: add support for flagged fragment variables
  > pixman: remove long-obsolete patch
  > linux-yoto/6.12: bsp/genericarm64: fix configuration warning
  > linux-yocto: tweak cve exclusions files
  > systemd: actively disable Predictable Network Interface Names if !pni-names
  > linux-firmware: package firmware for Qualcomm AIC100 and QDU100
  > linux-firmware: upgrade 20241110 -> 20241210
  > sysvinit: upgrade 3.04 -> 3.11
  > maintainers.inc: add self for meson, python3 recipes
  > ovmf: update 202408 -> 202411
  > librsvg: update 2.58.2 -> 2.59.2
  > maintainers.inc: Update maintainer for pseudo and rpm
  > scripts/devtool: use bb.util.listtasks instead of __BBTASKS
  > classes/utility-tasks: port do_listtasks to use bb.build.listtasks
  > cargo-c: convert to target recipe
  > rpm: replace use of rpm2cpio with rpm2archive
  > rpm: update 4.19.1.1 -> 4.20.0
  > systemd-compat-units: execute postinst on target
  > base.bbclass: fix RRECOMMENDS extend issue for multilib
  > oeqa/selftest: Fix failure when configuration contains BBLAYERS:append
  > spdx 3.0: Rework how SPDX aliases are linked
  > classes-global/insane: Handle case where RPROVIDER is also a provider
  > vte: upgrade 0.78.1 -> 0.78.2
  > ttyrun: upgrade 2.35.0 -> 2.36.0
  > sudo: upgrade 1.9.16p1 -> 1.9.16p2
  > stress-ng: upgrade 0.18.06 -> 0.18.07
  > sqlite3: upgrade 3.47.0 -> 3.47.2
  > re2c: upgrade 4.0 -> 4.0.1
  > pixman: upgrade 0.44.0 -> 0.44.2
  > llvm: upgrade 19.1.4 -> 19.1.5
  > libsdl2: upgrade 2.30.9 -> 2.30.10
  > libdrm: upgrade 2.4.123 -> 2.4.124
  > kexec-tools: upgrade 2.0.29 -> 2.0.30
  > hwdata: upgrade 0.389 -> 0.390
  > gstreamer1.0: upgrade 1.24.9 -> 1.24.10
  > gnupg: upgrade 2.5.1 -> 2.5.2
  > git: upgrade 2.47.0 -> 2.47.1
  > ell: upgrade 0.70 -> 0.71
  > btrfs-tools: upgrade 6.11 -> 6.12
  > bash-completion: upgrade 2.14.0 -> 2.15.0
  > yocto-bsp: drop 6.10 bbappend
  > poky/poky-tiny: update default to v6.12
  > linux-yocto: drop 6.10
  > linux-yocto/6.12: introduce v6.12 reference kernel
  > linux-yocto/6.6: update to v6.6.64
  > linux-yocto/6.6: update to v6.6.63
  > python3-iniparse: remove recipe
  > musl: Update riscv syscalls till 6.10 kernel
  > openssl: Fix build on risc64/musl
  > ffmpeg: Fix RISCV build
  > scripts/install-buildtools: preserve formatting in the help message
  > libsecret: add pam support depending on DISTRO_FEATURES
  > toolchain-shar-relocate.sh: fix the replacing commands
  > inetutils: increase alternative priority for hostname
  > shadow: use update-alternatives to handle su.1 and nologin.8
  > qemurunner: Fix stack trace generation in exception handler
  > tiff: set status for CVEs firx in 4.7.0
  > tiff: remove status for CVE-2023-3164
  > libssh2: remove status for CVE-2023-48795
  > elfutils: backport a fix for libeu objects missing in libelf.a
  > libpam: add packageconfig for selinux
  > Revert "uboot-sign: fix U-Boot binary with public key"
  > bitbake: parse: add support for 'addfragments' directive
  > bitbake: parse/ConfHandler: allow / in variable flags
  > libtool: update 2.5.2 -> 2.5.4
  > dtc: upgrade 1.7.0 -> 1.7.2
  > bitbake: cooker: use enum for cooker state to improve readability
  > bitbake: server/xmlrpcserver: fix some warnings
  > bitbake: knotty: some small cleanups while I'm in here
  > bitbake: knotty: print an error if MACHINE is not set
  > cargo-c-native: update 0.10.3 -> 0.10.5
  > go-helloworld: update to latest revision
  > libpam: update 1.6.1 -> 1.7.0
  > libpipeline: update 1.5.7 -> 1.5.8
  > texinfo: update 7.1 -> 7.1.1
  > vulkan-samples: update to latest revision
  > pixman: update 0.42.2 -> 0.44.0
  > tiff: update 4.6.0 -> 4.7.0
  > webkitgtk: update 2.44.3 -> 2.46.4
  > libgit2: update 1.8.2 -> 1.8.4
  > utfcpp: update 4.0.5 -> 4.0.6
  > python3-maturin: update 1.7.1 -> 1.7.4
  > python3-markdown: update 3.6 -> 3.7
  > btrfs-tools: update 6.10.1 -> 6.11
  > xf86-video-fbdev: update 0.5.0 -> 0.5.1
  > swig: upgrade 4.2.1 -> 4.3.0
  > python3-dtc: update 1.7.0 -> 1.7.2
  > virglrenderer: upgrade 1.0.1 -> 1.1.0
  > cups: upgrade 2.4.10 -> 2.4.11
  > python3-beartype: upgrade 0.18.5 -> 0.19.0
  > elfutils: upgrade 0.191 -> 0.192
  > debugedit: upgrade 5.0 -> 5.1
  > pkg-config-native: pick additional search paths from $EXTRA_NATIVE_PKGCONFIG_PATH
  > cargo.bbclass: do not install libraries by default
  > gcr: drop obsolete autotools setting
  > meson.bbclass: enable qemu exe wrapper in nativesdk
  > barebox: add more common items into shared .inc with barebox-tools
  > mtd-utils: set PV directly in the recipe filename
  > maintainers.inc: unassign myself (don't panic!)
  > lib: oeqa: spdx: Add tests for extra options
  > lib: spdx: Fix SPDX_BUILD_HOST
  > classes: create-spdx: Fix variable dependencies
  > lib: sbom30: Fix agent reference
  > lib: sbom30: Fix import handling
  > lrzsz: update SRC_URI to avoid redirect
  > oeqa/gitarchive: Fix syntax warning
  > linux-yocto: add and use GPL-2.0-with-syscall-note license
  > meta/lib: move buildstats.py and rootfspostcommands.py into oe
  > qemu: set CVE-2024-6505 to fixed
  > lib: spdx30_tasks: Fix supplied By
  > systemd: remove custom rootlibexecdir and replace with nonarch_libdir
  > systemd: split long line in pkg_postinst
  > systemd: drop deprecated rootlibdir, rootprefix and split-usr options

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 15, 2024
…cale sources/meta-freescale-3rdparty sources/meta-openembedded sources/meta-qcom 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 82bb1d21...b2c43dbf (3):
  > lib/fvp: add name to terminal title in FVP runner
  > kas: corstone-1000: Update the SHA of the Yocto layer dependencies for the CORSTONE1000-2024.11 release.
  > arm-bsp/documentation: corstone1000: Amend documentation for CORSTONE1000-2024.11 release

* sources/meta-clang 147349b...b41b391 (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 7f045776...11ebe0bf (8):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2046 from Livius90/master
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2045 from hellhound94/topic/fix-script
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2044 from hellhound94/topic/fix-script
  > Merge pull request #2043 from YoeDistro/yoe/mut

* sources/meta-freescale-3rdparty bc2a12c...9c89d0d (4):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #318 from dankm/dankm/unpackdir
  > Merge pull request #316 from svogl/master

* sources/meta-openembedded 907a061e9...c64943399 (57):
  > DO NOT MERGE: Add Github actions CI workflow
  > kernel-module-emlog: Fix build with kernel 6.12+
  > python3-libusb1: rename recipe to reflect the python version and update to use pypi
  > lvm2: Remove a lingering reference to ${PN}-udevrules
  > tclap: use most recent version
  > bridge-utils: add CVE_PRODUCT
  > vbxguestdrivers: upgrade 7.0.22 -> 7.1.4
  > python3-ipython: update to version 8.30.0
  > python3-janus: update to version 1.1.0
  > python3-prompt-toolkit: set the value of UPSTREAM_CHECK_PYPI_PACKAGE to enable version checking
  > python3-mlcommons-loadgen: update to version 5.0.0
  > python3-pdm: update to version 2.22.0
  > python3-cmake: update to version 3.31.1
  > python3-luma-oled: update to version 3.14.0
  > upower: add polkit PACKAGECONFIG option
  > upower: bump to 1.90.6
  > upower: use archive file in SRC_URI and fix UPSTREAM_CHECK_URI
  > python3-virtualenv: upgrade 20.26.5 -> 20.26.6
  > smarty: update 4.4.1 -> 4.5.5
  > vboxguestdrivers: update to 7.0.22
  > gvfs: update 1.56.0 -> 1.56.1
  > file-roller: update 44.3 -> 44.4
  > gnome-text-editor: update 47.0 -> 47.2
  > nautilus: update 47.0 -> 47.1
  > gnome-software: update 47.1 -> 47.2
  > gnome-shell: update 47.1 -> 47.2
  > mutter: update 47.1 -> 47.3
  > gnome-control-center: update 47.1.1 -> 47.2
  > pps-tools: backport a patch to fix prints
  > nginx: Upgrade mainline release version 1.27.1 -> 1.27.3
  > proftpd: set status of CVE-2001-0027
  > dash: set CVE_PRODUCT
  > gpiod-sysfs-proxy: new recipe
  > sip: Upgrade 6.8.6 -> 6.9.0
  > python3-pyhsslms: Add 2.0.0 recipe
  > canopenterm: 1.0.9 -> 1.0.10
  > vk-gl-cts: don't require networking to configure
  > vk-gl-cts: control what targets get built
  > vk-gl-cts: use cmake-qemu
  > vk-gl-cts: set the git tag regex for release checking
  > vk-gl-cts: fix EXTRA_OECMAKE
  > syzkaller: network in compile is not needed
  > etcd: don't set UPSTREAM_CHECK_COMMITS
  > lxdm: drop debug-tweaks
  > canopenterm: update to version 1.0.9
  > pocketpy: update to version 2.0.3
  > mariadb: Ensure compatibility with ARMv9 by updating .arch directive
  > openhpi: explicitly disable ov-rest plugin
  > libspelling: update 0.4.2 -> 0.4.5
  > wireplumber: update 0.5.6 -> 0.5.7
  > pipewire: update 1.2.6 -> 1.2.7
  > python3-gpiod: don't recommend kernel-module-configfs for ptest
  > python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest
  > libgpiod: minimize intra-recipe dependencies for ptest
  > xfstests: add missing run-time dependencies
  > gthumb: update 3.12.4 -> 3.12.6
  > pam-radius: add recipe

* sources/meta-qcom fc029c4...210c102 (19):
  > Merge pull request #689 from ricardosalveti/esp-qcom-image
  > Merge pull request #692 from chirag-jn/readme-improve
  > Merge pull request #688 from chirag-jn/readme
  > Merge pull request #687 from chirag-jn/qdl-2024-12
  > Merge pull request #685 from lumag/drop-extras
  > Merge pull request #684 from ndechesne/yocto-check-layer-fix
  > Merge pull request #683 from ndechesne/fix-patch-tag
  > Merge pull request #682 from lumag/drop-legacy
  > Merge pull request #681 from lumag/drop-extras
  > Merge pull request #679 from lumag/update-dsp-binaries
  > Merge pull request #678 from lumag/x1e80100-drop-audio-fw
  > Merge pull request #674 from lumag/hexagon-dsp-binaries
  > Merge pull request #677 from lumag/no-debug-tweaks
  > Merge pull request #676 from lumag/add-styhead
  > Merge pull request #673 from lumag/fix-rb3gen2-firmware
  > Merge pull request #669 from olasnap/oj/optional-rootfs-arg
  > Merge pull request #664 from lumag/wcn3990
  > Merge pull request #667 from ricardosalveti/master
  > Merge pull request #666 from ndechesne/uki

* sources/meta-qt6 2c53920...897b24a (21):
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > qtbase: always build linuxfb platform plugin
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 1aeda3f...97d7a6b (6):
  > picamera-libs: removed unused libraries from python3-picamera
  > SECURITY.md: Add instructions for reporting security issues
  > rpi-base: Remove bcm2712-rpi-5-b.dtb from RPI_KERNEL_DEVICETREE target
  > linux-raspberrypi-6.6: Upgrade to 6.6.63
  > linux: Enable CONFIG_I2C_BRCMSTB for proper HDMI I2C support
  > extra-build-config.md: added a white line

* sources/meta-riscv e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* sources/meta-swupdate 01dbc76...efd4c20 (11):
  < 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 55708dbc...12df4c32 (3):
  > linux-yocto: add patch to fix compatibility with nvbootctrl
  > edk2-firmware-tegra: add backported patch for cpp issue
  > tegra-binaries: refactor per-SoC vs. common deb package handling

* sources/meta-ti c46f49d3...57da6c15 (8):
  > CI/CD Auto-Merger: cicd.master.202412130100
  > CI/CD Auto-Merger: cicd.master.202412101025
  > u-boot: Add patch to use SWIG_AppendOutput
  > conf: layer.conf: Drop scarthgap from LAYERSERIES_COMPAT
  > conf: machine: am62xx-lp-evm: Add PWM overlays
  > ti-ipc: mark as incompatible with non-Linux builds
  > conf: machine: am62pxx: Pick overlays for V3Link cameras
  > ti-ipc-examples: Remove DSP/BIOS IPC examples

* sources/meta-variscite-bsp 96a2781...abef3cf (50):
  < 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 f5a2ea77ca...6371d1ee4e (153):
  > clang: Upgrade to 19.1.5
  > 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
  > linux-yocto: enable linux 6.12 for genericarm64
  > scripts/install-buildtools: Update to 5.1.1
  > binutils: Fix CVE-2024-53589
  > barebox: upgrade 2024.10.0 -> 2024.12.0
  > curl: upgrade 8.11.0 -> 8.11.1
  > curl: upgrade 8.10.1 -> 8.11.0
  > gcc: Fix c++: tweak for Wrange-loop-construct
  > icecc: don't use KERNEL_CC during set_icecc_env
  > icecc: convert set_icecc_env to python prefuncs
  > bitbake-config-build: add a plugin for config fragments
  > bitbake.conf: add an addfragments directive for oe-core and dependent layers
  > bitbake: bitbake-config-build: add an alias to bitbake-layers
  > bitbake: lib/bb/tests: use bb.build.listtasks() instead of __BBTASKS
  > bitbake: bitbake-user-manual-metadata: add a section about 'addfragments`
  > bitbake: bitbake: parse: add support for flagged fragment variables
  > pixman: remove long-obsolete patch
  > linux-yoto/6.12: bsp/genericarm64: fix configuration warning
  > linux-yocto: tweak cve exclusions files
  > systemd: actively disable Predictable Network Interface Names if !pni-names
  > linux-firmware: package firmware for Qualcomm AIC100 and QDU100
  > linux-firmware: upgrade 20241110 -> 20241210
  > sysvinit: upgrade 3.04 -> 3.11
  > maintainers.inc: add self for meson, python3 recipes
  > ovmf: update 202408 -> 202411
  > librsvg: update 2.58.2 -> 2.59.2
  > maintainers.inc: Update maintainer for pseudo and rpm
  > scripts/devtool: use bb.util.listtasks instead of __BBTASKS
  > classes/utility-tasks: port do_listtasks to use bb.build.listtasks
  > cargo-c: convert to target recipe
  > rpm: replace use of rpm2cpio with rpm2archive
  > rpm: update 4.19.1.1 -> 4.20.0
  > systemd-compat-units: execute postinst on target
  > base.bbclass: fix RRECOMMENDS extend issue for multilib
  > oeqa/selftest: Fix failure when configuration contains BBLAYERS:append
  > spdx 3.0: Rework how SPDX aliases are linked
  > classes-global/insane: Handle case where RPROVIDER is also a provider
  > vte: upgrade 0.78.1 -> 0.78.2
  > ttyrun: upgrade 2.35.0 -> 2.36.0
  > sudo: upgrade 1.9.16p1 -> 1.9.16p2
  > stress-ng: upgrade 0.18.06 -> 0.18.07
  > sqlite3: upgrade 3.47.0 -> 3.47.2
  > re2c: upgrade 4.0 -> 4.0.1
  > pixman: upgrade 0.44.0 -> 0.44.2
  > llvm: upgrade 19.1.4 -> 19.1.5
  > libsdl2: upgrade 2.30.9 -> 2.30.10
  > libdrm: upgrade 2.4.123 -> 2.4.124
  > kexec-tools: upgrade 2.0.29 -> 2.0.30
  > hwdata: upgrade 0.389 -> 0.390
  > gstreamer1.0: upgrade 1.24.9 -> 1.24.10
  > gnupg: upgrade 2.5.1 -> 2.5.2
  > git: upgrade 2.47.0 -> 2.47.1
  > ell: upgrade 0.70 -> 0.71
  > btrfs-tools: upgrade 6.11 -> 6.12
  > bash-completion: upgrade 2.14.0 -> 2.15.0
  > yocto-bsp: drop 6.10 bbappend
  > poky/poky-tiny: update default to v6.12
  > linux-yocto: drop 6.10
  > linux-yocto/6.12: introduce v6.12 reference kernel
  > linux-yocto/6.6: update to v6.6.64
  > linux-yocto/6.6: update to v6.6.63
  > python3-iniparse: remove recipe
  > musl: Update riscv syscalls till 6.10 kernel
  > openssl: Fix build on risc64/musl
  > ffmpeg: Fix RISCV build
  > scripts/install-buildtools: preserve formatting in the help message
  > libsecret: add pam support depending on DISTRO_FEATURES
  > toolchain-shar-relocate.sh: fix the replacing commands
  > inetutils: increase alternative priority for hostname
  > shadow: use update-alternatives to handle su.1 and nologin.8
  > qemurunner: Fix stack trace generation in exception handler
  > tiff: set status for CVEs firx in 4.7.0
  > tiff: remove status for CVE-2023-3164
  > libssh2: remove status for CVE-2023-48795
  > elfutils: backport a fix for libeu objects missing in libelf.a
  > libpam: add packageconfig for selinux
  > Revert "uboot-sign: fix U-Boot binary with public key"
  > bitbake: parse: add support for 'addfragments' directive
  > bitbake: parse/ConfHandler: allow / in variable flags
  > libtool: update 2.5.2 -> 2.5.4
  > dtc: upgrade 1.7.0 -> 1.7.2
  > bitbake: cooker: use enum for cooker state to improve readability
  > bitbake: server/xmlrpcserver: fix some warnings
  > bitbake: knotty: some small cleanups while I'm in here
  > bitbake: knotty: print an error if MACHINE is not set
  > cargo-c-native: update 0.10.3 -> 0.10.5
  > go-helloworld: update to latest revision
  > libpam: update 1.6.1 -> 1.7.0
  > libpipeline: update 1.5.7 -> 1.5.8
  > texinfo: update 7.1 -> 7.1.1
  > vulkan-samples: update to latest revision
  > pixman: update 0.42.2 -> 0.44.0
  > tiff: update 4.6.0 -> 4.7.0
  > webkitgtk: update 2.44.3 -> 2.46.4
  > libgit2: update 1.8.2 -> 1.8.4
  > utfcpp: update 4.0.5 -> 4.0.6
  > python3-maturin: update 1.7.1 -> 1.7.4
  > python3-markdown: update 3.6 -> 3.7
  > btrfs-tools: update 6.10.1 -> 6.11
  > xf86-video-fbdev: update 0.5.0 -> 0.5.1
  > swig: upgrade 4.2.1 -> 4.3.0
  > python3-dtc: update 1.7.0 -> 1.7.2
  > virglrenderer: upgrade 1.0.1 -> 1.1.0
  > cups: upgrade 2.4.10 -> 2.4.11
  > python3-beartype: upgrade 0.18.5 -> 0.19.0
  > elfutils: upgrade 0.191 -> 0.192
  > debugedit: upgrade 5.0 -> 5.1
  > pkg-config-native: pick additional search paths from $EXTRA_NATIVE_PKGCONFIG_PATH
  > cargo.bbclass: do not install libraries by default
  > gcr: drop obsolete autotools setting
  > meson.bbclass: enable qemu exe wrapper in nativesdk
  > barebox: add more common items into shared .inc with barebox-tools
  > mtd-utils: set PV directly in the recipe filename
  > maintainers.inc: unassign myself (don't panic!)
  > lib: oeqa: spdx: Add tests for extra options
  > lib: spdx: Fix SPDX_BUILD_HOST
  > classes: create-spdx: Fix variable dependencies
  > lib: sbom30: Fix agent reference
  > lib: sbom30: Fix import handling
  > lrzsz: update SRC_URI to avoid redirect
  > oeqa/gitarchive: Fix syntax warning
  > linux-yocto: add and use GPL-2.0-with-syscall-note license
  > meta/lib: move buildstats.py and rootfspostcommands.py into oe
  > qemu: set CVE-2024-6505 to fixed
  > lib: spdx30_tasks: Fix supplied By
  > systemd: remove custom rootlibexecdir and replace with nonarch_libdir
  > systemd: split long line in pkg_postinst
  > systemd: drop deprecated rootlibdir, rootprefix and split-usr options

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

* sources/meta-arm 82bb1d21...b2c43dbf (3):
  > lib/fvp: add name to terminal title in FVP runner
  > kas: corstone-1000: Update the SHA of the Yocto layer dependencies for the CORSTONE1000-2024.11 release.
  > arm-bsp/documentation: corstone1000: Amend documentation for CORSTONE1000-2024.11 release

* sources/meta-clang 147349b...b41b391 (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 7f045776...11ebe0bf (8):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2046 from Livius90/master
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2045 from hellhound94/topic/fix-script
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2044 from hellhound94/topic/fix-script
  > Merge pull request #2043 from YoeDistro/yoe/mut

* sources/meta-freescale-3rdparty bc2a12c...9c89d0d (4):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #318 from dankm/dankm/unpackdir
  > Merge pull request #316 from svogl/master

* sources/meta-openembedded 907a061e9...d38dfe126 (72):
  > DO NOT MERGE: Add Github actions CI workflow
  > libpeas: update 1.36.0 -> 2.0.5
  > python3-*: Update recipes to correctly check the upstream packages
  > lua-lgi: add recipe
  > luajit: update
  > 7-zip: add new recipe
  > garcon: 4.19.1 -> 4.20.0
  > exo: 4.19.1 -> 4.20.0
  > libxfce4ui: 4.19.6 -> 4.20.0
  > libxfce4util: 4.19.3 -> 4.20.0
  > xfconf: 4.18.2 -> 4.20.0
  > gjs: update 1.80.2 -> 1.82.1
  > mozjs: add recipe for mozjs-128
  > cbindgen: add recipe
  > mctp: upgrade 2.0 -> 2.1
  > iwd: update 3.0 -> 3.2
  > kernel-module-emlog: Fix build with kernel 6.12+
  > python3-libusb1: rename recipe to reflect the python version and update to use pypi
  > lvm2: Remove a lingering reference to ${PN}-udevrules
  > tclap: use most recent version
  > bridge-utils: add CVE_PRODUCT
  > vbxguestdrivers: upgrade 7.0.22 -> 7.1.4
  > python3-ipython: update to version 8.30.0
  > python3-janus: update to version 1.1.0
  > python3-prompt-toolkit: set the value of UPSTREAM_CHECK_PYPI_PACKAGE to enable version checking
  > python3-mlcommons-loadgen: update to version 5.0.0
  > python3-pdm: update to version 2.22.0
  > python3-cmake: update to version 3.31.1
  > python3-luma-oled: update to version 3.14.0
  > upower: add polkit PACKAGECONFIG option
  > upower: bump to 1.90.6
  > upower: use archive file in SRC_URI and fix UPSTREAM_CHECK_URI
  > python3-virtualenv: upgrade 20.26.5 -> 20.26.6
  > smarty: update 4.4.1 -> 4.5.5
  > vboxguestdrivers: update to 7.0.22
  > gvfs: update 1.56.0 -> 1.56.1
  > file-roller: update 44.3 -> 44.4
  > gnome-text-editor: update 47.0 -> 47.2
  > nautilus: update 47.0 -> 47.1
  > gnome-software: update 47.1 -> 47.2
  > gnome-shell: update 47.1 -> 47.2
  > mutter: update 47.1 -> 47.3
  > gnome-control-center: update 47.1.1 -> 47.2
  > pps-tools: backport a patch to fix prints
  > nginx: Upgrade mainline release version 1.27.1 -> 1.27.3
  > proftpd: set status of CVE-2001-0027
  > dash: set CVE_PRODUCT
  > gpiod-sysfs-proxy: new recipe
  > sip: Upgrade 6.8.6 -> 6.9.0
  > python3-pyhsslms: Add 2.0.0 recipe
  > canopenterm: 1.0.9 -> 1.0.10
  > vk-gl-cts: don't require networking to configure
  > vk-gl-cts: control what targets get built
  > vk-gl-cts: use cmake-qemu
  > vk-gl-cts: set the git tag regex for release checking
  > vk-gl-cts: fix EXTRA_OECMAKE
  > syzkaller: network in compile is not needed
  > etcd: don't set UPSTREAM_CHECK_COMMITS
  > lxdm: drop debug-tweaks
  > canopenterm: update to version 1.0.9
  > pocketpy: update to version 2.0.3
  > mariadb: Ensure compatibility with ARMv9 by updating .arch directive
  > openhpi: explicitly disable ov-rest plugin
  > libspelling: update 0.4.2 -> 0.4.5
  > wireplumber: update 0.5.6 -> 0.5.7
  > pipewire: update 1.2.6 -> 1.2.7
  > python3-gpiod: don't recommend kernel-module-configfs for ptest
  > python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest
  > libgpiod: minimize intra-recipe dependencies for ptest
  > xfstests: add missing run-time dependencies
  > gthumb: update 3.12.4 -> 3.12.6
  > pam-radius: add recipe

* sources/meta-qcom fc029c4...210c102 (19):
  > Merge pull request #689 from ricardosalveti/esp-qcom-image
  > Merge pull request #692 from chirag-jn/readme-improve
  > Merge pull request #688 from chirag-jn/readme
  > Merge pull request #687 from chirag-jn/qdl-2024-12
  > Merge pull request #685 from lumag/drop-extras
  > Merge pull request #684 from ndechesne/yocto-check-layer-fix
  > Merge pull request #683 from ndechesne/fix-patch-tag
  > Merge pull request #682 from lumag/drop-legacy
  > Merge pull request #681 from lumag/drop-extras
  > Merge pull request #679 from lumag/update-dsp-binaries
  > Merge pull request #678 from lumag/x1e80100-drop-audio-fw
  > Merge pull request #674 from lumag/hexagon-dsp-binaries
  > Merge pull request #677 from lumag/no-debug-tweaks
  > Merge pull request #676 from lumag/add-styhead
  > Merge pull request #673 from lumag/fix-rb3gen2-firmware
  > Merge pull request #669 from olasnap/oj/optional-rootfs-arg
  > Merge pull request #664 from lumag/wcn3990
  > Merge pull request #667 from ricardosalveti/master
  > Merge pull request #666 from ndechesne/uki

* sources/meta-qt6 2c53920...897b24a (21):
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > qtbase: always build linuxfb platform plugin
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 1aeda3f...97d7a6b (6):
  > picamera-libs: removed unused libraries from python3-picamera
  > SECURITY.md: Add instructions for reporting security issues
  > rpi-base: Remove bcm2712-rpi-5-b.dtb from RPI_KERNEL_DEVICETREE target
  > linux-raspberrypi-6.6: Upgrade to 6.6.63
  > linux: Enable CONFIG_I2C_BRCMSTB for proper HDMI I2C support
  > extra-build-config.md: added a white line

* sources/meta-riscv e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* sources/meta-rockchip 3a8be31...1cdcb49 (7):
  > u-boot: use upstream for radxa-zero-3{e|w}
  > layer.conf: update to walnascar only
  > radxa-zero-3: switch to yocto-dev kernel
  > u-boot: switch to upstream SRCREV for rk-u-boot-env
  > bsp: rkbin: bump to latest commit in master branch
  > bsp: rkbin: rkbin-ddr: use version and file variables for path matching
  > rk3308: add provider for trusted firmware-a

* sources/meta-swupdate 01dbc76...efd4c20 (11):
  < 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 55708dbc...12df4c32 (3):
  > linux-yocto: add patch to fix compatibility with nvbootctrl
  > edk2-firmware-tegra: add backported patch for cpp issue
  > tegra-binaries: refactor per-SoC vs. common deb package handling

* sources/meta-ti c46f49d3...57da6c15 (8):
  > CI/CD Auto-Merger: cicd.master.202412130100
  > CI/CD Auto-Merger: cicd.master.202412101025
  > u-boot: Add patch to use SWIG_AppendOutput
  > conf: layer.conf: Drop scarthgap from LAYERSERIES_COMPAT
  > conf: machine: am62xx-lp-evm: Add PWM overlays
  > ti-ipc: mark as incompatible with non-Linux builds
  > conf: machine: am62pxx: Pick overlays for V3Link cameras
  > ti-ipc-examples: Remove DSP/BIOS IPC examples

* sources/meta-variscite-bsp 96a2781...abef3cf (50):
  < 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 f5a2ea77ca...70171201f1 (165):
  > clang: Upgrade to 19.1.5
  > 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
  > system-requirements.rst: add dependencies for pdf builds
  > system-requirements: update list of supported distros
  > system-requirements: add fedora 39 to supported distros
  > poky.yaml.in: replace inkscape dependency by librsvg2-bin
  > poky.yaml.in: add missing locales dependency
  > Gather dependencies in poky.yaml.in
  > migration-guides: add release notes for 5.1.1
  > ref-manual: use standardized method accross both ubuntu and debian for locale install
  > build-appliance-image: Update to master head revision
  > systemd: upgrade 256.8 -> 256.9
  > yocto-bsp: Bump the default kernel to v6.12 for x86 machines
  > yocto-bsp: Bump the default kernel to v6.12 for beaglebone
  > linux-yocto: enable linux 6.12 for genericarm64
  > scripts/install-buildtools: Update to 5.1.1
  > binutils: Fix CVE-2024-53589
  > barebox: upgrade 2024.10.0 -> 2024.12.0
  > curl: upgrade 8.11.0 -> 8.11.1
  > curl: upgrade 8.10.1 -> 8.11.0
  > gcc: Fix c++: tweak for Wrange-loop-construct
  > icecc: don't use KERNEL_CC during set_icecc_env
  > icecc: convert set_icecc_env to python prefuncs
  > bitbake-config-build: add a plugin for config fragments
  > bitbake.conf: add an addfragments directive for oe-core and dependent layers
  > bitbake: bitbake-config-build: add an alias to bitbake-layers
  > bitbake: lib/bb/tests: use bb.build.listtasks() instead of __BBTASKS
  > bitbake: bitbake-user-manual-metadata: add a section about 'addfragments`
  > bitbake: bitbake: parse: add support for flagged fragment variables
  > pixman: remove long-obsolete patch
  > linux-yoto/6.12: bsp/genericarm64: fix configuration warning
  > linux-yocto: tweak cve exclusions files
  > systemd: actively disable Predictable Network Interface Names if !pni-names
  > linux-firmware: package firmware for Qualcomm AIC100 and QDU100
  > linux-firmware: upgrade 20241110 -> 20241210
  > sysvinit: upgrade 3.04 -> 3.11
  > maintainers.inc: add self for meson, python3 recipes
  > ovmf: update 202408 -> 202411
  > librsvg: update 2.58.2 -> 2.59.2
  > maintainers.inc: Update maintainer for pseudo and rpm
  > scripts/devtool: use bb.util.listtasks instead of __BBTASKS
  > classes/utility-tasks: port do_listtasks to use bb.build.listtasks
  > cargo-c: convert to target recipe
  > rpm: replace use of rpm2cpio with rpm2archive
  > rpm: update 4.19.1.1 -> 4.20.0
  > systemd-compat-units: execute postinst on target
  > base.bbclass: fix RRECOMMENDS extend issue for multilib
  > oeqa/selftest: Fix failure when configuration contains BBLAYERS:append
  > spdx 3.0: Rework how SPDX aliases are linked
  > classes-global/insane: Handle case where RPROVIDER is also a provider
  > vte: upgrade 0.78.1 -> 0.78.2
  > ttyrun: upgrade 2.35.0 -> 2.36.0
  > sudo: upgrade 1.9.16p1 -> 1.9.16p2
  > stress-ng: upgrade 0.18.06 -> 0.18.07
  > sqlite3: upgrade 3.47.0 -> 3.47.2
  > re2c: upgrade 4.0 -> 4.0.1
  > pixman: upgrade 0.44.0 -> 0.44.2
  > llvm: upgrade 19.1.4 -> 19.1.5
  > libsdl2: upgrade 2.30.9 -> 2.30.10
  > libdrm: upgrade 2.4.123 -> 2.4.124
  > kexec-tools: upgrade 2.0.29 -> 2.0.30
  > hwdata: upgrade 0.389 -> 0.390
  > gstreamer1.0: upgrade 1.24.9 -> 1.24.10
  > gnupg: upgrade 2.5.1 -> 2.5.2
  > git: upgrade 2.47.0 -> 2.47.1
  > ell: upgrade 0.70 -> 0.71
  > btrfs-tools: upgrade 6.11 -> 6.12
  > bash-completion: upgrade 2.14.0 -> 2.15.0
  > yocto-bsp: drop 6.10 bbappend
  > poky/poky-tiny: update default to v6.12
  > linux-yocto: drop 6.10
  > linux-yocto/6.12: introduce v6.12 reference kernel
  > linux-yocto/6.6: update to v6.6.64
  > linux-yocto/6.6: update to v6.6.63
  > python3-iniparse: remove recipe
  > musl: Update riscv syscalls till 6.10 kernel
  > openssl: Fix build on risc64/musl
  > ffmpeg: Fix RISCV build
  > scripts/install-buildtools: preserve formatting in the help message
  > libsecret: add pam support depending on DISTRO_FEATURES
  > toolchain-shar-relocate.sh: fix the replacing commands
  > inetutils: increase alternative priority for hostname
  > shadow: use update-alternatives to handle su.1 and nologin.8
  > qemurunner: Fix stack trace generation in exception handler
  > tiff: set status for CVEs firx in 4.7.0
  > tiff: remove status for CVE-2023-3164
  > libssh2: remove status for CVE-2023-48795
  > elfutils: backport a fix for libeu objects missing in libelf.a
  > libpam: add packageconfig for selinux
  > Revert "uboot-sign: fix U-Boot binary with public key"
  > bitbake: parse: add support for 'addfragments' directive
  > bitbake: parse/ConfHandler: allow / in variable flags
  > libtool: update 2.5.2 -> 2.5.4
  > dtc: upgrade 1.7.0 -> 1.7.2
  > bitbake: cooker: use enum for cooker state to improve readability
  > bitbake: server/xmlrpcserver: fix some warnings
  > bitbake: knotty: some small cleanups while I'm in here
  > bitbake: knotty: print an error if MACHINE is not set
  > cargo-c-native: update 0.10.3 -> 0.10.5
  > go-helloworld: update to latest revision
  > libpam: update 1.6.1 -> 1.7.0
  > libpipeline: update 1.5.7 -> 1.5.8
  > texinfo: update 7.1 -> 7.1.1
  > vulkan-samples: update to latest revision
  > pixman: update 0.42.2 -> 0.44.0
  > tiff: update 4.6.0 -> 4.7.0
  > webkitgtk: update 2.44.3 -> 2.46.4
  > libgit2: update 1.8.2 -> 1.8.4
  > utfcpp: update 4.0.5 -> 4.0.6
  > python3-maturin: update 1.7.1 -> 1.7.4
  > python3-markdown: update 3.6 -> 3.7
  > btrfs-tools: update 6.10.1 -> 6.11
  > xf86-video-fbdev: update 0.5.0 -> 0.5.1
  > swig: upgrade 4.2.1 -> 4.3.0
  > python3-dtc: update 1.7.0 -> 1.7.2
  > virglrenderer: upgrade 1.0.1 -> 1.1.0
  > cups: upgrade 2.4.10 -> 2.4.11
  > python3-beartype: upgrade 0.18.5 -> 0.19.0
  > elfutils: upgrade 0.191 -> 0.192
  > debugedit: upgrade 5.0 -> 5.1
  > pkg-config-native: pick additional search paths from $EXTRA_NATIVE_PKGCONFIG_PATH
  > cargo.bbclass: do not install libraries by default
  > gcr: drop obsolete autotools setting
  > meson.bbclass: enable qemu exe wrapper in nativesdk
  > barebox: add more common items into shared .inc with barebox-tools
  > mtd-utils: set PV directly in the recipe filename
  > maintainers.inc: unassign myself (don't panic!)
  > lib: oeqa: spdx: Add tests for extra options
  > lib: spdx: Fix SPDX_BUILD_HOST
  > classes: create-spdx: Fix variable dependencies
  > lib: sbom30: Fix agent reference
  > lib: sbom30: Fix import handling
  > lrzsz: update SRC_URI to avoid redirect
  > oeqa/gitarchive: Fix syntax warning
  > linux-yocto: add and use GPL-2.0-with-syscall-note license
  > meta/lib: move buildstats.py and rootfspostcommands.py into oe
  > qemu: set CVE-2024-6505 to fixed
  > lib: spdx30_tasks: Fix supplied By
  > systemd: remove custom rootlibexecdir and replace with nonarch_libdir
  > systemd: split long line in pkg_postinst
  > systemd: drop deprecated rootlibdir, rootprefix and split-usr options

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

* sources/meta-arm 82bb1d21...b2c43dbf (3):
  > lib/fvp: add name to terminal title in FVP runner
  > kas: corstone-1000: Update the SHA of the Yocto layer dependencies for the CORSTONE1000-2024.11 release.
  > arm-bsp/documentation: corstone1000: Amend documentation for CORSTONE1000-2024.11 release

* sources/meta-clang 147349b...b41b391 (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 7f045776...11ebe0bf (8):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2046 from Livius90/master
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2045 from hellhound94/topic/fix-script
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2044 from hellhound94/topic/fix-script
  > Merge pull request #2043 from YoeDistro/yoe/mut

* sources/meta-freescale-3rdparty bc2a12c...9c89d0d (4):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #318 from dankm/dankm/unpackdir
  > Merge pull request #316 from svogl/master

* sources/meta-openembedded 907a061e9...3fd49a5bc (71):
  > DO NOT MERGE: Add Github actions CI workflow
  > python3-*: Update recipes to correctly check the upstream packages
  > lua-lgi: add recipe
  > luajit: update
  > 7-zip: add new recipe
  > garcon: 4.19.1 -> 4.20.0
  > exo: 4.19.1 -> 4.20.0
  > libxfce4ui: 4.19.6 -> 4.20.0
  > libxfce4util: 4.19.3 -> 4.20.0
  > xfconf: 4.18.2 -> 4.20.0
  > gjs: update 1.80.2 -> 1.82.1
  > mozjs: add recipe for mozjs-128
  > cbindgen: add recipe
  > mctp: upgrade 2.0 -> 2.1
  > iwd: update 3.0 -> 3.2
  > kernel-module-emlog: Fix build with kernel 6.12+
  > python3-libusb1: rename recipe to reflect the python version and update to use pypi
  > lvm2: Remove a lingering reference to ${PN}-udevrules
  > tclap: use most recent version
  > bridge-utils: add CVE_PRODUCT
  > vbxguestdrivers: upgrade 7.0.22 -> 7.1.4
  > python3-ipython: update to version 8.30.0
  > python3-janus: update to version 1.1.0
  > python3-prompt-toolkit: set the value of UPSTREAM_CHECK_PYPI_PACKAGE to enable version checking
  > python3-mlcommons-loadgen: update to version 5.0.0
  > python3-pdm: update to version 2.22.0
  > python3-cmake: update to version 3.31.1
  > python3-luma-oled: update to version 3.14.0
  > upower: add polkit PACKAGECONFIG option
  > upower: bump to 1.90.6
  > upower: use archive file in SRC_URI and fix UPSTREAM_CHECK_URI
  > python3-virtualenv: upgrade 20.26.5 -> 20.26.6
  > smarty: update 4.4.1 -> 4.5.5
  > vboxguestdrivers: update to 7.0.22
  > gvfs: update 1.56.0 -> 1.56.1
  > file-roller: update 44.3 -> 44.4
  > gnome-text-editor: update 47.0 -> 47.2
  > nautilus: update 47.0 -> 47.1
  > gnome-software: update 47.1 -> 47.2
  > gnome-shell: update 47.1 -> 47.2
  > mutter: update 47.1 -> 47.3
  > gnome-control-center: update 47.1.1 -> 47.2
  > pps-tools: backport a patch to fix prints
  > nginx: Upgrade mainline release version 1.27.1 -> 1.27.3
  > proftpd: set status of CVE-2001-0027
  > dash: set CVE_PRODUCT
  > gpiod-sysfs-proxy: new recipe
  > sip: Upgrade 6.8.6 -> 6.9.0
  > python3-pyhsslms: Add 2.0.0 recipe
  > canopenterm: 1.0.9 -> 1.0.10
  > vk-gl-cts: don't require networking to configure
  > vk-gl-cts: control what targets get built
  > vk-gl-cts: use cmake-qemu
  > vk-gl-cts: set the git tag regex for release checking
  > vk-gl-cts: fix EXTRA_OECMAKE
  > syzkaller: network in compile is not needed
  > etcd: don't set UPSTREAM_CHECK_COMMITS
  > lxdm: drop debug-tweaks
  > canopenterm: update to version 1.0.9
  > pocketpy: update to version 2.0.3
  > mariadb: Ensure compatibility with ARMv9 by updating .arch directive
  > openhpi: explicitly disable ov-rest plugin
  > libspelling: update 0.4.2 -> 0.4.5
  > wireplumber: update 0.5.6 -> 0.5.7
  > pipewire: update 1.2.6 -> 1.2.7
  > python3-gpiod: don't recommend kernel-module-configfs for ptest
  > python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest
  > libgpiod: minimize intra-recipe dependencies for ptest
  > xfstests: add missing run-time dependencies
  > gthumb: update 3.12.4 -> 3.12.6
  > pam-radius: add recipe

* sources/meta-qcom fc029c4...210c102 (19):
  > Merge pull request #689 from ricardosalveti/esp-qcom-image
  > Merge pull request #692 from chirag-jn/readme-improve
  > Merge pull request #688 from chirag-jn/readme
  > Merge pull request #687 from chirag-jn/qdl-2024-12
  > Merge pull request #685 from lumag/drop-extras
  > Merge pull request #684 from ndechesne/yocto-check-layer-fix
  > Merge pull request #683 from ndechesne/fix-patch-tag
  > Merge pull request #682 from lumag/drop-legacy
  > Merge pull request #681 from lumag/drop-extras
  > Merge pull request #679 from lumag/update-dsp-binaries
  > Merge pull request #678 from lumag/x1e80100-drop-audio-fw
  > Merge pull request #674 from lumag/hexagon-dsp-binaries
  > Merge pull request #677 from lumag/no-debug-tweaks
  > Merge pull request #676 from lumag/add-styhead
  > Merge pull request #673 from lumag/fix-rb3gen2-firmware
  > Merge pull request #669 from olasnap/oj/optional-rootfs-arg
  > Merge pull request #664 from lumag/wcn3990
  > Merge pull request #667 from ricardosalveti/master
  > Merge pull request #666 from ndechesne/uki

* sources/meta-qt6 2c53920...897b24a (21):
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > qtbase: always build linuxfb platform plugin
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 1aeda3f...97d7a6b (6):
  > picamera-libs: removed unused libraries from python3-picamera
  > SECURITY.md: Add instructions for reporting security issues
  > rpi-base: Remove bcm2712-rpi-5-b.dtb from RPI_KERNEL_DEVICETREE target
  > linux-raspberrypi-6.6: Upgrade to 6.6.63
  > linux: Enable CONFIG_I2C_BRCMSTB for proper HDMI I2C support
  > extra-build-config.md: added a white line

* sources/meta-riscv e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* sources/meta-rockchip 3a8be31...1cdcb49 (7):
  > u-boot: use upstream for radxa-zero-3{e|w}
  > layer.conf: update to walnascar only
  > radxa-zero-3: switch to yocto-dev kernel
  > u-boot: switch to upstream SRCREV for rk-u-boot-env
  > bsp: rkbin: bump to latest commit in master branch
  > bsp: rkbin: rkbin-ddr: use version and file variables for path matching
  > rk3308: add provider for trusted firmware-a

* sources/meta-swupdate 01dbc76...efd4c20 (11):
  < 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 55708dbc...d0e741b4 (4):
  > linux-yocto: Forward port 6.10 bbappend to 6.12
  > linux-yocto: add patch to fix compatibility with nvbootctrl
  > edk2-firmware-tegra: add backported patch for cpp issue
  > tegra-binaries: refactor per-SoC vs. common deb package handling

* sources/meta-ti c46f49d3...57da6c15 (8):
  > CI/CD Auto-Merger: cicd.master.202412130100
  > CI/CD Auto-Merger: cicd.master.202412101025
  > u-boot: Add patch to use SWIG_AppendOutput
  > conf: layer.conf: Drop scarthgap from LAYERSERIES_COMPAT
  > conf: machine: am62xx-lp-evm: Add PWM overlays
  > ti-ipc: mark as incompatible with non-Linux builds
  > conf: machine: am62pxx: Pick overlays for V3Link cameras
  > ti-ipc-examples: Remove DSP/BIOS IPC examples

* sources/meta-variscite-bsp 96a2781...abef3cf (50):
  < 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 f5a2ea77ca...70171201f1 (165):
  > clang: Upgrade to 19.1.5
  > 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
  > system-requirements.rst: add dependencies for pdf builds
  > system-requirements: update list of supported distros
  > system-requirements: add fedora 39 to supported distros
  > poky.yaml.in: replace inkscape dependency by librsvg2-bin
  > poky.yaml.in: add missing locales dependency
  > Gather dependencies in poky.yaml.in
  > migration-guides: add release notes for 5.1.1
  > ref-manual: use standardized method accross both ubuntu and debian for locale install
  > build-appliance-image: Update to master head revision
  > systemd: upgrade 256.8 -> 256.9
  > yocto-bsp: Bump the default kernel to v6.12 for x86 machines
  > yocto-bsp: Bump the default kernel to v6.12 for beaglebone
  > linux-yocto: enable linux 6.12 for genericarm64
  > scripts/install-buildtools: Update to 5.1.1
  > binutils: Fix CVE-2024-53589
  > barebox: upgrade 2024.10.0 -> 2024.12.0
  > curl: upgrade 8.11.0 -> 8.11.1
  > curl: upgrade 8.10.1 -> 8.11.0
  > gcc: Fix c++: tweak for Wrange-loop-construct
  > icecc: don't use KERNEL_CC during set_icecc_env
  > icecc: convert set_icecc_env to python prefuncs
  > bitbake-config-build: add a plugin for config fragments
  > bitbake.conf: add an addfragments directive for oe-core and dependent layers
  > bitbake: bitbake-config-build: add an alias to bitbake-layers
  > bitbake: lib/bb/tests: use bb.build.listtasks() instead of __BBTASKS
  > bitbake: bitbake-user-manual-metadata: add a section about 'addfragments`
  > bitbake: bitbake: parse: add support for flagged fragment variables
  > pixman: remove long-obsolete patch
  > linux-yoto/6.12: bsp/genericarm64: fix configuration warning
  > linux-yocto: tweak cve exclusions files
  > systemd: actively disable Predictable Network Interface Names if !pni-names
  > linux-firmware: package firmware for Qualcomm AIC100 and QDU100
  > linux-firmware: upgrade 20241110 -> 20241210
  > sysvinit: upgrade 3.04 -> 3.11
  > maintainers.inc: add self for meson, python3 recipes
  > ovmf: update 202408 -> 202411
  > librsvg: update 2.58.2 -> 2.59.2
  > maintainers.inc: Update maintainer for pseudo and rpm
  > scripts/devtool: use bb.util.listtasks instead of __BBTASKS
  > classes/utility-tasks: port do_listtasks to use bb.build.listtasks
  > cargo-c: convert to target recipe
  > rpm: replace use of rpm2cpio with rpm2archive
  > rpm: update 4.19.1.1 -> 4.20.0
  > systemd-compat-units: execute postinst on target
  > base.bbclass: fix RRECOMMENDS extend issue for multilib
  > oeqa/selftest: Fix failure when configuration contains BBLAYERS:append
  > spdx 3.0: Rework how SPDX aliases are linked
  > classes-global/insane: Handle case where RPROVIDER is also a provider
  > vte: upgrade 0.78.1 -> 0.78.2
  > ttyrun: upgrade 2.35.0 -> 2.36.0
  > sudo: upgrade 1.9.16p1 -> 1.9.16p2
  > stress-ng: upgrade 0.18.06 -> 0.18.07
  > sqlite3: upgrade 3.47.0 -> 3.47.2
  > re2c: upgrade 4.0 -> 4.0.1
  > pixman: upgrade 0.44.0 -> 0.44.2
  > llvm: upgrade 19.1.4 -> 19.1.5
  > libsdl2: upgrade 2.30.9 -> 2.30.10
  > libdrm: upgrade 2.4.123 -> 2.4.124
  > kexec-tools: upgrade 2.0.29 -> 2.0.30
  > hwdata: upgrade 0.389 -> 0.390
  > gstreamer1.0: upgrade 1.24.9 -> 1.24.10
  > gnupg: upgrade 2.5.1 -> 2.5.2
  > git: upgrade 2.47.0 -> 2.47.1
  > ell: upgrade 0.70 -> 0.71
  > btrfs-tools: upgrade 6.11 -> 6.12
  > bash-completion: upgrade 2.14.0 -> 2.15.0
  > yocto-bsp: drop 6.10 bbappend
  > poky/poky-tiny: update default to v6.12
  > linux-yocto: drop 6.10
  > linux-yocto/6.12: introduce v6.12 reference kernel
  > linux-yocto/6.6: update to v6.6.64
  > linux-yocto/6.6: update to v6.6.63
  > python3-iniparse: remove recipe
  > musl: Update riscv syscalls till 6.10 kernel
  > openssl: Fix build on risc64/musl
  > ffmpeg: Fix RISCV build
  > scripts/install-buildtools: preserve formatting in the help message
  > libsecret: add pam support depending on DISTRO_FEATURES
  > toolchain-shar-relocate.sh: fix the replacing commands
  > inetutils: increase alternative priority for hostname
  > shadow: use update-alternatives to handle su.1 and nologin.8
  > qemurunner: Fix stack trace generation in exception handler
  > tiff: set status for CVEs firx in 4.7.0
  > tiff: remove status for CVE-2023-3164
  > libssh2: remove status for CVE-2023-48795
  > elfutils: backport a fix for libeu objects missing in libelf.a
  > libpam: add packageconfig for selinux
  > Revert "uboot-sign: fix U-Boot binary with public key"
  > bitbake: parse: add support for 'addfragments' directive
  > bitbake: parse/ConfHandler: allow / in variable flags
  > libtool: update 2.5.2 -> 2.5.4
  > dtc: upgrade 1.7.0 -> 1.7.2
  > bitbake: cooker: use enum for cooker state to improve readability
  > bitbake: server/xmlrpcserver: fix some warnings
  > bitbake: knotty: some small cleanups while I'm in here
  > bitbake: knotty: print an error if MACHINE is not set
  > cargo-c-native: update 0.10.3 -> 0.10.5
  > go-helloworld: update to latest revision
  > libpam: update 1.6.1 -> 1.7.0
  > libpipeline: update 1.5.7 -> 1.5.8
  > texinfo: update 7.1 -> 7.1.1
  > vulkan-samples: update to latest revision
  > pixman: update 0.42.2 -> 0.44.0
  > tiff: update 4.6.0 -> 4.7.0
  > webkitgtk: update 2.44.3 -> 2.46.4
  > libgit2: update 1.8.2 -> 1.8.4
  > utfcpp: update 4.0.5 -> 4.0.6
  > python3-maturin: update 1.7.1 -> 1.7.4
  > python3-markdown: update 3.6 -> 3.7
  > btrfs-tools: update 6.10.1 -> 6.11
  > xf86-video-fbdev: update 0.5.0 -> 0.5.1
  > swig: upgrade 4.2.1 -> 4.3.0
  > python3-dtc: update 1.7.0 -> 1.7.2
  > virglrenderer: upgrade 1.0.1 -> 1.1.0
  > cups: upgrade 2.4.10 -> 2.4.11
  > python3-beartype: upgrade 0.18.5 -> 0.19.0
  > elfutils: upgrade 0.191 -> 0.192
  > debugedit: upgrade 5.0 -> 5.1
  > pkg-config-native: pick additional search paths from $EXTRA_NATIVE_PKGCONFIG_PATH
  > cargo.bbclass: do not install libraries by default
  > gcr: drop obsolete autotools setting
  > meson.bbclass: enable qemu exe wrapper in nativesdk
  > barebox: add more common items into shared .inc with barebox-tools
  > mtd-utils: set PV directly in the recipe filename
  > maintainers.inc: unassign myself (don't panic!)
  > lib: oeqa: spdx: Add tests for extra options
  > lib: spdx: Fix SPDX_BUILD_HOST
  > classes: create-spdx: Fix variable dependencies
  > lib: sbom30: Fix agent reference
  > lib: sbom30: Fix import handling
  > lrzsz: update SRC_URI to avoid redirect
  > oeqa/gitarchive: Fix syntax warning
  > linux-yocto: add and use GPL-2.0-with-syscall-note license
  > meta/lib: move buildstats.py and rootfspostcommands.py into oe
  > qemu: set CVE-2024-6505 to fixed
  > lib: spdx30_tasks: Fix supplied By
  > systemd: remove custom rootlibexecdir and replace with nonarch_libdir
  > systemd: split long line in pkg_postinst
  > systemd: drop deprecated rootlibdir, rootprefix and split-usr options

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

* sources/meta-arm 82bb1d21...b2c43dbf (3):
  > lib/fvp: add name to terminal title in FVP runner
  > kas: corstone-1000: Update the SHA of the Yocto layer dependencies for the CORSTONE1000-2024.11 release.
  > arm-bsp/documentation: corstone1000: Amend documentation for CORSTONE1000-2024.11 release

* sources/meta-clang 147349b...b41b391 (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 7f045776...11ebe0bf (8):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2046 from Livius90/master
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2045 from hellhound94/topic/fix-script
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2044 from hellhound94/topic/fix-script
  > Merge pull request #2043 from YoeDistro/yoe/mut

* sources/meta-freescale-3rdparty bc2a12c...9c89d0d (4):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #318 from dankm/dankm/unpackdir
  > Merge pull request #316 from svogl/master

* sources/meta-openembedded 907a061e9...f52a543f6 (100):
  > DO NOT MERGE: Add Github actions CI workflow
  > packagegroup-meta-oe: Remove libpeas from packagegroup-meta-oe-gnome
  > gedit: build with libpeas-1
  > eog: build with libpeas-1
  > geary: build with libpeas-1
  > packagegroup-meta-oe: adjust after libpeas update
  > xfce4-power-manager: 4.18.2 -> 4.20.0
  > xfce4-appfinder: 4.19.3 -> 4.20.0
  > tumbler: 4.18.0 -> 4.20.0
  > thunar-volman: 4.18.0 -> 4.20.0
  > thunar: 4.19.0 -> 4.20.0
  > xkbevd: upgrade 1.1.5 -> 1.1.6
  > tinysparql: upgrade 3.8.1 -> 3.8.2
  > stunnel: upgrade 5.73 -> 5.74
  > python3-pybind11-json: upgrade 0.2.14 -> 0.2.15
  > openjpeg: upgrade 2.5.2 -> 2.5.3
  > nanopb-generator(-runtime): upgrade 0.4.9 -> 0.4.9.1
  > monit: upgrade 5.34.2 -> 5.34.3
  > mcelog: upgrade 201 -> 202
  > lvm2: update 2.03.28 -> 2.03.29
  > localsearch: upgrade 3.8.1 -> 3.8.2
  > libusbmuxd: upgrade 2.0.2 -> 2.1.0
  > libplist: upgrade 2.3.0 -> 2.6.0
  > libnfs: upgrade 5.0.3 -> 6.0.2
  > graphviz: upgrade 12.2.0 -> 12.2.1
  > ctags: upgrade 6.1.20241201.0 -> 6.1.20241215.0
  > ace: update 8.0.1 -> 8.0.2
  > libpeas: add recipe for 2.0.5
  > libp11: upgrade 0.4.12 -> 0.4.13
  > bmap-writer: update to latest git version
  > python3-*: Update recipes to correctly check the upstream packages
  > lua-lgi: add recipe
  > luajit: update
  > 7-zip: add new recipe
  > garcon: 4.19.1 -> 4.20.0
  > exo: 4.19.1 -> 4.20.0
  > libxfce4ui: 4.19.6 -> 4.20.0
  > libxfce4util: 4.19.3 -> 4.20.0
  > xfconf: 4.18.2 -> 4.20.0
  > gjs: update 1.80.2 -> 1.82.1
  > mozjs: add recipe for mozjs-128
  > cbindgen: add recipe
  > mctp: upgrade 2.0 -> 2.1
  > iwd: update 3.0 -> 3.2
  > kernel-module-emlog: Fix build with kernel 6.12+
  > python3-libusb1: rename recipe to reflect the python version and update to use pypi
  > lvm2: Remove a lingering reference to ${PN}-udevrules
  > tclap: use most recent version
  > bridge-utils: add CVE_PRODUCT
  > vbxguestdrivers: upgrade 7.0.22 -> 7.1.4
  > python3-ipython: update to version 8.30.0
  > python3-janus: update to version 1.1.0
  > python3-prompt-toolkit: set the value of UPSTREAM_CHECK_PYPI_PACKAGE to enable version checking
  > python3-mlcommons-loadgen: update to version 5.0.0
  > python3-pdm: update to version 2.22.0
  > python3-cmake: update to version 3.31.1
  > python3-luma-oled: update to version 3.14.0
  > upower: add polkit PACKAGECONFIG option
  > upower: bump to 1.90.6
  > upower: use archive file in SRC_URI and fix UPSTREAM_CHECK_URI
  > python3-virtualenv: upgrade 20.26.5 -> 20.26.6
  > smarty: update 4.4.1 -> 4.5.5
  > vboxguestdrivers: update to 7.0.22
  > gvfs: update 1.56.0 -> 1.56.1
  > file-roller: update 44.3 -> 44.4
  > gnome-text-editor: update 47.0 -> 47.2
  > nautilus: update 47.0 -> 47.1
  > gnome-software: update 47.1 -> 47.2
  > gnome-shell: update 47.1 -> 47.2
  > mutter: update 47.1 -> 47.3
  > gnome-control-center: update 47.1.1 -> 47.2
  > pps-tools: backport a patch to fix prints
  > nginx: Upgrade mainline release version 1.27.1 -> 1.27.3
  > proftpd: set status of CVE-2001-0027
  > dash: set CVE_PRODUCT
  > gpiod-sysfs-proxy: new recipe
  > sip: Upgrade 6.8.6 -> 6.9.0
  > python3-pyhsslms: Add 2.0.0 recipe
  > canopenterm: 1.0.9 -> 1.0.10
  > vk-gl-cts: don't require networking to configure
  > vk-gl-cts: control what targets get built
  > vk-gl-cts: use cmake-qemu
  > vk-gl-cts: set the git tag regex for release checking
  > vk-gl-cts: fix EXTRA_OECMAKE
  > syzkaller: network in compile is not needed
  > etcd: don't set UPSTREAM_CHECK_COMMITS
  > lxdm: drop debug-tweaks
  > canopenterm: update to version 1.0.9
  > pocketpy: update to version 2.0.3
  > mariadb: Ensure compatibility with ARMv9 by updating .arch directive
  > openhpi: explicitly disable ov-rest plugin
  > libspelling: update 0.4.2 -> 0.4.5
  > wireplumber: update 0.5.6 -> 0.5.7
  > pipewire: update 1.2.6 -> 1.2.7
  > python3-gpiod: don't recommend kernel-module-configfs for ptest
  > python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest
  > libgpiod: minimize intra-recipe dependencies for ptest
  > xfstests: add missing run-time dependencies
  > gthumb: update 3.12.4 -> 3.12.6
  > pam-radius: add recipe

* sources/meta-qcom fc029c4...210c102 (19):
  > Merge pull request #689 from ricardosalveti/esp-qcom-image
  > Merge pull request #692 from chirag-jn/readme-improve
  > Merge pull request #688 from chirag-jn/readme
  > Merge pull request #687 from chirag-jn/qdl-2024-12
  > Merge pull request #685 from lumag/drop-extras
  > Merge pull request #684 from ndechesne/yocto-check-layer-fix
  > Merge pull request #683 from ndechesne/fix-patch-tag
  > Merge pull request #682 from lumag/drop-legacy
  > Merge pull request #681 from lumag/drop-extras
  > Merge pull request #679 from lumag/update-dsp-binaries
  > Merge pull request #678 from lumag/x1e80100-drop-audio-fw
  > Merge pull request #674 from lumag/hexagon-dsp-binaries
  > Merge pull request #677 from lumag/no-debug-tweaks
  > Merge pull request #676 from lumag/add-styhead
  > Merge pull request #673 from lumag/fix-rb3gen2-firmware
  > Merge pull request #669 from olasnap/oj/optional-rootfs-arg
  > Merge pull request #664 from lumag/wcn3990
  > Merge pull request #667 from ricardosalveti/master
  > Merge pull request #666 from ndechesne/uki

* sources/meta-qt6 2c53920...897b24a (21):
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > qtbase: always build linuxfb platform plugin
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 1aeda3f...97d7a6b (6):
  > picamera-libs: removed unused libraries from python3-picamera
  > SECURITY.md: Add instructions for reporting security issues
  > rpi-base: Remove bcm2712-rpi-5-b.dtb from RPI_KERNEL_DEVICETREE target
  > linux-raspberrypi-6.6: Upgrade to 6.6.63
  > linux: Enable CONFIG_I2C_BRCMSTB for proper HDMI I2C support
  > extra-build-config.md: added a white line

* sources/meta-riscv e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* sources/meta-rockchip 3a8be31...1cdcb49 (7):
  > u-boot: use upstream for radxa-zero-3{e|w}
  > layer.conf: update to walnascar only
  > radxa-zero-3: switch to yocto-dev kernel
  > u-boot: switch to upstream SRCREV for rk-u-boot-env
  > bsp: rkbin: bump to latest commit in master branch
  > bsp: rkbin: rkbin-ddr: use version and file variables for path matching
  > rk3308: add provider for trusted firmware-a

* sources/meta-swupdate 01dbc76...efd4c20 (11):
  < 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 55708dbc...6b595720 (6):
  > linux-yocto: Forward port 6.10 bbappend to 6.12
  > tegra-flash-helper: Allow PKC-only secure boot flashing
  > linux-yocto: import recipe for 6.10
  > linux-yocto: add patch to fix compatibility with nvbootctrl
  > edk2-firmware-tegra: add backported patch for cpp issue
  > tegra-binaries: refactor per-SoC vs. common deb package handling

* sources/meta-ti c46f49d3...57da6c15 (8):
  > CI/CD Auto-Merger: cicd.master.202412130100
  > CI/CD Auto-Merger: cicd.master.202412101025
  > u-boot: Add patch to use SWIG_AppendOutput
  > conf: layer.conf: Drop scarthgap from LAYERSERIES_COMPAT
  > conf: machine: am62xx-lp-evm: Add PWM overlays
  > ti-ipc: mark as incompatible with non-Linux builds
  > conf: machine: am62pxx: Pick overlays for V3Link cameras
  > ti-ipc-examples: Remove DSP/BIOS IPC examples

* sources/meta-variscite-bsp 96a2781...abef3cf (50):
  < 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 f5a2ea77ca...183672b683 (187):
  > clang: Upgrade to 19.1.5
  > 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
  > Revert "python3-numpy: upgrade 2.1.3 -> 2.2.0"
  > bitbake: parse: Add include_all conf file directive
  > bitbake: cooker: Make cooker 'skiplist' per-multiconfig/mc
  > glib-2.0: update 2.82.2 -> 2.82.4
  > python3-numpy: upgrade 2.1.3 -> 2.2.0
  > scripts: wrap lz4c and convert to lz4
  > oe-selftest: devtool ide-sdk use modify debug-build
  > devtool: ide-sdk recommend DEBUG_BUILD
  > devtool: ide-sdk sort cmake preset
  > devtool: modify support debug-builds
  > lttng-modules: Upgrade 2.13.15 -> 2.13.16
  > qemu: Upgrade 9.1.1 -> 9.2.0
  > subversion: Upgrade 1.14.4 -> 1.14.5
  > python3-*: Update recipes to correctly check the upstream packages
  > classes/pypi: update the default UPSTREAM_CHECK_URI to use the simple repo API
  > systemd: set CVE_PRODUCT
  > systemd: split networkd into its own package
  > systemd.bbclass: do not automatically add Also services
  > systemd.bbclass: refactor adding files
  > dropbear: add dropbearkey.service to FILES
  > busybox: add klogd service to FILES
  > perf: Fix a minor typo
  > system-requirements.rst: add dependencies for pdf builds
  > system-requirements: update list of supported distros
  > system-requirements: add fedora 39 to supported distros
  > poky.yaml.in: replace inkscape dependency by librsvg2-bin
  > poky.yaml.in: add missing locales dependency
  > Gather dependencies in poky.yaml.in
  > migration-guides: add release notes for 5.1.1
  > ref-manual: use standardized method accross both ubuntu and debian for locale install
  > build-appliance-image: Update to master head revision
  > systemd: upgrade 256.8 -> 256.9
  > yocto-bsp: Bump the default kernel to v6.12 for x86 machines
  > yocto-bsp: Bump the default kernel to v6.12 for beaglebone
  > linux-yocto: enable linux 6.12 for genericarm64
  > scripts/install-buildtools: Update to 5.1.1
  > binutils: Fix CVE-2024-53589
  > barebox: upgrade 2024.10.0 -> 2024.12.0
  > curl: upgrade 8.11.0 -> 8.11.1
  > curl: upgrade 8.10.1 -> 8.11.0
  > gcc: Fix c++: tweak for Wrange-loop-construct
  > icecc: don't use KERNEL_CC during set_icecc_env
  > icecc: convert set_icecc_env to python prefuncs
  > bitbake-config-build: add a plugin for config fragments
  > bitbake.conf: add an addfragments directive for oe-core and dependent layers
  > bitbake: bitbake-config-build: add an alias to bitbake-layers
  > bitbake: lib/bb/tests: use bb.build.listtasks() instead of __BBTASKS
  > bitbake: bitbake-user-manual-metadata: add a section about 'addfragments`
  > bitbake: bitbake: parse: add support for flagged fragment variables
  > pixman: remove long-obsolete patch
  > linux-yoto/6.12: bsp/genericarm64: fix configuration warning
  > linux-yocto: tweak cve exclusions files
  > systemd: actively disable Predictable Network Interface Names if !pni-names
  > linux-firmware: package firmware for Qualcomm AIC100 and QDU100
  > linux-firmware: upgrade 20241110 -> 20241210
  > sysvinit: upgrade 3.04 -> 3.11
  > maintainers.inc: add self for meson, python3 recipes
  > ovmf: update 202408 -> 202411
  > librsvg: update 2.58.2 -> 2.59.2
  > maintainers.inc: Update maintainer for pseudo and rpm
  > scripts/devtool: use bb.util.listtasks instead of __BBTASKS
  > classes/utility-tasks: port do_listtasks to use bb.build.listtasks
  > cargo-c: convert to target recipe
  > rpm: replace use of rpm2cpio with rpm2archive
  > rpm: update 4.19.1.1 -> 4.20.0
  > systemd-compat-units: execute postinst on target
  > base.bbclass: fix RRECOMMENDS extend issue for multilib
  > oeqa/selftest: Fix failure when configuration contains BBLAYERS:append
  > spdx 3.0: Rework how SPDX aliases are linked
  > classes-global/insane: Handle case where RPROVIDER is also a provider
  > vte: upgrade 0.78.1 -> 0.78.2
  > ttyrun: upgrade 2.35.0 -> 2.36.0
  > sudo: upgrade 1.9.16p1 -> 1.9.16p2
  > stress-ng: upgrade 0.18.06 -> 0.18.07
  > sqlite3: upgrade 3.47.0 -> 3.47.2
  > re2c: upgrade 4.0 -> 4.0.1
  > pixman: upgrade 0.44.0 -> 0.44.2
  > llvm: upgrade 19.1.4 -> 19.1.5
  > libsdl2: upgrade 2.30.9 -> 2.30.10
  > libdrm: upgrade 2.4.123 -> 2.4.124
  > kexec-tools: upgrade 2.0.29 -> 2.0.30
  > hwdata: upgrade 0.389 -> 0.390
  > gstreamer1.0: upgrade 1.24.9 -> 1.24.10
  > gnupg: upgrade 2.5.1 -> 2.5.2
  > git: upgrade 2.47.0 -> 2.47.1
  > ell: upgrade 0.70 -> 0.71
  > btrfs-tools: upgrade 6.11 -> 6.12
  > bash-completion: upgrade 2.14.0 -> 2.15.0
  > yocto-bsp: drop 6.10 bbappend
  > poky/poky-tiny: update default to v6.12
  > linux-yocto: drop 6.10
  > linux-yocto/6.12: introduce v6.12 reference kernel
  > linux-yocto/6.6: update to v6.6.64
  > linux-yocto/6.6: update to v6.6.63
  > python3-iniparse: remove recipe
  > musl: Update riscv syscalls till 6.10 kernel
  > openssl: Fix build on risc64/musl
  > ffmpeg: Fix RISCV build
  > scripts/install-buildtools: preserve formatting in the help message
  > libsecret: add pam support depending on DISTRO_FEATURES
  > toolchain-shar-relocate.sh: fix the replacing commands
  > inetutils: increase alternative priority for hostname
  > shadow: use update-alternatives to handle su.1 and nologin.8
  > qemurunner: Fix stack trace generation in exception handler
  > tiff: set status for CVEs firx in 4.7.0
  > tiff: remove status for CVE-2023-3164
  > libssh2: remove status for CVE-2023-48795
  > elfutils: backport a fix for libeu objects missing in libelf.a
  > libpam: add packageconfig for selinux
  > Revert "uboot-sign: fix U-Boot binary with public key"
  > bitbake: parse: add support for 'addfragments' directive
  > bitbake: parse/ConfHandler: allow / in variable flags
  > libtool: update 2.5.2 -> 2.5.4
  > dtc: upgrade 1.7.0 -> 1.7.2
  > bitbake: cooker: use enum for cooker state to improve readability
  > bitbake: server/xmlrpcserver: fix some warnings
  > bitbake: knotty: some small cleanups while I'm in here
  > bitbake: knotty: print an error if MACHINE is not set
  > cargo-c-native: update 0.10.3 -> 0.10.5
  > go-helloworld: update to latest revision
  > libpam: update 1.6.1 -> 1.7.0
  > libpipeline: update 1.5.7 -> 1.5.8
  > texinfo: update 7.1 -> 7.1.1
  > vulkan-samples: update to latest revision
  > pixman: update 0.42.2 -> 0.44.0
  > tiff: update 4.6.0 -> 4.7.0
  > webkitgtk: update 2.44.3 -> 2.46.4
  > libgit2: update 1.8.2 -> 1.8.4
  > utfcpp: update 4.0.5 -> 4.0.6
  > python3-maturin: update 1.7.1 -> 1.7.4
  > python3-markdown: update 3.6 -> 3.7
  > btrfs-tools: update 6.10.1 -> 6.11
  > xf86-video-fbdev: update 0.5.0 -> 0.5.1
  > swig: upgrade 4.2.1 -> 4.3.0
  > python3-dtc: update 1.7.0 -> 1.7.2
  > virglrenderer: upgrade 1.0.1 -> 1.1.0
  > cups: upgrade 2.4.10 -> 2.4.11
  > python3-beartype: upgrade 0.18.5 -> 0.19.0
  > elfutils: upgrade 0.191 -> 0.192
  > debugedit: upgrade 5.0 -> 5.1
  > pkg-config-native: pick additional search paths from $EXTRA_NATIVE_PKGCONFIG_PATH
  > cargo.bbclass: do not install libraries by default
  > gcr: drop obsolete autotools setting
  > meson.bbclass: enable qemu exe wrapper in nativesdk
  > barebox: add more common items into shared .inc with barebox-tools
  > mtd-utils: set PV directly in the recipe filename
  > maintainers.inc: unassign myself (don't panic!)
  > lib: oeqa: spdx: Add tests for extra options
  > lib: spdx: Fix SPDX_BUILD_HOST
  > classes: create-spdx: Fix variable dependencies
  > lib: sbom30: Fix agent reference
  > lib: sbom30: Fix import handling
  > lrzsz: update SRC_URI to avoid redirect
  > oeqa/gitarchive: Fix syntax warning
  > linux-yocto: add and use GPL-2.0-with-syscall-note license
  > meta/lib: move buildstats.py and rootfspostcommands.py into oe
  > qemu: set CVE-2024-6505 to fixed
  > lib: spdx30_tasks: Fix supplied By
  > systemd: remove custom rootlibexecdir and replace with nonarch_libdir
  > systemd: split long line in pkg_postinst
  > systemd: drop deprecated rootlibdir, rootprefix and split-usr options

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

* sources/meta-arm 82bb1d21...b2c43dbf (3):
  > lib/fvp: add name to terminal title in FVP runner
  > kas: corstone-1000: Update the SHA of the Yocto layer dependencies for the CORSTONE1000-2024.11 release.
  > arm-bsp/documentation: corstone1000: Amend documentation for CORSTONE1000-2024.11 release

* sources/meta-clang 147349b...b41b391 (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 7f045776...11ebe0bf (8):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2046 from Livius90/master
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2045 from hellhound94/topic/fix-script
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2044 from hellhound94/topic/fix-script
  > Merge pull request #2043 from YoeDistro/yoe/mut

* sources/meta-freescale-3rdparty bc2a12c...9c89d0d (4):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #318 from dankm/dankm/unpackdir
  > Merge pull request #316 from svogl/master

* sources/meta-openembedded 907a061e9...c04af2538 (101):
  > DO NOT MERGE: Add Github actions CI workflow
  > gpiod-sysfs-proxy: update v0.1.1 -> v0.1.2
  > packagegroup-meta-oe: Remove libpeas from packagegroup-meta-oe-gnome
  > gedit: build with libpeas-1
  > eog: build with libpeas-1
  > geary: build with libpeas-1
  > packagegroup-meta-oe: adjust after libpeas update
  > xfce4-power-manager: 4.18.2 -> 4.20.0
  > xfce4-appfinder: 4.19.3 -> 4.20.0
  > tumbler: 4.18.0 -> 4.20.0
  > thunar-volman: 4.18.0 -> 4.20.0
  > thunar: 4.19.0 -> 4.20.0
  > xkbevd: upgrade 1.1.5 -> 1.1.6
  > tinysparql: upgrade 3.8.1 -> 3.8.2
  > stunnel: upgrade 5.73 -> 5.74
  > python3-pybind11-json: upgrade 0.2.14 -> 0.2.15
  > openjpeg: upgrade 2.5.2 -> 2.5.3
  > nanopb-generator(-runtime): upgrade 0.4.9 -> 0.4.9.1
  > monit: upgrade 5.34.2 -> 5.34.3
  > mcelog: upgrade 201 -> 202
  > lvm2: update 2.03.28 -> 2.03.29
  > localsearch: upgrade 3.8.1 -> 3.8.2
  > libusbmuxd: upgrade 2.0.2 -> 2.1.0
  > libplist: upgrade 2.3.0 -> 2.6.0
  > libnfs: upgrade 5.0.3 -> 6.0.2
  > graphviz: upgrade 12.2.0 -> 12.2.1
  > ctags: upgrade 6.1.20241201.0 -> 6.1.20241215.0
  > ace: update 8.0.1 -> 8.0.2
  > libpeas: add recipe for 2.0.5
  > libp11: upgrade 0.4.12 -> 0.4.13
  > bmap-writer: update to latest git version
  > python3-*: Update recipes to correctly check the upstream packages
  > lua-lgi: add recipe
  > luajit: update
  > 7-zip: add new recipe
  > garcon: 4.19.1 -> 4.20.0
  > exo: 4.19.1 -> 4.20.0
  > libxfce4ui: 4.19.6 -> 4.20.0
  > libxfce4util: 4.19.3 -> 4.20.0
  > xfconf: 4.18.2 -> 4.20.0
  > gjs: update 1.80.2 -> 1.82.1
  > mozjs: add recipe for mozjs-128
  > cbindgen: add recipe
  > mctp: upgrade 2.0 -> 2.1
  > iwd: update 3.0 -> 3.2
  > kernel-module-emlog: Fix build with kernel 6.12+
  > python3-libusb1: rename recipe to reflect the python version and update to use pypi
  > lvm2: Remove a lingering reference to ${PN}-udevrules
  > tclap: use most recent version
  > bridge-utils: add CVE_PRODUCT
  > vbxguestdrivers: upgrade 7.0.22 -> 7.1.4
  > python3-ipython: update to version 8.30.0
  > python3-janus: update to version 1.1.0
  > python3-prompt-toolkit: set the value of UPSTREAM_CHECK_PYPI_PACKAGE to enable version checking
  > python3-mlcommons-loadgen: update to version 5.0.0
  > python3-pdm: update to version 2.22.0
  > python3-cmake: update to version 3.31.1
  > python3-luma-oled: update to version 3.14.0
  > upower: add polkit PACKAGECONFIG option
  > upower: bump to 1.90.6
  > upower: use archive file in SRC_URI and fix UPSTREAM_CHECK_URI
  > python3-virtualenv: upgrade 20.26.5 -> 20.26.6
  > smarty: update 4.4.1 -> 4.5.5
  > vboxguestdrivers: update to 7.0.22
  > gvfs: update 1.56.0 -> 1.56.1
  > file-roller: update 44.3 -> 44.4
  > gnome-text-editor: update 47.0 -> 47.2
  > nautilus: update 47.0 -> 47.1
  > gnome-software: update 47.1 -> 47.2
  > gnome-shell: update 47.1 -> 47.2
  > mutter: update 47.1 -> 47.3
  > gnome-control-center: update 47.1.1 -> 47.2
  > pps-tools: backport a patch to fix prints
  > nginx: Upgrade mainline release version 1.27.1 -> 1.27.3
  > proftpd: set status of CVE-2001-0027
  > dash: set CVE_PRODUCT
  > gpiod-sysfs-proxy: new recipe
  > sip: Upgrade 6.8.6 -> 6.9.0
  > python3-pyhsslms: Add 2.0.0 recipe
  > canopenterm: 1.0.9 -> 1.0.10
  > vk-gl-cts: don't require networking to configure
  > vk-gl-cts: control what targets get built
  > vk-gl-cts: use cmake-qemu
  > vk-gl-cts: set the git tag regex for release checking
  > vk-gl-cts: fix EXTRA_OECMAKE
  > syzkaller: network in compile is not needed
  > etcd: don't set UPSTREAM_CHECK_COMMITS
  > lxdm: drop debug-tweaks
  > canopenterm: update to version 1.0.9
  > pocketpy: update to version 2.0.3
  > mariadb: Ensure compatibility with ARMv9 by updating .arch directive
  > openhpi: explicitly disable ov-rest plugin
  > libspelling: update 0.4.2 -> 0.4.5
  > wireplumber: update 0.5.6 -> 0.5.7
  > pipewire: update 1.2.6 -> 1.2.7
  > python3-gpiod: don't recommend kernel-module-configfs for ptest
  > python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest
  > libgpiod: minimize intra-recipe dependencies for ptest
  > xfstests: add missing run-time dependencies
  > gthumb: update 3.12.4 -> 3.12.6
  > pam-radius: add recipe

* sources/meta-qcom fc029c4...210c102 (19):
  > Merge pull request #689 from ricardosalveti/esp-qcom-image
  > Merge pull request #692 from chirag-jn/readme-improve
  > Merge pull request #688 from chirag-jn/readme
  > Merge pull request #687 from chirag-jn/qdl-2024-12
  > Merge pull request #685 from lumag/drop-extras
  > Merge pull request #684 from ndechesne/yocto-check-layer-fix
  > Merge pull request #683 from ndechesne/fix-patch-tag
  > Merge pull request #682 from lumag/drop-legacy
  > Merge pull request #681 from lumag/drop-extras
  > Merge pull request #679 from lumag/update-dsp-binaries
  > Merge pull request #678 from lumag/x1e80100-drop-audio-fw
  > Merge pull request #674 from lumag/hexagon-dsp-binaries
  > Merge pull request #677 from lumag/no-debug-tweaks
  > Merge pull request #676 from lumag/add-styhead
  > Merge pull request #673 from lumag/fix-rb3gen2-firmware
  > Merge pull request #669 from olasnap/oj/optional-rootfs-arg
  > Merge pull request #664 from lumag/wcn3990
  > Merge pull request #667 from ricardosalveti/master
  > Merge pull request #666 from ndechesne/uki

* sources/meta-qt6 2c53920...897b24a (21):
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > qtbase: always build linuxfb platform plugin
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 1aeda3f...97d7a6b (6):
  > picamera-libs: removed unused libraries from python3-picamera
  > SECURITY.md: Add instructions for reporting security issues
  > rpi-base: Remove bcm2712-rpi-5-b.dtb from RPI_KERNEL_DEVICETREE target
  > linux-raspberrypi-6.6: Upgrade to 6.6.63
  > linux: Enable CONFIG_I2C_BRCMSTB for proper HDMI I2C support
  > extra-build-config.md: added a white line

* sources/meta-riscv e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* sources/meta-rockchip 3a8be31...1cdcb49 (7):
  > u-boot: use upstream for radxa-zero-3{e|w}
  > layer.conf: update to walnascar only
  > radxa-zero-3: switch to yocto-dev kernel
  > u-boot: switch to upstream SRCREV for rk-u-boot-env
  > bsp: rkbin: bump to latest commit in master branch
  > bsp: rkbin: rkbin-ddr: use version and file variables for path matching
  > rk3308: add provider for trusted firmware-a

* sources/meta-swupdate 01dbc76...efd4c20 (11):
  < 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 55708dbc...deb21184 (7):
  > cuda-compatibility-workarounds: Fix build with upcoming glibc 2.41
  > linux-yocto: Forward port 6.10 bbappend to 6.12
  > tegra-flash-helper: Allow PKC-only secure boot flashing
  > linux-yocto: import recipe for 6.10
  > linux-yocto: add patch to fix compatibility with nvbootctrl
  > edk2-firmware-tegra: add backported patch for cpp issue
  > tegra-binaries: refactor per-SoC vs. common deb package handling

* sources/meta-ti c46f49d3...57da6c15 (8):
  > CI/CD Auto-Merger: cicd.master.202412130100
  > CI/CD Auto-Merger: cicd.master.202412101025
  > u-boot: Add patch to use SWIG_AppendOutput
  > conf: layer.conf: Drop scarthgap from LAYERSERIES_COMPAT
  > conf: machine: am62xx-lp-evm: Add PWM overlays
  > ti-ipc: mark as incompatible with non-Linux builds
  > conf: machine: am62pxx: Pick overlays for V3Link cameras
  > ti-ipc-examples: Remove DSP/BIOS IPC examples

* sources/meta-variscite-bsp 96a2781...abef3cf (50):
  < 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 f5a2ea77ca...183672b683 (187):
  > clang: Upgrade to 19.1.5
  > 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
  > Revert "python3-numpy: upgrade 2.1.3 -> 2.2.0"
  > bitbake: parse: Add include_all conf file directive
  > bitbake: cooker: Make cooker 'skiplist' per-multiconfig/mc
  > glib-2.0: update 2.82.2 -> 2.82.4
  > python3-numpy: upgrade 2.1.3 -> 2.2.0
  > scripts: wrap lz4c and convert to lz4
  > oe-selftest: devtool ide-sdk use modify debug-build
  > devtool: ide-sdk recommend DEBUG_BUILD
  > devtool: ide-sdk sort cmake preset
  > devtool: modify support debug-builds
  > lttng-modules: Upgrade 2.13.15 -> 2.13.16
  > qemu: Upgrade 9.1.1 -> 9.2.0
  > subversion: Upgrade 1.14.4 -> 1.14.5
  > python3-*: Update recipes to correctly check the upstream packages
  > classes/pypi: update the default UPSTREAM_CHECK_URI to use the simple repo API
  > systemd: set CVE_PRODUCT
  > systemd: split networkd into its own package
  > systemd.bbclass: do not automatically add Also services
  > systemd.bbclass: refactor adding files
  > dropbear: add dropbearkey.service to FILES
  > busybox: add klogd service to FILES
  > perf: Fix a minor typo
  > system-requirements.rst: add dependencies for pdf builds
  > system-requirements: update list of supported distros
  > system-requirements: add fedora 39 to supported distros
  > poky.yaml.in: replace inkscape dependency by librsvg2-bin
  > poky.yaml.in: add missing locales dependency
  > Gather dependencies in poky.yaml.in
  > migration-guides: add release notes for 5.1.1
  > ref-manual: use standardized method accross both ubuntu and debian for locale install
  > build-appliance-image: Update to master head revision
  > systemd: upgrade 256.8 -> 256.9
  > yocto-bsp: Bump the default kernel to v6.12 for x86 machines
  > yocto-bsp: Bump the default kernel to v6.12 for beaglebone
  > linux-yocto: enable linux 6.12 for genericarm64
  > scripts/install-buildtools: Update to 5.1.1
  > binutils: Fix CVE-2024-53589
  > barebox: upgrade 2024.10.0 -> 2024.12.0
  > curl: upgrade 8.11.0 -> 8.11.1
  > curl: upgrade 8.10.1 -> 8.11.0
  > gcc: Fix c++: tweak for Wrange-loop-construct
  > icecc: don't use KERNEL_CC during set_icecc_env
  > icecc: convert set_icecc_env to python prefuncs
  > bitbake-config-build: add a plugin for config fragments
  > bitbake.conf: add an addfragments directive for oe-core and dependent layers
  > bitbake: bitbake-config-build: add an alias to bitbake-layers
  > bitbake: lib/bb/tests: use bb.build.listtasks() instead of __BBTASKS
  > bitbake: bitbake-user-manual-metadata: add a section about 'addfragments`
  > bitbake: bitbake: parse: add support for flagged fragment variables
  > pixman: remove long-obsolete patch
  > linux-yoto/6.12: bsp/genericarm64: fix configuration warning
  > linux-yocto: tweak cve exclusions files
  > systemd: actively disable Predictable Network Interface Names if !pni-names
  > linux-firmware: package firmware for Qualcomm AIC100 and QDU100
  > linux-firmware: upgrade 20241110 -> 20241210
  > sysvinit: upgrade 3.04 -> 3.11
  > maintainers.inc: add self for meson, python3 recipes
  > ovmf: update 202408 -> 202411
  > librsvg: update 2.58.2 -> 2.59.2
  > maintainers.inc: Update maintainer for pseudo and rpm
  > scripts/devtool: use bb.util.listtasks instead of __BBTASKS
  > classes/utility-tasks: port do_listtasks to use bb.build.listtasks
  > cargo-c: convert to target recipe
  > rpm: replace use of rpm2cpio with rpm2archive
  > rpm: update 4.19.1.1 -> 4.20.0
  > systemd-compat-units: execute postinst on target
  > base.bbclass: fix RRECOMMENDS extend issue for multilib
  > oeqa/selftest: Fix failure when configuration contains BBLAYERS:append
  > spdx 3.0: Rework how SPDX aliases are linked
  > classes-global/insane: Handle case where RPROVIDER is also a provider
  > vte: upgrade 0.78.1 -> 0.78.2
  > ttyrun: upgrade 2.35.0 -> 2.36.0
  > sudo: upgrade 1.9.16p1 -> 1.9.16p2
  > stress-ng: upgrade 0.18.06 -> 0.18.07
  > sqlite3: upgrade 3.47.0 -> 3.47.2
  > re2c: upgrade 4.0 -> 4.0.1
  > pixman: upgrade 0.44.0 -> 0.44.2
  > llvm: upgrade 19.1.4 -> 19.1.5
  > libsdl2: upgrade 2.30.9 -> 2.30.10
  > libdrm: upgrade 2.4.123 -> 2.4.124
  > kexec-tools: upgrade 2.0.29 -> 2.0.30
  > hwdata: upgrade 0.389 -> 0.390
  > gstreamer1.0: upgrade 1.24.9 -> 1.24.10
  > gnupg: upgrade 2.5.1 -> 2.5.2
  > git: upgrade 2.47.0 -> 2.47.1
  > ell: upgrade 0.70 -> 0.71
  > btrfs-tools: upgrade 6.11 -> 6.12
  > bash-completion: upgrade 2.14.0 -> 2.15.0
  > yocto-bsp: drop 6.10 bbappend
  > poky/poky-tiny: update default to v6.12
  > linux-yocto: drop 6.10
  > linux-yocto/6.12: introduce v6.12 reference kernel
  > linux-yocto/6.6: update to v6.6.64
  > linux-yocto/6.6: update to v6.6.63
  > python3-iniparse: remove recipe
  > musl: Update riscv syscalls till 6.10 kernel
  > openssl: Fix build on risc64/musl
  > ffmpeg: Fix RISCV build
  > scripts/install-buildtools: preserve formatting in the help message
  > libsecret: add pam support depending on DISTRO_FEATURES
  > toolchain-shar-relocate.sh: fix the replacing commands
  > inetutils: increase alternative priority for hostname
  > shadow: use update-alternatives to handle su.1 and nologin.8
  > qemurunner: Fix stack trace generation in exception handler
  > tiff: set status for CVEs firx in 4.7.0
  > tiff: remove status for CVE-2023-3164
  > libssh2: remove status for CVE-2023-48795
  > elfutils: backport a fix for libeu objects missing in libelf.a
  > libpam: add packageconfig for selinux
  > Revert "uboot-sign: fix U-Boot binary with public key"
  > bitbake: parse: add support for 'addfragments' directive
  > bitbake: parse/ConfHandler: allow / in variable flags
  > libtool: update 2.5.2 -> 2.5.4
  > dtc: upgrade 1.7.0 -> 1.7.2
  > bitbake: cooker: use enum for cooker state to improve readability
  > bitbake: server/xmlrpcserver: fix some warnings
  > bitbake: knotty: some small cleanups while I'm in here
  > bitbake: knotty: print an error if MACHINE is not set
  > cargo-c-native: update 0.10.3 -> 0.10.5
  > go-helloworld: update to latest revision
  > libpam: update 1.6.1 -> 1.7.0
  > libpipeline: update 1.5.7 -> 1.5.8
  > texinfo: update 7.1 -> 7.1.1
  > vulkan-samples: update to latest revision
  > pixman: update 0.42.2 -> 0.44.0
  > tiff: update 4.6.0 -> 4.7.0
  > webkitgtk: update 2.44.3 -> 2.46.4
  > libgit2: update 1.8.2 -> 1.8.4
  > utfcpp: update 4.0.5 -> 4.0.6
  > python3-maturin: update 1.7.1 -> 1.7.4
  > python3-markdown: update 3.6 -> 3.7
  > btrfs-tools: update 6.10.1 -> 6.11
  > xf86-video-fbdev: update 0.5.0 -> 0.5.1
  > swig: upgrade 4.2.1 -> 4.3.0
  > python3-dtc: update 1.7.0 -> 1.7.2
  > virglrenderer: upgrade 1.0.1 -> 1.1.0
  > cups: upgrade 2.4.10 -> 2.4.11
  > python3-beartype: upgrade 0.18.5 -> 0.19.0
  > elfutils: upgrade 0.191 -> 0.192
  > debugedit: upgrade 5.0 -> 5.1
  > pkg-config-native: pick additional search paths from $EXTRA_NATIVE_PKGCONFIG_PATH
  > cargo.bbclass: do not install libraries by default
  > gcr: drop obsolete autotools setting
  > meson.bbclass: enable qemu exe wrapper in nativesdk
  > barebox: add more common items into shared .inc with barebox-tools
  > mtd-utils: set PV directly in the recipe filename
  > maintainers.inc: unassign myself (don't panic!)
  > lib: oeqa: spdx: Add tests for extra options
  > lib: spdx: Fix SPDX_BUILD_HOST
  > classes: create-spdx: Fix variable dependencies
  > lib: sbom30: Fix agent reference
  > lib: sbom30: Fix import handling
  > lrzsz: update SRC_URI to avoid redirect
  > oeqa/gitarchive: Fix syntax warning
  > linux-yocto: add and use GPL-2.0-with-syscall-note license
  > meta/lib: move buildstats.py and rootfspostcommands.py into oe
  > qemu: set CVE-2024-6505 to fixed
  > lib: spdx30_tasks: Fix supplied By
  > systemd: remove custom rootlibexecdir and replace with nonarch_libdir
  > systemd: split long line in pkg_postinst
  > systemd: drop deprecated rootlibdir, rootprefix and split-usr options

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

* sources/meta-arm 82bb1d21...b2c43dbf (3):
  > lib/fvp: add name to terminal title in FVP runner
  > kas: corstone-1000: Update the SHA of the Yocto layer dependencies for the CORSTONE1000-2024.11 release.
  > arm-bsp/documentation: corstone1000: Amend documentation for CORSTONE1000-2024.11 release

* sources/meta-clang 147349b...b41b391 (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 7f045776...11ebe0bf (8):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2046 from Livius90/master
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2045 from hellhound94/topic/fix-script
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2044 from hellhound94/topic/fix-script
  > Merge pull request #2043 from YoeDistro/yoe/mut

* sources/meta-freescale-3rdparty bc2a12c...9c89d0d (4):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #318 from dankm/dankm/unpackdir
  > Merge pull request #316 from svogl/master

* sources/meta-openembedded 907a061e9...d34c9d379 (103):
  > DO NOT MERGE: Add Github actions CI workflow
  > lua-lgi: Disable on architecture without luajit port
  > libpeas: Disable lua support on architectures without luajit port
  > gpiod-sysfs-proxy: update v0.1.1 -> v0.1.2
  > packagegroup-meta-oe: Remove libpeas from packagegroup-meta-oe-gnome
  > gedit: build with libpeas-1
  > eog: build with libpeas-1
  > geary: build with libpeas-1
  > packagegroup-meta-oe: adjust after libpeas update
  > xfce4-power-manager: 4.18.2 -> 4.20.0
  > xfce4-appfinder: 4.19.3 -> 4.20.0
  > tumbler: 4.18.0 -> 4.20.0
  > thunar-volman: 4.18.0 -> 4.20.0
  > thunar: 4.19.0 -> 4.20.0
  > xkbevd: upgrade 1.1.5 -> 1.1.6
  > tinysparql: upgrade 3.8.1 -> 3.8.2
  > stunnel: upgrade 5.73 -> 5.74
  > python3-pybind11-json: upgrade 0.2.14 -> 0.2.15
  > openjpeg: upgrade 2.5.2 -> 2.5.3
  > nanopb-generator(-runtime): upgrade 0.4.9 -> 0.4.9.1
  > monit: upgrade 5.34.2 -> 5.34.3
  > mcelog: upgrade 201 -> 202
  > lvm2: update 2.03.28 -> 2.03.29
  > localsearch: upgrade 3.8.1 -> 3.8.2
  > libusbmuxd: upgrade 2.0.2 -> 2.1.0
  > libplist: upgrade 2.3.0 -> 2.6.0
  > libnfs: upgrade 5.0.3 -> 6.0.2
  > graphviz: upgrade 12.2.0 -> 12.2.1
  > ctags: upgrade 6.1.20241201.0 -> 6.1.20241215.0
  > ace: update 8.0.1 -> 8.0.2
  > libpeas: add recipe for 2.0.5
  > libp11: upgrade 0.4.12 -> 0.4.13
  > bmap-writer: update to latest git version
  > python3-*: Update recipes to correctly check the upstream packages
  > lua-lgi: add recipe
  > luajit: update
  > 7-zip: add new recipe
  > garcon: 4.19.1 -> 4.20.0
  > exo: 4.19.1 -> 4.20.0
  > libxfce4ui: 4.19.6 -> 4.20.0
  > libxfce4util: 4.19.3 -> 4.20.0
  > xfconf: 4.18.2 -> 4.20.0
  > gjs: update 1.80.2 -> 1.82.1
  > mozjs: add recipe for mozjs-128
  > cbindgen: add recipe
  > mctp: upgrade 2.0 -> 2.1
  > iwd: update 3.0 -> 3.2
  > kernel-module-emlog: Fix build with kernel 6.12+
  > python3-libusb1: rename recipe to reflect the python version and update to use pypi
  > lvm2: Remove a lingering reference to ${PN}-udevrules
  > tclap: use most recent version
  > bridge-utils: add CVE_PRODUCT
  > vbxguestdrivers: upgrade 7.0.22 -> 7.1.4
  > python3-ipython: update to version 8.30.0
  > python3-janus: update to version 1.1.0
  > python3-prompt-toolkit: set the value of UPSTREAM_CHECK_PYPI_PACKAGE to enable version checking
  > python3-mlcommons-loadgen: update to version 5.0.0
  > python3-pdm: update to version 2.22.0
  > python3-cmake: update to version 3.31.1
  > python3-luma-oled: update to version 3.14.0
  > upower: add polkit PACKAGECONFIG option
  > upower: bump to 1.90.6
  > upower: use archive file in SRC_URI and fix UPSTREAM_CHECK_URI
  > python3-virtualenv: upgrade 20.26.5 -> 20.26.6
  > smarty: update 4.4.1 -> 4.5.5
  > vboxguestdrivers: update to 7.0.22
  > gvfs: update 1.56.0 -> 1.56.1
  > file-roller: update 44.3 -> 44.4
  > gnome-text-editor: update 47.0 -> 47.2
  > nautilus: update 47.0 -> 47.1
  > gnome-software: update 47.1 -> 47.2
  > gnome-shell: update 47.1 -> 47.2
  > mutter: update 47.1 -> 47.3
  > gnome-control-center: update 47.1.1 -> 47.2
  > pps-tools: backport a patch to fix prints
  > nginx: Upgrade mainline release version 1.27.1 -> 1.27.3
  > proftpd: set status of CVE-2001-0027
  > dash: set CVE_PRODUCT
  > gpiod-sysfs-proxy: new recipe
  > sip: Upgrade 6.8.6 -> 6.9.0
  > python3-pyhsslms: Add 2.0.0 recipe
  > canopenterm: 1.0.9 -> 1.0.10
  > vk-gl-cts: don't require networking to configure
  > vk-gl-cts: control what targets get built
  > vk-gl-cts: use cmake-qemu
  > vk-gl-cts: set the git tag regex for release checking
  > vk-gl-cts: fix EXTRA_OECMAKE
  > syzkaller: network in compile is not needed
  > etcd: don't set UPSTREAM_CHECK_COMMITS
  > lxdm: drop debug-tweaks
  > canopenterm: update to version 1.0.9
  > pocketpy: update to version 2.0.3
  > mariadb: Ensure compatibility with ARMv9 by updating .arch directive
  > openhpi: explicitly disable ov-rest plugin
  > libspelling: update 0.4.2 -> 0.4.5
  > wireplumber: update 0.5.6 -> 0.5.7
  > pipewire: update 1.2.6 -> 1.2.7
  > python3-gpiod: don't recommend kernel-module-configfs for ptest
  > python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest
  > libgpiod: minimize intra-recipe dependencies for ptest
  > xfstests: add missing run-time dependencies
  > gthumb: update 3.12.4 -> 3.12.6
  > pam-radius: add recipe

* sources/meta-qcom fc029c4...210c102 (19):
  > Merge pull request #689 from ricardosalveti/esp-qcom-image
  > Merge pull request #692 from chirag-jn/readme-improve
  > Merge pull request #688 from chirag-jn/readme
  > Merge pull request #687 from chirag-jn/qdl-2024-12
  > Merge pull request #685 from lumag/drop-extras
  > Merge pull request #684 from ndechesne/yocto-check-layer-fix
  > Merge pull request #683 from ndechesne/fix-patch-tag
  > Merge pull request #682 from lumag/drop-legacy
  > Merge pull request #681 from lumag/drop-extras
  > Merge pull request #679 from lumag/update-dsp-binaries
  > Merge pull request #678 from lumag/x1e80100-drop-audio-fw
  > Merge pull request #674 from lumag/hexagon-dsp-binaries
  > Merge pull request #677 from lumag/no-debug-tweaks
  > Merge pull request #676 from lumag/add-styhead
  > Merge pull request #673 from lumag/fix-rb3gen2-firmware
  > Merge pull request #669 from olasnap/oj/optional-rootfs-arg
  > Merge pull request #664 from lumag/wcn3990
  > Merge pull request #667 from ricardosalveti/master
  > Merge pull request #666 from ndechesne/uki

* sources/meta-qt6 2c53920...897b24a (21):
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > qtbase: always build linuxfb platform plugin
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 1aeda3f...97d7a6b (6):
  > picamera-libs: removed unused libraries from python3-picamera
  > SECURITY.md: Add instructions for reporting security issues
  > rpi-base: Remove bcm2712-rpi-5-b.dtb from RPI_KERNEL_DEVICETREE target
  > linux-raspberrypi-6.6: Upgrade to 6.6.63
  > linux: Enable CONFIG_I2C_BRCMSTB for proper HDMI I2C support
  > extra-build-config.md: added a white line

* sources/meta-riscv e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* sources/meta-rockchip 3a8be31...1cdcb49 (7):
  > u-boot: use upstream for radxa-zero-3{e|w}
  > layer.conf: update to walnascar only
  > radxa-zero-3: switch to yocto-dev kernel
  > u-boot: switch to upstream SRCREV for rk-u-boot-env
  > bsp: rkbin: bump to latest commit in master branch
  > bsp: rkbin: rkbin-ddr: use version and file variables for path matching
  > rk3308: add provider for trusted firmware-a

* sources/meta-swupdate 01dbc76...efd4c20 (11):
  < 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 55708dbc...3c0d8bed (6):
  > cuda-compatibility-workarounds: Fix build with upcoming glibc 2.41
  > tegra-flash-helper: Allow PKC-only secure boot flashing
  > linux-yocto: import recipe for 6.10
  > linux-yocto: add patch to fix compatibility with nvbootctrl
  > edk2-firmware-tegra: add backported patch for cpp issue
  > tegra-binaries: refactor per-SoC vs. common deb package handling

* sources/meta-ti c46f49d3...57da6c15 (8):
  > CI/CD Auto-Merger: cicd.master.202412130100
  > CI/CD Auto-Merger: cicd.master.202412101025
  > u-boot: Add patch to use SWIG_AppendOutput
  > conf: layer.conf: Drop scarthgap from LAYERSERIES_COMPAT
  > conf: machine: am62xx-lp-evm: Add PWM overlays
  > ti-ipc: mark as incompatible with non-Linux builds
  > conf: machine: am62pxx: Pick overlays for V3Link cameras
  > ti-ipc-examples: Remove DSP/BIOS IPC examples

* sources/meta-variscite-bsp 96a2781...abef3cf (50):
  < 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 f5a2ea77ca...183672b683 (187):
  > clang: Upgrade to 19.1.5
  > 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
  > Revert "python3-numpy: upgrade 2.1.3 -> 2.2.0"
  > bitbake: parse: Add include_all conf file directive
  > bitbake: cooker: Make cooker 'skiplist' per-multiconfig/mc
  > glib-2.0: update 2.82.2 -> 2.82.4
  > python3-numpy: upgrade 2.1.3 -> 2.2.0
  > scripts: wrap lz4c and convert to lz4
  > oe-selftest: devtool ide-sdk use modify debug-build
  > devtool: ide-sdk recommend DEBUG_BUILD
  > devtool: ide-sdk sort cmake preset
  > devtool: modify support debug-builds
  > lttng-modules: Upgrade 2.13.15 -> 2.13.16
  > qemu: Upgrade 9.1.1 -> 9.2.0
  > subversion: Upgrade 1.14.4 -> 1.14.5
  > python3-*: Update recipes to correctly check the upstream packages
  > classes/pypi: update the default UPSTREAM_CHECK_URI to use the simple repo API
  > systemd: set CVE_PRODUCT
  > systemd: split networkd into its own package
  > systemd.bbclass: do not automatically add Also services
  > systemd.bbclass: refactor adding files
  > dropbear: add dropbearkey.service to FILES
  > busybox: add klogd service to FILES
  > perf: Fix a minor typo
  > system-requirements.rst: add dependencies for pdf builds
  > system-requirements: update list of supported distros
  > system-requirements: add fedora 39 to supported distros
  > poky.yaml.in: replace inkscape dependency by librsvg2-bin
  > poky.yaml.in: add missing locales dependency
  > Gather dependencies in poky.yaml.in
  > migration-guides: add release notes for 5.1.1
  > ref-manual: use standardized method accross both ubuntu and debian for locale install
  > build-appliance-image: Update to master head revision
  > systemd: upgrade 256.8 -> 256.9
  > yocto-bsp: Bump the default kernel to v6.12 for x86 machines
  > yocto-bsp: Bump the default kernel to v6.12 for beaglebone
  > linux-yocto: enable linux 6.12 for genericarm64
  > scripts/install-buildtools: Update to 5.1.1
  > binutils: Fix CVE-2024-53589
  > barebox: upgrade 2024.10.0 -> 2024.12.0
  > curl: upgrade 8.11.0 -> 8.11.1
  > curl: upgrade 8.10.1 -> 8.11.0
  > gcc: Fix c++: tweak for Wrange-loop-construct
  > icecc: don't use KERNEL_CC during set_icecc_env
  > icecc: convert set_icecc_env to python prefuncs
  > bitbake-config-build: add a plugin for config fragments
  > bitbake.conf: add an addfragments directive for oe-core and dependent layers
  > bitbake: bitbake-config-build: add an alias to bitbake-layers
  > bitbake: lib/bb/tests: use bb.build.listtasks() instead of __BBTASKS
  > bitbake: bitbake-user-manual-metadata: add a section about 'addfragments`
  > bitbake: bitbake: parse: add support for flagged fragment variables
  > pixman: remove long-obsolete patch
  > linux-yoto/6.12: bsp/genericarm64: fix configuration warning
  > linux-yocto: tweak cve exclusions files
  > systemd: actively disable Predictable Network Interface Names if !pni-names
  > linux-firmware: package firmware for Qualcomm AIC100 and QDU100
  > linux-firmware: upgrade 20241110 -> 20241210
  > sysvinit: upgrade 3.04 -> 3.11
  > maintainers.inc: add self for meson, python3 recipes
  > ovmf: update 202408 -> 202411
  > librsvg: update 2.58.2 -> 2.59.2
  > maintainers.inc: Update maintainer for pseudo and rpm
  > scripts/devtool: use bb.util.listtasks instead of __BBTASKS
  > classes/utility-tasks: port do_listtasks to use bb.build.listtasks
  > cargo-c: convert to target recipe
  > rpm: replace use of rpm2cpio with rpm2archive
  > rpm: update 4.19.1.1 -> 4.20.0
  > systemd-compat-units: execute postinst on target
  > base.bbclass: fix RRECOMMENDS extend issue for multilib
  > oeqa/selftest: Fix failure when configuration contains BBLAYERS:append
  > spdx 3.0: Rework how SPDX aliases are linked
  > classes-global/insane: Handle case where RPROVIDER is also a provider
  > vte: upgrade 0.78.1 -> 0.78.2
  > ttyrun: upgrade 2.35.0 -> 2.36.0
  > sudo: upgrade 1.9.16p1 -> 1.9.16p2
  > stress-ng: upgrade 0.18.06 -> 0.18.07
  > sqlite3: upgrade 3.47.0 -> 3.47.2
  > re2c: upgrade 4.0 -> 4.0.1
  > pixman: upgrade 0.44.0 -> 0.44.2
  > llvm: upgrade 19.1.4 -> 19.1.5
  > libsdl2: upgrade 2.30.9 -> 2.30.10
  > libdrm: upgrade 2.4.123 -> 2.4.124
  > kexec-tools: upgrade 2.0.29 -> 2.0.30
  > hwdata: upgrade 0.389 -> 0.390
  > gstreamer1.0: upgrade 1.24.9 -> 1.24.10
  > gnupg: upgrade 2.5.1 -> 2.5.2
  > git: upgrade 2.47.0 -> 2.47.1
  > ell: upgrade 0.70 -> 0.71
  > btrfs-tools: upgrade 6.11 -> 6.12
  > bash-completion: upgrade 2.14.0 -> 2.15.0
  > yocto-bsp: drop 6.10 bbappend
  > poky/poky-tiny: update default to v6.12
  > linux-yocto: drop 6.10
  > linux-yocto/6.12: introduce v6.12 reference kernel
  > linux-yocto/6.6: update to v6.6.64
  > linux-yocto/6.6: update to v6.6.63
  > python3-iniparse: remove recipe
  > musl: Update riscv syscalls till 6.10 kernel
  > openssl: Fix build on risc64/musl
  > ffmpeg: Fix RISCV build
  > scripts/install-buildtools: preserve formatting in the help message
  > libsecret: add pam support depending on DISTRO_FEATURES
  > toolchain-shar-relocate.sh: fix the replacing commands
  > inetutils: increase alternative priority for hostname
  > shadow: use update-alternatives to handle su.1 and nologin.8
  > qemurunner: Fix stack trace generation in exception handler
  > tiff: set status for CVEs firx in 4.7.0
  > tiff: remove status for CVE-2023-3164
  > libssh2: remove status for CVE-2023-48795
  > elfutils: backport a fix for libeu objects missing in libelf.a
  > libpam: add packageconfig for selinux
  > Revert "uboot-sign: fix U-Boot binary with public key"
  > bitbake: parse: add support for 'addfragments' directive
  > bitbake: parse/ConfHandler: allow / in variable flags
  > libtool: update 2.5.2 -> 2.5.4
  > dtc: upgrade 1.7.0 -> 1.7.2
  > bitbake: cooker: use enum for cooker state to improve readability
  > bitbake: server/xmlrpcserver: fix some warnings
  > bitbake: knotty: some small cleanups while I'm in here
  > bitbake: knotty: print an error if MACHINE is not set
  > cargo-c-native: update 0.10.3 -> 0.10.5
  > go-helloworld: update to latest revision
  > libpam: update 1.6.1 -> 1.7.0
  > libpipeline: update 1.5.7 -> 1.5.8
  > texinfo: update 7.1 -> 7.1.1
  > vulkan-samples: update to latest revision
  > pixman: update 0.42.2 -> 0.44.0
  > tiff: update 4.6.0 -> 4.7.0
  > webkitgtk: update 2.44.3 -> 2.46.4
  > libgit2: update 1.8.2 -> 1.8.4
  > utfcpp: update 4.0.5 -> 4.0.6
  > python3-maturin: update 1.7.1 -> 1.7.4
  > python3-markdown: update 3.6 -> 3.7
  > btrfs-tools: update 6.10.1 -> 6.11
  > xf86-video-fbdev: update 0.5.0 -> 0.5.1
  > swig: upgrade 4.2.1 -> 4.3.0
  > python3-dtc: update 1.7.0 -> 1.7.2
  > virglrenderer: upgrade 1.0.1 -> 1.1.0
  > cups: upgrade 2.4.10 -> 2.4.11
  > python3-beartype: upgrade 0.18.5 -> 0.19.0
  > elfutils: upgrade 0.191 -> 0.192
  > debugedit: upgrade 5.0 -> 5.1
  > pkg-config-native: pick additional search paths from $EXTRA_NATIVE_PKGCONFIG_PATH
  > cargo.bbclass: do not install libraries by default
  > gcr: drop obsolete autotools setting
  > meson.bbclass: enable qemu exe wrapper in nativesdk
  > barebox: add more common items into shared .inc with barebox-tools
  > mtd-utils: set PV directly in the recipe filename
  > maintainers.inc: unassign myself (don't panic!)
  > lib: oeqa: spdx: Add tests for extra options
  > lib: spdx: Fix SPDX_BUILD_HOST
  > classes: create-spdx: Fix variable dependencies
  > lib: sbom30: Fix agent reference
  > lib: sbom30: Fix import handling
  > lrzsz: update SRC_URI to avoid redirect
  > oeqa/gitarchive: Fix syntax warning
  > linux-yocto: add and use GPL-2.0-with-syscall-note license
  > meta/lib: move buildstats.py and rootfspostcommands.py into oe
  > qemu: set CVE-2024-6505 to fixed
  > lib: spdx30_tasks: Fix supplied By
  > systemd: remove custom rootlibexecdir and replace with nonarch_libdir
  > systemd: split long line in pkg_postinst
  > systemd: drop deprecated rootlibdir, rootprefix and split-usr options

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

* sources/meta-arm 82bb1d21...5adb3155 (9):
  > arm/lib: Relax "Listening for serial connection" regex
  > arm-bsp/linux-yocto: add temporary 6.10 recipe
  > arm-bsp/linux-yocto: fix Juno build with linux 6.12
  > arm-bsp/corstone-1000: IMAGE_ROOTFS_EXTRA_SPACE workaround
  > arm-bsp/linux-yocto: corstone1000: Update the Upstream-Status of the remoteproc patches
  > arm: remove python3-pyhsslms recipe
  > lib/fvp: add name to terminal title in FVP runner
  > kas: corstone-1000: Update the SHA of the Yocto layer dependencies for the CORSTONE1000-2024.11 release.
  > arm-bsp/documentation: corstone1000: Amend documentation for CORSTONE1000-2024.11 release

* sources/meta-clang 147349b...5d40c9a (7):
  > 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.5 release
  > ot-br-posix: Disable sign-compare warning as error
  > libpam: Disable --undefined-version with LLD

* sources/meta-freescale 7f045776...11ebe0bf (8):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2046 from Livius90/master
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2045 from hellhound94/topic/fix-script
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2044 from hellhound94/topic/fix-script
  > Merge pull request #2043 from YoeDistro/yoe/mut

* sources/meta-freescale-3rdparty bc2a12c...9c89d0d (4):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #318 from dankm/dankm/unpackdir
  > Merge pull request #316 from svogl/master

* sources/meta-openembedded 907a061e9...efd541b33 (104):
  > DO NOT MERGE: Add Github actions CI workflow
  > libnfs: Add gnutls build time dependency
  > lua-lgi: Disable on architecture without luajit port
  > libp11: update 0.4.12 -> 0.4.13
  > libpeas: Disable lua support on architectures without luajit port
  > gpiod-sysfs-proxy: update v0.1.1 -> v0.1.2
  > packagegroup-meta-oe: Remove libpeas from packagegroup-meta-oe-gnome
  > gedit: build with libpeas-1
  > eog: build with libpeas-1
  > geary: build with libpeas-1
  > packagegroup-meta-oe: adjust after libpeas update
  > xfce4-power-manager: 4.18.2 -> 4.20.0
  > xfce4-appfinder: 4.19.3 -> 4.20.0
  > tumbler: 4.18.0 -> 4.20.0
  > thunar-volman: 4.18.0 -> 4.20.0
  > thunar: 4.19.0 -> 4.20.0
  > xkbevd: upgrade 1.1.5 -> 1.1.6
  > tinysparql: upgrade 3.8.1 -> 3.8.2
  > stunnel: upgrade 5.73 -> 5.74
  > python3-pybind11-json: upgrade 0.2.14 -> 0.2.15
  > openjpeg: upgrade 2.5.2 -> 2.5.3
  > nanopb-generator(-runtime): upgrade 0.4.9 -> 0.4.9.1
  > monit: upgrade 5.34.2 -> 5.34.3
  > mcelog: upgrade 201 -> 202
  > lvm2: update 2.03.28 -> 2.03.29
  > localsearch: upgrade 3.8.1 -> 3.8.2
  > libusbmuxd: upgrade 2.0.2 -> 2.1.0
  > libplist: upgrade 2.3.0 -> 2.6.0
  > libnfs: upgrade 5.0.3 -> 6.0.2
  > graphviz: upgrade 12.2.0 -> 12.2.1
  > ctags: upgrade 6.1.20241201.0 -> 6.1.20241215.0
  > ace: update 8.0.1 -> 8.0.2
  > libpeas: add recipe for 2.0.5
  > bmap-writer: update to latest git version
  > python3-*: Update recipes to correctly check the upstream packages
  > lua-lgi: add recipe
  > luajit: update
  > 7-zip: add new recipe
  > garcon: 4.19.1 -> 4.20.0
  > exo: 4.19.1 -> 4.20.0
  > libxfce4ui: 4.19.6 -> 4.20.0
  > libxfce4util: 4.19.3 -> 4.20.0
  > xfconf: 4.18.2 -> 4.20.0
  > gjs: update 1.80.2 -> 1.82.1
  > mozjs: add recipe for mozjs-128
  > cbindgen: add recipe
  > mctp: upgrade 2.0 -> 2.1
  > iwd: update 3.0 -> 3.2
  > kernel-module-emlog: Fix build with kernel 6.12+
  > python3-libusb1: rename recipe to reflect the python version and update to use pypi
  > lvm2: Remove a lingering reference to ${PN}-udevrules
  > tclap: use most recent version
  > bridge-utils: add CVE_PRODUCT
  > vbxguestdrivers: upgrade 7.0.22 -> 7.1.4
  > python3-ipython: update to version 8.30.0
  > python3-janus: update to version 1.1.0
  > python3-prompt-toolkit: set the value of UPSTREAM_CHECK_PYPI_PACKAGE to enable version checking
  > python3-mlcommons-loadgen: update to version 5.0.0
  > python3-pdm: update to version 2.22.0
  > python3-cmake: update to version 3.31.1
  > python3-luma-oled: update to version 3.14.0
  > upower: add polkit PACKAGECONFIG option
  > upower: bump to 1.90.6
  > upower: use archive file in SRC_URI and fix UPSTREAM_CHECK_URI
  > python3-virtualenv: upgrade 20.26.5 -> 20.26.6
  > smarty: update 4.4.1 -> 4.5.5
  > vboxguestdrivers: update to 7.0.22
  > gvfs: update 1.56.0 -> 1.56.1
  > file-roller: update 44.3 -> 44.4
  > gnome-text-editor: update 47.0 -> 47.2
  > nautilus: update 47.0 -> 47.1
  > gnome-software: update 47.1 -> 47.2
  > gnome-shell: update 47.1 -> 47.2
  > mutter: update 47.1 -> 47.3
  > gnome-control-center: update 47.1.1 -> 47.2
  > pps-tools: backport a patch to fix prints
  > nginx: Upgrade mainline release version 1.27.1 -> 1.27.3
  > proftpd: set status of CVE-2001-0027
  > dash: set CVE_PRODUCT
  > gpiod-sysfs-proxy: new recipe
  > sip: Upgrade 6.8.6 -> 6.9.0
  > python3-pyhsslms: Add 2.0.0 recipe
  > canopenterm: 1.0.9 -> 1.0.10
  > vk-gl-cts: don't require networking to configure
  > vk-gl-cts: control what targets get built
  > vk-gl-cts: use cmake-qemu
  > vk-gl-cts: set the git tag regex for release checking
  > vk-gl-cts: fix EXTRA_OECMAKE
  > syzkaller: network in compile is not needed
  > etcd: don't set UPSTREAM_CHECK_COMMITS
  > lxdm: drop debug-tweaks
  > canopenterm: update to version 1.0.9
  > pocketpy: update to version 2.0.3
  > mariadb: Ensure compatibility with ARMv9 by updating .arch directive
  > openhpi: explicitly disable ov-rest plugin
  > libspelling: update 0.4.2 -> 0.4.5
  > wireplumber: update 0.5.6 -> 0.5.7
  > pipewire: update 1.2.6 -> 1.2.7
  > python3-gpiod: don't recommend kernel-module-configfs for ptest
  > python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest
  > libgpiod: minimize intra-recipe dependencies for ptest
  > xfstests: add missing run-time dependencies
  > gthumb: update 3.12.4 -> 3.12.6
  > pam-radius: add recipe

* sources/meta-qcom fc029c4...210c102 (19):
  > Merge pull request #689 from ricardosalveti/esp-qcom-image
  > Merge pull request #692 from chirag-jn/readme-improve
  > Merge pull request #688 from chirag-jn/readme
  > Merge pull request #687 from chirag-jn/qdl-2024-12
  > Merge pull request #685 from lumag/drop-extras
  > Merge pull request #684 from ndechesne/yocto-check-layer-fix
  > Merge pull request #683 from ndechesne/fix-patch-tag
  > Merge pull request #682 from lumag/drop-legacy
  > Merge pull request #681 from lumag/drop-extras
  > Merge pull request #679 from lumag/update-dsp-binaries
  > Merge pull request #678 from lumag/x1e80100-drop-audio-fw
  > Merge pull request #674 from lumag/hexagon-dsp-binaries
  > Merge pull request #677 from lumag/no-debug-tweaks
  > Merge pull request #676 from lumag/add-styhead
  > Merge pull request #673 from lumag/fix-rb3gen2-firmware
  > Merge pull request #669 from olasnap/oj/optional-rootfs-arg
  > Merge pull request #664 from lumag/wcn3990
  > Merge pull request #667 from ricardosalveti/master
  > Merge pull request #666 from ndechesne/uki

* sources/meta-qt6 2c53920...0dcee7c (24):
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > coin: temporarily drop pyside from CI kirkstone branch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qttranslations: include SBOM files
  > qtbase: always build linuxfb platform plugin
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 1aeda3f...97d7a6b (6):
  > picamera-libs: removed unused libraries from python3-picamera
  > SECURITY.md: Add instructions for reporting security issues
  > rpi-base: Remove bcm2712-rpi-5-b.dtb from RPI_KERNEL_DEVICETREE target
  > linux-raspberrypi-6.6: Upgrade to 6.6.63
  > linux: Enable CONFIG_I2C_BRCMSTB for proper HDMI I2C support
  > extra-build-config.md: added a white line

* sources/meta-riscv e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* sources/meta-rockchip 3a8be31...1cdcb49 (7):
  > u-boot: use upstream for radxa-zero-3{e|w}
  > layer.conf: update to walnascar only
  > radxa-zero-3: switch to yocto-dev kernel
  > u-boot: switch to upstream SRCREV for rk-u-boot-env
  > bsp: rkbin: bump to latest commit in master branch
  > bsp: rkbin: rkbin-ddr: use version and file variables for path matching
  > rk3308: add provider for trusted firmware-a

* sources/meta-swupdate 01dbc76...efd4c20 (11):
  < 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 55708dbc...3c0d8bed (6):
  > cuda-compatibility-workarounds: Fix build with upcoming glibc 2.41
  > tegra-flash-helper: Allow PKC-only secure boot flashing
  > linux-yocto: import recipe for 6.10
  > linux-yocto: add patch to fix compatibility with nvbootctrl
  > edk2-firmware-tegra: add backported patch for cpp issue
  > tegra-binaries: refactor per-SoC vs. common deb package handling

* sources/meta-ti c46f49d3...57da6c15 (8):
  > CI/CD Auto-Merger: cicd.master.202412130100
  > CI/CD Auto-Merger: cicd.master.202412101025
  > u-boot: Add patch to use SWIG_AppendOutput
  > conf: layer.conf: Drop scarthgap from LAYERSERIES_COMPAT
  > conf: machine: am62xx-lp-evm: Add PWM overlays
  > ti-ipc: mark as incompatible with non-Linux builds
  > conf: machine: am62pxx: Pick overlays for V3Link cameras
  > ti-ipc-examples: Remove DSP/BIOS IPC examples

* sources/meta-variscite-bsp 96a2781...abef3cf (50):
  < 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 f5a2ea77ca...475bc46ae1 (210):
  > musl: Upgrade to latest
  > clang: Upgrade to 19.1.5
  > 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
  > cve-update-nvd2-native: Tweak to work better with NFS DL_DIR
  > populate_sdk_ext: write_local_conf add shutil import
  > gcc: backport patch to fix data relocation to !ENDBR: stpcpy
  > oe-setup-build: raise exceptions on errors
  > socat: upgrade 1.8.0.1 -> 1.8.0.2
  > re2c: upgrade 4.0.1 -> 4.0.2
  > pango: upgrade 1.55.0 -> 1.55.5
  > ofono: upgrade 2.13 -> 2.14
  > nfs-utils: upgrade 2.8.1 -> 2.8.2
  > mpg123: upgrade 1.32.9 -> 1.32.10
  > libxxf86vm: upgrade 1.1.5 -> 1.1.6
  > libxv: upgrade 1.0.12 -> 1.0.13
  > libxrender: upgrade 0.9.11 -> 0.9.12
  > libxcvt: upgrade 0.1.2 -> 0.1.3
  > libxau: upgrade 1.0.11 -> 1.0.12
  > libsm: upgrade 1.2.4 -> 1.2.5
  > libjitterentropy: upgrade 3.6.0 -> 3.6.1
  > libice: upgrade 1.1.1 -> 1.1.2
  > json-glib: upgrade 1.10.0 -> 1.10.6
  > igt-gpu-tools: upgrade 1.29 -> 1.30
  > erofs-utils: upgrade 1.8.2 -> 1.8.3
  > appstream: upgrade 1.0.3 -> 1.0.4
  > Revert "python3-numpy: upgrade 2.1.3 -> 2.2.0"
  > bitbake: parse: Add include_all conf file directive
  > bitbake: cooker: Make cooker 'skiplist' per-multiconfig/mc
  > glib-2.0: update 2.82.2 -> 2.82.4
  > python3-numpy: upgrade 2.1.3 -> 2.2.0
  > scripts: wrap lz4c and convert to lz4
  > oe-selftest: devtool ide-sdk use modify debug-build
  > devtool: ide-sdk recommend DEBUG_BUILD
  > devtool: ide-sdk sort cmake preset
  > devtool: modify support debug-builds
  > lttng-modules: Upgrade 2.13.15 -> 2.13.16
  > qemu: Upgrade 9.1.1 -> 9.2.0
  > subversion: Upgrade 1.14.4 -> 1.14.5
  > python3-*: Update recipes to correctly check the upstream packages
  > classes/pypi: update the default UPSTREAM_CHECK_URI to use the simple repo API
  > systemd: set CVE_PRODUCT
  > systemd: split networkd into its own package
  > systemd.bbclass: do not automatically add Also services
  > systemd.bbclass: refactor adding files
  > dropbear: add dropbearkey.service to FILES
  > busybox: add klogd service to FILES
  > perf: Fix a minor typo
  > system-requirements.rst: add dependencies for pdf builds
  > system-requirements: update list of supported distros
  > system-requirements: add fedora 39 to supported distros
  > poky.yaml.in: replace inkscape dependency by librsvg2-bin
  > poky.yaml.in: add missing locales dependency
  > Gather dependencies in poky.yaml.in
  > migration-guides: add release notes for 5.1.1
  > ref-manual: use standardized method accross both ubuntu and debian for locale install
  > build-appliance-image: Update to master head revision
  > systemd: upgrade 256.8 -> 256.9
  > yocto-bsp: Bump the default kernel to v6.12 for x86 machines
  > yocto-bsp: Bump the default kernel to v6.12 for beaglebone
  > linux-yocto: enable linux 6.12 for genericarm64
  > scripts/install-buildtools: Update to 5.1.1
  > binutils: Fix CVE-2024-53589
  > barebox: upgrade 2024.10.0 -> 2024.12.0
  > curl: upgrade 8.11.0 -> 8.11.1
  > curl: upgrade 8.10.1 -> 8.11.0
  > gcc: Fix c++: tweak for Wrange-loop-construct
  > icecc: don't use KERNEL_CC during set_icecc_env
  > icecc: convert set_icecc_env to python prefuncs
  > bitbake-config-build: add a plugin for config fragments
  > bitbake.conf: add an addfragments directive for oe-core and dependent layers
  > bitbake: bitbake-config-build: add an alias to bitbake-layers
  > bitbake: lib/bb/tests: use bb.build.listtasks() instead of __BBTASKS
  > bitbake: bitbake-user-manual-metadata: add a section about 'addfragments`
  > bitbake: bitbake: parse: add support for flagged fragment variables
  > pixman: remove long-obsolete patch
  > linux-yoto/6.12: bsp/genericarm64: fix configuration warning
  > linux-yocto: tweak cve exclusions files
  > systemd: actively disable Predictable Network Interface Names if !pni-names
  > linux-firmware: package firmware for Qualcomm AIC100 and QDU100
  > linux-firmware: upgrade 20241110 -> 20241210
  > sysvinit: upgrade 3.04 -> 3.11
  > maintainers.inc: add self for meson, python3 recipes
  > ovmf: update 202408 -> 202411
  > librsvg: update 2.58.2 -> 2.59.2
  > maintainers.inc: Update maintainer for pseudo and rpm
  > scripts/devtool: use bb.util.listtasks instead of __BBTASKS
  > classes/utility-tasks: port do_listtasks to use bb.build.listtasks
  > cargo-c: convert to target recipe
  > rpm: replace use of rpm2cpio with rpm2archive
  > rpm: update 4.19.1.1 -> 4.20.0
  > systemd-compat-units: execute postinst on target
  > base.bbclass: fix RRECOMMENDS extend issue for multilib
  > oeqa/selftest: Fix failure when configuration contains BBLAYERS:append
  > spdx 3.0: Rework how SPDX aliases are linked
  > classes-global/insane: Handle case where RPROVIDER is also a provider
  > vte: upgrade 0.78.1 -> 0.78.2
  > ttyrun: upgrade 2.35.0 -> 2.36.0
  > sudo: upgrade 1.9.16p1 -> 1.9.16p2
  > stress-ng: upgrade 0.18.06 -> 0.18.07
  > sqlite3: upgrade 3.47.0 -> 3.47.2
  > re2c: upgrade 4.0 -> 4.0.1
  > pixman: upgrade 0.44.0 -> 0.44.2
  > llvm: upgrade 19.1.4 -> 19.1.5
  > libsdl2: upgrade 2.30.9 -> 2.30.10
  > libdrm: upgrade 2.4.123 -> 2.4.124
  > kexec-tools: upgrade 2.0.29 -> 2.0.30
  > hwdata: upgrade 0.389 -> 0.390
  > gstreamer1.0: upgrade 1.24.9 -> 1.24.10
  > gnupg: upgrade 2.5.1 -> 2.5.2
  > git: upgrade 2.47.0 -> 2.47.1
  > ell: upgrade 0.70 -> 0.71
  > btrfs-tools: upgrade 6.11 -> 6.12
  > bash-completion: upgrade 2.14.0 -> 2.15.0
  > yocto-bsp: drop 6.10 bbappend
  > poky/poky-tiny: update default to v6.12
  > linux-yocto: drop 6.10
  > linux-yocto/6.12: introduce v6.12 reference kernel
  > linux-yocto/6.6: update to v6.6.64
  > linux-yocto/6.6: update to v6.6.63
  > python3-iniparse: remove recipe
  > musl: Update riscv syscalls till 6.10 kernel
  > openssl: Fix build on risc64/musl
  > ffmpeg: Fix RISCV build
  > scripts/install-buildtools: preserve formatting in the help message
  > libsecret: add pam support depending on DISTRO_FEATURES
  > toolchain-shar-relocate.sh: fix the replacing commands
  > inetutils: increase alternative priority for hostname
  > shadow: use update-alternatives to handle su.1 and nologin.8
  > qemurunner: Fix stack trace generation in exception handler
  > tiff: set status for CVEs firx in 4.7.0
  > tiff: remove status for CVE-2023-3164
  > libssh2: remove status for CVE-2023-48795
  > elfutils: backport a fix for libeu objects missing in libelf.a
  > libpam: add packageconfig for selinux
  > Revert "uboot-sign: fix U-Boot binary with public key"
  > bitbake: parse: add support for 'addfragments' directive
  > bitbake: parse/ConfHandler: allow / in variable flags
  > libtool: update 2.5.2 -> 2.5.4
  > dtc: upgrade 1.7.0 -> 1.7.2
  > bitbake: cooker: use enum for cooker state to improve readability
  > bitbake: server/xmlrpcserver: fix some warnings
  > bitbake: knotty: some small cleanups while I'm in here
  > bitbake: knotty: print an error if MACHINE is not set
  > cargo-c-native: update 0.10.3 -> 0.10.5
  > go-helloworld: update to latest revision
  > libpam: update 1.6.1 -> 1.7.0
  > libpipeline: update 1.5.7 -> 1.5.8
  > texinfo: update 7.1 -> 7.1.1
  > vulkan-samples: update to latest revision
  > pixman: update 0.42.2 -> 0.44.0
  > tiff: update 4.6.0 -> 4.7.0
  > webkitgtk: update 2.44.3 -> 2.46.4
  > libgit2: update 1.8.2 -> 1.8.4
  > utfcpp: update 4.0.5 -> 4.0.6
  > python3-maturin: update 1.7.1 -> 1.7.4
  > python3-markdown: update 3.6 -> 3.7
  > btrfs-tools: update 6.10.1 -> 6.11
  > xf86-video-fbdev: update 0.5.0 -> 0.5.1
  > swig: upgrade 4.2.1 -> 4.3.0
  > python3-dtc: update 1.7.0 -> 1.7.2
  > virglrenderer: upgrade 1.0.1 -> 1.1.0
  > cups: upgrade 2.4.10 -> 2.4.11
  > python3-beartype: upgrade 0.18.5 -> 0.19.0
  > elfutils: upgrade 0.191 -> 0.192
  > debugedit: upgrade 5.0 -> 5.1
  > pkg-config-native: pick additional search paths from $EXTRA_NATIVE_PKGCONFIG_PATH
  > cargo.bbclass: do not install libraries by default
  > gcr: drop obsolete autotools setting
  > meson.bbclass: enable qemu exe wrapper in nativesdk
  > barebox: add more common items into shared .inc with barebox-tools
  > mtd-utils: set PV directly in the recipe filename
  > maintainers.inc: unassign myself (don't panic!)
  > lib: oeqa: spdx: Add tests for extra options
  > lib: spdx: Fix SPDX_BUILD_HOST
  > classes: create-spdx: Fix variable dependencies
  > lib: sbom30: Fix agent reference
  > lib: sbom30: Fix import handling
  > lrzsz: update SRC_URI to avoid redirect
  > oeqa/gitarchive: Fix syntax warning
  > linux-yocto: add and use GPL-2.0-with-syscall-note license
  > meta/lib: move buildstats.py and rootfspostcommands.py into oe
  > qemu: set CVE-2024-6505 to fixed
  > lib: spdx30_tasks: Fix supplied By
  > systemd: remove custom rootlibexecdir and replace with nonarch_libdir
  > systemd: split long line in pkg_postinst
  > systemd: drop deprecated rootlibdir, rootprefix and split-usr options

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

* sources/meta-arm 82bb1d21...5adb3155 (9):
  > arm/lib: Relax "Listening for serial connection" regex
  > arm-bsp/linux-yocto: add temporary 6.10 recipe
  > arm-bsp/linux-yocto: fix Juno build with linux 6.12
  > arm-bsp/corstone-1000: IMAGE_ROOTFS_EXTRA_SPACE workaround
  > arm-bsp/linux-yocto: corstone1000: Update the Upstream-Status of the remoteproc patches
  > arm: remove python3-pyhsslms recipe
  > lib/fvp: add name to terminal title in FVP runner
  > kas: corstone-1000: Update the SHA of the Yocto layer dependencies for the CORSTONE1000-2024.11 release.
  > arm-bsp/documentation: corstone1000: Amend documentation for CORSTONE1000-2024.11 release

* sources/meta-clang 147349b...5d40c9a (7):
  > 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.5 release
  > ot-br-posix: Disable sign-compare warning as error
  > libpam: Disable --undefined-version with LLD

* sources/meta-freescale 7f045776...076ebc5c (8):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2046 from Livius90/master
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2045 from hellhound94/topic/fix-script
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2044 from hellhound94/topic/fix-script
  > Merge pull request #2043 from YoeDistro/yoe/mut

* sources/meta-freescale-3rdparty bc2a12c...b8c4368 (4):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #318 from dankm/dankm/unpackdir
  > Merge pull request #316 from svogl/master

* sources/meta-openembedded 907a061e9...efd541b33 (104):
  > DO NOT MERGE: Add Github actions CI workflow
  > libnfs: Add gnutls build time dependency
  > lua-lgi: Disable on architecture without luajit port
  > libp11: update 0.4.12 -> 0.4.13
  > libpeas: Disable lua support on architectures without luajit port
  > gpiod-sysfs-proxy: update v0.1.1 -> v0.1.2
  > packagegroup-meta-oe: Remove libpeas from packagegroup-meta-oe-gnome
  > gedit: build with libpeas-1
  > eog: build with libpeas-1
  > geary: build with libpeas-1
  > packagegroup-meta-oe: adjust after libpeas update
  > xfce4-power-manager: 4.18.2 -> 4.20.0
  > xfce4-appfinder: 4.19.3 -> 4.20.0
  > tumbler: 4.18.0 -> 4.20.0
  > thunar-volman: 4.18.0 -> 4.20.0
  > thunar: 4.19.0 -> 4.20.0
  > xkbevd: upgrade 1.1.5 -> 1.1.6
  > tinysparql: upgrade 3.8.1 -> 3.8.2
  > stunnel: upgrade 5.73 -> 5.74
  > python3-pybind11-json: upgrade 0.2.14 -> 0.2.15
  > openjpeg: upgrade 2.5.2 -> 2.5.3
  > nanopb-generator(-runtime): upgrade 0.4.9 -> 0.4.9.1
  > monit: upgrade 5.34.2 -> 5.34.3
  > mcelog: upgrade 201 -> 202
  > lvm2: update 2.03.28 -> 2.03.29
  > localsearch: upgrade 3.8.1 -> 3.8.2
  > libusbmuxd: upgrade 2.0.2 -> 2.1.0
  > libplist: upgrade 2.3.0 -> 2.6.0
  > libnfs: upgrade 5.0.3 -> 6.0.2
  > graphviz: upgrade 12.2.0 -> 12.2.1
  > ctags: upgrade 6.1.20241201.0 -> 6.1.20241215.0
  > ace: update 8.0.1 -> 8.0.2
  > libpeas: add recipe for 2.0.5
  > bmap-writer: update to latest git version
  > python3-*: Update recipes to correctly check the upstream packages
  > lua-lgi: add recipe
  > luajit: update
  > 7-zip: add new recipe
  > garcon: 4.19.1 -> 4.20.0
  > exo: 4.19.1 -> 4.20.0
  > libxfce4ui: 4.19.6 -> 4.20.0
  > libxfce4util: 4.19.3 -> 4.20.0
  > xfconf: 4.18.2 -> 4.20.0
  > gjs: update 1.80.2 -> 1.82.1
  > mozjs: add recipe for mozjs-128
  > cbindgen: add recipe
  > mctp: upgrade 2.0 -> 2.1
  > iwd: update 3.0 -> 3.2
  > kernel-module-emlog: Fix build with kernel 6.12+
  > python3-libusb1: rename recipe to reflect the python version and update to use pypi
  > lvm2: Remove a lingering reference to ${PN}-udevrules
  > tclap: use most recent version
  > bridge-utils: add CVE_PRODUCT
  > vbxguestdrivers: upgrade 7.0.22 -> 7.1.4
  > python3-ipython: update to version 8.30.0
  > python3-janus: update to version 1.1.0
  > python3-prompt-toolkit: set the value of UPSTREAM_CHECK_PYPI_PACKAGE to enable version checking
  > python3-mlcommons-loadgen: update to version 5.0.0
  > python3-pdm: update to version 2.22.0
  > python3-cmake: update to version 3.31.1
  > python3-luma-oled: update to version 3.14.0
  > upower: add polkit PACKAGECONFIG option
  > upower: bump to 1.90.6
  > upower: use archive file in SRC_URI and fix UPSTREAM_CHECK_URI
  > python3-virtualenv: upgrade 20.26.5 -> 20.26.6
  > smarty: update 4.4.1 -> 4.5.5
  > vboxguestdrivers: update to 7.0.22
  > gvfs: update 1.56.0 -> 1.56.1
  > file-roller: update 44.3 -> 44.4
  > gnome-text-editor: update 47.0 -> 47.2
  > nautilus: update 47.0 -> 47.1
  > gnome-software: update 47.1 -> 47.2
  > gnome-shell: update 47.1 -> 47.2
  > mutter: update 47.1 -> 47.3
  > gnome-control-center: update 47.1.1 -> 47.2
  > pps-tools: backport a patch to fix prints
  > nginx: Upgrade mainline release version 1.27.1 -> 1.27.3
  > proftpd: set status of CVE-2001-0027
  > dash: set CVE_PRODUCT
  > gpiod-sysfs-proxy: new recipe
  > sip: Upgrade 6.8.6 -> 6.9.0
  > python3-pyhsslms: Add 2.0.0 recipe
  > canopenterm: 1.0.9 -> 1.0.10
  > vk-gl-cts: don't require networking to configure
  > vk-gl-cts: control what targets get built
  > vk-gl-cts: use cmake-qemu
  > vk-gl-cts: set the git tag regex for release checking
  > vk-gl-cts: fix EXTRA_OECMAKE
  > syzkaller: network in compile is not needed
  > etcd: don't set UPSTREAM_CHECK_COMMITS
  > lxdm: drop debug-tweaks
  > canopenterm: update to version 1.0.9
  > pocketpy: update to version 2.0.3
  > mariadb: Ensure compatibility with ARMv9 by updating .arch directive
  > openhpi: explicitly disable ov-rest plugin
  > libspelling: update 0.4.2 -> 0.4.5
  > wireplumber: update 0.5.6 -> 0.5.7
  > pipewire: update 1.2.6 -> 1.2.7
  > python3-gpiod: don't recommend kernel-module-configfs for ptest
  > python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest
  > libgpiod: minimize intra-recipe dependencies for ptest
  > xfstests: add missing run-time dependencies
  > gthumb: update 3.12.4 -> 3.12.6
  > pam-radius: add recipe

* sources/meta-qcom fc029c4...210c102 (19):
  > Merge pull request #689 from ricardosalveti/esp-qcom-image
  > Merge pull request #692 from chirag-jn/readme-improve
  > Merge pull request #688 from chirag-jn/readme
  > Merge pull request #687 from chirag-jn/qdl-2024-12
  > Merge pull request #685 from lumag/drop-extras
  > Merge pull request #684 from ndechesne/yocto-check-layer-fix
  > Merge pull request #683 from ndechesne/fix-patch-tag
  > Merge pull request #682 from lumag/drop-legacy
  > Merge pull request #681 from lumag/drop-extras
  > Merge pull request #679 from lumag/update-dsp-binaries
  > Merge pull request #678 from lumag/x1e80100-drop-audio-fw
  > Merge pull request #674 from lumag/hexagon-dsp-binaries
  > Merge pull request #677 from lumag/no-debug-tweaks
  > Merge pull request #676 from lumag/add-styhead
  > Merge pull request #673 from lumag/fix-rb3gen2-firmware
  > Merge pull request #669 from olasnap/oj/optional-rootfs-arg
  > Merge pull request #664 from lumag/wcn3990
  > Merge pull request #667 from ricardosalveti/master
  > Merge pull request #666 from ndechesne/uki

* sources/meta-qt6 2c53920...0dcee7c (24):
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > coin: temporarily drop pyside from CI kirkstone branch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qttranslations: include SBOM files
  > qtbase: always build linuxfb platform plugin
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 1aeda3f...97d7a6b (6):
  > picamera-libs: removed unused libraries from python3-picamera
  > SECURITY.md: Add instructions for reporting security issues
  > rpi-base: Remove bcm2712-rpi-5-b.dtb from RPI_KERNEL_DEVICETREE target
  > linux-raspberrypi-6.6: Upgrade to 6.6.63
  > linux: Enable CONFIG_I2C_BRCMSTB for proper HDMI I2C support
  > extra-build-config.md: added a white line

* sources/meta-riscv e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* sources/meta-rockchip 3a8be31...1cdcb49 (7):
  > u-boot: use upstream for radxa-zero-3{e|w}
  > layer.conf: update to walnascar only
  > radxa-zero-3: switch to yocto-dev kernel
  > u-boot: switch to upstream SRCREV for rk-u-boot-env
  > bsp: rkbin: bump to latest commit in master branch
  > bsp: rkbin: rkbin-ddr: use version and file variables for path matching
  > rk3308: add provider for trusted firmware-a

* sources/meta-swupdate 01dbc76...efd4c20 (11):
  < 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 55708dbc...3c0d8bed (6):
  > cuda-compatibility-workarounds: Fix build with upcoming glibc 2.41
  > tegra-flash-helper: Allow PKC-only secure boot flashing
  > linux-yocto: import recipe for 6.10
  > linux-yocto: add patch to fix compatibility with nvbootctrl
  > edk2-firmware-tegra: add backported patch for cpp issue
  > tegra-binaries: refactor per-SoC vs. common deb package handling

* sources/meta-ti c46f49d3...57da6c15 (8):
  > CI/CD Auto-Merger: cicd.master.202412130100
  > CI/CD Auto-Merger: cicd.master.202412101025
  > u-boot: Add patch to use SWIG_AppendOutput
  > conf: layer.conf: Drop scarthgap from LAYERSERIES_COMPAT
  > conf: machine: am62xx-lp-evm: Add PWM overlays
  > ti-ipc: mark as incompatible with non-Linux builds
  > conf: machine: am62pxx: Pick overlays for V3Link cameras
  > ti-ipc-examples: Remove DSP/BIOS IPC examples

* sources/meta-variscite-bsp 96a2781...abef3cf (50):
  < 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 f5a2ea77ca...dcf36a29e0 (212):
  > webkitgtk: Fix build on 32bit arches with 64bit time_t only
  > nfs-utils: Fix warnings found with clang
  > musl: Upgrade to latest
  > clang: Upgrade to 19.1.5
  > 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
  > cve-update-nvd2-native: Tweak to work better with NFS DL_DIR
  > populate_sdk_ext: write_local_conf add shutil import
  > gcc: backport patch to fix data relocation to !ENDBR: stpcpy
  > oe-setup-build: raise exceptions on errors
  > socat: upgrade 1.8.0.1 -> 1.8.0.2
  > re2c: upgrade 4.0.1 -> 4.0.2
  > pango: upgrade 1.55.0 -> 1.55.5
  > ofono: upgrade 2.13 -> 2.14
  > nfs-utils: upgrade 2.8.1 -> 2.8.2
  > mpg123: upgrade 1.32.9 -> 1.32.10
  > libxxf86vm: upgrade 1.1.5 -> 1.1.6
  > libxv: upgrade 1.0.12 -> 1.0.13
  > libxrender: upgrade 0.9.11 -> 0.9.12
  > libxcvt: upgrade 0.1.2 -> 0.1.3
  > libxau: upgrade 1.0.11 -> 1.0.12
  > libsm: upgrade 1.2.4 -> 1.2.5
  > libjitterentropy: upgrade 3.6.0 -> 3.6.1
  > libice: upgrade 1.1.1 -> 1.1.2
  > json-glib: upgrade 1.10.0 -> 1.10.6
  > igt-gpu-tools: upgrade 1.29 -> 1.30
  > erofs-utils: upgrade 1.8.2 -> 1.8.3
  > appstream: upgrade 1.0.3 -> 1.0.4
  > Revert "python3-numpy: upgrade 2.1.3 -> 2.2.0"
  > bitbake: parse: Add include_all conf file directive
  > bitbake: cooker: Make cooker 'skiplist' per-multiconfig/mc
  > glib-2.0: update 2.82.2 -> 2.82.4
  > python3-numpy: upgrade 2.1.3 -> 2.2.0
  > scripts: wrap lz4c and convert to lz4
  > oe-selftest: devtool ide-sdk use modify debug-build
  > devtool: ide-sdk recommend DEBUG_BUILD
  > devtool: ide-sdk sort cmake preset
  > devtool: modify support debug-builds
  > lttng-modules: Upgrade 2.13.15 -> 2.13.16
  > qemu: Upgrade 9.1.1 -> 9.2.0
  > subversion: Upgrade 1.14.4 -> 1.14.5
  > python3-*: Update recipes to correctly check the upstream packages
  > classes/pypi: update the default UPSTREAM_CHECK_URI to use the simple repo API
  > systemd: set CVE_PRODUCT
  > systemd: split networkd into its own package
  > systemd.bbclass: do not automatically add Also services
  > systemd.bbclass: refactor adding files
  > dropbear: add dropbearkey.service to FILES
  > busybox: add klogd service to FILES
  > perf: Fix a minor typo
  > system-requirements.rst: add dependencies for pdf builds
  > system-requirements: update list of supported distros
  > system-requirements: add fedora 39 to supported distros
  > poky.yaml.in: replace inkscape dependency by librsvg2-bin
  > poky.yaml.in: add missing locales dependency
  > Gather dependencies in poky.yaml.in
  > migration-guides: add release notes for 5.1.1
  > ref-manual: use standardized method accross both ubuntu and debian for locale install
  > build-appliance-image: Update to master head revision
  > systemd: upgrade 256.8 -> 256.9
  > yocto-bsp: Bump the default kernel to v6.12 for x86 machines
  > yocto-bsp: Bump the default kernel to v6.12 for beaglebone
  > linux-yocto: enable linux 6.12 for genericarm64
  > scripts/install-buildtools: Update to 5.1.1
  > binutils: Fix CVE-2024-53589
  > barebox: upgrade 2024.10.0 -> 2024.12.0
  > curl: upgrade 8.11.0 -> 8.11.1
  > curl: upgrade 8.10.1 -> 8.11.0
  > gcc: Fix c++: tweak for Wrange-loop-construct
  > icecc: don't use KERNEL_CC during set_icecc_env
  > icecc: convert set_icecc_env to python prefuncs
  > bitbake-config-build: add a plugin for config fragments
  > bitbake.conf: add an addfragments directive for oe-core and dependent layers
  > bitbake: bitbake-config-build: add an alias to bitbake-layers
  > bitbake: lib/bb/tests: use bb.build.listtasks() instead of __BBTASKS
  > bitbake: bitbake-user-manual-metadata: add a section about 'addfragments`
  > bitbake: bitbake: parse: add support for flagged fragment variables
  > pixman: remove long-obsolete patch
  > linux-yoto/6.12: bsp/genericarm64: fix configuration warning
  > linux-yocto: tweak cve exclusions files
  > systemd: actively disable Predictable Network Interface Names if !pni-names
  > linux-firmware: package firmware for Qualcomm AIC100 and QDU100
  > linux-firmware: upgrade 20241110 -> 20241210
  > sysvinit: upgrade 3.04 -> 3.11
  > maintainers.inc: add self for meson, python3 recipes
  > ovmf: update 202408 -> 202411
  > librsvg: update 2.58.2 -> 2.59.2
  > maintainers.inc: Update maintainer for pseudo and rpm
  > scripts/devtool: use bb.util.listtasks instead of __BBTASKS
  > classes/utility-tasks: port do_listtasks to use bb.build.listtasks
  > cargo-c: convert to target recipe
  > rpm: replace use of rpm2cpio with rpm2archive
  > rpm: update 4.19.1.1 -> 4.20.0
  > systemd-compat-units: execute postinst on target
  > base.bbclass: fix RRECOMMENDS extend issue for multilib
  > oeqa/selftest: Fix failure when configuration contains BBLAYERS:append
  > spdx 3.0: Rework how SPDX aliases are linked
  > classes-global/insane: Handle case where RPROVIDER is also a provider
  > vte: upgrade 0.78.1 -> 0.78.2
  > ttyrun: upgrade 2.35.0 -> 2.36.0
  > sudo: upgrade 1.9.16p1 -> 1.9.16p2
  > stress-ng: upgrade 0.18.06 -> 0.18.07
  > sqlite3: upgrade 3.47.0 -> 3.47.2
  > re2c: upgrade 4.0 -> 4.0.1
  > pixman: upgrade 0.44.0 -> 0.44.2
  > llvm: upgrade 19.1.4 -> 19.1.5
  > libsdl2: upgrade 2.30.9 -> 2.30.10
  > libdrm: upgrade 2.4.123 -> 2.4.124
  > kexec-tools: upgrade 2.0.29 -> 2.0.30
  > hwdata: upgrade 0.389 -> 0.390
  > gstreamer1.0: upgrade 1.24.9 -> 1.24.10
  > gnupg: upgrade 2.5.1 -> 2.5.2
  > git: upgrade 2.47.0 -> 2.47.1
  > ell: upgrade 0.70 -> 0.71
  > btrfs-tools: upgrade 6.11 -> 6.12
  > bash-completion: upgrade 2.14.0 -> 2.15.0
  > yocto-bsp: drop 6.10 bbappend
  > poky/poky-tiny: update default to v6.12
  > linux-yocto: drop 6.10
  > linux-yocto/6.12: introduce v6.12 reference kernel
  > linux-yocto/6.6: update to v6.6.64
  > linux-yocto/6.6: update to v6.6.63
  > python3-iniparse: remove recipe
  > musl: Update riscv syscalls till 6.10 kernel
  > openssl: Fix build on risc64/musl
  > ffmpeg: Fix RISCV build
  > scripts/install-buildtools: preserve formatting in the help message
  > libsecret: add pam support depending on DISTRO_FEATURES
  > toolchain-shar-relocate.sh: fix the replacing commands
  > inetutils: increase alternative priority for hostname
  > shadow: use update-alternatives to handle su.1 and nologin.8
  > qemurunner: Fix stack trace generation in exception handler
  > tiff: set status for CVEs firx in 4.7.0
  > tiff: remove status for CVE-2023-3164
  > libssh2: remove status for CVE-2023-48795
  > elfutils: backport a fix for libeu objects missing in libelf.a
  > libpam: add packageconfig for selinux
  > Revert "uboot-sign: fix U-Boot binary with public key"
  > bitbake: parse: add support for 'addfragments' directive
  > bitbake: parse/ConfHandler: allow / in variable flags
  > libtool: update 2.5.2 -> 2.5.4
  > dtc: upgrade 1.7.0 -> 1.7.2
  > bitbake: cooker: use enum for cooker state to improve readability
  > bitbake: server/xmlrpcserver: fix some warnings
  > bitbake: knotty: some small cleanups while I'm in here
  > bitbake: knotty: print an error if MACHINE is not set
  > cargo-c-native: update 0.10.3 -> 0.10.5
  > go-helloworld: update to latest revision
  > libpam: update 1.6.1 -> 1.7.0
  > libpipeline: update 1.5.7 -> 1.5.8
  > texinfo: update 7.1 -> 7.1.1
  > vulkan-samples: update to latest revision
  > pixman: update 0.42.2 -> 0.44.0
  > tiff: update 4.6.0 -> 4.7.0
  > webkitgtk: update 2.44.3 -> 2.46.4
  > libgit2: update 1.8.2 -> 1.8.4
  > utfcpp: update 4.0.5 -> 4.0.6
  > python3-maturin: update 1.7.1 -> 1.7.4
  > python3-markdown: update 3.6 -> 3.7
  > btrfs-tools: update 6.10.1 -> 6.11
  > xf86-video-fbdev: update 0.5.0 -> 0.5.1
  > swig: upgrade 4.2.1 -> 4.3.0
  > python3-dtc: update 1.7.0 -> 1.7.2
  > virglrenderer: upgrade 1.0.1 -> 1.1.0
  > cups: upgrade 2.4.10 -> 2.4.11
  > python3-beartype: upgrade 0.18.5 -> 0.19.0
  > elfutils: upgrade 0.191 -> 0.192
  > debugedit: upgrade 5.0 -> 5.1
  > pkg-config-native: pick additional search paths from $EXTRA_NATIVE_PKGCONFIG_PATH
  > cargo.bbclass: do not install libraries by default
  > gcr: drop obsolete autotools setting
  > meson.bbclass: enable qemu exe wrapper in nativesdk
  > barebox: add more common items into shared .inc with barebox-tools
  > mtd-utils: set PV directly in the recipe filename
  > maintainers.inc: unassign myself (don't panic!)
  > lib: oeqa: spdx: Add tests for extra options
  > lib: spdx: Fix SPDX_BUILD_HOST
  > classes: create-spdx: Fix variable dependencies
  > lib: sbom30: Fix agent reference
  > lib: sbom30: Fix import handling
  > lrzsz: update SRC_URI to avoid redirect
  > oeqa/gitarchive: Fix syntax warning
  > linux-yocto: add and use GPL-2.0-with-syscall-note license
  > meta/lib: move buildstats.py and rootfspostcommands.py into oe
  > qemu: set CVE-2024-6505 to fixed
  > lib: spdx30_tasks: Fix supplied By
  > systemd: remove custom rootlibexecdir and replace with nonarch_libdir
  > systemd: split long line in pkg_postinst
  > systemd: drop deprecated rootlibdir, rootprefix and split-usr options

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

* sources/meta-arm 82bb1d21...5adb3155 (9):
  > arm/lib: Relax "Listening for serial connection" regex
  > arm-bsp/linux-yocto: add temporary 6.10 recipe
  > arm-bsp/linux-yocto: fix Juno build with linux 6.12
  > arm-bsp/corstone-1000: IMAGE_ROOTFS_EXTRA_SPACE workaround
  > arm-bsp/linux-yocto: corstone1000: Update the Upstream-Status of the remoteproc patches
  > arm: remove python3-pyhsslms recipe
  > lib/fvp: add name to terminal title in FVP runner
  > kas: corstone-1000: Update the SHA of the Yocto layer dependencies for the CORSTONE1000-2024.11 release.
  > arm-bsp/documentation: corstone1000: Amend documentation for CORSTONE1000-2024.11 release

* sources/meta-clang 147349b...5d40c9a (7):
  > 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.5 release
  > ot-br-posix: Disable sign-compare warning as error
  > libpam: Disable --undefined-version with LLD

* sources/meta-freescale 7f045776...076ebc5c (8):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2046 from Livius90/master
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2045 from hellhound94/topic/fix-script
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2044 from hellhound94/topic/fix-script
  > Merge pull request #2043 from YoeDistro/yoe/mut

* sources/meta-freescale-3rdparty bc2a12c...b8c4368 (4):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #318 from dankm/dankm/unpackdir
  > Merge pull request #316 from svogl/master

* sources/meta-openembedded 907a061e9...852f48b3a (113):
  > DO NOT MERGE: Add Github actions CI workflow
  > android-tools: fix warning: library search path "/usr/lib/p7zip" is unsafe for cross-compilation
  > Update p7zip to 7zip
  > Use 7zip 24.09 to replace p7zip 16.02
  > xfce4-panel: 4.18.6 -> 4.20.0
  > xfdesktop: 4.18.1 -> 4.20.0
  > libxfce4windowing: add recipe
  > xfce4-dev-tools: 4.18.1 -> 4.20.0
  > xfwm4: 4.19.0 -> 4.20.0
  > xfce4-settings: 4.18.3 -> 4.20.0
  > xfconf: 4.18.2 -> 4.20.0
  > libnfs: Add gnutls build time dependency
  > lua-lgi: Disable on architecture without luajit port
  > libp11: update 0.4.12 -> 0.4.13
  > libpeas: Disable lua support on architectures without luajit port
  > gpiod-sysfs-proxy: update v0.1.1 -> v0.1.2
  > packagegroup-meta-oe: Remove libpeas from packagegroup-meta-oe-gnome
  > gedit: build with libpeas-1
  > eog: build with libpeas-1
  > geary: build with libpeas-1
  > packagegroup-meta-oe: adjust after libpeas update
  > xfce4-power-manager: 4.18.2 -> 4.20.0
  > xfce4-appfinder: 4.19.3 -> 4.20.0
  > tumbler: 4.18.0 -> 4.20.0
  > thunar-volman: 4.18.0 -> 4.20.0
  > thunar: 4.19.0 -> 4.20.0
  > xkbevd: upgrade 1.1.5 -> 1.1.6
  > tinysparql: upgrade 3.8.1 -> 3.8.2
  > stunnel: upgrade 5.73 -> 5.74
  > python3-pybind11-json: upgrade 0.2.14 -> 0.2.15
  > openjpeg: upgrade 2.5.2 -> 2.5.3
  > nanopb-generator(-runtime): upgrade 0.4.9 -> 0.4.9.1
  > monit: upgrade 5.34.2 -> 5.34.3
  > mcelog: upgrade 201 -> 202
  > lvm2: update 2.03.28 -> 2.03.29
  > localsearch: upgrade 3.8.1 -> 3.8.2
  > libusbmuxd: upgrade 2.0.2 -> 2.1.0
  > libplist: upgrade 2.3.0 -> 2.6.0
  > libnfs: upgrade 5.0.3 -> 6.0.2
  > graphviz: upgrade 12.2.0 -> 12.2.1
  > ctags: upgrade 6.1.20241201.0 -> 6.1.20241215.0
  > ace: update 8.0.1 -> 8.0.2
  > libpeas: add recipe for 2.0.5
  > bmap-writer: update to latest git version
  > python3-*: Update recipes to correctly check the upstream packages
  > lua-lgi: add recipe
  > luajit: update
  > 7-zip: add new recipe
  > garcon: 4.19.1 -> 4.20.0
  > exo: 4.19.1 -> 4.20.0
  > libxfce4ui: 4.19.6 -> 4.20.0
  > libxfce4util: 4.19.3 -> 4.20.0
  > gjs: update 1.80.2 -> 1.82.1
  > mozjs: add recipe for mozjs-128
  > cbindgen: add recipe
  > mctp: upgrade 2.0 -> 2.1
  > iwd: update 3.0 -> 3.2
  > kernel-module-emlog: Fix build with kernel 6.12+
  > python3-libusb1: rename recipe to reflect the python version and update to use pypi
  > lvm2: Remove a lingering reference to ${PN}-udevrules
  > tclap: use most recent version
  > bridge-utils: add CVE_PRODUCT
  > vbxguestdrivers: upgrade 7.0.22 -> 7.1.4
  > python3-ipython: update to version 8.30.0
  > python3-janus: update to version 1.1.0
  > python3-prompt-toolkit: set the value of UPSTREAM_CHECK_PYPI_PACKAGE to enable version checking
  > python3-mlcommons-loadgen: update to version 5.0.0
  > python3-pdm: update to version 2.22.0
  > python3-cmake: update to version 3.31.1
  > python3-luma-oled: update to version 3.14.0
  > upower: add polkit PACKAGECONFIG option
  > upower: bump to 1.90.6
  > upower: use archive file in SRC_URI and fix UPSTREAM_CHECK_URI
  > python3-virtualenv: upgrade 20.26.5 -> 20.26.6
  > smarty: update 4.4.1 -> 4.5.5
  > vboxguestdrivers: update to 7.0.22
  > gvfs: update 1.56.0 -> 1.56.1
  > file-roller: update 44.3 -> 44.4
  > gnome-text-editor: update 47.0 -> 47.2
  > nautilus: update 47.0 -> 47.1
  > gnome-software: update 47.1 -> 47.2
  > gnome-shell: update 47.1 -> 47.2
  > mutter: update 47.1 -> 47.3
  > gnome-control-center: update 47.1.1 -> 47.2
  > pps-tools: backport a patch to fix prints
  > nginx: Upgrade mainline release version 1.27.1 -> 1.27.3
  > proftpd: set status of CVE-2001-0027
  > dash: set CVE_PRODUCT
  > gpiod-sysfs-proxy: new recipe
  > sip: Upgrade 6.8.6 -> 6.9.0
  > python3-pyhsslms: Add 2.0.0 recipe
  > canopenterm: 1.0.9 -> 1.0.10
  > vk-gl-cts: don't require networking to configure
  > vk-gl-cts: control what targets get built
  > vk-gl-cts: use cmake-qemu
  > vk-gl-cts: set the git tag regex for release checking
  > vk-gl-cts: fix EXTRA_OECMAKE
  > syzkaller: network in compile is not needed
  > etcd: don't set UPSTREAM_CHECK_COMMITS
  > lxdm: drop debug-tweaks
  > canopenterm: update to version 1.0.9
  > pocketpy: update to version 2.0.3
  > mariadb: Ensure compatibility with ARMv9 by updating .arch directive
  > openhpi: explicitly disable ov-rest plugin
  > libspelling: update 0.4.2 -> 0.4.5
  > wireplumber: update 0.5.6 -> 0.5.7
  > pipewire: update 1.2.6 -> 1.2.7
  > python3-gpiod: don't recommend kernel-module-configfs for ptest
  > python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest
  > libgpiod: minimize intra-recipe dependencies for ptest
  > xfstests: add missing run-time dependencies
  > gthumb: update 3.12.4 -> 3.12.6
  > pam-radius: add recipe

* sources/meta-qcom fc029c4...210c102 (19):
  > Merge pull request #689 from ricardosalveti/esp-qcom-image
  > Merge pull request #692 from chirag-jn/readme-improve
  > Merge pull request #688 from chirag-jn/readme
  > Merge pull request #687 from chirag-jn/qdl-2024-12
  > Merge pull request #685 from lumag/drop-extras
  > Merge pull request #684 from ndechesne/yocto-check-layer-fix
  > Merge pull request #683 from ndechesne/fix-patch-tag
  > Merge pull request #682 from lumag/drop-legacy
  > Merge pull request #681 from lumag/drop-extras
  > Merge pull request #679 from lumag/update-dsp-binaries
  > Merge pull request #678 from lumag/x1e80100-drop-audio-fw
  > Merge pull request #674 from lumag/hexagon-dsp-binaries
  > Merge pull request #677 from lumag/no-debug-tweaks
  > Merge pull request #676 from lumag/add-styhead
  > Merge pull request #673 from lumag/fix-rb3gen2-firmware
  > Merge pull request #669 from olasnap/oj/optional-rootfs-arg
  > Merge pull request #664 from lumag/wcn3990
  > Merge pull request #667 from ricardosalveti/master
  > Merge pull request #666 from ndechesne/uki

* sources/meta-qt6 2c53920...0dcee7c (24):
  > qtbase: Fix build with clang-20
  > qtwebengine: Fix build on 32bit arm while using clang
  > qtquick3d: Fix output operator
  > qtbase: Fix build with clang19
  > coin: temporarily drop pyside from CI kirkstone branch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qttranslations: include SBOM files
  > qtbase: always build linuxfb platform plugin
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 1aeda3f...97d7a6b (6):
  > picamera-libs: removed unused libraries from python3-picamera
  > SECURITY.md: Add instructions for reporting security issues
  > rpi-base: Remove bcm2712-rpi-5-b.dtb from RPI_KERNEL_DEVICETREE target
  > linux-raspberrypi-6.6: Upgrade to 6.6.63
  > linux: Enable CONFIG_I2C_BRCMSTB for proper HDMI I2C support
  > extra-build-config.md: added a white line

* sources/meta-riscv e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* sources/meta-rockchip 3a8be31...1cdcb49 (7):
  > u-boot: use upstream for radxa-zero-3{e|w}
  > layer.conf: update to walnascar only
  > radxa-zero-3: switch to yocto-dev kernel
  > u-boot: switch to upstream SRCREV for rk-u-boot-env
  > bsp: rkbin: bump to latest commit in master branch
  > bsp: rkbin: rkbin-ddr: use version and file variables for path matching
  > rk3308: add provider for trusted firmware-a

* sources/meta-swupdate 01dbc76...efd4c20 (11):
  < 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 55708dbc...3c0d8bed (6):
  > cuda-compatibility-workarounds: Fix build with upcoming glibc 2.41
  > tegra-flash-helper: Allow PKC-only secure boot flashing
  > linux-yocto: import recipe for 6.10
  > linux-yocto: add patch to fix compatibility with nvbootctrl
  > edk2-firmware-tegra: add backported patch for cpp issue
  > tegra-binaries: refactor per-SoC vs. common deb package handling

* sources/meta-ti c46f49d3...57da6c15 (8):
  > CI/CD Auto-Merger: cicd.master.202412130100
  > CI/CD Auto-Merger: cicd.master.202412101025
  > u-boot: Add patch to use SWIG_AppendOutput
  > conf: layer.conf: Drop scarthgap from LAYERSERIES_COMPAT
  > conf: machine: am62xx-lp-evm: Add PWM overlays
  > ti-ipc: mark as incompatible with non-Linux builds
  > conf: machine: am62pxx: Pick overlays for V3Link cameras
  > ti-ipc-examples: Remove DSP/BIOS IPC examples

* sources/meta-variscite-bsp 96a2781...abef3cf (50):
  < 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 f5a2ea77ca...dcf36a29e0 (212):
  > webkitgtk: Fix build on 32bit arches with 64bit time_t only
  > nfs-utils: Fix warnings found with clang
  > musl: Upgrade to latest
  > clang: Upgrade to 19.1.5
  > 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
  > cve-update-nvd2-native: Tweak to work better with NFS DL_DIR
  > populate_sdk_ext: write_local_conf add shutil import
  > gcc: backport patch to fix data relocation to !ENDBR: stpcpy
  > oe-setup-build: raise exceptions on errors
  > socat: upgrade 1.8.0.1 -> 1.8.0.2
  > re2c: upgrade 4.0.1 -> 4.0.2
  > pango: upgrade 1.55.0 -> 1.55.5
  > ofono: upgrade 2.13 -> 2.14
  > nfs-utils: upgrade 2.8.1 -> 2.8.2
  > mpg123: upgrade 1.32.9 -> 1.32.10
  > libxxf86vm: upgrade 1.1.5 -> 1.1.6
  > libxv: upgrade 1.0.12 -> 1.0.13
  > libxrender: upgrade 0.9.11 -> 0.9.12
  > libxcvt: upgrade 0.1.2 -> 0.1.3
  > libxau: upgrade 1.0.11 -> 1.0.12
  > libsm: upgrade 1.2.4 -> 1.2.5
  > libjitterentropy: upgrade 3.6.0 -> 3.6.1
  > libice: upgrade 1.1.1 -> 1.1.2
  > json-glib: upgrade 1.10.0 -> 1.10.6
  > igt-gpu-tools: upgrade 1.29 -> 1.30
  > erofs-utils: upgrade 1.8.2 -> 1.8.3
  > appstream: upgrade 1.0.3 -> 1.0.4
  > Revert "python3-numpy: upgrade 2.1.3 -> 2.2.0"
  > bitbake: parse: Add include_all conf file directive
  > bitbake: cooker: Make cooker 'skiplist' per-multiconfig/mc
  > glib-2.0: update 2.82.2 -> 2.82.4
  > python3-numpy: upgrade 2.1.3 -> 2.2.0
  > scripts: wrap lz4c and convert to lz4
  > oe-selftest: devtool ide-sdk use modify debug-build
  > devtool: ide-sdk recommend DEBUG_BUILD
  > devtool: ide-sdk sort cmake preset
  > devtool: modify support debug-builds
  > lttng-modules: Upgrade 2.13.15 -> 2.13.16
  > qemu: Upgrade 9.1.1 -> 9.2.0
  > subversion: Upgrade 1.14.4 -> 1.14.5
  > python3-*: Update recipes to correctly check the upstream packages
  > classes/pypi: update the default UPSTREAM_CHECK_URI to use the simple repo API
  > systemd: set CVE_PRODUCT
  > systemd: split networkd into its own package
  > systemd.bbclass: do not automatically add Also services
  > systemd.bbclass: refactor adding files
  > dropbear: add dropbearkey.service to FILES
  > busybox: add klogd service to FILES
  > perf: Fix a minor typo
  > system-requirements.rst: add dependencies for pdf builds
  > system-requirements: update list of supported distros
  > system-requirements: add fedora 39 to supported distros
  > poky.yaml.in: replace inkscape dependency by librsvg2-bin
  > poky.yaml.in: add missing locales dependency
  > Gather dependencies in poky.yaml.in
  > migration-guides: add release notes for 5.1.1
  > ref-manual: use standardized method accross both ubuntu and debian for locale install
  > build-appliance-image: Update to master head revision
  > systemd: upgrade 256.8 -> 256.9
  > yocto-bsp: Bump the default kernel to v6.12 for x86 machines
  > yocto-bsp: Bump the default kernel to v6.12 for beaglebone
  > linux-yocto: enable linux 6.12 for genericarm64
  > scripts/install-buildtools: Update to 5.1.1
  > binutils: Fix CVE-2024-53589
  > barebox: upgrade 2024.10.0 -> 2024.12.0
  > curl: upgrade 8.11.0 -> 8.11.1
  > curl: upgrade 8.10.1 -> 8.11.0
  > gcc: Fix c++: tweak for Wrange-loop-construct
  > icecc: don't use KERNEL_CC during set_icecc_env
  > icecc: convert set_icecc_env to python prefuncs
  > bitbake-config-build: add a plugin for config fragments
  > bitbake.conf: add an addfragments directive for oe-core and dependent layers
  > bitbake: bitbake-config-build: add an alias to bitbake-layers
  > bitbake: lib/bb/tests: use bb.build.listtasks() instead of __BBTASKS
  > bitbake: bitbake-user-manual-metadata: add a section about 'addfragments`
  > bitbake: bitbake: parse: add support for flagged fragment variables
  > pixman: remove long-obsolete patch
  > linux-yoto/6.12: bsp/genericarm64: fix configuration warning
  > linux-yocto: tweak cve exclusions files
  > systemd: actively disable Predictable Network Interface Names if !pni-names
  > linux-firmware: package firmware for Qualcomm AIC100 and QDU100
  > linux-firmware: upgrade 20241110 -> 20241210
  > sysvinit: upgrade 3.04 -> 3.11
  > maintainers.inc: add self for meson, python3 recipes
  > ovmf: update 202408 -> 202411
  > librsvg: update 2.58.2 -> 2.59.2
  > maintainers.inc: Update maintainer for pseudo and rpm
  > scripts/devtool: use bb.util.listtasks instead of __BBTASKS
  > classes/utility-tasks: port do_listtasks to use bb.build.listtasks
  > cargo-c: convert to target recipe
  > rpm: replace use of rpm2cpio with rpm2archive
  > rpm: update 4.19.1.1 -> 4.20.0
  > systemd-compat-units: execute postinst on target
  > base.bbclass: fix RRECOMMENDS extend issue for multilib
  > oeqa/selftest: Fix failure when configuration contains BBLAYERS:append
  > spdx 3.0: Rework how SPDX aliases are linked
  > classes-global/insane: Handle case where RPROVIDER is also a provider
  > vte: upgrade 0.78.1 -> 0.78.2
  > ttyrun: upgrade 2.35.0 -> 2.36.0
  > sudo: upgrade 1.9.16p1 -> 1.9.16p2
  > stress-ng: upgrade 0.18.06 -> 0.18.07
  > sqlite3: upgrade 3.47.0 -> 3.47.2
  > re2c: upgrade 4.0 -> 4.0.1
  > pixman: upgrade 0.44.0 -> 0.44.2
  > llvm: upgrade 19.1.4 -> 19.1.5
  > libsdl2: upgrade 2.30.9 -> 2.30.10
  > libdrm: upgrade 2.4.123 -> 2.4.124
  > kexec-tools: upgrade 2.0.29 -> 2.0.30
  > hwdata: upgrade 0.389 -> 0.390
  > gstreamer1.0: upgrade 1.24.9 -> 1.24.10
  > gnupg: upgrade 2.5.1 -> 2.5.2
  > git: upgrade 2.47.0 -> 2.47.1
  > ell: upgrade 0.70 -> 0.71
  > btrfs-tools: upgrade 6.11 -> 6.12
  > bash-completion: upgrade 2.14.0 -> 2.15.0
  > yocto-bsp: drop 6.10 bbappend
  > poky/poky-tiny: update default to v6.12
  > linux-yocto: drop 6.10
  > linux-yocto/6.12: introduce v6.12 reference kernel
  > linux-yocto/6.6: update to v6.6.64
  > linux-yocto/6.6: update to v6.6.63
  > python3-iniparse: remove recipe
  > musl: Update riscv syscalls till 6.10 kernel
  > openssl: Fix build on risc64/musl
  > ffmpeg: Fix RISCV build
  > scripts/install-buildtools: preserve formatting in the help message
  > libsecret: add pam support depending on DISTRO_FEATURES
  > toolchain-shar-relocate.sh: fix the replacing commands
  > inetutils: increase alternative priority for hostname
  > shadow: use update-alternatives to handle su.1 and nologin.8
  > qemurunner: Fix stack trace generation in exception handler
  > tiff: set status for CVEs firx in 4.7.0
  > tiff: remove status for CVE-2023-3164
  > libssh2: remove status for CVE-2023-48795
  > elfutils: backport a fix for libeu objects missing in libelf.a
  > libpam: add packageconfig for selinux
  > Revert "uboot-sign: fix U-Boot binary with public key"
  > bitbake: parse: add support for 'addfragments' directive
  > bitbake: parse/ConfHandler: allow / in variable flags
  > libtool: update 2.5.2 -> 2.5.4
  > dtc: upgrade 1.7.0 -> 1.7.2
  > bitbake: cooker: use enum for cooker state to improve readability
  > bitbake: server/xmlrpcserver: fix some warnings
  > bitbake: knotty: some small cleanups while I'm in here
  > bitbake: knotty: print an error if MACHINE is not set
  > cargo-c-native: update 0.10.3 -> 0.10.5
  > go-helloworld: update to latest revision
  > libpam: update 1.6.1 -> 1.7.0
  > libpipeline: update 1.5.7 -> 1.5.8
  > texinfo: update 7.1 -> 7.1.1
  > vulkan-samples: update to latest revision
  > pixman: update 0.42.2 -> 0.44.0
  > tiff: update 4.6.0 -> 4.7.0
  > webkitgtk: update 2.44.3 -> 2.46.4
  > libgit2: update 1.8.2 -> 1.8.4
  > utfcpp: update 4.0.5 -> 4.0.6
  > python3-maturin: update 1.7.1 -> 1.7.4
  > python3-markdown: update 3.6 -> 3.7
  > btrfs-tools: update 6.10.1 -> 6.11
  > xf86-video-fbdev: update 0.5.0 -> 0.5.1
  > swig: upgrade 4.2.1 -> 4.3.0
  > python3-dtc: update 1.7.0 -> 1.7.2
  > virglrenderer: upgrade 1.0.1 -> 1.1.0
  > cups: upgrade 2.4.10 -> 2.4.11
  > python3-beartype: upgrade 0.18.5 -> 0.19.0
  > elfutils: upgrade 0.191 -> 0.192
  > debugedit: upgrade 5.0 -> 5.1
  > pkg-config-native: pick additional search paths from $EXTRA_NATIVE_PKGCONFIG_PATH
  > cargo.bbclass: do not install libraries by default
  > gcr: drop obsolete autotools setting
  > meson.bbclass: enable qemu exe wrapper in nativesdk
  > barebox: add more common items into shared .inc with barebox-tools
  > mtd-utils: set PV directly in the recipe filename
  > maintainers.inc: unassign myself (don't panic!)
  > lib: oeqa: spdx: Add tests for extra options
  > lib: spdx: Fix SPDX_BUILD_HOST
  > classes: create-spdx: Fix variable dependencies
  > lib: sbom30: Fix agent reference
  > lib: sbom30: Fix import handling
  > lrzsz: update SRC_URI to avoid redirect
  > oeqa/gitarchive: Fix syntax warning
  > linux-yocto: add and use GPL-2.0-with-syscall-note license
  > meta/lib: move buildstats.py and rootfspostcommands.py into oe
  > qemu: set CVE-2024-6505 to fixed
  > lib: spdx30_tasks: Fix supplied By
  > systemd: remove custom rootlibexecdir and replace with nonarch_libdir
  > systemd: split long line in pkg_postinst
  > systemd: drop deprecated rootlibdir, rootprefix and split-usr options

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

* sources/meta-arm 82bb1d21...5adb3155 (9):
  > arm/lib: Relax "Listening for serial connection" regex
  > arm-bsp/linux-yocto: add temporary 6.10 recipe
  > arm-bsp/linux-yocto: fix Juno build with linux 6.12
  > arm-bsp/corstone-1000: IMAGE_ROOTFS_EXTRA_SPACE workaround
  > arm-bsp/linux-yocto: corstone1000: Update the Upstream-Status of the remoteproc patches
  > arm: remove python3-pyhsslms recipe
  > lib/fvp: add name to terminal title in FVP runner
  > kas: corstone-1000: Update the SHA of the Yocto layer dependencies for the CORSTONE1000-2024.11 release.
  > arm-bsp/documentation: corstone1000: Amend documentation for CORSTONE1000-2024.11 release

* sources/meta-clang 147349b...5d40c9a (7):
  > 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.5 release
  > ot-br-posix: Disable sign-compare warning as error
  > libpam: Disable --undefined-version with LLD

* sources/meta-freescale 7f045776...076ebc5c (8):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2046 from Livius90/master
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2045 from hellhound94/topic/fix-script
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2044 from hellhound94/topic/fix-script
  > Merge pull request #2043 from YoeDistro/yoe/mut

* sources/meta-freescale-3rdparty bc2a12c...b8c4368 (4):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #318 from dankm/dankm/unpackdir
  > Merge pull request #316 from svogl/master

* sources/meta-openembedded 907a061e9...e9bc12d09 (112):
  > DO NOT MERGE: Add Github actions CI workflow
  > android-tools: fix warning: library search path "/usr/lib/p7zip" is unsafe for cross-compilation
  > Update p7zip to 7zip
  > Use 7zip 24.09 to replace p7zip 16.02
  > xfce4-panel: 4.18.6 -> 4.20.0
  > xfdesktop: 4.18.1 -> 4.20.0
  > libxfce4windowing: add recipe
  > xfce4-dev-tools: 4.18.1 -> 4.20.0
  > xfwm4: 4.19.0 -> 4.20.0
  > xfce4-settings: 4.18.3 -> 4.20.0
  > xfconf: 4.18.2 -> 4.20.0
  > libnfs: Add gnutls build time dependency
  > lua-lgi: Disable on architecture without luajit port
  > libp11: update 0.4.12 -> 0.4.13
  > libpeas: Disable lua support on architectures without luajit port
  > gpiod-sysfs-proxy: update v0.1.1 -> v0.1.2
  > packagegroup-meta-oe: Remove libpeas from packagegroup-meta-oe-gnome
  > gedit: build with libpeas-1
  > eog: build with libpeas-1
  > geary: build with libpeas-1
  > packagegroup-meta-oe: adjust after libpeas update
  > xfce4-power-manager: 4.18.2 -> 4.20.0
  > xfce4-appfinder: 4.19.3 -> 4.20.0
  > tumbler: 4.18.0 -> 4.20.0
  > thunar-volman: 4.18.0 -> 4.20.0
  > thunar: 4.19.0 -> 4.20.0
  > xkbevd: upgrade 1.1.5 -> 1.1.6
  > tinysparql: upgrade 3.8.1 -> 3.8.2
  > stunnel: upgrade 5.73 -> 5.74
  > python3-pybind11-json: upgrade 0.2.14 -> 0.2.15
  > openjpeg: upgrade 2.5.2 -> 2.5.3
  > nanopb-generator(-runtime): upgrade 0.4.9 -> 0.4.9.1
  > monit: upgrade 5.34.2 -> 5.34.3
  > mcelog: upgrade 201 -> 202
  > lvm2: update 2.03.28 -> 2.03.29
  > localsearch: upgrade 3.8.1 -> 3.8.2
  > libusbmuxd: upgrade 2.0.2 -> 2.1.0
  > libplist: upgrade 2.3.0 -> 2.6.0
  > libnfs: upgrade 5.0.3 -> 6.0.2
  > graphviz: upgrade 12.2.0 -> 12.2.1
  > ctags: upgrade 6.1.20241201.0 -> 6.1.20241215.0
  > ace: update 8.0.1 -> 8.0.2
  > libpeas: add recipe for 2.0.5
  > bmap-writer: update to latest git version
  > python3-*: Update recipes to correctly check the upstream packages
  > lua-lgi: add recipe
  > luajit: update
  > garcon: 4.19.1 -> 4.20.0
  > exo: 4.19.1 -> 4.20.0
  > libxfce4ui: 4.19.6 -> 4.20.0
  > libxfce4util: 4.19.3 -> 4.20.0
  > gjs: update 1.80.2 -> 1.82.1
  > mozjs: add recipe for mozjs-128
  > cbindgen: add recipe
  > mctp: upgrade 2.0 -> 2.1
  > iwd: update 3.0 -> 3.2
  > kernel-module-emlog: Fix build with kernel 6.12+
  > python3-libusb1: rename recipe to reflect the python version and update to use pypi
  > lvm2: Remove a lingering reference to ${PN}-udevrules
  > tclap: use most recent version
  > bridge-utils: add CVE_PRODUCT
  > vbxguestdrivers: upgrade 7.0.22 -> 7.1.4
  > python3-ipython: update to version 8.30.0
  > python3-janus: update to version 1.1.0
  > python3-prompt-toolkit: set the value of UPSTREAM_CHECK_PYPI_PACKAGE to enable version checking
  > python3-mlcommons-loadgen: update to version 5.0.0
  > python3-pdm: update to version 2.22.0
  > python3-cmake: update to version 3.31.1
  > python3-luma-oled: update to version 3.14.0
  > upower: add polkit PACKAGECONFIG option
  > upower: bump to 1.90.6
  > upower: use archive file in SRC_URI and fix UPSTREAM_CHECK_URI
  > python3-virtualenv: upgrade 20.26.5 -> 20.26.6
  > smarty: update 4.4.1 -> 4.5.5
  > vboxguestdrivers: update to 7.0.22
  > gvfs: update 1.56.0 -> 1.56.1
  > file-roller: update 44.3 -> 44.4
  > gnome-text-editor: update 47.0 -> 47.2
  > nautilus: update 47.0 -> 47.1
  > gnome-software: update 47.1 -> 47.2
  > gnome-shell: update 47.1 -> 47.2
  > mutter: update 47.1 -> 47.3
  > gnome-control-center: update 47.1.1 -> 47.2
  > pps-tools: backport a patch to fix prints
  > nginx: Upgrade mainline release version 1.27.1 -> 1.27.3
  > proftpd: set status of CVE-2001-0027
  > dash: set CVE_PRODUCT
  > gpiod-sysfs-proxy: new recipe
  > sip: Upgrade 6.8.6 -> 6.9.0
  > python3-pyhsslms: Add 2.0.0 recipe
  > canopenterm: 1.0.9 -> 1.0.10
  > vk-gl-cts: don't require networking to configure
  > vk-gl-cts: control what targets get built
  > vk-gl-cts: use cmake-qemu
  > vk-gl-cts: set the git tag regex for release checking
  > vk-gl-cts: fix EXTRA_OECMAKE
  > syzkaller: network in compile is not needed
  > etcd: don't set UPSTREAM_CHECK_COMMITS
  > lxdm: drop debug-tweaks
  > canopenterm: update to version 1.0.9
  > pocketpy: update to version 2.0.3
  > mariadb: Ensure compatibility with ARMv9 by updating .arch directive
  > openhpi: explicitly disable ov-rest plugin
  > libspelling: update 0.4.2 -> 0.4.5
  > wireplumber: update 0.5.6 -> 0.5.7
  > pipewire: update 1.2.6 -> 1.2.7
  > python3-gpiod: don't recommend kernel-module-configfs for ptest
  > python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest
  > libgpiod: minimize intra-recipe dependencies for ptest
  > xfstests: add missing run-time dependencies
  > gthumb: update 3.12.4 -> 3.12.6
  > pam-radius: add recipe

* sources/meta-qcom fc029c4...210c102 (19):
  > Merge pull request #689 from ricardosalveti/esp-qcom-image
  > Merge pull request #692 from chirag-jn/readme-improve
  > Merge pull request #688 from chirag-jn/readme
  > Merge pull request #687 from chirag-jn/qdl-2024-12
  > Merge pull request #685 from lumag/drop-extras
  > Merge pull request #684 from ndechesne/yocto-check-layer-fix
  > Merge pull request #683 from ndechesne/fix-patch-tag
  > Merge pull request #682 from lumag/drop-legacy
  > Merge pull request #681 from lumag/drop-extras
  > Merge pull request #679 from lumag/update-dsp-binaries
  > Merge pull request #678 from lumag/x1e80100-drop-audio-fw
  > Merge pull request #674 from lumag/hexagon-dsp-binaries
  > Merge pull request #677 from lumag/no-debug-tweaks
  > Merge pull request #676 from lumag/add-styhead
  > Merge pull request #673 from lumag/fix-rb3gen2-firmware
  > Merge pull request #669 from olasnap/oj/optional-rootfs-arg
  > Merge pull request #664 from lumag/wcn3990
  > Merge pull request #667 from ricardosalveti/master
  > Merge pull request #666 from ndechesne/uki

* sources/meta-qt6 2c53920...42e7257 (28):
  > 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
  > Use correct QmlImportsPath config with qmake
  > qtconnectivity: move declarative dependency to examples
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > coin: temporarily drop pyside from CI kirkstone branch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qttranslations: include SBOM files
  > qtbase: always build linuxfb platform plugin
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 1aeda3f...97d7a6b (6):
  > picamera-libs: removed unused libraries from python3-picamera
  > SECURITY.md: Add instructions for reporting security issues
  > rpi-base: Remove bcm2712-rpi-5-b.dtb from RPI_KERNEL_DEVICETREE target
  > linux-raspberrypi-6.6: Upgrade to 6.6.63
  > linux: Enable CONFIG_I2C_BRCMSTB for proper HDMI I2C support
  > extra-build-config.md: added a white line

* sources/meta-riscv e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* sources/meta-rockchip 3a8be31...1cdcb49 (7):
  > u-boot: use upstream for radxa-zero-3{e|w}
  > layer.conf: update to walnascar only
  > radxa-zero-3: switch to yocto-dev kernel
  > u-boot: switch to upstream SRCREV for rk-u-boot-env
  > bsp: rkbin: bump to latest commit in master branch
  > bsp: rkbin: rkbin-ddr: use version and file variables for path matching
  > rk3308: add provider for trusted firmware-a

* sources/meta-swupdate 01dbc76...efd4c20 (11):
  < 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 55708dbc...3c0d8bed (6):
  > cuda-compatibility-workarounds: Fix build with upcoming glibc 2.41
  > tegra-flash-helper: Allow PKC-only secure boot flashing
  > linux-yocto: import recipe for 6.10
  > linux-yocto: add patch to fix compatibility with nvbootctrl
  > edk2-firmware-tegra: add backported patch for cpp issue
  > tegra-binaries: refactor per-SoC vs. common deb package handling

* sources/meta-ti c46f49d3...57da6c15 (8):
  > CI/CD Auto-Merger: cicd.master.202412130100
  > CI/CD Auto-Merger: cicd.master.202412101025
  > u-boot: Add patch to use SWIG_AppendOutput
  > conf: layer.conf: Drop scarthgap from LAYERSERIES_COMPAT
  > conf: machine: am62xx-lp-evm: Add PWM overlays
  > ti-ipc: mark as incompatible with non-Linux builds
  > conf: machine: am62pxx: Pick overlays for V3Link cameras
  > ti-ipc-examples: Remove DSP/BIOS IPC examples

* sources/meta-variscite-bsp 96a2781...abef3cf (50):
  < 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 f5a2ea77ca...dcf36a29e0 (212):
  > webkitgtk: Fix build on 32bit arches with 64bit time_t only
  > nfs-utils: Fix warnings found with clang
  > musl: Upgrade to latest
  > clang: Upgrade to 19.1.5
  > 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
  > cve-update-nvd2-native: Tweak to work better with NFS DL_DIR
  > populate_sdk_ext: write_local_conf add shutil import
  > gcc: backport patch to fix data relocation to !ENDBR: stpcpy
  > oe-setup-build: raise exceptions on errors
  > socat: upgrade 1.8.0.1 -> 1.8.0.2
  > re2c: upgrade 4.0.1 -> 4.0.2
  > pango: upgrade 1.55.0 -> 1.55.5
  > ofono: upgrade 2.13 -> 2.14
  > nfs-utils: upgrade 2.8.1 -> 2.8.2
  > mpg123: upgrade 1.32.9 -> 1.32.10
  > libxxf86vm: upgrade 1.1.5 -> 1.1.6
  > libxv: upgrade 1.0.12 -> 1.0.13
  > libxrender: upgrade 0.9.11 -> 0.9.12
  > libxcvt: upgrade 0.1.2 -> 0.1.3
  > libxau: upgrade 1.0.11 -> 1.0.12
  > libsm: upgrade 1.2.4 -> 1.2.5
  > libjitterentropy: upgrade 3.6.0 -> 3.6.1
  > libice: upgrade 1.1.1 -> 1.1.2
  > json-glib: upgrade 1.10.0 -> 1.10.6
  > igt-gpu-tools: upgrade 1.29 -> 1.30
  > erofs-utils: upgrade 1.8.2 -> 1.8.3
  > appstream: upgrade 1.0.3 -> 1.0.4
  > Revert "python3-numpy: upgrade 2.1.3 -> 2.2.0"
  > bitbake: parse: Add include_all conf file directive
  > bitbake: cooker: Make cooker 'skiplist' per-multiconfig/mc
  > glib-2.0: update 2.82.2 -> 2.82.4
  > python3-numpy: upgrade 2.1.3 -> 2.2.0
  > scripts: wrap lz4c and convert to lz4
  > oe-selftest: devtool ide-sdk use modify debug-build
  > devtool: ide-sdk recommend DEBUG_BUILD
  > devtool: ide-sdk sort cmake preset
  > devtool: modify support debug-builds
  > lttng-modules: Upgrade 2.13.15 -> 2.13.16
  > qemu: Upgrade 9.1.1 -> 9.2.0
  > subversion: Upgrade 1.14.4 -> 1.14.5
  > python3-*: Update recipes to correctly check the upstream packages
  > classes/pypi: update the default UPSTREAM_CHECK_URI to use the simple repo API
  > systemd: set CVE_PRODUCT
  > systemd: split networkd into its own package
  > systemd.bbclass: do not automatically add Also services
  > systemd.bbclass: refactor adding files
  > dropbear: add dropbearkey.service to FILES
  > busybox: add klogd service to FILES
  > perf: Fix a minor typo
  > system-requirements.rst: add dependencies for pdf builds
  > system-requirements: update list of supported distros
  > system-requirements: add fedora 39 to supported distros
  > poky.yaml.in: replace inkscape dependency by librsvg2-bin
  > poky.yaml.in: add missing locales dependency
  > Gather dependencies in poky.yaml.in
  > migration-guides: add release notes for 5.1.1
  > ref-manual: use standardized method accross both ubuntu and debian for locale install
  > build-appliance-image: Update to master head revision
  > systemd: upgrade 256.8 -> 256.9
  > yocto-bsp: Bump the default kernel to v6.12 for x86 machines
  > yocto-bsp: Bump the default kernel to v6.12 for beaglebone
  > linux-yocto: enable linux 6.12 for genericarm64
  > scripts/install-buildtools: Update to 5.1.1
  > binutils: Fix CVE-2024-53589
  > barebox: upgrade 2024.10.0 -> 2024.12.0
  > curl: upgrade 8.11.0 -> 8.11.1
  > curl: upgrade 8.10.1 -> 8.11.0
  > gcc: Fix c++: tweak for Wrange-loop-construct
  > icecc: don't use KERNEL_CC during set_icecc_env
  > icecc: convert set_icecc_env to python prefuncs
  > bitbake-config-build: add a plugin for config fragments
  > bitbake.conf: add an addfragments directive for oe-core and dependent layers
  > bitbake: bitbake-config-build: add an alias to bitbake-layers
  > bitbake: lib/bb/tests: use bb.build.listtasks() instead of __BBTASKS
  > bitbake: bitbake-user-manual-metadata: add a section about 'addfragments`
  > bitbake: bitbake: parse: add support for flagged fragment variables
  > pixman: remove long-obsolete patch
  > linux-yoto/6.12: bsp/genericarm64: fix configuration warning
  > linux-yocto: tweak cve exclusions files
  > systemd: actively disable Predictable Network Interface Names if !pni-names
  > linux-firmware: package firmware for Qualcomm AIC100 and QDU100
  > linux-firmware: upgrade 20241110 -> 20241210
  > sysvinit: upgrade 3.04 -> 3.11
  > maintainers.inc: add self for meson, python3 recipes
  > ovmf: update 202408 -> 202411
  > librsvg: update 2.58.2 -> 2.59.2
  > maintainers.inc: Update maintainer for pseudo and rpm
  > scripts/devtool: use bb.util.listtasks instead of __BBTASKS
  > classes/utility-tasks: port do_listtasks to use bb.build.listtasks
  > cargo-c: convert to target recipe
  > rpm: replace use of rpm2cpio with rpm2archive
  > rpm: update 4.19.1.1 -> 4.20.0
  > systemd-compat-units: execute postinst on target
  > base.bbclass: fix RRECOMMENDS extend issue for multilib
  > oeqa/selftest: Fix failure when configuration contains BBLAYERS:append
  > spdx 3.0: Rework how SPDX aliases are linked
  > classes-global/insane: Handle case where RPROVIDER is also a provider
  > vte: upgrade 0.78.1 -> 0.78.2
  > ttyrun: upgrade 2.35.0 -> 2.36.0
  > sudo: upgrade 1.9.16p1 -> 1.9.16p2
  > stress-ng: upgrade 0.18.06 -> 0.18.07
  > sqlite3: upgrade 3.47.0 -> 3.47.2
  > re2c: upgrade 4.0 -> 4.0.1
  > pixman: upgrade 0.44.0 -> 0.44.2
  > llvm: upgrade 19.1.4 -> 19.1.5
  > libsdl2: upgrade 2.30.9 -> 2.30.10
  > libdrm: upgrade 2.4.123 -> 2.4.124
  > kexec-tools: upgrade 2.0.29 -> 2.0.30
  > hwdata: upgrade 0.389 -> 0.390
  > gstreamer1.0: upgrade 1.24.9 -> 1.24.10
  > gnupg: upgrade 2.5.1 -> 2.5.2
  > git: upgrade 2.47.0 -> 2.47.1
  > ell: upgrade 0.70 -> 0.71
  > btrfs-tools: upgrade 6.11 -> 6.12
  > bash-completion: upgrade 2.14.0 -> 2.15.0
  > yocto-bsp: drop 6.10 bbappend
  > poky/poky-tiny: update default to v6.12
  > linux-yocto: drop 6.10
  > linux-yocto/6.12: introduce v6.12 reference kernel
  > linux-yocto/6.6: update to v6.6.64
  > linux-yocto/6.6: update to v6.6.63
  > python3-iniparse: remove recipe
  > musl: Update riscv syscalls till 6.10 kernel
  > openssl: Fix build on risc64/musl
  > ffmpeg: Fix RISCV build
  > scripts/install-buildtools: preserve formatting in the help message
  > libsecret: add pam support depending on DISTRO_FEATURES
  > toolchain-shar-relocate.sh: fix the replacing commands
  > inetutils: increase alternative priority for hostname
  > shadow: use update-alternatives to handle su.1 and nologin.8
  > qemurunner: Fix stack trace generation in exception handler
  > tiff: set status for CVEs firx in 4.7.0
  > tiff: remove status for CVE-2023-3164
  > libssh2: remove status for CVE-2023-48795
  > elfutils: backport a fix for libeu objects missing in libelf.a
  > libpam: add packageconfig for selinux
  > Revert "uboot-sign: fix U-Boot binary with public key"
  > bitbake: parse: add support for 'addfragments' directive
  > bitbake: parse/ConfHandler: allow / in variable flags
  > libtool: update 2.5.2 -> 2.5.4
  > dtc: upgrade 1.7.0 -> 1.7.2
  > bitbake: cooker: use enum for cooker state to improve readability
  > bitbake: server/xmlrpcserver: fix some warnings
  > bitbake: knotty: some small cleanups while I'm in here
  > bitbake: knotty: print an error if MACHINE is not set
  > cargo-c-native: update 0.10.3 -> 0.10.5
  > go-helloworld: update to latest revision
  > libpam: update 1.6.1 -> 1.7.0
  > libpipeline: update 1.5.7 -> 1.5.8
  > texinfo: update 7.1 -> 7.1.1
  > vulkan-samples: update to latest revision
  > pixman: update 0.42.2 -> 0.44.0
  > tiff: update 4.6.0 -> 4.7.0
  > webkitgtk: update 2.44.3 -> 2.46.4
  > libgit2: update 1.8.2 -> 1.8.4
  > utfcpp: update 4.0.5 -> 4.0.6
  > python3-maturin: update 1.7.1 -> 1.7.4
  > python3-markdown: update 3.6 -> 3.7
  > btrfs-tools: update 6.10.1 -> 6.11
  > xf86-video-fbdev: update 0.5.0 -> 0.5.1
  > swig: upgrade 4.2.1 -> 4.3.0
  > python3-dtc: update 1.7.0 -> 1.7.2
  > virglrenderer: upgrade 1.0.1 -> 1.1.0
  > cups: upgrade 2.4.10 -> 2.4.11
  > python3-beartype: upgrade 0.18.5 -> 0.19.0
  > elfutils: upgrade 0.191 -> 0.192
  > debugedit: upgrade 5.0 -> 5.1
  > pkg-config-native: pick additional search paths from $EXTRA_NATIVE_PKGCONFIG_PATH
  > cargo.bbclass: do not install libraries by default
  > gcr: drop obsolete autotools setting
  > meson.bbclass: enable qemu exe wrapper in nativesdk
  > barebox: add more common items into shared .inc with barebox-tools
  > mtd-utils: set PV directly in the recipe filename
  > maintainers.inc: unassign myself (don't panic!)
  > lib: oeqa: spdx: Add tests for extra options
  > lib: spdx: Fix SPDX_BUILD_HOST
  > classes: create-spdx: Fix variable dependencies
  > lib: sbom30: Fix agent reference
  > lib: sbom30: Fix import handling
  > lrzsz: update SRC_URI to avoid redirect
  > oeqa/gitarchive: Fix syntax warning
  > linux-yocto: add and use GPL-2.0-with-syscall-note license
  > meta/lib: move buildstats.py and rootfspostcommands.py into oe
  > qemu: set CVE-2024-6505 to fixed
  > lib: spdx30_tasks: Fix supplied By
  > systemd: remove custom rootlibexecdir and replace with nonarch_libdir
  > systemd: split long line in pkg_postinst
  > systemd: drop deprecated rootlibdir, rootprefix and split-usr options

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

* sources/meta-arm 82bb1d21...5adb3155 (9):
  > arm/lib: Relax "Listening for serial connection" regex
  > arm-bsp/linux-yocto: add temporary 6.10 recipe
  > arm-bsp/linux-yocto: fix Juno build with linux 6.12
  > arm-bsp/corstone-1000: IMAGE_ROOTFS_EXTRA_SPACE workaround
  > arm-bsp/linux-yocto: corstone1000: Update the Upstream-Status of the remoteproc patches
  > arm: remove python3-pyhsslms recipe
  > lib/fvp: add name to terminal title in FVP runner
  > kas: corstone-1000: Update the SHA of the Yocto layer dependencies for the CORSTONE1000-2024.11 release.
  > arm-bsp/documentation: corstone1000: Amend documentation for CORSTONE1000-2024.11 release

* sources/meta-clang 147349b...5d40c9a (7):
  > 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.5 release
  > ot-br-posix: Disable sign-compare warning as error
  > libpam: Disable --undefined-version with LLD

* sources/meta-freescale 7f045776...076ebc5c (8):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2046 from Livius90/master
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2045 from hellhound94/topic/fix-script
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2044 from hellhound94/topic/fix-script
  > Merge pull request #2043 from YoeDistro/yoe/mut

* sources/meta-freescale-3rdparty bc2a12c...b8c4368 (4):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #318 from dankm/dankm/unpackdir
  > Merge pull request #316 from svogl/master

* sources/meta-openembedded 907a061e9...e9bc12d09 (112):
  > DO NOT MERGE: Add Github actions CI workflow
  > android-tools: fix warning: library search path "/usr/lib/p7zip" is unsafe for cross-compilation
  > Update p7zip to 7zip
  > Use 7zip 24.09 to replace p7zip 16.02
  > xfce4-panel: 4.18.6 -> 4.20.0
  > xfdesktop: 4.18.1 -> 4.20.0
  > libxfce4windowing: add recipe
  > xfce4-dev-tools: 4.18.1 -> 4.20.0
  > xfwm4: 4.19.0 -> 4.20.0
  > xfce4-settings: 4.18.3 -> 4.20.0
  > xfconf: 4.18.2 -> 4.20.0
  > libnfs: Add gnutls build time dependency
  > lua-lgi: Disable on architecture without luajit port
  > libp11: update 0.4.12 -> 0.4.13
  > libpeas: Disable lua support on architectures without luajit port
  > gpiod-sysfs-proxy: update v0.1.1 -> v0.1.2
  > packagegroup-meta-oe: Remove libpeas from packagegroup-meta-oe-gnome
  > gedit: build with libpeas-1
  > eog: build with libpeas-1
  > geary: build with libpeas-1
  > packagegroup-meta-oe: adjust after libpeas update
  > xfce4-power-manager: 4.18.2 -> 4.20.0
  > xfce4-appfinder: 4.19.3 -> 4.20.0
  > tumbler: 4.18.0 -> 4.20.0
  > thunar-volman: 4.18.0 -> 4.20.0
  > thunar: 4.19.0 -> 4.20.0
  > xkbevd: upgrade 1.1.5 -> 1.1.6
  > tinysparql: upgrade 3.8.1 -> 3.8.2
  > stunnel: upgrade 5.73 -> 5.74
  > python3-pybind11-json: upgrade 0.2.14 -> 0.2.15
  > openjpeg: upgrade 2.5.2 -> 2.5.3
  > nanopb-generator(-runtime): upgrade 0.4.9 -> 0.4.9.1
  > monit: upgrade 5.34.2 -> 5.34.3
  > mcelog: upgrade 201 -> 202
  > lvm2: update 2.03.28 -> 2.03.29
  > localsearch: upgrade 3.8.1 -> 3.8.2
  > libusbmuxd: upgrade 2.0.2 -> 2.1.0
  > libplist: upgrade 2.3.0 -> 2.6.0
  > libnfs: upgrade 5.0.3 -> 6.0.2
  > graphviz: upgrade 12.2.0 -> 12.2.1
  > ctags: upgrade 6.1.20241201.0 -> 6.1.20241215.0
  > ace: update 8.0.1 -> 8.0.2
  > libpeas: add recipe for 2.0.5
  > bmap-writer: update to latest git version
  > python3-*: Update recipes to correctly check the upstream packages
  > lua-lgi: add recipe
  > luajit: update
  > garcon: 4.19.1 -> 4.20.0
  > exo: 4.19.1 -> 4.20.0
  > libxfce4ui: 4.19.6 -> 4.20.0
  > libxfce4util: 4.19.3 -> 4.20.0
  > gjs: update 1.80.2 -> 1.82.1
  > mozjs: add recipe for mozjs-128
  > cbindgen: add recipe
  > mctp: upgrade 2.0 -> 2.1
  > iwd: update 3.0 -> 3.2
  > kernel-module-emlog: Fix build with kernel 6.12+
  > python3-libusb1: rename recipe to reflect the python version and update to use pypi
  > lvm2: Remove a lingering reference to ${PN}-udevrules
  > tclap: use most recent version
  > bridge-utils: add CVE_PRODUCT
  > vbxguestdrivers: upgrade 7.0.22 -> 7.1.4
  > python3-ipython: update to version 8.30.0
  > python3-janus: update to version 1.1.0
  > python3-prompt-toolkit: set the value of UPSTREAM_CHECK_PYPI_PACKAGE to enable version checking
  > python3-mlcommons-loadgen: update to version 5.0.0
  > python3-pdm: update to version 2.22.0
  > python3-cmake: update to version 3.31.1
  > python3-luma-oled: update to version 3.14.0
  > upower: add polkit PACKAGECONFIG option
  > upower: bump to 1.90.6
  > upower: use archive file in SRC_URI and fix UPSTREAM_CHECK_URI
  > python3-virtualenv: upgrade 20.26.5 -> 20.26.6
  > smarty: update 4.4.1 -> 4.5.5
  > vboxguestdrivers: update to 7.0.22
  > gvfs: update 1.56.0 -> 1.56.1
  > file-roller: update 44.3 -> 44.4
  > gnome-text-editor: update 47.0 -> 47.2
  > nautilus: update 47.0 -> 47.1
  > gnome-software: update 47.1 -> 47.2
  > gnome-shell: update 47.1 -> 47.2
  > mutter: update 47.1 -> 47.3
  > gnome-control-center: update 47.1.1 -> 47.2
  > pps-tools: backport a patch to fix prints
  > nginx: Upgrade mainline release version 1.27.1 -> 1.27.3
  > proftpd: set status of CVE-2001-0027
  > dash: set CVE_PRODUCT
  > gpiod-sysfs-proxy: new recipe
  > sip: Upgrade 6.8.6 -> 6.9.0
  > python3-pyhsslms: Add 2.0.0 recipe
  > canopenterm: 1.0.9 -> 1.0.10
  > vk-gl-cts: don't require networking to configure
  > vk-gl-cts: control what targets get built
  > vk-gl-cts: use cmake-qemu
  > vk-gl-cts: set the git tag regex for release checking
  > vk-gl-cts: fix EXTRA_OECMAKE
  > syzkaller: network in compile is not needed
  > etcd: don't set UPSTREAM_CHECK_COMMITS
  > lxdm: drop debug-tweaks
  > canopenterm: update to version 1.0.9
  > pocketpy: update to version 2.0.3
  > mariadb: Ensure compatibility with ARMv9 by updating .arch directive
  > openhpi: explicitly disable ov-rest plugin
  > libspelling: update 0.4.2 -> 0.4.5
  > wireplumber: update 0.5.6 -> 0.5.7
  > pipewire: update 1.2.6 -> 1.2.7
  > python3-gpiod: don't recommend kernel-module-configfs for ptest
  > python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest
  > libgpiod: minimize intra-recipe dependencies for ptest
  > xfstests: add missing run-time dependencies
  > gthumb: update 3.12.4 -> 3.12.6
  > pam-radius: add recipe

* sources/meta-qcom fc029c4...210c102 (19):
  > Merge pull request #689 from ricardosalveti/esp-qcom-image
  > Merge pull request #692 from chirag-jn/readme-improve
  > Merge pull request #688 from chirag-jn/readme
  > Merge pull request #687 from chirag-jn/qdl-2024-12
  > Merge pull request #685 from lumag/drop-extras
  > Merge pull request #684 from ndechesne/yocto-check-layer-fix
  > Merge pull request #683 from ndechesne/fix-patch-tag
  > Merge pull request #682 from lumag/drop-legacy
  > Merge pull request #681 from lumag/drop-extras
  > Merge pull request #679 from lumag/update-dsp-binaries
  > Merge pull request #678 from lumag/x1e80100-drop-audio-fw
  > Merge pull request #674 from lumag/hexagon-dsp-binaries
  > Merge pull request #677 from lumag/no-debug-tweaks
  > Merge pull request #676 from lumag/add-styhead
  > Merge pull request #673 from lumag/fix-rb3gen2-firmware
  > Merge pull request #669 from olasnap/oj/optional-rootfs-arg
  > Merge pull request #664 from lumag/wcn3990
  > Merge pull request #667 from ricardosalveti/master
  > Merge pull request #666 from ndechesne/uki

* sources/meta-qt6 2c53920...42e7257 (28):
  > 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
  > Use correct QmlImportsPath config with qmake
  > qtconnectivity: move declarative dependency to examples
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > coin: temporarily drop pyside from CI kirkstone branch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qttranslations: include SBOM files
  > qtbase: always build linuxfb platform plugin
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 1aeda3f...97d7a6b (6):
  > picamera-libs: removed unused libraries from python3-picamera
  > SECURITY.md: Add instructions for reporting security issues
  > rpi-base: Remove bcm2712-rpi-5-b.dtb from RPI_KERNEL_DEVICETREE target
  > linux-raspberrypi-6.6: Upgrade to 6.6.63
  > linux: Enable CONFIG_I2C_BRCMSTB for proper HDMI I2C support
  > extra-build-config.md: added a white line

* sources/meta-riscv e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* sources/meta-rockchip 3a8be31...1cdcb49 (7):
  > u-boot: use upstream for radxa-zero-3{e|w}
  > layer.conf: update to walnascar only
  > radxa-zero-3: switch to yocto-dev kernel
  > u-boot: switch to upstream SRCREV for rk-u-boot-env
  > bsp: rkbin: bump to latest commit in master branch
  > bsp: rkbin: rkbin-ddr: use version and file variables for path matching
  > rk3308: add provider for trusted firmware-a

* sources/meta-swupdate 01dbc76...efd4c20 (11):
  < 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 55708dbc...3c0d8bed (6):
  > cuda-compatibility-workarounds: Fix build with upcoming glibc 2.41
  > tegra-flash-helper: Allow PKC-only secure boot flashing
  > linux-yocto: import recipe for 6.10
  > linux-yocto: add patch to fix compatibility with nvbootctrl
  > edk2-firmware-tegra: add backported patch for cpp issue
  > tegra-binaries: refactor per-SoC vs. common deb package handling

* sources/meta-ti c46f49d3...57da6c15 (8):
  > CI/CD Auto-Merger: cicd.master.202412130100
  > CI/CD Auto-Merger: cicd.master.202412101025
  > u-boot: Add patch to use SWIG_AppendOutput
  > conf: layer.conf: Drop scarthgap from LAYERSERIES_COMPAT
  > conf: machine: am62xx-lp-evm: Add PWM overlays
  > ti-ipc: mark as incompatible with non-Linux builds
  > conf: machine: am62pxx: Pick overlays for V3Link cameras
  > ti-ipc-examples: Remove DSP/BIOS IPC examples

* sources/meta-variscite-bsp 96a2781...abef3cf (50):
  < 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 f5a2ea77ca...6ac7502ad5 (212):
  > webkitgtk: Fix build on 32bit arches with 64bit time_t only
  > nfs-utils: Fix warnings found with clang
  > musl: Upgrade to latest
  > clang: Upgrade to 19.1.5
  > 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
  > cve-update-nvd2-native: Tweak to work better with NFS DL_DIR
  > populate_sdk_ext: write_local_conf add shutil import
  > gcc: backport patch to fix data relocation to !ENDBR: stpcpy
  > oe-setup-build: raise exceptions on errors
  > socat: upgrade 1.8.0.1 -> 1.8.0.2
  > re2c: upgrade 4.0.1 -> 4.0.2
  > pango: upgrade 1.55.0 -> 1.55.5
  > ofono: upgrade 2.13 -> 2.14
  > nfs-utils: upgrade 2.8.1 -> 2.8.2
  > mpg123: upgrade 1.32.9 -> 1.32.10
  > libxxf86vm: upgrade 1.1.5 -> 1.1.6
  > libxv: upgrade 1.0.12 -> 1.0.13
  > libxrender: upgrade 0.9.11 -> 0.9.12
  > libxcvt: upgrade 0.1.2 -> 0.1.3
  > libxau: upgrade 1.0.11 -> 1.0.12
  > libsm: upgrade 1.2.4 -> 1.2.5
  > libjitterentropy: upgrade 3.6.0 -> 3.6.1
  > libice: upgrade 1.1.1 -> 1.1.2
  > json-glib: upgrade 1.10.0 -> 1.10.6
  > igt-gpu-tools: upgrade 1.29 -> 1.30
  > erofs-utils: upgrade 1.8.2 -> 1.8.3
  > appstream: upgrade 1.0.3 -> 1.0.4
  > Revert "python3-numpy: upgrade 2.1.3 -> 2.2.0"
  > bitbake: parse: Add include_all conf file directive
  > bitbake: cooker: Make cooker 'skiplist' per-multiconfig/mc
  > glib-2.0: update 2.82.2 -> 2.82.4
  > python3-numpy: upgrade 2.1.3 -> 2.2.0
  > scripts: wrap lz4c and convert to lz4
  > oe-selftest: devtool ide-sdk use modify debug-build
  > devtool: ide-sdk recommend DEBUG_BUILD
  > devtool: ide-sdk sort cmake preset
  > devtool: modify support debug-builds
  > lttng-modules: Upgrade 2.13.15 -> 2.13.16
  > qemu: Upgrade 9.1.1 -> 9.2.0
  > subversion: Upgrade 1.14.4 -> 1.14.5
  > python3-*: Update recipes to correctly check the upstream packages
  > classes/pypi: update the default UPSTREAM_CHECK_URI to use the simple repo API
  > systemd: set CVE_PRODUCT
  > systemd: split networkd into its own package
  > systemd.bbclass: do not automatically add Also services
  > systemd.bbclass: refactor adding files
  > dropbear: add dropbearkey.service to FILES
  > busybox: add klogd service to FILES
  > perf: Fix a minor typo
  > system-requirements.rst: add dependencies for pdf builds
  > system-requirements: update list of supported distros
  > system-requirements: add fedora 39 to supported distros
  > poky.yaml.in: replace inkscape dependency by librsvg2-bin
  > poky.yaml.in: add missing locales dependency
  > Gather dependencies in poky.yaml.in
  > migration-guides: add release notes for 5.1.1
  > ref-manual: use standardized method accross both ubuntu and debian for locale install
  > build-appliance-image: Update to master head revision
  > systemd: upgrade 256.8 -> 256.9
  > yocto-bsp: Bump the default kernel to v6.12 for x86 machines
  > yocto-bsp: Bump the default kernel to v6.12 for beaglebone
  > linux-yocto: enable linux 6.12 for genericarm64
  > scripts/install-buildtools: Update to 5.1.1
  > binutils: Fix CVE-2024-53589
  > barebox: upgrade 2024.10.0 -> 2024.12.0
  > curl: upgrade 8.11.0 -> 8.11.1
  > curl: upgrade 8.10.1 -> 8.11.0
  > gcc: Fix c++: tweak for Wrange-loop-construct
  > icecc: don't use KERNEL_CC during set_icecc_env
  > icecc: convert set_icecc_env to python prefuncs
  > bitbake-config-build: add a plugin for config fragments
  > bitbake.conf: add an addfragments directive for oe-core and dependent layers
  > bitbake: bitbake-config-build: add an alias to bitbake-layers
  > bitbake: lib/bb/tests: use bb.build.listtasks() instead of __BBTASKS
  > bitbake: bitbake-user-manual-metadata: add a section about 'addfragments`
  > bitbake: bitbake: parse: add support for flagged fragment variables
  > pixman: remove long-obsolete patch
  > linux-yoto/6.12: bsp/genericarm64: fix configuration warning
  > linux-yocto: tweak cve exclusions files
  > systemd: actively disable Predictable Network Interface Names if !pni-names
  > linux-firmware: package firmware for Qualcomm AIC100 and QDU100
  > linux-firmware: upgrade 20241110 -> 20241210
  > sysvinit: upgrade 3.04 -> 3.11
  > maintainers.inc: add self for meson, python3 recipes
  > ovmf: update 202408 -> 202411
  > librsvg: update 2.58.2 -> 2.59.2
  > maintainers.inc: Update maintainer for pseudo and rpm
  > scripts/devtool: use bb.util.listtasks instead of __BBTASKS
  > classes/utility-tasks: port do_listtasks to use bb.build.listtasks
  > cargo-c: convert to target recipe
  > rpm: replace use of rpm2cpio with rpm2archive
  > rpm: update 4.19.1.1 -> 4.20.0
  > systemd-compat-units: execute postinst on target
  > base.bbclass: fix RRECOMMENDS extend issue for multilib
  > oeqa/selftest: Fix failure when configuration contains BBLAYERS:append
  > spdx 3.0: Rework how SPDX aliases are linked
  > classes-global/insane: Handle case where RPROVIDER is also a provider
  > vte: upgrade 0.78.1 -> 0.78.2
  > ttyrun: upgrade 2.35.0 -> 2.36.0
  > sudo: upgrade 1.9.16p1 -> 1.9.16p2
  > stress-ng: upgrade 0.18.06 -> 0.18.07
  > sqlite3: upgrade 3.47.0 -> 3.47.2
  > re2c: upgrade 4.0 -> 4.0.1
  > pixman: upgrade 0.44.0 -> 0.44.2
  > llvm: upgrade 19.1.4 -> 19.1.5
  > libsdl2: upgrade 2.30.9 -> 2.30.10
  > libdrm: upgrade 2.4.123 -> 2.4.124
  > kexec-tools: upgrade 2.0.29 -> 2.0.30
  > hwdata: upgrade 0.389 -> 0.390
  > gstreamer1.0: upgrade 1.24.9 -> 1.24.10
  > gnupg: upgrade 2.5.1 -> 2.5.2
  > git: upgrade 2.47.0 -> 2.47.1
  > ell: upgrade 0.70 -> 0.71
  > btrfs-tools: upgrade 6.11 -> 6.12
  > bash-completion: upgrade 2.14.0 -> 2.15.0
  > yocto-bsp: drop 6.10 bbappend
  > poky/poky-tiny: update default to v6.12
  > linux-yocto: drop 6.10
  > linux-yocto/6.12: introduce v6.12 reference kernel
  > linux-yocto/6.6: update to v6.6.64
  > linux-yocto/6.6: update to v6.6.63
  > python3-iniparse: remove recipe
  > musl: Update riscv syscalls till 6.10 kernel
  > openssl: Fix build on risc64/musl
  > ffmpeg: Fix RISCV build
  > scripts/install-buildtools: preserve formatting in the help message
  > libsecret: add pam support depending on DISTRO_FEATURES
  > toolchain-shar-relocate.sh: fix the replacing commands
  > inetutils: increase alternative priority for hostname
  > shadow: use update-alternatives to handle su.1 and nologin.8
  > qemurunner: Fix stack trace generation in exception handler
  > tiff: set status for CVEs firx in 4.7.0
  > tiff: remove status for CVE-2023-3164
  > libssh2: remove status for CVE-2023-48795
  > elfutils: backport a fix for libeu objects missing in libelf.a
  > libpam: add packageconfig for selinux
  > Revert "uboot-sign: fix U-Boot binary with public key"
  > bitbake: parse: add support for 'addfragments' directive
  > bitbake: parse/ConfHandler: allow / in variable flags
  > libtool: update 2.5.2 -> 2.5.4
  > dtc: upgrade 1.7.0 -> 1.7.2
  > bitbake: cooker: use enum for cooker state to improve readability
  > bitbake: server/xmlrpcserver: fix some warnings
  > bitbake: knotty: some small cleanups while I'm in here
  > bitbake: knotty: print an error if MACHINE is not set
  > cargo-c-native: update 0.10.3 -> 0.10.5
  > go-helloworld: update to latest revision
  > libpam: update 1.6.1 -> 1.7.0
  > libpipeline: update 1.5.7 -> 1.5.8
  > texinfo: update 7.1 -> 7.1.1
  > vulkan-samples: update to latest revision
  > pixman: update 0.42.2 -> 0.44.0
  > tiff: update 4.6.0 -> 4.7.0
  > webkitgtk: update 2.44.3 -> 2.46.4
  > libgit2: update 1.8.2 -> 1.8.4
  > utfcpp: update 4.0.5 -> 4.0.6
  > python3-maturin: update 1.7.1 -> 1.7.4
  > python3-markdown: update 3.6 -> 3.7
  > btrfs-tools: update 6.10.1 -> 6.11
  > xf86-video-fbdev: update 0.5.0 -> 0.5.1
  > swig: upgrade 4.2.1 -> 4.3.0
  > python3-dtc: update 1.7.0 -> 1.7.2
  > virglrenderer: upgrade 1.0.1 -> 1.1.0
  > cups: upgrade 2.4.10 -> 2.4.11
  > python3-beartype: upgrade 0.18.5 -> 0.19.0
  > elfutils: upgrade 0.191 -> 0.192
  > debugedit: upgrade 5.0 -> 5.1
  > pkg-config-native: pick additional search paths from $EXTRA_NATIVE_PKGCONFIG_PATH
  > cargo.bbclass: do not install libraries by default
  > gcr: drop obsolete autotools setting
  > meson.bbclass: enable qemu exe wrapper in nativesdk
  > barebox: add more common items into shared .inc with barebox-tools
  > mtd-utils: set PV directly in the recipe filename
  > maintainers.inc: unassign myself (don't panic!)
  > lib: oeqa: spdx: Add tests for extra options
  > lib: spdx: Fix SPDX_BUILD_HOST
  > classes: create-spdx: Fix variable dependencies
  > lib: sbom30: Fix agent reference
  > lib: sbom30: Fix import handling
  > lrzsz: update SRC_URI to avoid redirect
  > oeqa/gitarchive: Fix syntax warning
  > linux-yocto: add and use GPL-2.0-with-syscall-note license
  > meta/lib: move buildstats.py and rootfspostcommands.py into oe
  > qemu: set CVE-2024-6505 to fixed
  > lib: spdx30_tasks: Fix supplied By
  > systemd: remove custom rootlibexecdir and replace with nonarch_libdir
  > systemd: split long line in pkg_postinst
  > systemd: drop deprecated rootlibdir, rootprefix and split-usr options

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

* sources/meta-arm 82bb1d21...5adb3155 (9):
  > arm/lib: Relax "Listening for serial connection" regex
  > arm-bsp/linux-yocto: add temporary 6.10 recipe
  > arm-bsp/linux-yocto: fix Juno build with linux 6.12
  > arm-bsp/corstone-1000: IMAGE_ROOTFS_EXTRA_SPACE workaround
  > arm-bsp/linux-yocto: corstone1000: Update the Upstream-Status of the remoteproc patches
  > arm: remove python3-pyhsslms recipe
  > lib/fvp: add name to terminal title in FVP runner
  > kas: corstone-1000: Update the SHA of the Yocto layer dependencies for the CORSTONE1000-2024.11 release.
  > arm-bsp/documentation: corstone1000: Amend documentation for CORSTONE1000-2024.11 release

* sources/meta-clang 147349b...5d40c9a (7):
  > 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.5 release
  > ot-br-posix: Disable sign-compare warning as error
  > libpam: Disable --undefined-version with LLD

* sources/meta-freescale 7f045776...076ebc5c (8):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2046 from Livius90/master
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2045 from hellhound94/topic/fix-script
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2044 from hellhound94/topic/fix-script
  > Merge pull request #2043 from YoeDistro/yoe/mut

* sources/meta-freescale-3rdparty bc2a12c...b8c4368 (4):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #318 from dankm/dankm/unpackdir
  > Merge pull request #316 from svogl/master

* sources/meta-openembedded 907a061e9...0218fdc57 (124):
  > DO NOT MERGE: Add Github actions CI workflow
  > emlog: set CVE_PRODUCT
  > memcached: ignore disputed CVE-2022-26635
  > swagger-ui: mark CVE-2016-1000229 as fixed
  > apache2: ignore disputed CVE CVE-2007-0086
  > spice-gtk: mark CVE-2012-4425 as fixed
  > redis: ignore CVE-2022-0543
  > monkey: ignore CVE-2013-1771
  > gattlib: mark CVE-2019-6498 as fixed
  > spice: ignore CVE-2016-0749
  > apache2: remove old version references from CVEs
  > apache2: ignore CVE-1999-0678 and CVE-1999-1412
  > ace: ignore CVE-2009-1147
  > android-tools: fix warning: library search path "/usr/lib/p7zip" is unsafe for cross-compilation
  > Update p7zip to 7zip
  > Use 7zip 24.09 to replace p7zip 16.02
  > xfce4-panel: 4.18.6 -> 4.20.0
  > xfdesktop: 4.18.1 -> 4.20.0
  > libxfce4windowing: add recipe
  > xfce4-dev-tools: 4.18.1 -> 4.20.0
  > xfwm4: 4.19.0 -> 4.20.0
  > xfce4-settings: 4.18.3 -> 4.20.0
  > xfconf: 4.18.2 -> 4.20.0
  > libnfs: Add gnutls build time dependency
  > lua-lgi: Disable on architecture without luajit port
  > libp11: update 0.4.12 -> 0.4.13
  > libpeas: Disable lua support on architectures without luajit port
  > gpiod-sysfs-proxy: update v0.1.1 -> v0.1.2
  > packagegroup-meta-oe: Remove libpeas from packagegroup-meta-oe-gnome
  > gedit: build with libpeas-1
  > eog: build with libpeas-1
  > geary: build with libpeas-1
  > packagegroup-meta-oe: adjust after libpeas update
  > xfce4-power-manager: 4.18.2 -> 4.20.0
  > xfce4-appfinder: 4.19.3 -> 4.20.0
  > tumbler: 4.18.0 -> 4.20.0
  > thunar-volman: 4.18.0 -> 4.20.0
  > thunar: 4.19.0 -> 4.20.0
  > xkbevd: upgrade 1.1.5 -> 1.1.6
  > tinysparql: upgrade 3.8.1 -> 3.8.2
  > stunnel: upgrade 5.73 -> 5.74
  > python3-pybind11-json: upgrade 0.2.14 -> 0.2.15
  > openjpeg: upgrade 2.5.2 -> 2.5.3
  > nanopb-generator(-runtime): upgrade 0.4.9 -> 0.4.9.1
  > monit: upgrade 5.34.2 -> 5.34.3
  > mcelog: upgrade 201 -> 202
  > lvm2: update 2.03.28 -> 2.03.29
  > localsearch: upgrade 3.8.1 -> 3.8.2
  > libusbmuxd: upgrade 2.0.2 -> 2.1.0
  > libplist: upgrade 2.3.0 -> 2.6.0
  > libnfs: upgrade 5.0.3 -> 6.0.2
  > graphviz: upgrade 12.2.0 -> 12.2.1
  > ctags: upgrade 6.1.20241201.0 -> 6.1.20241215.0
  > ace: update 8.0.1 -> 8.0.2
  > libpeas: add recipe for 2.0.5
  > bmap-writer: update to latest git version
  > python3-*: Update recipes to correctly check the upstream packages
  > lua-lgi: add recipe
  > luajit: update
  > garcon: 4.19.1 -> 4.20.0
  > exo: 4.19.1 -> 4.20.0
  > libxfce4ui: 4.19.6 -> 4.20.0
  > libxfce4util: 4.19.3 -> 4.20.0
  > gjs: update 1.80.2 -> 1.82.1
  > mozjs: add recipe for mozjs-128
  > cbindgen: add recipe
  > mctp: upgrade 2.0 -> 2.1
  > iwd: update 3.0 -> 3.2
  > kernel-module-emlog: Fix build with kernel 6.12+
  > python3-libusb1: rename recipe to reflect the python version and update to use pypi
  > lvm2: Remove a lingering reference to ${PN}-udevrules
  > tclap: use most recent version
  > bridge-utils: add CVE_PRODUCT
  > vbxguestdrivers: upgrade 7.0.22 -> 7.1.4
  > python3-ipython: update to version 8.30.0
  > python3-janus: update to version 1.1.0
  > python3-prompt-toolkit: set the value of UPSTREAM_CHECK_PYPI_PACKAGE to enable version checking
  > python3-mlcommons-loadgen: update to version 5.0.0
  > python3-pdm: update to version 2.22.0
  > python3-cmake: update to version 3.31.1
  > python3-luma-oled: update to version 3.14.0
  > upower: add polkit PACKAGECONFIG option
  > upower: bump to 1.90.6
  > upower: use archive file in SRC_URI and fix UPSTREAM_CHECK_URI
  > python3-virtualenv: upgrade 20.26.5 -> 20.26.6
  > smarty: update 4.4.1 -> 4.5.5
  > vboxguestdrivers: update to 7.0.22
  > gvfs: update 1.56.0 -> 1.56.1
  > file-roller: update 44.3 -> 44.4
  > gnome-text-editor: update 47.0 -> 47.2
  > nautilus: update 47.0 -> 47.1
  > gnome-software: update 47.1 -> 47.2
  > gnome-shell: update 47.1 -> 47.2
  > mutter: update 47.1 -> 47.3
  > gnome-control-center: update 47.1.1 -> 47.2
  > pps-tools: backport a patch to fix prints
  > nginx: Upgrade mainline release version 1.27.1 -> 1.27.3
  > proftpd: set status of CVE-2001-0027
  > dash: set CVE_PRODUCT
  > gpiod-sysfs-proxy: new recipe
  > sip: Upgrade 6.8.6 -> 6.9.0
  > python3-pyhsslms: Add 2.0.0 recipe
  > canopenterm: 1.0.9 -> 1.0.10
  > vk-gl-cts: don't require networking to configure
  > vk-gl-cts: control what targets get built
  > vk-gl-cts: use cmake-qemu
  > vk-gl-cts: set the git tag regex for release checking
  > vk-gl-cts: fix EXTRA_OECMAKE
  > syzkaller: network in compile is not needed
  > etcd: don't set UPSTREAM_CHECK_COMMITS
  > lxdm: drop debug-tweaks
  > canopenterm: update to version 1.0.9
  > pocketpy: update to version 2.0.3
  > mariadb: Ensure compatibility with ARMv9 by updating .arch directive
  > openhpi: explicitly disable ov-rest plugin
  > libspelling: update 0.4.2 -> 0.4.5
  > wireplumber: update 0.5.6 -> 0.5.7
  > pipewire: update 1.2.6 -> 1.2.7
  > python3-gpiod: don't recommend kernel-module-configfs for ptest
  > python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest
  > libgpiod: minimize intra-recipe dependencies for ptest
  > xfstests: add missing run-time dependencies
  > gthumb: update 3.12.4 -> 3.12.6
  > pam-radius: add recipe

* sources/meta-qcom fc029c4...210c102 (19):
  > Merge pull request #689 from ricardosalveti/esp-qcom-image
  > Merge pull request #692 from chirag-jn/readme-improve
  > Merge pull request #688 from chirag-jn/readme
  > Merge pull request #687 from chirag-jn/qdl-2024-12
  > Merge pull request #685 from lumag/drop-extras
  > Merge pull request #684 from ndechesne/yocto-check-layer-fix
  > Merge pull request #683 from ndechesne/fix-patch-tag
  > Merge pull request #682 from lumag/drop-legacy
  > Merge pull request #681 from lumag/drop-extras
  > Merge pull request #679 from lumag/update-dsp-binaries
  > Merge pull request #678 from lumag/x1e80100-drop-audio-fw
  > Merge pull request #674 from lumag/hexagon-dsp-binaries
  > Merge pull request #677 from lumag/no-debug-tweaks
  > Merge pull request #676 from lumag/add-styhead
  > Merge pull request #673 from lumag/fix-rb3gen2-firmware
  > Merge pull request #669 from olasnap/oj/optional-rootfs-arg
  > Merge pull request #664 from lumag/wcn3990
  > Merge pull request #667 from ricardosalveti/master
  > Merge pull request #666 from ndechesne/uki

* sources/meta-qt6 2c53920...42e7257 (28):
  > 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
  > Use correct QmlImportsPath config with qmake
  > qtconnectivity: move declarative dependency to examples
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > coin: temporarily drop pyside from CI kirkstone branch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qttranslations: include SBOM files
  > qtbase: always build linuxfb platform plugin
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 1aeda3f...97d7a6b (6):
  > picamera-libs: removed unused libraries from python3-picamera
  > SECURITY.md: Add instructions for reporting security issues
  > rpi-base: Remove bcm2712-rpi-5-b.dtb from RPI_KERNEL_DEVICETREE target
  > linux-raspberrypi-6.6: Upgrade to 6.6.63
  > linux: Enable CONFIG_I2C_BRCMSTB for proper HDMI I2C support
  > extra-build-config.md: added a white line

* sources/meta-riscv e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* sources/meta-rockchip 3a8be31...1cdcb49 (7):
  > u-boot: use upstream for radxa-zero-3{e|w}
  > layer.conf: update to walnascar only
  > radxa-zero-3: switch to yocto-dev kernel
  > u-boot: switch to upstream SRCREV for rk-u-boot-env
  > bsp: rkbin: bump to latest commit in master branch
  > bsp: rkbin: rkbin-ddr: use version and file variables for path matching
  > rk3308: add provider for trusted firmware-a

* sources/meta-swupdate 01dbc76...efd4c20 (11):
  < 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 55708dbc...3c0d8bed (6):
  > cuda-compatibility-workarounds: Fix build with upcoming glibc 2.41
  > tegra-flash-helper: Allow PKC-only secure boot flashing
  > linux-yocto: import recipe for 6.10
  > linux-yocto: add patch to fix compatibility with nvbootctrl
  > edk2-firmware-tegra: add backported patch for cpp issue
  > tegra-binaries: refactor per-SoC vs. common deb package handling

* sources/meta-ti c46f49d3...57da6c15 (8):
  > CI/CD Auto-Merger: cicd.master.202412130100
  > CI/CD Auto-Merger: cicd.master.202412101025
  > u-boot: Add patch to use SWIG_AppendOutput
  > conf: layer.conf: Drop scarthgap from LAYERSERIES_COMPAT
  > conf: machine: am62xx-lp-evm: Add PWM overlays
  > ti-ipc: mark as incompatible with non-Linux builds
  > conf: machine: am62pxx: Pick overlays for V3Link cameras
  > ti-ipc-examples: Remove DSP/BIOS IPC examples

* sources/meta-variscite-bsp 96a2781...abef3cf (50):
  < 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 f5a2ea77ca...6c84743f15 (213):
  > cargo-c: Fix build on risv32
  > webkitgtk: Fix build on 32bit arches with 64bit time_t only
  > nfs-utils: Fix warnings found with clang
  > musl: Upgrade to latest
  > clang: Upgrade to 19.1.5
  > 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
  > cve-update-nvd2-native: Tweak to work better with NFS DL_DIR
  > populate_sdk_ext: write_local_conf add shutil import
  > gcc: backport patch to fix data relocation to !ENDBR: stpcpy
  > oe-setup-build: raise exceptions on errors
  > socat: upgrade 1.8.0.1 -> 1.8.0.2
  > re2c: upgrade 4.0.1 -> 4.0.2
  > pango: upgrade 1.55.0 -> 1.55.5
  > ofono: upgrade 2.13 -> 2.14
  > nfs-utils: upgrade 2.8.1 -> 2.8.2
  > mpg123: upgrade 1.32.9 -> 1.32.10
  > libxxf86vm: upgrade 1.1.5 -> 1.1.6
  > libxv: upgrade 1.0.12 -> 1.0.13
  > libxrender: upgrade 0.9.11 -> 0.9.12
  > libxcvt: upgrade 0.1.2 -> 0.1.3
  > libxau: upgrade 1.0.11 -> 1.0.12
  > libsm: upgrade 1.2.4 -> 1.2.5
  > libjitterentropy: upgrade 3.6.0 -> 3.6.1
  > libice: upgrade 1.1.1 -> 1.1.2
  > json-glib: upgrade 1.10.0 -> 1.10.6
  > igt-gpu-tools: upgrade 1.29 -> 1.30
  > erofs-utils: upgrade 1.8.2 -> 1.8.3
  > appstream: upgrade 1.0.3 -> 1.0.4
  > Revert "python3-numpy: upgrade 2.1.3 -> 2.2.0"
  > bitbake: parse: Add include_all conf file directive
  > bitbake: cooker: Make cooker 'skiplist' per-multiconfig/mc
  > glib-2.0: update 2.82.2 -> 2.82.4
  > python3-numpy: upgrade 2.1.3 -> 2.2.0
  > scripts: wrap lz4c and convert to lz4
  > oe-selftest: devtool ide-sdk use modify debug-build
  > devtool: ide-sdk recommend DEBUG_BUILD
  > devtool: ide-sdk sort cmake preset
  > devtool: modify support debug-builds
  > lttng-modules: Upgrade 2.13.15 -> 2.13.16
  > qemu: Upgrade 9.1.1 -> 9.2.0
  > subversion: Upgrade 1.14.4 -> 1.14.5
  > python3-*: Update recipes to correctly check the upstream packages
  > classes/pypi: update the default UPSTREAM_CHECK_URI to use the simple repo API
  > systemd: set CVE_PRODUCT
  > systemd: split networkd into its own package
  > systemd.bbclass: do not automatically add Also services
  > systemd.bbclass: refactor adding files
  > dropbear: add dropbearkey.service to FILES
  > busybox: add klogd service to FILES
  > perf: Fix a minor typo
  > system-requirements.rst: add dependencies for pdf builds
  > system-requirements: update list of supported distros
  > system-requirements: add fedora 39 to supported distros
  > poky.yaml.in: replace inkscape dependency by librsvg2-bin
  > poky.yaml.in: add missing locales dependency
  > Gather dependencies in poky.yaml.in
  > migration-guides: add release notes for 5.1.1
  > ref-manual: use standardized method accross both ubuntu and debian for locale install
  > build-appliance-image: Update to master head revision
  > systemd: upgrade 256.8 -> 256.9
  > yocto-bsp: Bump the default kernel to v6.12 for x86 machines
  > yocto-bsp: Bump the default kernel to v6.12 for beaglebone
  > linux-yocto: enable linux 6.12 for genericarm64
  > scripts/install-buildtools: Update to 5.1.1
  > binutils: Fix CVE-2024-53589
  > barebox: upgrade 2024.10.0 -> 2024.12.0
  > curl: upgrade 8.11.0 -> 8.11.1
  > curl: upgrade 8.10.1 -> 8.11.0
  > gcc: Fix c++: tweak for Wrange-loop-construct
  > icecc: don't use KERNEL_CC during set_icecc_env
  > icecc: convert set_icecc_env to python prefuncs
  > bitbake-config-build: add a plugin for config fragments
  > bitbake.conf: add an addfragments directive for oe-core and dependent layers
  > bitbake: bitbake-config-build: add an alias to bitbake-layers
  > bitbake: lib/bb/tests: use bb.build.listtasks() instead of __BBTASKS
  > bitbake: bitbake-user-manual-metadata: add a section about 'addfragments`
  > bitbake: bitbake: parse: add support for flagged fragment variables
  > pixman: remove long-obsolete patch
  > linux-yoto/6.12: bsp/genericarm64: fix configuration warning
  > linux-yocto: tweak cve exclusions files
  > systemd: actively disable Predictable Network Interface Names if !pni-names
  > linux-firmware: package firmware for Qualcomm AIC100 and QDU100
  > linux-firmware: upgrade 20241110 -> 20241210
  > sysvinit: upgrade 3.04 -> 3.11
  > maintainers.inc: add self for meson, python3 recipes
  > ovmf: update 202408 -> 202411
  > librsvg: update 2.58.2 -> 2.59.2
  > maintainers.inc: Update maintainer for pseudo and rpm
  > scripts/devtool: use bb.util.listtasks instead of __BBTASKS
  > classes/utility-tasks: port do_listtasks to use bb.build.listtasks
  > cargo-c: convert to target recipe
  > rpm: replace use of rpm2cpio with rpm2archive
  > rpm: update 4.19.1.1 -> 4.20.0
  > systemd-compat-units: execute postinst on target
  > base.bbclass: fix RRECOMMENDS extend issue for multilib
  > oeqa/selftest: Fix failure when configuration contains BBLAYERS:append
  > spdx 3.0: Rework how SPDX aliases are linked
  > classes-global/insane: Handle case where RPROVIDER is also a provider
  > vte: upgrade 0.78.1 -> 0.78.2
  > ttyrun: upgrade 2.35.0 -> 2.36.0
  > sudo: upgrade 1.9.16p1 -> 1.9.16p2
  > stress-ng: upgrade 0.18.06 -> 0.18.07
  > sqlite3: upgrade 3.47.0 -> 3.47.2
  > re2c: upgrade 4.0 -> 4.0.1
  > pixman: upgrade 0.44.0 -> 0.44.2
  > llvm: upgrade 19.1.4 -> 19.1.5
  > libsdl2: upgrade 2.30.9 -> 2.30.10
  > libdrm: upgrade 2.4.123 -> 2.4.124
  > kexec-tools: upgrade 2.0.29 -> 2.0.30
  > hwdata: upgrade 0.389 -> 0.390
  > gstreamer1.0: upgrade 1.24.9 -> 1.24.10
  > gnupg: upgrade 2.5.1 -> 2.5.2
  > git: upgrade 2.47.0 -> 2.47.1
  > ell: upgrade 0.70 -> 0.71
  > btrfs-tools: upgrade 6.11 -> 6.12
  > bash-completion: upgrade 2.14.0 -> 2.15.0
  > yocto-bsp: drop 6.10 bbappend
  > poky/poky-tiny: update default to v6.12
  > linux-yocto: drop 6.10
  > linux-yocto/6.12: introduce v6.12 reference kernel
  > linux-yocto/6.6: update to v6.6.64
  > linux-yocto/6.6: update to v6.6.63
  > python3-iniparse: remove recipe
  > musl: Update riscv syscalls till 6.10 kernel
  > openssl: Fix build on risc64/musl
  > ffmpeg: Fix RISCV build
  > scripts/install-buildtools: preserve formatting in the help message
  > libsecret: add pam support depending on DISTRO_FEATURES
  > toolchain-shar-relocate.sh: fix the replacing commands
  > inetutils: increase alternative priority for hostname
  > shadow: use update-alternatives to handle su.1 and nologin.8
  > qemurunner: Fix stack trace generation in exception handler
  > tiff: set status for CVEs firx in 4.7.0
  > tiff: remove status for CVE-2023-3164
  > libssh2: remove status for CVE-2023-48795
  > elfutils: backport a fix for libeu objects missing in libelf.a
  > libpam: add packageconfig for selinux
  > Revert "uboot-sign: fix U-Boot binary with public key"
  > bitbake: parse: add support for 'addfragments' directive
  > bitbake: parse/ConfHandler: allow / in variable flags
  > libtool: update 2.5.2 -> 2.5.4
  > dtc: upgrade 1.7.0 -> 1.7.2
  > bitbake: cooker: use enum for cooker state to improve readability
  > bitbake: server/xmlrpcserver: fix some warnings
  > bitbake: knotty: some small cleanups while I'm in here
  > bitbake: knotty: print an error if MACHINE is not set
  > cargo-c-native: update 0.10.3 -> 0.10.5
  > go-helloworld: update to latest revision
  > libpam: update 1.6.1 -> 1.7.0
  > libpipeline: update 1.5.7 -> 1.5.8
  > texinfo: update 7.1 -> 7.1.1
  > vulkan-samples: update to latest revision
  > pixman: update 0.42.2 -> 0.44.0
  > tiff: update 4.6.0 -> 4.7.0
  > webkitgtk: update 2.44.3 -> 2.46.4
  > libgit2: update 1.8.2 -> 1.8.4
  > utfcpp: update 4.0.5 -> 4.0.6
  > python3-maturin: update 1.7.1 -> 1.7.4
  > python3-markdown: update 3.6 -> 3.7
  > btrfs-tools: update 6.10.1 -> 6.11
  > xf86-video-fbdev: update 0.5.0 -> 0.5.1
  > swig: upgrade 4.2.1 -> 4.3.0
  > python3-dtc: update 1.7.0 -> 1.7.2
  > virglrenderer: upgrade 1.0.1 -> 1.1.0
  > cups: upgrade 2.4.10 -> 2.4.11
  > python3-beartype: upgrade 0.18.5 -> 0.19.0
  > elfutils: upgrade 0.191 -> 0.192
  > debugedit: upgrade 5.0 -> 5.1
  > pkg-config-native: pick additional search paths from $EXTRA_NATIVE_PKGCONFIG_PATH
  > cargo.bbclass: do not install libraries by default
  > gcr: drop obsolete autotools setting
  > meson.bbclass: enable qemu exe wrapper in nativesdk
  > barebox: add more common items into shared .inc with barebox-tools
  > mtd-utils: set PV directly in the recipe filename
  > maintainers.inc: unassign myself (don't panic!)
  > lib: oeqa: spdx: Add tests for extra options
  > lib: spdx: Fix SPDX_BUILD_HOST
  > classes: create-spdx: Fix variable dependencies
  > lib: sbom30: Fix agent reference
  > lib: sbom30: Fix import handling
  > lrzsz: update SRC_URI to avoid redirect
  > oeqa/gitarchive: Fix syntax warning
  > linux-yocto: add and use GPL-2.0-with-syscall-note license
  > meta/lib: move buildstats.py and rootfspostcommands.py into oe
  > qemu: set CVE-2024-6505 to fixed
  > lib: spdx30_tasks: Fix supplied By
  > systemd: remove custom rootlibexecdir and replace with nonarch_libdir
  > systemd: split long line in pkg_postinst
  > systemd: drop deprecated rootlibdir, rootprefix and split-usr options

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

* sources/meta-arm 82bb1d21...5adb3155 (9):
  > arm/lib: Relax "Listening for serial connection" regex
  > arm-bsp/linux-yocto: add temporary 6.10 recipe
  > arm-bsp/linux-yocto: fix Juno build with linux 6.12
  > arm-bsp/corstone-1000: IMAGE_ROOTFS_EXTRA_SPACE workaround
  > arm-bsp/linux-yocto: corstone1000: Update the Upstream-Status of the remoteproc patches
  > arm: remove python3-pyhsslms recipe
  > lib/fvp: add name to terminal title in FVP runner
  > kas: corstone-1000: Update the SHA of the Yocto layer dependencies for the CORSTONE1000-2024.11 release.
  > arm-bsp/documentation: corstone1000: Amend documentation for CORSTONE1000-2024.11 release

* sources/meta-clang 147349b...5d40c9a (7):
  > 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.5 release
  > ot-br-posix: Disable sign-compare warning as error
  > libpam: Disable --undefined-version with LLD

* sources/meta-freescale 7f045776...25507a74 (8):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2046 from Livius90/master
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2045 from hellhound94/topic/fix-script
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2044 from hellhound94/topic/fix-script
  > Merge pull request #2043 from YoeDistro/yoe/mut

* sources/meta-freescale-3rdparty bc2a12c...bf9dce3 (4):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #318 from dankm/dankm/unpackdir
  > Merge pull request #316 from svogl/master

* sources/meta-openembedded 907a061e9...45b91251a (126):
  > DO NOT MERGE: Add Github actions CI workflow
  > 7zip: Fix build with clang
  > xfce4-pulseaudio-plugin: Fix build with libwindowing 4.19.6
  > emlog: set CVE_PRODUCT
  > memcached: ignore disputed CVE-2022-26635
  > swagger-ui: mark CVE-2016-1000229 as fixed
  > apache2: ignore disputed CVE CVE-2007-0086
  > spice-gtk: mark CVE-2012-4425 as fixed
  > redis: ignore CVE-2022-0543
  > monkey: ignore CVE-2013-1771
  > gattlib: mark CVE-2019-6498 as fixed
  > spice: ignore CVE-2016-0749
  > apache2: remove old version references from CVEs
  > apache2: ignore CVE-1999-0678 and CVE-1999-1412
  > ace: ignore CVE-2009-1147
  > android-tools: fix warning: library search path "/usr/lib/p7zip" is unsafe for cross-compilation
  > Update p7zip to 7zip
  > Use 7zip 24.09 to replace p7zip 16.02
  > xfce4-panel: 4.18.6 -> 4.20.0
  > xfdesktop: 4.18.1 -> 4.20.0
  > libxfce4windowing: add recipe
  > xfce4-dev-tools: 4.18.1 -> 4.20.0
  > xfwm4: 4.19.0 -> 4.20.0
  > xfce4-settings: 4.18.3 -> 4.20.0
  > xfconf: 4.18.2 -> 4.20.0
  > libnfs: Add gnutls build time dependency
  > lua-lgi: Disable on architecture without luajit port
  > libp11: update 0.4.12 -> 0.4.13
  > libpeas: Disable lua support on architectures without luajit port
  > gpiod-sysfs-proxy: update v0.1.1 -> v0.1.2
  > packagegroup-meta-oe: Remove libpeas from packagegroup-meta-oe-gnome
  > gedit: build with libpeas-1
  > eog: build with libpeas-1
  > geary: build with libpeas-1
  > packagegroup-meta-oe: adjust after libpeas update
  > xfce4-power-manager: 4.18.2 -> 4.20.0
  > xfce4-appfinder: 4.19.3 -> 4.20.0
  > tumbler: 4.18.0 -> 4.20.0
  > thunar-volman: 4.18.0 -> 4.20.0
  > thunar: 4.19.0 -> 4.20.0
  > xkbevd: upgrade 1.1.5 -> 1.1.6
  > tinysparql: upgrade 3.8.1 -> 3.8.2
  > stunnel: upgrade 5.73 -> 5.74
  > python3-pybind11-json: upgrade 0.2.14 -> 0.2.15
  > openjpeg: upgrade 2.5.2 -> 2.5.3
  > nanopb-generator(-runtime): upgrade 0.4.9 -> 0.4.9.1
  > monit: upgrade 5.34.2 -> 5.34.3
  > mcelog: upgrade 201 -> 202
  > lvm2: update 2.03.28 -> 2.03.29
  > localsearch: upgrade 3.8.1 -> 3.8.2
  > libusbmuxd: upgrade 2.0.2 -> 2.1.0
  > libplist: upgrade 2.3.0 -> 2.6.0
  > libnfs: upgrade 5.0.3 -> 6.0.2
  > graphviz: upgrade 12.2.0 -> 12.2.1
  > ctags: upgrade 6.1.20241201.0 -> 6.1.20241215.0
  > ace: update 8.0.1 -> 8.0.2
  > libpeas: add recipe for 2.0.5
  > bmap-writer: update to latest git version
  > python3-*: Update recipes to correctly check the upstream packages
  > lua-lgi: add recipe
  > luajit: update
  > garcon: 4.19.1 -> 4.20.0
  > exo: 4.19.1 -> 4.20.0
  > libxfce4ui: 4.19.6 -> 4.20.0
  > libxfce4util: 4.19.3 -> 4.20.0
  > gjs: update 1.80.2 -> 1.82.1
  > mozjs: add recipe for mozjs-128
  > cbindgen: add recipe
  > mctp: upgrade 2.0 -> 2.1
  > iwd: update 3.0 -> 3.2
  > kernel-module-emlog: Fix build with kernel 6.12+
  > python3-libusb1: rename recipe to reflect the python version and update to use pypi
  > lvm2: Remove a lingering reference to ${PN}-udevrules
  > tclap: use most recent version
  > bridge-utils: add CVE_PRODUCT
  > vbxguestdrivers: upgrade 7.0.22 -> 7.1.4
  > python3-ipython: update to version 8.30.0
  > python3-janus: update to version 1.1.0
  > python3-prompt-toolkit: set the value of UPSTREAM_CHECK_PYPI_PACKAGE to enable version checking
  > python3-mlcommons-loadgen: update to version 5.0.0
  > python3-pdm: update to version 2.22.0
  > python3-cmake: update to version 3.31.1
  > python3-luma-oled: update to version 3.14.0
  > upower: add polkit PACKAGECONFIG option
  > upower: bump to 1.90.6
  > upower: use archive file in SRC_URI and fix UPSTREAM_CHECK_URI
  > python3-virtualenv: upgrade 20.26.5 -> 20.26.6
  > smarty: update 4.4.1 -> 4.5.5
  > vboxguestdrivers: update to 7.0.22
  > gvfs: update 1.56.0 -> 1.56.1
  > file-roller: update 44.3 -> 44.4
  > gnome-text-editor: update 47.0 -> 47.2
  > nautilus: update 47.0 -> 47.1
  > gnome-software: update 47.1 -> 47.2
  > gnome-shell: update 47.1 -> 47.2
  > mutter: update 47.1 -> 47.3
  > gnome-control-center: update 47.1.1 -> 47.2
  > pps-tools: backport a patch to fix prints
  > nginx: Upgrade mainline release version 1.27.1 -> 1.27.3
  > proftpd: set status of CVE-2001-0027
  > dash: set CVE_PRODUCT
  > gpiod-sysfs-proxy: new recipe
  > sip: Upgrade 6.8.6 -> 6.9.0
  > python3-pyhsslms: Add 2.0.0 recipe
  > canopenterm: 1.0.9 -> 1.0.10
  > vk-gl-cts: don't require networking to configure
  > vk-gl-cts: control what targets get built
  > vk-gl-cts: use cmake-qemu
  > vk-gl-cts: set the git tag regex for release checking
  > vk-gl-cts: fix EXTRA_OECMAKE
  > syzkaller: network in compile is not needed
  > etcd: don't set UPSTREAM_CHECK_COMMITS
  > lxdm: drop debug-tweaks
  > canopenterm: update to version 1.0.9
  > pocketpy: update to version 2.0.3
  > mariadb: Ensure compatibility with ARMv9 by updating .arch directive
  > openhpi: explicitly disable ov-rest plugin
  > libspelling: update 0.4.2 -> 0.4.5
  > wireplumber: update 0.5.6 -> 0.5.7
  > pipewire: update 1.2.6 -> 1.2.7
  > python3-gpiod: don't recommend kernel-module-configfs for ptest
  > python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest
  > libgpiod: minimize intra-recipe dependencies for ptest
  > xfstests: add missing run-time dependencies
  > gthumb: update 3.12.4 -> 3.12.6
  > pam-radius: add recipe

* sources/meta-qcom fc029c4...210c102 (19):
  > Merge pull request #689 from ricardosalveti/esp-qcom-image
  > Merge pull request #692 from chirag-jn/readme-improve
  > Merge pull request #688 from chirag-jn/readme
  > Merge pull request #687 from chirag-jn/qdl-2024-12
  > Merge pull request #685 from lumag/drop-extras
  > Merge pull request #684 from ndechesne/yocto-check-layer-fix
  > Merge pull request #683 from ndechesne/fix-patch-tag
  > Merge pull request #682 from lumag/drop-legacy
  > Merge pull request #681 from lumag/drop-extras
  > Merge pull request #679 from lumag/update-dsp-binaries
  > Merge pull request #678 from lumag/x1e80100-drop-audio-fw
  > Merge pull request #674 from lumag/hexagon-dsp-binaries
  > Merge pull request #677 from lumag/no-debug-tweaks
  > Merge pull request #676 from lumag/add-styhead
  > Merge pull request #673 from lumag/fix-rb3gen2-firmware
  > Merge pull request #669 from olasnap/oj/optional-rootfs-arg
  > Merge pull request #664 from lumag/wcn3990
  > Merge pull request #667 from ricardosalveti/master
  > Merge pull request #666 from ndechesne/uki

* sources/meta-qt6 2c53920...42e7257 (28):
  > 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
  > Use correct QmlImportsPath config with qmake
  > qtconnectivity: move declarative dependency to examples
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > coin: temporarily drop pyside from CI kirkstone branch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qttranslations: include SBOM files
  > qtbase: always build linuxfb platform plugin
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 1aeda3f...97d7a6b (6):
  > picamera-libs: removed unused libraries from python3-picamera
  > SECURITY.md: Add instructions for reporting security issues
  > rpi-base: Remove bcm2712-rpi-5-b.dtb from RPI_KERNEL_DEVICETREE target
  > linux-raspberrypi-6.6: Upgrade to 6.6.63
  > linux: Enable CONFIG_I2C_BRCMSTB for proper HDMI I2C support
  > extra-build-config.md: added a white line

* sources/meta-riscv e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* sources/meta-rockchip 3a8be31...1cdcb49 (7):
  > u-boot: use upstream for radxa-zero-3{e|w}
  > layer.conf: update to walnascar only
  > radxa-zero-3: switch to yocto-dev kernel
  > u-boot: switch to upstream SRCREV for rk-u-boot-env
  > bsp: rkbin: bump to latest commit in master branch
  > bsp: rkbin: rkbin-ddr: use version and file variables for path matching
  > rk3308: add provider for trusted firmware-a

* sources/meta-swupdate 01dbc76...efd4c20 (11):
  < 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 55708dbc...3c0d8bed (6):
  > cuda-compatibility-workarounds: Fix build with upcoming glibc 2.41
  > tegra-flash-helper: Allow PKC-only secure boot flashing
  > linux-yocto: import recipe for 6.10
  > linux-yocto: add patch to fix compatibility with nvbootctrl
  > edk2-firmware-tegra: add backported patch for cpp issue
  > tegra-binaries: refactor per-SoC vs. common deb package handling

* sources/meta-ti c46f49d3...df20c5b6 (27):
  > meta-beagle: Add SECURITY file
  > linux-bb.org_6.6: disable FORTIFY_SOURCE for now
  > beagle-bsp, linux-bb.org, u-boot-bb.org: add support for 6.6 BSP
  > linux-bb.org, u-boot-bb.org: rename recipes with version
  > conf/machine: add BeagleY-AI platform
  > linux-bb.org: update Beagle BSP to 6.1.83
  > u-boot-bb_org, linux-bb_org: move "bb_org" providers to meta-beagle
  > conf/machine: move remaining Beagle platforms to meta-beagle
  > conf/machine: split beagleplay config between meta-ti-bsp and meta-beagle
  > conf/machine: move "bb_org" BSP settings to meta-beagle
  > meta-beagle: layer.conf: add lz4c to host tools list
  > meta-beagle: create a separate layer for Beagle platforms
  > conf/machine: rename beagleplay machine to beagleplay-ti
  > meta-ti-bsp: ti-rtos-bin: Move this with the other firmware recipes
  > meta-ti-extras: recipes-ti: Remove gadget-init package
  > wl18xx-fw: Do not depend on the makefile for install
  > conf: machine: omap-a15.inc: include ipu1 firmware in the boot partition
  > meta-ti-extras: ti-ipc-rtos: Deploy ipc firmware
  > recipes-security: optee: Remove software PRNG for am62pxx
  > CI/CD Auto-Merger: cicd.master.202412130100
  > CI/CD Auto-Merger: cicd.master.202412101025
  > u-boot: Add patch to use SWIG_AppendOutput
  > conf: layer.conf: Drop scarthgap from LAYERSERIES_COMPAT
  > conf: machine: am62xx-lp-evm: Add PWM overlays
  > ti-ipc: mark as incompatible with non-Linux builds
  > conf: machine: am62pxx: Pick overlays for V3Link cameras
  > ti-ipc-examples: Remove DSP/BIOS IPC examples

* sources/meta-variscite-bsp 96a2781...abef3cf (50):
  < 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 f5a2ea77ca...6c84743f15 (213):
  > cargo-c: Fix build on risv32
  > webkitgtk: Fix build on 32bit arches with 64bit time_t only
  > nfs-utils: Fix warnings found with clang
  > musl: Upgrade to latest
  > clang: Upgrade to 19.1.5
  > 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
  > cve-update-nvd2-native: Tweak to work better with NFS DL_DIR
  > populate_sdk_ext: write_local_conf add shutil import
  > gcc: backport patch to fix data relocation to !ENDBR: stpcpy
  > oe-setup-build: raise exceptions on errors
  > socat: upgrade 1.8.0.1 -> 1.8.0.2
  > re2c: upgrade 4.0.1 -> 4.0.2
  > pango: upgrade 1.55.0 -> 1.55.5
  > ofono: upgrade 2.13 -> 2.14
  > nfs-utils: upgrade 2.8.1 -> 2.8.2
  > mpg123: upgrade 1.32.9 -> 1.32.10
  > libxxf86vm: upgrade 1.1.5 -> 1.1.6
  > libxv: upgrade 1.0.12 -> 1.0.13
  > libxrender: upgrade 0.9.11 -> 0.9.12
  > libxcvt: upgrade 0.1.2 -> 0.1.3
  > libxau: upgrade 1.0.11 -> 1.0.12
  > libsm: upgrade 1.2.4 -> 1.2.5
  > libjitterentropy: upgrade 3.6.0 -> 3.6.1
  > libice: upgrade 1.1.1 -> 1.1.2
  > json-glib: upgrade 1.10.0 -> 1.10.6
  > igt-gpu-tools: upgrade 1.29 -> 1.30
  > erofs-utils: upgrade 1.8.2 -> 1.8.3
  > appstream: upgrade 1.0.3 -> 1.0.4
  > Revert "python3-numpy: upgrade 2.1.3 -> 2.2.0"
  > bitbake: parse: Add include_all conf file directive
  > bitbake: cooker: Make cooker 'skiplist' per-multiconfig/mc
  > glib-2.0: update 2.82.2 -> 2.82.4
  > python3-numpy: upgrade 2.1.3 -> 2.2.0
  > scripts: wrap lz4c and convert to lz4
  > oe-selftest: devtool ide-sdk use modify debug-build
  > devtool: ide-sdk recommend DEBUG_BUILD
  > devtool: ide-sdk sort cmake preset
  > devtool: modify support debug-builds
  > lttng-modules: Upgrade 2.13.15 -> 2.13.16
  > qemu: Upgrade 9.1.1 -> 9.2.0
  > subversion: Upgrade 1.14.4 -> 1.14.5
  > python3-*: Update recipes to correctly check the upstream packages
  > classes/pypi: update the default UPSTREAM_CHECK_URI to use the simple repo API
  > systemd: set CVE_PRODUCT
  > systemd: split networkd into its own package
  > systemd.bbclass: do not automatically add Also services
  > systemd.bbclass: refactor adding files
  > dropbear: add dropbearkey.service to FILES
  > busybox: add klogd service to FILES
  > perf: Fix a minor typo
  > system-requirements.rst: add dependencies for pdf builds
  > system-requirements: update list of supported distros
  > system-requirements: add fedora 39 to supported distros
  > poky.yaml.in: replace inkscape dependency by librsvg2-bin
  > poky.yaml.in: add missing locales dependency
  > Gather dependencies in poky.yaml.in
  > migration-guides: add release notes for 5.1.1
  > ref-manual: use standardized method accross both ubuntu and debian for locale install
  > build-appliance-image: Update to master head revision
  > systemd: upgrade 256.8 -> 256.9
  > yocto-bsp: Bump the default kernel to v6.12 for x86 machines
  > yocto-bsp: Bump the default kernel to v6.12 for beaglebone
  > linux-yocto: enable linux 6.12 for genericarm64
  > scripts/install-buildtools: Update to 5.1.1
  > binutils: Fix CVE-2024-53589
  > barebox: upgrade 2024.10.0 -> 2024.12.0
  > curl: upgrade 8.11.0 -> 8.11.1
  > curl: upgrade 8.10.1 -> 8.11.0
  > gcc: Fix c++: tweak for Wrange-loop-construct
  > icecc: don't use KERNEL_CC during set_icecc_env
  > icecc: convert set_icecc_env to python prefuncs
  > bitbake-config-build: add a plugin for config fragments
  > bitbake.conf: add an addfragments directive for oe-core and dependent layers
  > bitbake: bitbake-config-build: add an alias to bitbake-layers
  > bitbake: lib/bb/tests: use bb.build.listtasks() instead of __BBTASKS
  > bitbake: bitbake-user-manual-metadata: add a section about 'addfragments`
  > bitbake: bitbake: parse: add support for flagged fragment variables
  > pixman: remove long-obsolete patch
  > linux-yoto/6.12: bsp/genericarm64: fix configuration warning
  > linux-yocto: tweak cve exclusions files
  > systemd: actively disable Predictable Network Interface Names if !pni-names
  > linux-firmware: package firmware for Qualcomm AIC100 and QDU100
  > linux-firmware: upgrade 20241110 -> 20241210
  > sysvinit: upgrade 3.04 -> 3.11
  > maintainers.inc: add self for meson, python3 recipes
  > ovmf: update 202408 -> 202411
  > librsvg: update 2.58.2 -> 2.59.2
  > maintainers.inc: Update maintainer for pseudo and rpm
  > scripts/devtool: use bb.util.listtasks instead of __BBTASKS
  > classes/utility-tasks: port do_listtasks to use bb.build.listtasks
  > cargo-c: convert to target recipe
  > rpm: replace use of rpm2cpio with rpm2archive
  > rpm: update 4.19.1.1 -> 4.20.0
  > systemd-compat-units: execute postinst on target
  > base.bbclass: fix RRECOMMENDS extend issue for multilib
  > oeqa/selftest: Fix failure when configuration contains BBLAYERS:append
  > spdx 3.0: Rework how SPDX aliases are linked
  > classes-global/insane: Handle case where RPROVIDER is also a provider
  > vte: upgrade 0.78.1 -> 0.78.2
  > ttyrun: upgrade 2.35.0 -> 2.36.0
  > sudo: upgrade 1.9.16p1 -> 1.9.16p2
  > stress-ng: upgrade 0.18.06 -> 0.18.07
  > sqlite3: upgrade 3.47.0 -> 3.47.2
  > re2c: upgrade 4.0 -> 4.0.1
  > pixman: upgrade 0.44.0 -> 0.44.2
  > llvm: upgrade 19.1.4 -> 19.1.5
  > libsdl2: upgrade 2.30.9 -> 2.30.10
  > libdrm: upgrade 2.4.123 -> 2.4.124
  > kexec-tools: upgrade 2.0.29 -> 2.0.30
  > hwdata: upgrade 0.389 -> 0.390
  > gstreamer1.0: upgrade 1.24.9 -> 1.24.10
  > gnupg: upgrade 2.5.1 -> 2.5.2
  > git: upgrade 2.47.0 -> 2.47.1
  > ell: upgrade 0.70 -> 0.71
  > btrfs-tools: upgrade 6.11 -> 6.12
  > bash-completion: upgrade 2.14.0 -> 2.15.0
  > yocto-bsp: drop 6.10 bbappend
  > poky/poky-tiny: update default to v6.12
  > linux-yocto: drop 6.10
  > linux-yocto/6.12: introduce v6.12 reference kernel
  > linux-yocto/6.6: update to v6.6.64
  > linux-yocto/6.6: update to v6.6.63
  > python3-iniparse: remove recipe
  > musl: Update riscv syscalls till 6.10 kernel
  > openssl: Fix build on risc64/musl
  > ffmpeg: Fix RISCV build
  > scripts/install-buildtools: preserve formatting in the help message
  > libsecret: add pam support depending on DISTRO_FEATURES
  > toolchain-shar-relocate.sh: fix the replacing commands
  > inetutils: increase alternative priority for hostname
  > shadow: use update-alternatives to handle su.1 and nologin.8
  > qemurunner: Fix stack trace generation in exception handler
  > tiff: set status for CVEs firx in 4.7.0
  > tiff: remove status for CVE-2023-3164
  > libssh2: remove status for CVE-2023-48795
  > elfutils: backport a fix for libeu objects missing in libelf.a
  > libpam: add packageconfig for selinux
  > Revert "uboot-sign: fix U-Boot binary with public key"
  > bitbake: parse: add support for 'addfragments' directive
  > bitbake: parse/ConfHandler: allow / in variable flags
  > libtool: update 2.5.2 -> 2.5.4
  > dtc: upgrade 1.7.0 -> 1.7.2
  > bitbake: cooker: use enum for cooker state to improve readability
  > bitbake: server/xmlrpcserver: fix some warnings
  > bitbake: knotty: some small cleanups while I'm in here
  > bitbake: knotty: print an error if MACHINE is not set
  > cargo-c-native: update 0.10.3 -> 0.10.5
  > go-helloworld: update to latest revision
  > libpam: update 1.6.1 -> 1.7.0
  > libpipeline: update 1.5.7 -> 1.5.8
  > texinfo: update 7.1 -> 7.1.1
  > vulkan-samples: update to latest revision
  > pixman: update 0.42.2 -> 0.44.0
  > tiff: update 4.6.0 -> 4.7.0
  > webkitgtk: update 2.44.3 -> 2.46.4
  > libgit2: update 1.8.2 -> 1.8.4
  > utfcpp: update 4.0.5 -> 4.0.6
  > python3-maturin: update 1.7.1 -> 1.7.4
  > python3-markdown: update 3.6 -> 3.7
  > btrfs-tools: update 6.10.1 -> 6.11
  > xf86-video-fbdev: update 0.5.0 -> 0.5.1
  > swig: upgrade 4.2.1 -> 4.3.0
  > python3-dtc: update 1.7.0 -> 1.7.2
  > virglrenderer: upgrade 1.0.1 -> 1.1.0
  > cups: upgrade 2.4.10 -> 2.4.11
  > python3-beartype: upgrade 0.18.5 -> 0.19.0
  > elfutils: upgrade 0.191 -> 0.192
  > debugedit: upgrade 5.0 -> 5.1
  > pkg-config-native: pick additional search paths from $EXTRA_NATIVE_PKGCONFIG_PATH
  > cargo.bbclass: do not install libraries by default
  > gcr: drop obsolete autotools setting
  > meson.bbclass: enable qemu exe wrapper in nativesdk
  > barebox: add more common items into shared .inc with barebox-tools
  > mtd-utils: set PV directly in the recipe filename
  > maintainers.inc: unassign myself (don't panic!)
  > lib: oeqa: spdx: Add tests for extra options
  > lib: spdx: Fix SPDX_BUILD_HOST
  > classes: create-spdx: Fix variable dependencies
  > lib: sbom30: Fix agent reference
  > lib: sbom30: Fix import handling
  > lrzsz: update SRC_URI to avoid redirect
  > oeqa/gitarchive: Fix syntax warning
  > linux-yocto: add and use GPL-2.0-with-syscall-note license
  > meta/lib: move buildstats.py and rootfspostcommands.py into oe
  > qemu: set CVE-2024-6505 to fixed
  > lib: spdx30_tasks: Fix supplied By
  > systemd: remove custom rootlibexecdir and replace with nonarch_libdir
  > systemd: split long line in pkg_postinst
  > systemd: drop deprecated rootlibdir, rootprefix and split-usr options

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

* sources/meta-arm 82bb1d21...5adb3155 (9):
  > arm/lib: Relax "Listening for serial connection" regex
  > arm-bsp/linux-yocto: add temporary 6.10 recipe
  > arm-bsp/linux-yocto: fix Juno build with linux 6.12
  > arm-bsp/corstone-1000: IMAGE_ROOTFS_EXTRA_SPACE workaround
  > arm-bsp/linux-yocto: corstone1000: Update the Upstream-Status of the remoteproc patches
  > arm: remove python3-pyhsslms recipe
  > lib/fvp: add name to terminal title in FVP runner
  > kas: corstone-1000: Update the SHA of the Yocto layer dependencies for the CORSTONE1000-2024.11 release.
  > arm-bsp/documentation: corstone1000: Amend documentation for CORSTONE1000-2024.11 release

* sources/meta-clang 147349b...5d40c9a (7):
  > 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.5 release
  > ot-br-posix: Disable sign-compare warning as error
  > libpam: Disable --undefined-version with LLD

* sources/meta-freescale 7f045776...25507a74 (8):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2046 from Livius90/master
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2045 from hellhound94/topic/fix-script
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2044 from hellhound94/topic/fix-script
  > Merge pull request #2043 from YoeDistro/yoe/mut

* sources/meta-freescale-3rdparty bc2a12c...bf9dce3 (4):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #318 from dankm/dankm/unpackdir
  > Merge pull request #316 from svogl/master

* sources/meta-openembedded 907a061e9...cb87e1afb (138):
  > DO NOT MERGE: Add Github actions CI workflow
  > weechat: upgrade 4.0.4 -> 4.5.0
  > wireshark: upgrade 4.2.8 -> 4.2.9
  > sassc: ignore CVE-2022-43357
  > libmemcached: ignore CVE-2023-27478
  > libmemcached: merge inc into bb
  > libmemcached: remove recipe for version 1.0.7
  > php: upgrade 8.2.20 -> 8.2.26
  > memcached: upgrade 1.6.17 -> 1.6.33
  > memcached: add UPSTREAM_CHECK_URI
  > opensc: mark CVE-2024-8443 as fixed
  > opensc: upgrade 0.25.1 -> 0.26.0
  > postgresql: upgrade 16.4 -> 16.5
  > 7zip: Fix build with clang
  > xfce4-pulseaudio-plugin: Fix build with libwindowing 4.19.6
  > emlog: set CVE_PRODUCT
  > memcached: ignore disputed CVE-2022-26635
  > swagger-ui: mark CVE-2016-1000229 as fixed
  > apache2: ignore disputed CVE CVE-2007-0086
  > spice-gtk: mark CVE-2012-4425 as fixed
  > redis: ignore CVE-2022-0543
  > monkey: ignore CVE-2013-1771
  > gattlib: mark CVE-2019-6498 as fixed
  > spice: ignore CVE-2016-0749
  > apache2: remove old version references from CVEs
  > apache2: ignore CVE-1999-0678 and CVE-1999-1412
  > ace: ignore CVE-2009-1147
  > android-tools: fix warning: library search path "/usr/lib/p7zip" is unsafe for cross-compilation
  > Update p7zip to 7zip
  > Use 7zip 24.09 to replace p7zip 16.02
  > xfce4-panel: 4.18.6 -> 4.20.0
  > xfdesktop: 4.18.1 -> 4.20.0
  > libxfce4windowing: add recipe
  > xfce4-dev-tools: 4.18.1 -> 4.20.0
  > xfwm4: 4.19.0 -> 4.20.0
  > xfce4-settings: 4.18.3 -> 4.20.0
  > xfconf: 4.18.2 -> 4.20.0
  > libnfs: Add gnutls build time dependency
  > lua-lgi: Disable on architecture without luajit port
  > libp11: update 0.4.12 -> 0.4.13
  > libpeas: Disable lua support on architectures without luajit port
  > gpiod-sysfs-proxy: update v0.1.1 -> v0.1.2
  > packagegroup-meta-oe: Remove libpeas from packagegroup-meta-oe-gnome
  > gedit: build with libpeas-1
  > eog: build with libpeas-1
  > geary: build with libpeas-1
  > packagegroup-meta-oe: adjust after libpeas update
  > xfce4-power-manager: 4.18.2 -> 4.20.0
  > xfce4-appfinder: 4.19.3 -> 4.20.0
  > tumbler: 4.18.0 -> 4.20.0
  > thunar-volman: 4.18.0 -> 4.20.0
  > thunar: 4.19.0 -> 4.20.0
  > xkbevd: upgrade 1.1.5 -> 1.1.6
  > tinysparql: upgrade 3.8.1 -> 3.8.2
  > stunnel: upgrade 5.73 -> 5.74
  > python3-pybind11-json: upgrade 0.2.14 -> 0.2.15
  > openjpeg: upgrade 2.5.2 -> 2.5.3
  > nanopb-generator(-runtime): upgrade 0.4.9 -> 0.4.9.1
  > monit: upgrade 5.34.2 -> 5.34.3
  > mcelog: upgrade 201 -> 202
  > lvm2: update 2.03.28 -> 2.03.29
  > localsearch: upgrade 3.8.1 -> 3.8.2
  > libusbmuxd: upgrade 2.0.2 -> 2.1.0
  > libplist: upgrade 2.3.0 -> 2.6.0
  > libnfs: upgrade 5.0.3 -> 6.0.2
  > graphviz: upgrade 12.2.0 -> 12.2.1
  > ctags: upgrade 6.1.20241201.0 -> 6.1.20241215.0
  > ace: update 8.0.1 -> 8.0.2
  > libpeas: add recipe for 2.0.5
  > bmap-writer: update to latest git version
  > python3-*: Update recipes to correctly check the upstream packages
  > lua-lgi: add recipe
  > luajit: update
  > garcon: 4.19.1 -> 4.20.0
  > exo: 4.19.1 -> 4.20.0
  > libxfce4ui: 4.19.6 -> 4.20.0
  > libxfce4util: 4.19.3 -> 4.20.0
  > gjs: update 1.80.2 -> 1.82.1
  > mozjs: add recipe for mozjs-128
  > cbindgen: add recipe
  > mctp: upgrade 2.0 -> 2.1
  > iwd: update 3.0 -> 3.2
  > kernel-module-emlog: Fix build with kernel 6.12+
  > python3-libusb1: rename recipe to reflect the python version and update to use pypi
  > lvm2: Remove a lingering reference to ${PN}-udevrules
  > tclap: use most recent version
  > bridge-utils: add CVE_PRODUCT
  > vbxguestdrivers: upgrade 7.0.22 -> 7.1.4
  > python3-ipython: update to version 8.30.0
  > python3-janus: update to version 1.1.0
  > python3-prompt-toolkit: set the value of UPSTREAM_CHECK_PYPI_PACKAGE to enable version checking
  > python3-mlcommons-loadgen: update to version 5.0.0
  > python3-pdm: update to version 2.22.0
  > python3-cmake: update to version 3.31.1
  > python3-luma-oled: update to version 3.14.0
  > upower: add polkit PACKAGECONFIG option
  > upower: bump to 1.90.6
  > upower: use archive file in SRC_URI and fix UPSTREAM_CHECK_URI
  > python3-virtualenv: upgrade 20.26.5 -> 20.26.6
  > smarty: update 4.4.1 -> 4.5.5
  > vboxguestdrivers: update to 7.0.22
  > gvfs: update 1.56.0 -> 1.56.1
  > file-roller: update 44.3 -> 44.4
  > gnome-text-editor: update 47.0 -> 47.2
  > nautilus: update 47.0 -> 47.1
  > gnome-software: update 47.1 -> 47.2
  > gnome-shell: update 47.1 -> 47.2
  > mutter: update 47.1 -> 47.3
  > gnome-control-center: update 47.1.1 -> 47.2
  > pps-tools: backport a patch to fix prints
  > nginx: Upgrade mainline release version 1.27.1 -> 1.27.3
  > proftpd: set status of CVE-2001-0027
  > dash: set CVE_PRODUCT
  > gpiod-sysfs-proxy: new recipe
  > sip: Upgrade 6.8.6 -> 6.9.0
  > python3-pyhsslms: Add 2.0.0 recipe
  > canopenterm: 1.0.9 -> 1.0.10
  > vk-gl-cts: don't require networking to configure
  > vk-gl-cts: control what targets get built
  > vk-gl-cts: use cmake-qemu
  > vk-gl-cts: set the git tag regex for release checking
  > vk-gl-cts: fix EXTRA_OECMAKE
  > syzkaller: network in compile is not needed
  > etcd: don't set UPSTREAM_CHECK_COMMITS
  > lxdm: drop debug-tweaks
  > canopenterm: update to version 1.0.9
  > pocketpy: update to version 2.0.3
  > mariadb: Ensure compatibility with ARMv9 by updating .arch directive
  > openhpi: explicitly disable ov-rest plugin
  > libspelling: update 0.4.2 -> 0.4.5
  > wireplumber: update 0.5.6 -> 0.5.7
  > pipewire: update 1.2.6 -> 1.2.7
  > python3-gpiod: don't recommend kernel-module-configfs for ptest
  > python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest
  > libgpiod: minimize intra-recipe dependencies for ptest
  > xfstests: add missing run-time dependencies
  > gthumb: update 3.12.4 -> 3.12.6
  > pam-radius: add recipe

* sources/meta-qcom fc029c4...210c102 (19):
  > Merge pull request #689 from ricardosalveti/esp-qcom-image
  > Merge pull request #692 from chirag-jn/readme-improve
  > Merge pull request #688 from chirag-jn/readme
  > Merge pull request #687 from chirag-jn/qdl-2024-12
  > Merge pull request #685 from lumag/drop-extras
  > Merge pull request #684 from ndechesne/yocto-check-layer-fix
  > Merge pull request #683 from ndechesne/fix-patch-tag
  > Merge pull request #682 from lumag/drop-legacy
  > Merge pull request #681 from lumag/drop-extras
  > Merge pull request #679 from lumag/update-dsp-binaries
  > Merge pull request #678 from lumag/x1e80100-drop-audio-fw
  > Merge pull request #674 from lumag/hexagon-dsp-binaries
  > Merge pull request #677 from lumag/no-debug-tweaks
  > Merge pull request #676 from lumag/add-styhead
  > Merge pull request #673 from lumag/fix-rb3gen2-firmware
  > Merge pull request #669 from olasnap/oj/optional-rootfs-arg
  > Merge pull request #664 from lumag/wcn3990
  > Merge pull request #667 from ricardosalveti/master
  > Merge pull request #666 from ndechesne/uki

* sources/meta-qt6 2c53920...42e7257 (28):
  > 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
  > Use correct QmlImportsPath config with qmake
  > qtconnectivity: move declarative dependency to examples
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > coin: temporarily drop pyside from CI kirkstone branch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qttranslations: include SBOM files
  > qtbase: always build linuxfb platform plugin
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 1aeda3f...97d7a6b (6):
  > picamera-libs: removed unused libraries from python3-picamera
  > SECURITY.md: Add instructions for reporting security issues
  > rpi-base: Remove bcm2712-rpi-5-b.dtb from RPI_KERNEL_DEVICETREE target
  > linux-raspberrypi-6.6: Upgrade to 6.6.63
  > linux: Enable CONFIG_I2C_BRCMSTB for proper HDMI I2C support
  > extra-build-config.md: added a white line

* sources/meta-riscv e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* sources/meta-rockchip 3a8be31...1cdcb49 (7):
  > u-boot: use upstream for radxa-zero-3{e|w}
  > layer.conf: update to walnascar only
  > radxa-zero-3: switch to yocto-dev kernel
  > u-boot: switch to upstream SRCREV for rk-u-boot-env
  > bsp: rkbin: bump to latest commit in master branch
  > bsp: rkbin: rkbin-ddr: use version and file variables for path matching
  > rk3308: add provider for trusted firmware-a

* sources/meta-swupdate 01dbc76...efd4c20 (11):
  < 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 55708dbc...3c0d8bed (6):
  > cuda-compatibility-workarounds: Fix build with upcoming glibc 2.41
  > tegra-flash-helper: Allow PKC-only secure boot flashing
  > linux-yocto: import recipe for 6.10
  > linux-yocto: add patch to fix compatibility with nvbootctrl
  > edk2-firmware-tegra: add backported patch for cpp issue
  > tegra-binaries: refactor per-SoC vs. common deb package handling

* sources/meta-ti c46f49d3...df20c5b6 (27):
  > meta-beagle: Add SECURITY file
  > linux-bb.org_6.6: disable FORTIFY_SOURCE for now
  > beagle-bsp, linux-bb.org, u-boot-bb.org: add support for 6.6 BSP
  > linux-bb.org, u-boot-bb.org: rename recipes with version
  > conf/machine: add BeagleY-AI platform
  > linux-bb.org: update Beagle BSP to 6.1.83
  > u-boot-bb_org, linux-bb_org: move "bb_org" providers to meta-beagle
  > conf/machine: move remaining Beagle platforms to meta-beagle
  > conf/machine: split beagleplay config between meta-ti-bsp and meta-beagle
  > conf/machine: move "bb_org" BSP settings to meta-beagle
  > meta-beagle: layer.conf: add lz4c to host tools list
  > meta-beagle: create a separate layer for Beagle platforms
  > conf/machine: rename beagleplay machine to beagleplay-ti
  > meta-ti-bsp: ti-rtos-bin: Move this with the other firmware recipes
  > meta-ti-extras: recipes-ti: Remove gadget-init package
  > wl18xx-fw: Do not depend on the makefile for install
  > conf: machine: omap-a15.inc: include ipu1 firmware in the boot partition
  > meta-ti-extras: ti-ipc-rtos: Deploy ipc firmware
  > recipes-security: optee: Remove software PRNG for am62pxx
  > CI/CD Auto-Merger: cicd.master.202412130100
  > CI/CD Auto-Merger: cicd.master.202412101025
  > u-boot: Add patch to use SWIG_AppendOutput
  > conf: layer.conf: Drop scarthgap from LAYERSERIES_COMPAT
  > conf: machine: am62xx-lp-evm: Add PWM overlays
  > ti-ipc: mark as incompatible with non-Linux builds
  > conf: machine: am62pxx: Pick overlays for V3Link cameras
  > ti-ipc-examples: Remove DSP/BIOS IPC examples

* sources/meta-variscite-bsp 96a2781...abef3cf (50):
  < 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 f5a2ea77ca...571526feba (237):
  > nfs-utils: Use v2 of upstream patch for tpyecast fix
  > cargo-c: Fix build on risv32
  > clang: Upgrade to 19.1.5
  > 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: fetch2/wget: correctly construct the target URL in checkstatus()
  > bitbake: fetch2/wget: handle HTTP 308 Permanent Redirect
  > bitbake: doc: Document suffix for BBFILE_PRIORITY
  > bitbake: tests: fetch: add npmsw test case for bundled dependencies
  > bitbake: fetch2: npmsw: ignore bundled dependencies in packages
  > bitbake: tests: fetch: do not skip plain npmsw tests
  > bitbake: tests: fetch: adapt npmsw tests to fixed unpack behavior
  > devtool: ide-sdk: check 'tools-debug' for gdbserver
  > python3-cryptography-vectors: correct upstream version check
  > ofono: fix the build when toolchain has old linux headers
  > bind: upgrade 9.20.3 -> 9.20.4
  > webkitgtk: Fix build on 32bit arches with 64bit time_t only
  > nfs-utils: Fix warnings found with clang
  > musl: Upgrade to latest
  > set_versions.py: use backward-compatible python argument in run
  > dev-manual/bmaptool.rst: simplify and fix instructions
  > dev-manual/bmaptool.rst: correct command for bmaptool-native
  > dev-manual: fix styling of references to bmaptool
  > Update the documentation for SRCPV
  > expect: cleanup do_install
  > expect: don't run aclocal in do_configure
  > tcl8: don't run aclocal in do_configure
  > tcl: don't run aclocal in do_configure
  > subversion: refactor do_configure
  > subversion: add explicit DEPENDS on expat
  > bash: remove aclocal workarounds
  > cve-update-nvd2-native: Tweak to work better with NFS DL_DIR
  > populate_sdk_ext: write_local_conf add shutil import
  > gcc: backport patch to fix data relocation to !ENDBR: stpcpy
  > oe-setup-build: raise exceptions on errors
  > socat: upgrade 1.8.0.1 -> 1.8.0.2
  > re2c: upgrade 4.0.1 -> 4.0.2
  > pango: upgrade 1.55.0 -> 1.55.5
  > ofono: upgrade 2.13 -> 2.14
  > nfs-utils: upgrade 2.8.1 -> 2.8.2
  > mpg123: upgrade 1.32.9 -> 1.32.10
  > libxxf86vm: upgrade 1.1.5 -> 1.1.6
  > libxv: upgrade 1.0.12 -> 1.0.13
  > libxrender: upgrade 0.9.11 -> 0.9.12
  > libxcvt: upgrade 0.1.2 -> 0.1.3
  > libxau: upgrade 1.0.11 -> 1.0.12
  > libsm: upgrade 1.2.4 -> 1.2.5
  > libjitterentropy: upgrade 3.6.0 -> 3.6.1
  > libice: upgrade 1.1.1 -> 1.1.2
  > json-glib: upgrade 1.10.0 -> 1.10.6
  > igt-gpu-tools: upgrade 1.29 -> 1.30
  > erofs-utils: upgrade 1.8.2 -> 1.8.3
  > appstream: upgrade 1.0.3 -> 1.0.4
  > Revert "python3-numpy: upgrade 2.1.3 -> 2.2.0"
  > bitbake: parse: Add include_all conf file directive
  > bitbake: cooker: Make cooker 'skiplist' per-multiconfig/mc
  > glib-2.0: update 2.82.2 -> 2.82.4
  > python3-numpy: upgrade 2.1.3 -> 2.2.0
  > scripts: wrap lz4c and convert to lz4
  > oe-selftest: devtool ide-sdk use modify debug-build
  > devtool: ide-sdk recommend DEBUG_BUILD
  > devtool: ide-sdk sort cmake preset
  > devtool: modify support debug-builds
  > lttng-modules: Upgrade 2.13.15 -> 2.13.16
  > qemu: Upgrade 9.1.1 -> 9.2.0
  > subversion: Upgrade 1.14.4 -> 1.14.5
  > python3-*: Update recipes to correctly check the upstream packages
  > classes/pypi: update the default UPSTREAM_CHECK_URI to use the simple repo API
  > systemd: set CVE_PRODUCT
  > systemd: split networkd into its own package
  > systemd.bbclass: do not automatically add Also services
  > systemd.bbclass: refactor adding files
  > dropbear: add dropbearkey.service to FILES
  > busybox: add klogd service to FILES
  > perf: Fix a minor typo
  > system-requirements.rst: add dependencies for pdf builds
  > system-requirements: update list of supported distros
  > system-requirements: add fedora 39 to supported distros
  > poky.yaml.in: replace inkscape dependency by librsvg2-bin
  > poky.yaml.in: add missing locales dependency
  > Gather dependencies in poky.yaml.in
  > migration-guides: add release notes for 5.1.1
  > ref-manual: use standardized method accross both ubuntu and debian for locale install
  > build-appliance-image: Update to master head revision
  > systemd: upgrade 256.8 -> 256.9
  > yocto-bsp: Bump the default kernel to v6.12 for x86 machines
  > yocto-bsp: Bump the default kernel to v6.12 for beaglebone
  > linux-yocto: enable linux 6.12 for genericarm64
  > scripts/install-buildtools: Update to 5.1.1
  > binutils: Fix CVE-2024-53589
  > barebox: upgrade 2024.10.0 -> 2024.12.0
  > curl: upgrade 8.11.0 -> 8.11.1
  > curl: upgrade 8.10.1 -> 8.11.0
  > gcc: Fix c++: tweak for Wrange-loop-construct
  > icecc: don't use KERNEL_CC during set_icecc_env
  > icecc: convert set_icecc_env to python prefuncs
  > bitbake-config-build: add a plugin for config fragments
  > bitbake.conf: add an addfragments directive for oe-core and dependent layers
  > bitbake: bitbake-config-build: add an alias to bitbake-layers
  > bitbake: lib/bb/tests: use bb.build.listtasks() instead of __BBTASKS
  > bitbake: bitbake-user-manual-metadata: add a section about 'addfragments`
  > bitbake: bitbake: parse: add support for flagged fragment variables
  > pixman: remove long-obsolete patch
  > linux-yoto/6.12: bsp/genericarm64: fix configuration warning
  > linux-yocto: tweak cve exclusions files
  > systemd: actively disable Predictable Network Interface Names if !pni-names
  > linux-firmware: package firmware for Qualcomm AIC100 and QDU100
  > linux-firmware: upgrade 20241110 -> 20241210
  > sysvinit: upgrade 3.04 -> 3.11
  > maintainers.inc: add self for meson, python3 recipes
  > ovmf: update 202408 -> 202411
  > librsvg: update 2.58.2 -> 2.59.2
  > maintainers.inc: Update maintainer for pseudo and rpm
  > scripts/devtool: use bb.util.listtasks instead of __BBTASKS
  > classes/utility-tasks: port do_listtasks to use bb.build.listtasks
  > cargo-c: convert to target recipe
  > rpm: replace use of rpm2cpio with rpm2archive
  > rpm: update 4.19.1.1 -> 4.20.0
  > systemd-compat-units: execute postinst on target
  > base.bbclass: fix RRECOMMENDS extend issue for multilib
  > oeqa/selftest: Fix failure when configuration contains BBLAYERS:append
  > spdx 3.0: Rework how SPDX aliases are linked
  > classes-global/insane: Handle case where RPROVIDER is also a provider
  > vte: upgrade 0.78.1 -> 0.78.2
  > ttyrun: upgrade 2.35.0 -> 2.36.0
  > sudo: upgrade 1.9.16p1 -> 1.9.16p2
  > stress-ng: upgrade 0.18.06 -> 0.18.07
  > sqlite3: upgrade 3.47.0 -> 3.47.2
  > re2c: upgrade 4.0 -> 4.0.1
  > pixman: upgrade 0.44.0 -> 0.44.2
  > llvm: upgrade 19.1.4 -> 19.1.5
  > libsdl2: upgrade 2.30.9 -> 2.30.10
  > libdrm: upgrade 2.4.123 -> 2.4.124
  > kexec-tools: upgrade 2.0.29 -> 2.0.30
  > hwdata: upgrade 0.389 -> 0.390
  > gstreamer1.0: upgrade 1.24.9 -> 1.24.10
  > gnupg: upgrade 2.5.1 -> 2.5.2
  > git: upgrade 2.47.0 -> 2.47.1
  > ell: upgrade 0.70 -> 0.71
  > btrfs-tools: upgrade 6.11 -> 6.12
  > bash-completion: upgrade 2.14.0 -> 2.15.0
  > yocto-bsp: drop 6.10 bbappend
  > poky/poky-tiny: update default to v6.12
  > linux-yocto: drop 6.10
  > linux-yocto/6.12: introduce v6.12 reference kernel
  > linux-yocto/6.6: update to v6.6.64
  > linux-yocto/6.6: update to v6.6.63
  > python3-iniparse: remove recipe
  > musl: Update riscv syscalls till 6.10 kernel
  > openssl: Fix build on risc64/musl
  > ffmpeg: Fix RISCV build
  > scripts/install-buildtools: preserve formatting in the help message
  > libsecret: add pam support depending on DISTRO_FEATURES
  > toolchain-shar-relocate.sh: fix the replacing commands
  > inetutils: increase alternative priority for hostname
  > shadow: use update-alternatives to handle su.1 and nologin.8
  > qemurunner: Fix stack trace generation in exception handler
  > tiff: set status for CVEs firx in 4.7.0
  > tiff: remove status for CVE-2023-3164
  > libssh2: remove status for CVE-2023-48795
  > elfutils: backport a fix for libeu objects missing in libelf.a
  > libpam: add packageconfig for selinux
  > Revert "uboot-sign: fix U-Boot binary with public key"
  > bitbake: parse: add support for 'addfragments' directive
  > bitbake: parse/ConfHandler: allow / in variable flags
  > libtool: update 2.5.2 -> 2.5.4
  > dtc: upgrade 1.7.0 -> 1.7.2
  > bitbake: cooker: use enum for cooker state to improve readability
  > bitbake: server/xmlrpcserver: fix some warnings
  > bitbake: knotty: some small cleanups while I'm in here
  > bitbake: knotty: print an error if MACHINE is not set
  > cargo-c-native: update 0.10.3 -> 0.10.5
  > go-helloworld: update to latest revision
  > libpam: update 1.6.1 -> 1.7.0
  > libpipeline: update 1.5.7 -> 1.5.8
  > texinfo: update 7.1 -> 7.1.1
  > vulkan-samples: update to latest revision
  > pixman: update 0.42.2 -> 0.44.0
  > tiff: update 4.6.0 -> 4.7.0
  > webkitgtk: update 2.44.3 -> 2.46.4
  > libgit2: update 1.8.2 -> 1.8.4
  > utfcpp: update 4.0.5 -> 4.0.6
  > python3-maturin: update 1.7.1 -> 1.7.4
  > python3-markdown: update 3.6 -> 3.7
  > btrfs-tools: update 6.10.1 -> 6.11
  > xf86-video-fbdev: update 0.5.0 -> 0.5.1
  > swig: upgrade 4.2.1 -> 4.3.0
  > python3-dtc: update 1.7.0 -> 1.7.2
  > virglrenderer: upgrade 1.0.1 -> 1.1.0
  > cups: upgrade 2.4.10 -> 2.4.11
  > python3-beartype: upgrade 0.18.5 -> 0.19.0
  > elfutils: upgrade 0.191 -> 0.192
  > debugedit: upgrade 5.0 -> 5.1
  > pkg-config-native: pick additional search paths from $EXTRA_NATIVE_PKGCONFIG_PATH
  > cargo.bbclass: do not install libraries by default
  > gcr: drop obsolete autotools setting
  > meson.bbclass: enable qemu exe wrapper in nativesdk
  > barebox: add more common items into shared .inc with barebox-tools
  > mtd-utils: set PV directly in the recipe filename
  > maintainers.inc: unassign myself (don't panic!)
  > lib: oeqa: spdx: Add tests for extra options
  > lib: spdx: Fix SPDX_BUILD_HOST
  > classes: create-spdx: Fix variable dependencies
  > lib: sbom30: Fix agent reference
  > lib: sbom30: Fix import handling
  > lrzsz: update SRC_URI to avoid redirect
  > oeqa/gitarchive: Fix syntax warning
  > linux-yocto: add and use GPL-2.0-with-syscall-note license
  > meta/lib: move buildstats.py and rootfspostcommands.py into oe
  > qemu: set CVE-2024-6505 to fixed
  > lib: spdx30_tasks: Fix supplied By
  > systemd: remove custom rootlibexecdir and replace with nonarch_libdir
  > systemd: split long line in pkg_postinst
  > systemd: drop deprecated rootlibdir, rootprefix and split-usr options

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

* sources/meta-arm 82bb1d21...5adb3155 (9):
  > arm/lib: Relax "Listening for serial connection" regex
  > arm-bsp/linux-yocto: add temporary 6.10 recipe
  > arm-bsp/linux-yocto: fix Juno build with linux 6.12
  > arm-bsp/corstone-1000: IMAGE_ROOTFS_EXTRA_SPACE workaround
  > arm-bsp/linux-yocto: corstone1000: Update the Upstream-Status of the remoteproc patches
  > arm: remove python3-pyhsslms recipe
  > lib/fvp: add name to terminal title in FVP runner
  > kas: corstone-1000: Update the SHA of the Yocto layer dependencies for the CORSTONE1000-2024.11 release.
  > arm-bsp/documentation: corstone1000: Amend documentation for CORSTONE1000-2024.11 release

* sources/meta-clang 147349b...5d40c9a (7):
  > 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.5 release
  > ot-br-posix: Disable sign-compare warning as error
  > libpam: Disable --undefined-version with LLD

* sources/meta-freescale 7f045776...25507a74 (8):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2046 from Livius90/master
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2045 from hellhound94/topic/fix-script
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2044 from hellhound94/topic/fix-script
  > Merge pull request #2043 from YoeDistro/yoe/mut

* sources/meta-freescale-3rdparty bc2a12c...bf9dce3 (4):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #318 from dankm/dankm/unpackdir
  > Merge pull request #316 from svogl/master

* sources/meta-openembedded 907a061e9...cb87e1afb (138):
  > DO NOT MERGE: Add Github actions CI workflow
  > weechat: upgrade 4.0.4 -> 4.5.0
  > wireshark: upgrade 4.2.8 -> 4.2.9
  > sassc: ignore CVE-2022-43357
  > libmemcached: ignore CVE-2023-27478
  > libmemcached: merge inc into bb
  > libmemcached: remove recipe for version 1.0.7
  > php: upgrade 8.2.20 -> 8.2.26
  > memcached: upgrade 1.6.17 -> 1.6.33
  > memcached: add UPSTREAM_CHECK_URI
  > opensc: mark CVE-2024-8443 as fixed
  > opensc: upgrade 0.25.1 -> 0.26.0
  > postgresql: upgrade 16.4 -> 16.5
  > 7zip: Fix build with clang
  > xfce4-pulseaudio-plugin: Fix build with libwindowing 4.19.6
  > emlog: set CVE_PRODUCT
  > memcached: ignore disputed CVE-2022-26635
  > swagger-ui: mark CVE-2016-1000229 as fixed
  > apache2: ignore disputed CVE CVE-2007-0086
  > spice-gtk: mark CVE-2012-4425 as fixed
  > redis: ignore CVE-2022-0543
  > monkey: ignore CVE-2013-1771
  > gattlib: mark CVE-2019-6498 as fixed
  > spice: ignore CVE-2016-0749
  > apache2: remove old version references from CVEs
  > apache2: ignore CVE-1999-0678 and CVE-1999-1412
  > ace: ignore CVE-2009-1147
  > android-tools: fix warning: library search path "/usr/lib/p7zip" is unsafe for cross-compilation
  > Update p7zip to 7zip
  > Use 7zip 24.09 to replace p7zip 16.02
  > xfce4-panel: 4.18.6 -> 4.20.0
  > xfdesktop: 4.18.1 -> 4.20.0
  > libxfce4windowing: add recipe
  > xfce4-dev-tools: 4.18.1 -> 4.20.0
  > xfwm4: 4.19.0 -> 4.20.0
  > xfce4-settings: 4.18.3 -> 4.20.0
  > xfconf: 4.18.2 -> 4.20.0
  > libnfs: Add gnutls build time dependency
  > lua-lgi: Disable on architecture without luajit port
  > libp11: update 0.4.12 -> 0.4.13
  > libpeas: Disable lua support on architectures without luajit port
  > gpiod-sysfs-proxy: update v0.1.1 -> v0.1.2
  > packagegroup-meta-oe: Remove libpeas from packagegroup-meta-oe-gnome
  > gedit: build with libpeas-1
  > eog: build with libpeas-1
  > geary: build with libpeas-1
  > packagegroup-meta-oe: adjust after libpeas update
  > xfce4-power-manager: 4.18.2 -> 4.20.0
  > xfce4-appfinder: 4.19.3 -> 4.20.0
  > tumbler: 4.18.0 -> 4.20.0
  > thunar-volman: 4.18.0 -> 4.20.0
  > thunar: 4.19.0 -> 4.20.0
  > xkbevd: upgrade 1.1.5 -> 1.1.6
  > tinysparql: upgrade 3.8.1 -> 3.8.2
  > stunnel: upgrade 5.73 -> 5.74
  > python3-pybind11-json: upgrade 0.2.14 -> 0.2.15
  > openjpeg: upgrade 2.5.2 -> 2.5.3
  > nanopb-generator(-runtime): upgrade 0.4.9 -> 0.4.9.1
  > monit: upgrade 5.34.2 -> 5.34.3
  > mcelog: upgrade 201 -> 202
  > lvm2: update 2.03.28 -> 2.03.29
  > localsearch: upgrade 3.8.1 -> 3.8.2
  > libusbmuxd: upgrade 2.0.2 -> 2.1.0
  > libplist: upgrade 2.3.0 -> 2.6.0
  > libnfs: upgrade 5.0.3 -> 6.0.2
  > graphviz: upgrade 12.2.0 -> 12.2.1
  > ctags: upgrade 6.1.20241201.0 -> 6.1.20241215.0
  > ace: update 8.0.1 -> 8.0.2
  > libpeas: add recipe for 2.0.5
  > bmap-writer: update to latest git version
  > python3-*: Update recipes to correctly check the upstream packages
  > lua-lgi: add recipe
  > luajit: update
  > garcon: 4.19.1 -> 4.20.0
  > exo: 4.19.1 -> 4.20.0
  > libxfce4ui: 4.19.6 -> 4.20.0
  > libxfce4util: 4.19.3 -> 4.20.0
  > gjs: update 1.80.2 -> 1.82.1
  > mozjs: add recipe for mozjs-128
  > cbindgen: add recipe
  > mctp: upgrade 2.0 -> 2.1
  > iwd: update 3.0 -> 3.2
  > kernel-module-emlog: Fix build with kernel 6.12+
  > python3-libusb1: rename recipe to reflect the python version and update to use pypi
  > lvm2: Remove a lingering reference to ${PN}-udevrules
  > tclap: use most recent version
  > bridge-utils: add CVE_PRODUCT
  > vbxguestdrivers: upgrade 7.0.22 -> 7.1.4
  > python3-ipython: update to version 8.30.0
  > python3-janus: update to version 1.1.0
  > python3-prompt-toolkit: set the value of UPSTREAM_CHECK_PYPI_PACKAGE to enable version checking
  > python3-mlcommons-loadgen: update to version 5.0.0
  > python3-pdm: update to version 2.22.0
  > python3-cmake: update to version 3.31.1
  > python3-luma-oled: update to version 3.14.0
  > upower: add polkit PACKAGECONFIG option
  > upower: bump to 1.90.6
  > upower: use archive file in SRC_URI and fix UPSTREAM_CHECK_URI
  > python3-virtualenv: upgrade 20.26.5 -> 20.26.6
  > smarty: update 4.4.1 -> 4.5.5
  > vboxguestdrivers: update to 7.0.22
  > gvfs: update 1.56.0 -> 1.56.1
  > file-roller: update 44.3 -> 44.4
  > gnome-text-editor: update 47.0 -> 47.2
  > nautilus: update 47.0 -> 47.1
  > gnome-software: update 47.1 -> 47.2
  > gnome-shell: update 47.1 -> 47.2
  > mutter: update 47.1 -> 47.3
  > gnome-control-center: update 47.1.1 -> 47.2
  > pps-tools: backport a patch to fix prints
  > nginx: Upgrade mainline release version 1.27.1 -> 1.27.3
  > proftpd: set status of CVE-2001-0027
  > dash: set CVE_PRODUCT
  > gpiod-sysfs-proxy: new recipe
  > sip: Upgrade 6.8.6 -> 6.9.0
  > python3-pyhsslms: Add 2.0.0 recipe
  > canopenterm: 1.0.9 -> 1.0.10
  > vk-gl-cts: don't require networking to configure
  > vk-gl-cts: control what targets get built
  > vk-gl-cts: use cmake-qemu
  > vk-gl-cts: set the git tag regex for release checking
  > vk-gl-cts: fix EXTRA_OECMAKE
  > syzkaller: network in compile is not needed
  > etcd: don't set UPSTREAM_CHECK_COMMITS
  > lxdm: drop debug-tweaks
  > canopenterm: update to version 1.0.9
  > pocketpy: update to version 2.0.3
  > mariadb: Ensure compatibility with ARMv9 by updating .arch directive
  > openhpi: explicitly disable ov-rest plugin
  > libspelling: update 0.4.2 -> 0.4.5
  > wireplumber: update 0.5.6 -> 0.5.7
  > pipewire: update 1.2.6 -> 1.2.7
  > python3-gpiod: don't recommend kernel-module-configfs for ptest
  > python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest
  > libgpiod: minimize intra-recipe dependencies for ptest
  > xfstests: add missing run-time dependencies
  > gthumb: update 3.12.4 -> 3.12.6
  > pam-radius: add recipe

* sources/meta-qcom fc029c4...210c102 (19):
  > Merge pull request #689 from ricardosalveti/esp-qcom-image
  > Merge pull request #692 from chirag-jn/readme-improve
  > Merge pull request #688 from chirag-jn/readme
  > Merge pull request #687 from chirag-jn/qdl-2024-12
  > Merge pull request #685 from lumag/drop-extras
  > Merge pull request #684 from ndechesne/yocto-check-layer-fix
  > Merge pull request #683 from ndechesne/fix-patch-tag
  > Merge pull request #682 from lumag/drop-legacy
  > Merge pull request #681 from lumag/drop-extras
  > Merge pull request #679 from lumag/update-dsp-binaries
  > Merge pull request #678 from lumag/x1e80100-drop-audio-fw
  > Merge pull request #674 from lumag/hexagon-dsp-binaries
  > Merge pull request #677 from lumag/no-debug-tweaks
  > Merge pull request #676 from lumag/add-styhead
  > Merge pull request #673 from lumag/fix-rb3gen2-firmware
  > Merge pull request #669 from olasnap/oj/optional-rootfs-arg
  > Merge pull request #664 from lumag/wcn3990
  > Merge pull request #667 from ricardosalveti/master
  > Merge pull request #666 from ndechesne/uki

* sources/meta-qt6 2c53920...42e7257 (28):
  > 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
  > Use correct QmlImportsPath config with qmake
  > qtconnectivity: move declarative dependency to examples
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > coin: temporarily drop pyside from CI kirkstone branch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qttranslations: include SBOM files
  > qtbase: always build linuxfb platform plugin
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 1aeda3f...97d7a6b (6):
  > picamera-libs: removed unused libraries from python3-picamera
  > SECURITY.md: Add instructions for reporting security issues
  > rpi-base: Remove bcm2712-rpi-5-b.dtb from RPI_KERNEL_DEVICETREE target
  > linux-raspberrypi-6.6: Upgrade to 6.6.63
  > linux: Enable CONFIG_I2C_BRCMSTB for proper HDMI I2C support
  > extra-build-config.md: added a white line

* sources/meta-riscv e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* sources/meta-rockchip 3a8be31...1cdcb49 (7):
  > u-boot: use upstream for radxa-zero-3{e|w}
  > layer.conf: update to walnascar only
  > radxa-zero-3: switch to yocto-dev kernel
  > u-boot: switch to upstream SRCREV for rk-u-boot-env
  > bsp: rkbin: bump to latest commit in master branch
  > bsp: rkbin: rkbin-ddr: use version and file variables for path matching
  > rk3308: add provider for trusted firmware-a

* sources/meta-swupdate 01dbc76...efd4c20 (11):
  < 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 55708dbc...3c0d8bed (6):
  > cuda-compatibility-workarounds: Fix build with upcoming glibc 2.41
  > tegra-flash-helper: Allow PKC-only secure boot flashing
  > linux-yocto: import recipe for 6.10
  > linux-yocto: add patch to fix compatibility with nvbootctrl
  > edk2-firmware-tegra: add backported patch for cpp issue
  > tegra-binaries: refactor per-SoC vs. common deb package handling

* sources/meta-ti c46f49d3...df20c5b6 (27):
  > meta-beagle: Add SECURITY file
  > linux-bb.org_6.6: disable FORTIFY_SOURCE for now
  > beagle-bsp, linux-bb.org, u-boot-bb.org: add support for 6.6 BSP
  > linux-bb.org, u-boot-bb.org: rename recipes with version
  > conf/machine: add BeagleY-AI platform
  > linux-bb.org: update Beagle BSP to 6.1.83
  > u-boot-bb_org, linux-bb_org: move "bb_org" providers to meta-beagle
  > conf/machine: move remaining Beagle platforms to meta-beagle
  > conf/machine: split beagleplay config between meta-ti-bsp and meta-beagle
  > conf/machine: move "bb_org" BSP settings to meta-beagle
  > meta-beagle: layer.conf: add lz4c to host tools list
  > meta-beagle: create a separate layer for Beagle platforms
  > conf/machine: rename beagleplay machine to beagleplay-ti
  > meta-ti-bsp: ti-rtos-bin: Move this with the other firmware recipes
  > meta-ti-extras: recipes-ti: Remove gadget-init package
  > wl18xx-fw: Do not depend on the makefile for install
  > conf: machine: omap-a15.inc: include ipu1 firmware in the boot partition
  > meta-ti-extras: ti-ipc-rtos: Deploy ipc firmware
  > recipes-security: optee: Remove software PRNG for am62pxx
  > CI/CD Auto-Merger: cicd.master.202412130100
  > CI/CD Auto-Merger: cicd.master.202412101025
  > u-boot: Add patch to use SWIG_AppendOutput
  > conf: layer.conf: Drop scarthgap from LAYERSERIES_COMPAT
  > conf: machine: am62xx-lp-evm: Add PWM overlays
  > ti-ipc: mark as incompatible with non-Linux builds
  > conf: machine: am62pxx: Pick overlays for V3Link cameras
  > ti-ipc-examples: Remove DSP/BIOS IPC examples

* sources/meta-variscite-bsp 96a2781...abef3cf (50):
  < 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 f5a2ea77ca...8952daa2af (237):
  > cargo-c: Fix build on risv32
  > clang: Upgrade to 19.1.5
  > 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
  > nfs-utils: Use v2 of upstream patch for tpyecast fix
  > bitbake: fetch2/wget: correctly construct the target URL in checkstatus()
  > bitbake: fetch2/wget: handle HTTP 308 Permanent Redirect
  > bitbake: doc: Document suffix for BBFILE_PRIORITY
  > bitbake: tests: fetch: add npmsw test case for bundled dependencies
  > bitbake: fetch2: npmsw: ignore bundled dependencies in packages
  > bitbake: tests: fetch: do not skip plain npmsw tests
  > bitbake: tests: fetch: adapt npmsw tests to fixed unpack behavior
  > devtool: ide-sdk: check 'tools-debug' for gdbserver
  > python3-cryptography-vectors: correct upstream version check
  > ofono: fix the build when toolchain has old linux headers
  > bind: upgrade 9.20.3 -> 9.20.4
  > webkitgtk: Fix build on 32bit arches with 64bit time_t only
  > nfs-utils: Fix warnings found with clang
  > musl: Upgrade to latest
  > set_versions.py: use backward-compatible python argument in run
  > dev-manual/bmaptool.rst: simplify and fix instructions
  > dev-manual/bmaptool.rst: correct command for bmaptool-native
  > dev-manual: fix styling of references to bmaptool
  > Update the documentation for SRCPV
  > expect: cleanup do_install
  > expect: don't run aclocal in do_configure
  > tcl8: don't run aclocal in do_configure
  > tcl: don't run aclocal in do_configure
  > subversion: refactor do_configure
  > subversion: add explicit DEPENDS on expat
  > bash: remove aclocal workarounds
  > cve-update-nvd2-native: Tweak to work better with NFS DL_DIR
  > populate_sdk_ext: write_local_conf add shutil import
  > gcc: backport patch to fix data relocation to !ENDBR: stpcpy
  > oe-setup-build: raise exceptions on errors
  > socat: upgrade 1.8.0.1 -> 1.8.0.2
  > re2c: upgrade 4.0.1 -> 4.0.2
  > pango: upgrade 1.55.0 -> 1.55.5
  > ofono: upgrade 2.13 -> 2.14
  > nfs-utils: upgrade 2.8.1 -> 2.8.2
  > mpg123: upgrade 1.32.9 -> 1.32.10
  > libxxf86vm: upgrade 1.1.5 -> 1.1.6
  > libxv: upgrade 1.0.12 -> 1.0.13
  > libxrender: upgrade 0.9.11 -> 0.9.12
  > libxcvt: upgrade 0.1.2 -> 0.1.3
  > libxau: upgrade 1.0.11 -> 1.0.12
  > libsm: upgrade 1.2.4 -> 1.2.5
  > libjitterentropy: upgrade 3.6.0 -> 3.6.1
  > libice: upgrade 1.1.1 -> 1.1.2
  > json-glib: upgrade 1.10.0 -> 1.10.6
  > igt-gpu-tools: upgrade 1.29 -> 1.30
  > erofs-utils: upgrade 1.8.2 -> 1.8.3
  > appstream: upgrade 1.0.3 -> 1.0.4
  > Revert "python3-numpy: upgrade 2.1.3 -> 2.2.0"
  > bitbake: parse: Add include_all conf file directive
  > bitbake: cooker: Make cooker 'skiplist' per-multiconfig/mc
  > glib-2.0: update 2.82.2 -> 2.82.4
  > python3-numpy: upgrade 2.1.3 -> 2.2.0
  > scripts: wrap lz4c and convert to lz4
  > oe-selftest: devtool ide-sdk use modify debug-build
  > devtool: ide-sdk recommend DEBUG_BUILD
  > devtool: ide-sdk sort cmake preset
  > devtool: modify support debug-builds
  > lttng-modules: Upgrade 2.13.15 -> 2.13.16
  > qemu: Upgrade 9.1.1 -> 9.2.0
  > subversion: Upgrade 1.14.4 -> 1.14.5
  > python3-*: Update recipes to correctly check the upstream packages
  > classes/pypi: update the default UPSTREAM_CHECK_URI to use the simple repo API
  > systemd: set CVE_PRODUCT
  > systemd: split networkd into its own package
  > systemd.bbclass: do not automatically add Also services
  > systemd.bbclass: refactor adding files
  > dropbear: add dropbearkey.service to FILES
  > busybox: add klogd service to FILES
  > perf: Fix a minor typo
  > system-requirements.rst: add dependencies for pdf builds
  > system-requirements: update list of supported distros
  > system-requirements: add fedora 39 to supported distros
  > poky.yaml.in: replace inkscape dependency by librsvg2-bin
  > poky.yaml.in: add missing locales dependency
  > Gather dependencies in poky.yaml.in
  > migration-guides: add release notes for 5.1.1
  > ref-manual: use standardized method accross both ubuntu and debian for locale install
  > build-appliance-image: Update to master head revision
  > systemd: upgrade 256.8 -> 256.9
  > yocto-bsp: Bump the default kernel to v6.12 for x86 machines
  > yocto-bsp: Bump the default kernel to v6.12 for beaglebone
  > linux-yocto: enable linux 6.12 for genericarm64
  > scripts/install-buildtools: Update to 5.1.1
  > binutils: Fix CVE-2024-53589
  > barebox: upgrade 2024.10.0 -> 2024.12.0
  > curl: upgrade 8.11.0 -> 8.11.1
  > curl: upgrade 8.10.1 -> 8.11.0
  > gcc: Fix c++: tweak for Wrange-loop-construct
  > icecc: don't use KERNEL_CC during set_icecc_env
  > icecc: convert set_icecc_env to python prefuncs
  > bitbake-config-build: add a plugin for config fragments
  > bitbake.conf: add an addfragments directive for oe-core and dependent layers
  > bitbake: bitbake-config-build: add an alias to bitbake-layers
  > bitbake: lib/bb/tests: use bb.build.listtasks() instead of __BBTASKS
  > bitbake: bitbake-user-manual-metadata: add a section about 'addfragments`
  > bitbake: bitbake: parse: add support for flagged fragment variables
  > pixman: remove long-obsolete patch
  > linux-yoto/6.12: bsp/genericarm64: fix configuration warning
  > linux-yocto: tweak cve exclusions files
  > systemd: actively disable Predictable Network Interface Names if !pni-names
  > linux-firmware: package firmware for Qualcomm AIC100 and QDU100
  > linux-firmware: upgrade 20241110 -> 20241210
  > sysvinit: upgrade 3.04 -> 3.11
  > maintainers.inc: add self for meson, python3 recipes
  > ovmf: update 202408 -> 202411
  > librsvg: update 2.58.2 -> 2.59.2
  > maintainers.inc: Update maintainer for pseudo and rpm
  > scripts/devtool: use bb.util.listtasks instead of __BBTASKS
  > classes/utility-tasks: port do_listtasks to use bb.build.listtasks
  > cargo-c: convert to target recipe
  > rpm: replace use of rpm2cpio with rpm2archive
  > rpm: update 4.19.1.1 -> 4.20.0
  > systemd-compat-units: execute postinst on target
  > base.bbclass: fix RRECOMMENDS extend issue for multilib
  > oeqa/selftest: Fix failure when configuration contains BBLAYERS:append
  > spdx 3.0: Rework how SPDX aliases are linked
  > classes-global/insane: Handle case where RPROVIDER is also a provider
  > vte: upgrade 0.78.1 -> 0.78.2
  > ttyrun: upgrade 2.35.0 -> 2.36.0
  > sudo: upgrade 1.9.16p1 -> 1.9.16p2
  > stress-ng: upgrade 0.18.06 -> 0.18.07
  > sqlite3: upgrade 3.47.0 -> 3.47.2
  > re2c: upgrade 4.0 -> 4.0.1
  > pixman: upgrade 0.44.0 -> 0.44.2
  > llvm: upgrade 19.1.4 -> 19.1.5
  > libsdl2: upgrade 2.30.9 -> 2.30.10
  > libdrm: upgrade 2.4.123 -> 2.4.124
  > kexec-tools: upgrade 2.0.29 -> 2.0.30
  > hwdata: upgrade 0.389 -> 0.390
  > gstreamer1.0: upgrade 1.24.9 -> 1.24.10
  > gnupg: upgrade 2.5.1 -> 2.5.2
  > git: upgrade 2.47.0 -> 2.47.1
  > ell: upgrade 0.70 -> 0.71
  > btrfs-tools: upgrade 6.11 -> 6.12
  > bash-completion: upgrade 2.14.0 -> 2.15.0
  > yocto-bsp: drop 6.10 bbappend
  > poky/poky-tiny: update default to v6.12
  > linux-yocto: drop 6.10
  > linux-yocto/6.12: introduce v6.12 reference kernel
  > linux-yocto/6.6: update to v6.6.64
  > linux-yocto/6.6: update to v6.6.63
  > python3-iniparse: remove recipe
  > musl: Update riscv syscalls till 6.10 kernel
  > openssl: Fix build on risc64/musl
  > ffmpeg: Fix RISCV build
  > scripts/install-buildtools: preserve formatting in the help message
  > libsecret: add pam support depending on DISTRO_FEATURES
  > toolchain-shar-relocate.sh: fix the replacing commands
  > inetutils: increase alternative priority for hostname
  > shadow: use update-alternatives to handle su.1 and nologin.8
  > qemurunner: Fix stack trace generation in exception handler
  > tiff: set status for CVEs firx in 4.7.0
  > tiff: remove status for CVE-2023-3164
  > libssh2: remove status for CVE-2023-48795
  > elfutils: backport a fix for libeu objects missing in libelf.a
  > libpam: add packageconfig for selinux
  > Revert "uboot-sign: fix U-Boot binary with public key"
  > bitbake: parse: add support for 'addfragments' directive
  > bitbake: parse/ConfHandler: allow / in variable flags
  > libtool: update 2.5.2 -> 2.5.4
  > dtc: upgrade 1.7.0 -> 1.7.2
  > bitbake: cooker: use enum for cooker state to improve readability
  > bitbake: server/xmlrpcserver: fix some warnings
  > bitbake: knotty: some small cleanups while I'm in here
  > bitbake: knotty: print an error if MACHINE is not set
  > cargo-c-native: update 0.10.3 -> 0.10.5
  > go-helloworld: update to latest revision
  > libpam: update 1.6.1 -> 1.7.0
  > libpipeline: update 1.5.7 -> 1.5.8
  > texinfo: update 7.1 -> 7.1.1
  > vulkan-samples: update to latest revision
  > pixman: update 0.42.2 -> 0.44.0
  > tiff: update 4.6.0 -> 4.7.0
  > webkitgtk: update 2.44.3 -> 2.46.4
  > libgit2: update 1.8.2 -> 1.8.4
  > utfcpp: update 4.0.5 -> 4.0.6
  > python3-maturin: update 1.7.1 -> 1.7.4
  > python3-markdown: update 3.6 -> 3.7
  > btrfs-tools: update 6.10.1 -> 6.11
  > xf86-video-fbdev: update 0.5.0 -> 0.5.1
  > swig: upgrade 4.2.1 -> 4.3.0
  > python3-dtc: update 1.7.0 -> 1.7.2
  > virglrenderer: upgrade 1.0.1 -> 1.1.0
  > cups: upgrade 2.4.10 -> 2.4.11
  > python3-beartype: upgrade 0.18.5 -> 0.19.0
  > elfutils: upgrade 0.191 -> 0.192
  > debugedit: upgrade 5.0 -> 5.1
  > pkg-config-native: pick additional search paths from $EXTRA_NATIVE_PKGCONFIG_PATH
  > cargo.bbclass: do not install libraries by default
  > gcr: drop obsolete autotools setting
  > meson.bbclass: enable qemu exe wrapper in nativesdk
  > barebox: add more common items into shared .inc with barebox-tools
  > mtd-utils: set PV directly in the recipe filename
  > maintainers.inc: unassign myself (don't panic!)
  > lib: oeqa: spdx: Add tests for extra options
  > lib: spdx: Fix SPDX_BUILD_HOST
  > classes: create-spdx: Fix variable dependencies
  > lib: sbom30: Fix agent reference
  > lib: sbom30: Fix import handling
  > lrzsz: update SRC_URI to avoid redirect
  > oeqa/gitarchive: Fix syntax warning
  > linux-yocto: add and use GPL-2.0-with-syscall-note license
  > meta/lib: move buildstats.py and rootfspostcommands.py into oe
  > qemu: set CVE-2024-6505 to fixed
  > lib: spdx30_tasks: Fix supplied By
  > systemd: remove custom rootlibexecdir and replace with nonarch_libdir
  > systemd: split long line in pkg_postinst
  > systemd: drop deprecated rootlibdir, rootprefix and split-usr options

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

* sources/meta-arm 82bb1d21...5adb3155 (9):
  > arm/lib: Relax "Listening for serial connection" regex
  > arm-bsp/linux-yocto: add temporary 6.10 recipe
  > arm-bsp/linux-yocto: fix Juno build with linux 6.12
  > arm-bsp/corstone-1000: IMAGE_ROOTFS_EXTRA_SPACE workaround
  > arm-bsp/linux-yocto: corstone1000: Update the Upstream-Status of the remoteproc patches
  > arm: remove python3-pyhsslms recipe
  > lib/fvp: add name to terminal title in FVP runner
  > kas: corstone-1000: Update the SHA of the Yocto layer dependencies for the CORSTONE1000-2024.11 release.
  > arm-bsp/documentation: corstone1000: Amend documentation for CORSTONE1000-2024.11 release

* sources/meta-clang 147349b...5d40c9a (7):
  > 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.5 release
  > ot-br-posix: Disable sign-compare warning as error
  > libpam: Disable --undefined-version with LLD

* sources/meta-freescale 7f045776...830c2a9e (8):
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2046 from Livius90/master
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2045 from hellhound94/topic/fix-script
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #2044 from hellhound94/topic/fix-script
  > Merge pull request #2043 from YoeDistro/yoe/mut

* sources/meta-freescale-3rdparty bc2a12c...ada5342 (4):
  > Auto-update LICENSE file with current recipe licenses
  > Auto-update LICENSE file with current recipe licenses
  > Merge pull request #318 from dankm/dankm/unpackdir
  > Merge pull request #316 from svogl/master

* sources/meta-intel d0150964...b0fe7e45 (5):
  > meta-intel.inc: set PREFERRED_VERSION for altcfg kernel to 6.12
  > linux-intel-rt/6.11 : update the name of the patch
  > linux-intel/6.12: add recipe
  > linux-intel-rt/6.6 : update to tag lts-v6.6.63-rt46-preempt-rt-241126T190416Z
  > linux-intel/6.6 : update to tag lts-v6.6.63-linux-241126T173815Z

* sources/meta-openembedded 907a061e9...14156f850 (139):
  > DO NOT MERGE: Add Github actions CI workflow
  > python3-gpiod: update v2.2.2 -> v2.2.3
  > weechat: upgrade 4.0.4 -> 4.5.0
  > wireshark: upgrade 4.2.8 -> 4.2.9
  > sassc: ignore CVE-2022-43357
  > libmemcached: ignore CVE-2023-27478
  > libmemcached: merge inc into bb
  > libmemcached: remove recipe for version 1.0.7
  > php: upgrade 8.2.20 -> 8.2.26
  > memcached: upgrade 1.6.17 -> 1.6.33
  > memcached: add UPSTREAM_CHECK_URI
  > opensc: mark CVE-2024-8443 as fixed
  > opensc: upgrade 0.25.1 -> 0.26.0
  > postgresql: upgrade 16.4 -> 16.5
  > 7zip: Fix build with clang
  > xfce4-pulseaudio-plugin: Fix build with libwindowing 4.19.6
  > emlog: set CVE_PRODUCT
  > memcached: ignore disputed CVE-2022-26635
  > swagger-ui: mark CVE-2016-1000229 as fixed
  > apache2: ignore disputed CVE CVE-2007-0086
  > spice-gtk: mark CVE-2012-4425 as fixed
  > redis: ignore CVE-2022-0543
  > monkey: ignore CVE-2013-1771
  > gattlib: mark CVE-2019-6498 as fixed
  > spice: ignore CVE-2016-0749
  > apache2: remove old version references from CVEs
  > apache2: ignore CVE-1999-0678 and CVE-1999-1412
  > ace: ignore CVE-2009-1147
  > android-tools: fix warning: library search path "/usr/lib/p7zip" is unsafe for cross-compilation
  > Update p7zip to 7zip
  > Use 7zip 24.09 to replace p7zip 16.02
  > xfce4-panel: 4.18.6 -> 4.20.0
  > xfdesktop: 4.18.1 -> 4.20.0
  > libxfce4windowing: add recipe
  > xfce4-dev-tools: 4.18.1 -> 4.20.0
  > xfwm4: 4.19.0 -> 4.20.0
  > xfce4-settings: 4.18.3 -> 4.20.0
  > xfconf: 4.18.2 -> 4.20.0
  > libnfs: Add gnutls build time dependency
  > lua-lgi: Disable on architecture without luajit port
  > libp11: update 0.4.12 -> 0.4.13
  > libpeas: Disable lua support on architectures without luajit port
  > gpiod-sysfs-proxy: update v0.1.1 -> v0.1.2
  > packagegroup-meta-oe: Remove libpeas from packagegroup-meta-oe-gnome
  > gedit: build with libpeas-1
  > eog: build with libpeas-1
  > geary: build with libpeas-1
  > packagegroup-meta-oe: adjust after libpeas update
  > xfce4-power-manager: 4.18.2 -> 4.20.0
  > xfce4-appfinder: 4.19.3 -> 4.20.0
  > tumbler: 4.18.0 -> 4.20.0
  > thunar-volman: 4.18.0 -> 4.20.0
  > thunar: 4.19.0 -> 4.20.0
  > xkbevd: upgrade 1.1.5 -> 1.1.6
  > tinysparql: upgrade 3.8.1 -> 3.8.2
  > stunnel: upgrade 5.73 -> 5.74
  > python3-pybind11-json: upgrade 0.2.14 -> 0.2.15
  > openjpeg: upgrade 2.5.2 -> 2.5.3
  > nanopb-generator(-runtime): upgrade 0.4.9 -> 0.4.9.1
  > monit: upgrade 5.34.2 -> 5.34.3
  > mcelog: upgrade 201 -> 202
  > lvm2: update 2.03.28 -> 2.03.29
  > localsearch: upgrade 3.8.1 -> 3.8.2
  > libusbmuxd: upgrade 2.0.2 -> 2.1.0
  > libplist: upgrade 2.3.0 -> 2.6.0
  > libnfs: upgrade 5.0.3 -> 6.0.2
  > graphviz: upgrade 12.2.0 -> 12.2.1
  > ctags: upgrade 6.1.20241201.0 -> 6.1.20241215.0
  > ace: update 8.0.1 -> 8.0.2
  > libpeas: add recipe for 2.0.5
  > bmap-writer: update to latest git version
  > python3-*: Update recipes to correctly check the upstream packages
  > lua-lgi: add recipe
  > luajit: update
  > garcon: 4.19.1 -> 4.20.0
  > exo: 4.19.1 -> 4.20.0
  > libxfce4ui: 4.19.6 -> 4.20.0
  > libxfce4util: 4.19.3 -> 4.20.0
  > gjs: update 1.80.2 -> 1.82.1
  > mozjs: add recipe for mozjs-128
  > cbindgen: add recipe
  > mctp: upgrade 2.0 -> 2.1
  > iwd: update 3.0 -> 3.2
  > kernel-module-emlog: Fix build with kernel 6.12+
  > python3-libusb1: rename recipe to reflect the python version and update to use pypi
  > lvm2: Remove a lingering reference to ${PN}-udevrules
  > tclap: use most recent version
  > bridge-utils: add CVE_PRODUCT
  > vbxguestdrivers: upgrade 7.0.22 -> 7.1.4
  > python3-ipython: update to version 8.30.0
  > python3-janus: update to version 1.1.0
  > python3-prompt-toolkit: set the value of UPSTREAM_CHECK_PYPI_PACKAGE to enable version checking
  > python3-mlcommons-loadgen: update to version 5.0.0
  > python3-pdm: update to version 2.22.0
  > python3-cmake: update to version 3.31.1
  > python3-luma-oled: update to version 3.14.0
  > upower: add polkit PACKAGECONFIG option
  > upower: bump to 1.90.6
  > upower: use archive file in SRC_URI and fix UPSTREAM_CHECK_URI
  > python3-virtualenv: upgrade 20.26.5 -> 20.26.6
  > smarty: update 4.4.1 -> 4.5.5
  > vboxguestdrivers: update to 7.0.22
  > gvfs: update 1.56.0 -> 1.56.1
  > file-roller: update 44.3 -> 44.4
  > gnome-text-editor: update 47.0 -> 47.2
  > nautilus: update 47.0 -> 47.1
  > gnome-software: update 47.1 -> 47.2
  > gnome-shell: update 47.1 -> 47.2
  > mutter: update 47.1 -> 47.3
  > gnome-control-center: update 47.1.1 -> 47.2
  > pps-tools: backport a patch to fix prints
  > nginx: Upgrade mainline release version 1.27.1 -> 1.27.3
  > proftpd: set status of CVE-2001-0027
  > dash: set CVE_PRODUCT
  > gpiod-sysfs-proxy: new recipe
  > sip: Upgrade 6.8.6 -> 6.9.0
  > python3-pyhsslms: Add 2.0.0 recipe
  > canopenterm: 1.0.9 -> 1.0.10
  > vk-gl-cts: don't require networking to configure
  > vk-gl-cts: control what targets get built
  > vk-gl-cts: use cmake-qemu
  > vk-gl-cts: set the git tag regex for release checking
  > vk-gl-cts: fix EXTRA_OECMAKE
  > syzkaller: network in compile is not needed
  > etcd: don't set UPSTREAM_CHECK_COMMITS
  > lxdm: drop debug-tweaks
  > canopenterm: update to version 1.0.9
  > pocketpy: update to version 2.0.3
  > mariadb: Ensure compatibility with ARMv9 by updating .arch directive
  > openhpi: explicitly disable ov-rest plugin
  > libspelling: update 0.4.2 -> 0.4.5
  > wireplumber: update 0.5.6 -> 0.5.7
  > pipewire: update 1.2.6 -> 1.2.7
  > python3-gpiod: don't recommend kernel-module-configfs for ptest
  > python3-gpiod: pull in just libgpiosim, not the entire libgpiod-ptest
  > libgpiod: minimize intra-recipe dependencies for ptest
  > xfstests: add missing run-time dependencies
  > gthumb: update 3.12.4 -> 3.12.6
  > pam-radius: add recipe

* sources/meta-qcom fc029c4...210c102 (19):
  > Merge pull request #689 from ricardosalveti/esp-qcom-image
  > Merge pull request #692 from chirag-jn/readme-improve
  > Merge pull request #688 from chirag-jn/readme
  > Merge pull request #687 from chirag-jn/qdl-2024-12
  > Merge pull request #685 from lumag/drop-extras
  > Merge pull request #684 from ndechesne/yocto-check-layer-fix
  > Merge pull request #683 from ndechesne/fix-patch-tag
  > Merge pull request #682 from lumag/drop-legacy
  > Merge pull request #681 from lumag/drop-extras
  > Merge pull request #679 from lumag/update-dsp-binaries
  > Merge pull request #678 from lumag/x1e80100-drop-audio-fw
  > Merge pull request #674 from lumag/hexagon-dsp-binaries
  > Merge pull request #677 from lumag/no-debug-tweaks
  > Merge pull request #676 from lumag/add-styhead
  > Merge pull request #673 from lumag/fix-rb3gen2-firmware
  > Merge pull request #669 from olasnap/oj/optional-rootfs-arg
  > Merge pull request #664 from lumag/wcn3990
  > Merge pull request #667 from ricardosalveti/master
  > Merge pull request #666 from ndechesne/uki

* sources/meta-qt6 2c53920...42e7257 (28):
  > 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
  > Use correct QmlImportsPath config with qmake
  > qtconnectivity: move declarative dependency to examples
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > coin: temporarily drop pyside from CI kirkstone branch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qttranslations: include SBOM files
  > qtbase: always build linuxfb platform plugin
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 1aeda3f...97d7a6b (6):
  > picamera-libs: removed unused libraries from python3-picamera
  > SECURITY.md: Add instructions for reporting security issues
  > rpi-base: Remove bcm2712-rpi-5-b.dtb from RPI_KERNEL_DEVICETREE target
  > linux-raspberrypi-6.6: Upgrade to 6.6.63
  > linux: Enable CONFIG_I2C_BRCMSTB for proper HDMI I2C support
  > extra-build-config.md: added a white line

* sources/meta-riscv e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* sources/meta-rockchip 3a8be31...1cdcb49 (7):
  > u-boot: use upstream for radxa-zero-3{e|w}
  > layer.conf: update to walnascar only
  > radxa-zero-3: switch to yocto-dev kernel
  > u-boot: switch to upstream SRCREV for rk-u-boot-env
  > bsp: rkbin: bump to latest commit in master branch
  > bsp: rkbin: rkbin-ddr: use version and file variables for path matching
  > rk3308: add provider for trusted firmware-a

* sources/meta-swupdate 01dbc76...efd4c20 (11):
  < 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 55708dbc...3c0d8bed (6):
  > cuda-compatibility-workarounds: Fix build with upcoming glibc 2.41
  > tegra-flash-helper: Allow PKC-only secure boot flashing
  > linux-yocto: import recipe for 6.10
  > linux-yocto: add patch to fix compatibility with nvbootctrl
  > edk2-firmware-tegra: add backported patch for cpp issue
  > tegra-binaries: refactor per-SoC vs. common deb package handling

* sources/meta-ti c46f49d3...df20c5b6 (27):
  > meta-beagle: Add SECURITY file
  > linux-bb.org_6.6: disable FORTIFY_SOURCE for now
  > beagle-bsp, linux-bb.org, u-boot-bb.org: add support for 6.6 BSP
  > linux-bb.org, u-boot-bb.org: rename recipes with version
  > conf/machine: add BeagleY-AI platform
  > linux-bb.org: update Beagle BSP to 6.1.83
  > u-boot-bb_org, linux-bb_org: move "bb_org" providers to meta-beagle
  > conf/machine: move remaining Beagle platforms to meta-beagle
  > conf/machine: split beagleplay config between meta-ti-bsp and meta-beagle
  > conf/machine: move "bb_org" BSP settings to meta-beagle
  > meta-beagle: layer.conf: add lz4c to host tools list
  > meta-beagle: create a separate layer for Beagle platforms
  > conf/machine: rename beagleplay machine to beagleplay-ti
  > meta-ti-bsp: ti-rtos-bin: Move this with the other firmware recipes
  > meta-ti-extras: recipes-ti: Remove gadget-init package
  > wl18xx-fw: Do not depend on the makefile for install
  > conf: machine: omap-a15.inc: include ipu1 firmware in the boot partition
  > meta-ti-extras: ti-ipc-rtos: Deploy ipc firmware
  > recipes-security: optee: Remove software PRNG for am62pxx
  > CI/CD Auto-Merger: cicd.master.202412130100
  > CI/CD Auto-Merger: cicd.master.202412101025
  > u-boot: Add patch to use SWIG_AppendOutput
  > conf: layer.conf: Drop scarthgap from LAYERSERIES_COMPAT
  > conf: machine: am62xx-lp-evm: Add PWM overlays
  > ti-ipc: mark as incompatible with non-Linux builds
  > conf: machine: am62pxx: Pick overlays for V3Link cameras
  > ti-ipc-examples: Remove DSP/BIOS IPC examples

* sources/meta-variscite-bsp 96a2781...abef3cf (50):
  < 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 f5a2ea77ca...8952daa2af (237):
  > cargo-c: Fix build on risv32
  > clang: Upgrade to 19.1.5
  > 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
  > nfs-utils: Use v2 of upstream patch for tpyecast fix
  > bitbake: fetch2/wget: correctly construct the target URL in checkstatus()
  > bitbake: fetch2/wget: handle HTTP 308 Permanent Redirect
  > bitbake: doc: Document suffix for BBFILE_PRIORITY
  > bitbake: tests: fetch: add npmsw test case for bundled dependencies
  > bitbake: fetch2: npmsw: ignore bundled dependencies in packages
  > bitbake: tests: fetch: do not skip plain npmsw tests
  > bitbake: tests: fetch: adapt npmsw tests to fixed unpack behavior
  > devtool: ide-sdk: check 'tools-debug' for gdbserver
  > python3-cryptography-vectors: correct upstream version check
  > ofono: fix the build when toolchain has old linux headers
  > bind: upgrade 9.20.3 -> 9.20.4
  > webkitgtk: Fix build on 32bit arches with 64bit time_t only
  > nfs-utils: Fix warnings found with clang
  > musl: Upgrade to latest
  > set_versions.py: use backward-compatible python argument in run
  > dev-manual/bmaptool.rst: simplify and fix instructions
  > dev-manual/bmaptool.rst: correct command for bmaptool-native
  > dev-manual: fix styling of references to bmaptool
  > Update the documentation for SRCPV
  > expect: cleanup do_install
  > expect: don't run aclocal in do_configure
  > tcl8: don't run aclocal in do_configure
  > tcl: don't run aclocal in do_configure
  > subversion: refactor do_configure
  > subversion: add explicit DEPENDS on expat
  > bash: remove aclocal workarounds
  > cve-update-nvd2-native: Tweak to work better with NFS DL_DIR
  > populate_sdk_ext: write_local_conf add shutil import
  > gcc: backport patch to fix data relocation to !ENDBR: stpcpy
  > oe-setup-build: raise exceptions on errors
  > socat: upgrade 1.8.0.1 -> 1.8.0.2
  > re2c: upgrade 4.0.1 -> 4.0.2
  > pango: upgrade 1.55.0 -> 1.55.5
  > ofono: upgrade 2.13 -> 2.14
  > nfs-utils: upgrade 2.8.1 -> 2.8.2
  > mpg123: upgrade 1.32.9 -> 1.32.10
  > libxxf86vm: upgrade 1.1.5 -> 1.1.6
  > libxv: upgrade 1.0.12 -> 1.0.13
  > libxrender: upgrade 0.9.11 -> 0.9.12
  > libxcvt: upgrade 0.1.2 -> 0.1.3
  > libxau: upgrade 1.0.11 -> 1.0.12
  > libsm: upgrade 1.2.4 -> 1.2.5
  > libjitterentropy: upgrade 3.6.0 -> 3.6.1
  > libice: upgrade 1.1.1 -> 1.1.2
  > json-glib: upgrade 1.10.0 -> 1.10.6
  > igt-gpu-tools: upgrade 1.29 -> 1.30
  > erofs-utils: upgrade 1.8.2 -> 1.8.3
  > appstream: upgrade 1.0.3 -> 1.0.4
  > Revert "python3-numpy: upgrade 2.1.3 -> 2.2.0"
  > bitbake: parse: Add include_all conf file directive
  > bitbake: cooker: Make cooker 'skiplist' per-multiconfig/mc
  > glib-2.0: update 2.82.2 -> 2.82.4
  > python3-numpy: upgrade 2.1.3 -> 2.2.0
  > scripts: wrap lz4c and convert to lz4
  > oe-selftest: devtool ide-sdk use modify debug-build
  > devtool: ide-sdk recommend DEBUG_BUILD
  > devtool: ide-sdk sort cmake preset
  > devtool: modify support debug-builds
  > lttng-modules: Upgrade 2.13.15 -> 2.13.16
  > qemu: Upgrade 9.1.1 -> 9.2.0
  > subversion: Upgrade 1.14.4 -> 1.14.5
  > python3-*: Update recipes to correctly check the upstream packages
  > classes/pypi: update the default UPSTREAM_CHECK_URI to use the simple repo API
  > systemd: set CVE_PRODUCT
  > systemd: split networkd into its own package
  > systemd.bbclass: do not automatically add Also services
  > systemd.bbclass: refactor adding files
  > dropbear: add dropbearkey.service to FILES
  > busybox: add klogd service to FILES
  > perf: Fix a minor typo
  > system-requirements.rst: add dependencies for pdf builds
  > system-requirements: update list of supported distros
  > system-requirements: add fedora 39 to supported distros
  > poky.yaml.in: replace inkscape dependency by librsvg2-bin
  > poky.yaml.in: add missing locales dependency
  > Gather dependencies in poky.yaml.in
  > migration-guides: add release notes for 5.1.1
  > ref-manual: use standardized method accross both ubuntu and debian for locale install
  > build-appliance-image: Update to master head revision
  > systemd: upgrade 256.8 -> 256.9
  > yocto-bsp: Bump the default kernel to v6.12 for x86 machines
  > yocto-bsp: Bump the default kernel to v6.12 for beaglebone
  > linux-yocto: enable linux 6.12 for genericarm64
  > scripts/install-buildtools: Update to 5.1.1
  > binutils: Fix CVE-2024-53589
  > barebox: upgrade 2024.10.0 -> 2024.12.0
  > curl: upgrade 8.11.0 -> 8.11.1
  > curl: upgrade 8.10.1 -> 8.11.0
  > gcc: Fix c++: tweak for Wrange-loop-construct
  > icecc: don't use KERNEL_CC during set_icecc_env
  > icecc: convert set_icecc_env to python prefuncs
  > bitbake-config-build: add a plugin for config fragments
  > bitbake.conf: add an addfragments directive for oe-core and dependent layers
  > bitbake: bitbake-config-build: add an alias to bitbake-layers
  > bitbake: lib/bb/tests: use bb.build.listtasks() instead of __BBTASKS
  > bitbake: bitbake-user-manual-metadata: add a section about 'addfragments`
  > bitbake: bitbake: parse: add support for flagged fragment variables
  > pixman: remove long-obsolete patch
  > linux-yoto/6.12: bsp/genericarm64: fix configuration warning
  > linux-yocto: tweak cve exclusions files
  > systemd: actively disable Predictable Network Interface Names if !pni-names
  > linux-firmware: package firmware for Qualcomm AIC100 and QDU100
  > linux-firmware: upgrade 20241110 -> 20241210
  > sysvinit: upgrade 3.04 -> 3.11
  > maintainers.inc: add self for meson, python3 recipes
  > ovmf: update 202408 -> 202411
  > librsvg: update 2.58.2 -> 2.59.2
  > maintainers.inc: Update maintainer for pseudo and rpm
  > scripts/devtool: use bb.util.listtasks instead of __BBTASKS
  > classes/utility-tasks: port do_listtasks to use bb.build.listtasks
  > cargo-c: convert to target recipe
  > rpm: replace use of rpm2cpio with rpm2archive
  > rpm: update 4.19.1.1 -> 4.20.0
  > systemd-compat-units: execute postinst on target
  > base.bbclass: fix RRECOMMENDS extend issue for multilib
  > oeqa/selftest: Fix failure when configuration contains BBLAYERS:append
  > spdx 3.0: Rework how SPDX aliases are linked
  > classes-global/insane: Handle case where RPROVIDER is also a provider
  > vte: upgrade 0.78.1 -> 0.78.2
  > ttyrun: upgrade 2.35.0 -> 2.36.0
  > sudo: upgrade 1.9.16p1 -> 1.9.16p2
  > stress-ng: upgrade 0.18.06 -> 0.18.07
  > sqlite3: upgrade 3.47.0 -> 3.47.2
  > re2c: upgrade 4.0 -> 4.0.1
  > pixman: upgrade 0.44.0 -> 0.44.2
  > llvm: upgrade 19.1.4 -> 19.1.5
  > libsdl2: upgrade 2.30.9 -> 2.30.10
  > libdrm: upgrade 2.4.123 -> 2.4.124
  > kexec-tools: upgrade 2.0.29 -> 2.0.30
  > hwdata: upgrade 0.389 -> 0.390
  > gstreamer1.0: upgrade 1.24.9 -> 1.24.10
  > gnupg: upgrade 2.5.1 -> 2.5.2
  > git: upgrade 2.47.0 -> 2.47.1
  > ell: upgrade 0.70 -> 0.71
  > btrfs-tools: upgrade 6.11 -> 6.12
  > bash-completion: upgrade 2.14.0 -> 2.15.0
  > yocto-bsp: drop 6.10 bbappend
  > poky/poky-tiny: update default to v6.12
  > linux-yocto: drop 6.10
  > linux-yocto/6.12: introduce v6.12 reference kernel
  > linux-yocto/6.6: update to v6.6.64
  > linux-yocto/6.6: update to v6.6.63
  > python3-iniparse: remove recipe
  > musl: Update riscv syscalls till 6.10 kernel
  > openssl: Fix build on risc64/musl
  > ffmpeg: Fix RISCV build
  > scripts/install-buildtools: preserve formatting in the help message
  > libsecret: add pam support depending on DISTRO_FEATURES
  > toolchain-shar-relocate.sh: fix the replacing commands
  > inetutils: increase alternative priority for hostname
  > shadow: use update-alternatives to handle su.1 and nologin.8
  > qemurunner: Fix stack trace generation in exception handler
  > tiff: set status for CVEs firx in 4.7.0
  > tiff: remove status for CVE-2023-3164
  > libssh2: remove status for CVE-2023-48795
  > elfutils: backport a fix for libeu objects missing in libelf.a
  > libpam: add packageconfig for selinux
  > Revert "uboot-sign: fix U-Boot binary with public key"
  > bitbake: parse: add support for 'addfragments' directive
  > bitbake: parse/ConfHandler: allow / in variable flags
  > libtool: update 2.5.2 -> 2.5.4
  > dtc: upgrade 1.7.0 -> 1.7.2
  > bitbake: cooker: use enum for cooker state to improve readability
  > bitbake: server/xmlrpcserver: fix some warnings
  > bitbake: knotty: some small cleanups while I'm in here
  > bitbake: knotty: print an error if MACHINE is not set
  > cargo-c-native: update 0.10.3 -> 0.10.5
  > go-helloworld: update to latest revision
  > libpam: update 1.6.1 -> 1.7.0
  > libpipeline: update 1.5.7 -> 1.5.8
  > texinfo: update 7.1 -> 7.1.1
  > vulkan-samples: update to latest revision
  > pixman: update 0.42.2 -> 0.44.0
  > tiff: update 4.6.0 -> 4.7.0
  > webkitgtk: update 2.44.3 -> 2.46.4
  > libgit2: update 1.8.2 -> 1.8.4
  > utfcpp: update 4.0.5 -> 4.0.6
  > python3-maturin: update 1.7.1 -> 1.7.4
  > python3-markdown: update 3.6 -> 3.7
  > btrfs-tools: update 6.10.1 -> 6.11
  > xf86-video-fbdev: update 0.5.0 -> 0.5.1
  > swig: upgrade 4.2.1 -> 4.3.0
  > python3-dtc: update 1.7.0 -> 1.7.2
  > virglrenderer: upgrade 1.0.1 -> 1.1.0
  > cups: upgrade 2.4.10 -> 2.4.11
  > python3-beartype: upgrade 0.18.5 -> 0.19.0
  > elfutils: upgrade 0.191 -> 0.192
  > debugedit: upgrade 5.0 -> 5.1
  > pkg-config-native: pick additional search paths from $EXTRA_NATIVE_PKGCONFIG_PATH
  > cargo.bbclass: do not install libraries by default
  > gcr: drop obsolete autotools setting
  > meson.bbclass: enable qemu exe wrapper in nativesdk
  > barebox: add more common items into shared .inc with barebox-tools
  > mtd-utils: set PV directly in the recipe filename
  > maintainers.inc: unassign myself (don't panic!)
  > lib: oeqa: spdx: Add tests for extra options
  > lib: spdx: Fix SPDX_BUILD_HOST
  > classes: create-spdx: Fix variable dependencies
  > lib: sbom30: Fix agent reference
  > lib: sbom30: Fix import handling
  > lrzsz: update SRC_URI to avoid redirect
  > oeqa/gitarchive: Fix syntax warning
  > linux-yocto: add and use GPL-2.0-with-syscall-note license
  > meta/lib: move buildstats.py and rootfspostcommands.py into oe
  > qemu: set CVE-2024-6505 to fixed
  > lib: spdx30_tasks: Fix supplied By
  > systemd: remove custom rootlibexecdir and replace with nonarch_libdir
  > systemd: split long line in pkg_postinst
  > systemd: drop deprecated rootlibdir, rootprefix and split-usr options

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 21, 2024
…-freescale-3rdparty sources/meta-intel 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 b987534...5d40c9a (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 82193457...830c2a9e (1):
  > Auto-update LICENSE file with current recipe licenses

* sources/meta-freescale-3rdparty 774ca54...ada5342 (1):
  > Auto-update LICENSE file with current recipe licenses

* sources/meta-intel d0150964...b0fe7e45 (5):
  > meta-intel.inc: set PREFERRED_VERSION for altcfg kernel to 6.12
  > linux-intel-rt/6.11 : update the name of the patch
  > linux-intel/6.12: add recipe
  > linux-intel-rt/6.6 : update to tag lts-v6.6.63-rt46-preempt-rt-241126T190416Z
  > linux-intel/6.6 : update to tag lts-v6.6.63-linux-241126T173815Z

* sources/meta-openembedded dedc9af69...14156f850 (38):
  > DO NOT MERGE: Add Github actions CI workflow
  > python3-gpiod: update v2.2.2 -> v2.2.3
  > weechat: upgrade 4.0.4 -> 4.5.0
  > wireshark: upgrade 4.2.8 -> 4.2.9
  > sassc: ignore CVE-2022-43357
  > libmemcached: ignore CVE-2023-27478
  > libmemcached: merge inc into bb
  > libmemcached: remove recipe for version 1.0.7
  > php: upgrade 8.2.20 -> 8.2.26
  > memcached: upgrade 1.6.17 -> 1.6.33
  > memcached: add UPSTREAM_CHECK_URI
  > opensc: mark CVE-2024-8443 as fixed
  > opensc: upgrade 0.25.1 -> 0.26.0
  > postgresql: upgrade 16.4 -> 16.5
  > 7zip: Fix build with clang
  > xfce4-pulseaudio-plugin: Fix build with libwindowing 4.19.6
  > emlog: set CVE_PRODUCT
  > memcached: ignore disputed CVE-2022-26635
  > swagger-ui: mark CVE-2016-1000229 as fixed
  > apache2: ignore disputed CVE CVE-2007-0086
  > spice-gtk: mark CVE-2012-4425 as fixed
  > redis: ignore CVE-2022-0543
  > monkey: ignore CVE-2013-1771
  > gattlib: mark CVE-2019-6498 as fixed
  > spice: ignore CVE-2016-0749
  > apache2: remove old version references from CVEs
  > apache2: ignore CVE-1999-0678 and CVE-1999-1412
  > ace: ignore CVE-2009-1147
  > android-tools: fix warning: library search path "/usr/lib/p7zip" is unsafe for cross-compilation
  > Update p7zip to 7zip
  > Use 7zip 24.09 to replace p7zip 16.02
  > xfce4-panel: 4.18.6 -> 4.20.0
  > xfdesktop: 4.18.1 -> 4.20.0
  > libxfce4windowing: add recipe
  > xfce4-dev-tools: 4.18.1 -> 4.20.0
  > xfwm4: 4.19.0 -> 4.20.0
  > xfce4-settings: 4.18.3 -> 4.20.0
  > xfconf: 4.18.2 -> 4.20.0

* sources/meta-qt6 2c53920...42e7257 (28):
  > 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
  > Use correct QmlImportsPath config with qmake
  > qtconnectivity: move declarative dependency to examples
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > coin: temporarily drop pyside from CI kirkstone branch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qttranslations: include SBOM files
  > qtbase: always build linuxfb platform plugin
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* 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...abef3cf (50):
  < 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 9dbeec7fa7...8952daa2af (27):
  > cargo-c: Fix build on risv32
  > clang: Upgrade to 19.1.5
  > 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

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 21, 2024
…-freescale-3rdparty sources/meta-intel 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 b987534...5d40c9a (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 82193457...830c2a9e (1):
  > Auto-update LICENSE file with current recipe licenses

* sources/meta-freescale-3rdparty 774ca54...ada5342 (1):
  > Auto-update LICENSE file with current recipe licenses

* sources/meta-intel d0150964...b0fe7e45 (5):
  > meta-intel.inc: set PREFERRED_VERSION for altcfg kernel to 6.12
  > linux-intel-rt/6.11 : update the name of the patch
  > linux-intel/6.12: add recipe
  > linux-intel-rt/6.6 : update to tag lts-v6.6.63-rt46-preempt-rt-241126T190416Z
  > linux-intel/6.6 : update to tag lts-v6.6.63-linux-241126T173815Z

* sources/meta-openembedded dedc9af69...239a1dcc1 (38):
  > DO NOT MERGE: Add Github actions CI workflow
  > python3-gpiod: update v2.2.2 -> v2.2.3
  > weechat: upgrade 4.0.4 -> 4.5.0
  > wireshark: upgrade 4.2.8 -> 4.2.9
  > sassc: ignore CVE-2022-43357
  > libmemcached: ignore CVE-2023-27478
  > libmemcached: merge inc into bb
  > libmemcached: remove recipe for version 1.0.7
  > php: upgrade 8.2.20 -> 8.2.26
  > memcached: upgrade 1.6.17 -> 1.6.33
  > memcached: add UPSTREAM_CHECK_URI
  > opensc: mark CVE-2024-8443 as fixed
  > opensc: upgrade 0.25.1 -> 0.26.0
  > postgresql: upgrade 16.4 -> 16.5
  > 7zip: Fix build with clang
  > xfce4-pulseaudio-plugin: Fix build with libwindowing 4.19.6
  > emlog: set CVE_PRODUCT
  > memcached: ignore disputed CVE-2022-26635
  > swagger-ui: mark CVE-2016-1000229 as fixed
  > apache2: ignore disputed CVE CVE-2007-0086
  > spice-gtk: mark CVE-2012-4425 as fixed
  > redis: ignore CVE-2022-0543
  > monkey: ignore CVE-2013-1771
  > gattlib: mark CVE-2019-6498 as fixed
  > spice: ignore CVE-2016-0749
  > apache2: remove old version references from CVEs
  > apache2: ignore CVE-1999-0678 and CVE-1999-1412
  > ace: ignore CVE-2009-1147
  > android-tools: fix warning: library search path "/usr/lib/p7zip" is unsafe for cross-compilation
  > Update p7zip to 7zip
  > Use 7zip 24.09 to replace p7zip 16.02
  > xfce4-panel: 4.18.6 -> 4.20.0
  > xfdesktop: 4.18.1 -> 4.20.0
  > libxfce4windowing: add recipe
  > xfce4-dev-tools: 4.18.1 -> 4.20.0
  > xfwm4: 4.19.0 -> 4.20.0
  > xfce4-settings: 4.18.3 -> 4.20.0
  > xfconf: 4.18.2 -> 4.20.0

* sources/meta-qt6 2c53920...42e7257 (28):
  > 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
  > Use correct QmlImportsPath config with qmake
  > qtconnectivity: move declarative dependency to examples
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > coin: temporarily drop pyside from CI kirkstone branch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qttranslations: include SBOM files
  > qtbase: always build linuxfb platform plugin
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* 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...abef3cf (50):
  < 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 9dbeec7fa7...8952daa2af (27):
  > cargo-c: Fix build on risv32
  > clang: Upgrade to 19.1.5
  > 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

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 21, 2024
…-freescale-3rdparty sources/meta-intel 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 b987534...5d40c9a (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 82193457...830c2a9e (1):
  > Auto-update LICENSE file with current recipe licenses

* sources/meta-freescale-3rdparty 774ca54...ada5342 (1):
  > Auto-update LICENSE file with current recipe licenses

* sources/meta-intel d0150964...b0fe7e45 (5):
  > meta-intel.inc: set PREFERRED_VERSION for altcfg kernel to 6.12
  > linux-intel-rt/6.11 : update the name of the patch
  > linux-intel/6.12: add recipe
  > linux-intel-rt/6.6 : update to tag lts-v6.6.63-rt46-preempt-rt-241126T190416Z
  > linux-intel/6.6 : update to tag lts-v6.6.63-linux-241126T173815Z

* sources/meta-openembedded dedc9af69...239a1dcc1 (38):
  > DO NOT MERGE: Add Github actions CI workflow
  > python3-gpiod: update v2.2.2 -> v2.2.3
  > weechat: upgrade 4.0.4 -> 4.5.0
  > wireshark: upgrade 4.2.8 -> 4.2.9
  > sassc: ignore CVE-2022-43357
  > libmemcached: ignore CVE-2023-27478
  > libmemcached: merge inc into bb
  > libmemcached: remove recipe for version 1.0.7
  > php: upgrade 8.2.20 -> 8.2.26
  > memcached: upgrade 1.6.17 -> 1.6.33
  > memcached: add UPSTREAM_CHECK_URI
  > opensc: mark CVE-2024-8443 as fixed
  > opensc: upgrade 0.25.1 -> 0.26.0
  > postgresql: upgrade 16.4 -> 16.5
  > 7zip: Fix build with clang
  > xfce4-pulseaudio-plugin: Fix build with libwindowing 4.19.6
  > emlog: set CVE_PRODUCT
  > memcached: ignore disputed CVE-2022-26635
  > swagger-ui: mark CVE-2016-1000229 as fixed
  > apache2: ignore disputed CVE CVE-2007-0086
  > spice-gtk: mark CVE-2012-4425 as fixed
  > redis: ignore CVE-2022-0543
  > monkey: ignore CVE-2013-1771
  > gattlib: mark CVE-2019-6498 as fixed
  > spice: ignore CVE-2016-0749
  > apache2: remove old version references from CVEs
  > apache2: ignore CVE-1999-0678 and CVE-1999-1412
  > ace: ignore CVE-2009-1147
  > android-tools: fix warning: library search path "/usr/lib/p7zip" is unsafe for cross-compilation
  > Update p7zip to 7zip
  > Use 7zip 24.09 to replace p7zip 16.02
  > xfce4-panel: 4.18.6 -> 4.20.0
  > xfdesktop: 4.18.1 -> 4.20.0
  > libxfce4windowing: add recipe
  > xfce4-dev-tools: 4.18.1 -> 4.20.0
  > xfwm4: 4.19.0 -> 4.20.0
  > xfce4-settings: 4.18.3 -> 4.20.0
  > xfconf: 4.18.2 -> 4.20.0

* sources/meta-qt6 2c53920...e332477 (29):
  > 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
  > Use correct QmlImportsPath config with qmake
  > qtconnectivity: move declarative dependency to examples
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > coin: temporarily drop pyside from CI kirkstone branch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qttranslations: include SBOM files
  > qtbase: always build linuxfb platform plugin
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* 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...abef3cf (50):
  < 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 9dbeec7fa7...8952daa2af (27):
  > cargo-c: Fix build on risv32
  > clang: Upgrade to 19.1.5
  > 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

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 22, 2024
…-freescale-3rdparty sources/meta-intel 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 b987534...5d40c9a (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 82193457...830c2a9e (1):
  > Auto-update LICENSE file with current recipe licenses

* sources/meta-freescale-3rdparty 774ca54...ada5342 (1):
  > Auto-update LICENSE file with current recipe licenses

* sources/meta-intel d0150964...b0fe7e45 (5):
  > meta-intel.inc: set PREFERRED_VERSION for altcfg kernel to 6.12
  > linux-intel-rt/6.11 : update the name of the patch
  > linux-intel/6.12: add recipe
  > linux-intel-rt/6.6 : update to tag lts-v6.6.63-rt46-preempt-rt-241126T190416Z
  > linux-intel/6.6 : update to tag lts-v6.6.63-linux-241126T173815Z

* sources/meta-openembedded dedc9af69...cf56f3a5c (45):
  > DO NOT MERGE: Add Github actions CI workflow
  > python3-yarl: upgrade 1.18.0 -> 1.18.3
  > python3-sqlalchemy: upgrade 2.0.35 -> 2.0.36
  > python3-pytest-asyncio: upgrade 0.23.6 -> 0.24.0
  > python3-pyjwt: upgrade 2.9.0 -> 2.10.1
  > python3-propcache: upgrade 0.2.0 -> 0.2.1
  > python3-pillow: upgrade 10.4.0 -> 11.0.0
  > python3-aiohttp: upgrade 3.11.8 -> 3.11.11
  > python3-gpiod: update v2.2.2 -> v2.2.3
  > weechat: upgrade 4.0.4 -> 4.5.0
  > wireshark: upgrade 4.2.8 -> 4.2.9
  > sassc: ignore CVE-2022-43357
  > libmemcached: ignore CVE-2023-27478
  > libmemcached: merge inc into bb
  > libmemcached: remove recipe for version 1.0.7
  > php: upgrade 8.2.20 -> 8.2.26
  > memcached: upgrade 1.6.17 -> 1.6.33
  > memcached: add UPSTREAM_CHECK_URI
  > opensc: mark CVE-2024-8443 as fixed
  > opensc: upgrade 0.25.1 -> 0.26.0
  > postgresql: upgrade 16.4 -> 16.5
  > 7zip: Fix build with clang
  > xfce4-pulseaudio-plugin: Fix build with libwindowing 4.19.6
  > emlog: set CVE_PRODUCT
  > memcached: ignore disputed CVE-2022-26635
  > swagger-ui: mark CVE-2016-1000229 as fixed
  > apache2: ignore disputed CVE CVE-2007-0086
  > spice-gtk: mark CVE-2012-4425 as fixed
  > redis: ignore CVE-2022-0543
  > monkey: ignore CVE-2013-1771
  > gattlib: mark CVE-2019-6498 as fixed
  > spice: ignore CVE-2016-0749
  > apache2: remove old version references from CVEs
  > apache2: ignore CVE-1999-0678 and CVE-1999-1412
  > ace: ignore CVE-2009-1147
  > android-tools: fix warning: library search path "/usr/lib/p7zip" is unsafe for cross-compilation
  > Update p7zip to 7zip
  > Use 7zip 24.09 to replace p7zip 16.02
  > xfce4-panel: 4.18.6 -> 4.20.0
  > xfdesktop: 4.18.1 -> 4.20.0
  > libxfce4windowing: add recipe
  > xfce4-dev-tools: 4.18.1 -> 4.20.0
  > xfwm4: 4.19.0 -> 4.20.0
  > xfce4-settings: 4.18.3 -> 4.20.0
  > xfconf: 4.18.2 -> 4.20.0

* sources/meta-qt6 2c53920...e332477 (29):
  > 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
  > Use correct QmlImportsPath config with qmake
  > qtconnectivity: move declarative dependency to examples
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > coin: temporarily drop pyside from CI kirkstone branch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > qttranslations: include SBOM files
  > qtbase: always build linuxfb platform plugin
  > Add option to export example sources
  > Remove unneeded example files path
  < 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 e4dbaa7...3ca2320 (3):
  > visionfive2: Adjust for JH7110_VF2_6.6_v5.13.1
  > visionfive2-firmware: Upgrade to JH7110_VF2_6.6_v5.13.1
  > linux-starfive-dev: Upgrade kernel to 6.6.20

* 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...abef3cf (50):
  < 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 9dbeec7fa7...8952daa2af (27):
  > cargo-c: Fix build on risv32
  > clang: Upgrade to 19.1.5
  > 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

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
None yet
Projects
None yet
Development

No branches or pull requests

3 participants