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

investigate mapping docker user UID to host user UID #7

Open
cbrake opened this issue Sep 25, 2018 · 9 comments
Open

investigate mapping docker user UID to host user UID #7

cbrake opened this issue Sep 25, 2018 · 9 comments

Comments

@cbrake
Copy link
Contributor

cbrake commented Sep 25, 2018

No description provided.

@cbrake
Copy link
Contributor Author

cbrake commented Sep 25, 2018

@kraj

So I set up a new user with UID 1007, and then added --user $UID:$GID to docker command. It all seems to work, except I get this on the prompt:

I have no name!@950428eb105c:/home/cbrake2/yoe-distro$

which is a little unseemly.

@kraj
Copy link
Contributor

kraj commented Sep 25, 2018

this message is displayed when the current user's uid and gid from docker host is not mapped inside the container's /etc/passwd

@cbrake
Copy link
Contributor Author

cbrake commented Sep 25, 2018

I'll try fixuid next unless there is something better.

@kraj
Copy link
Contributor

kraj commented Sep 25, 2018

fixuid will violate the static container concept. So if we can live with "I have no name!" then it would be my preference since we do not use the container interactively as much.

@cbrake
Copy link
Contributor Author

cbrake commented Sep 25, 2018

ok, that works for me -- I'll test a build under a different user just to make sure it works, and then commit.

@cbrake
Copy link
Contributor Author

cbrake commented Oct 2, 2018

test build as another user worked fine, so I think this is a good solution. I pushed the change, and closing issue.

@cbrake cbrake closed this as completed Oct 2, 2018
kraj added a commit that referenced this issue Dec 20, 2018
…ed-core

* sources/meta-raspberrypi cca4198...8a2d080 (2):
  > layer.conf: Fix typo for openembedded-layer dynamic layer addition
  < layer.conf: Fix typo for openembedded-layer dynamic layer addition

* sources/meta-yoe 046946e...501651c (1):
  > Merge pull request #7 from YoeDistro/yoe/mut

* sources/openembedded-core 7ac2e66...6ade4f1 (11):
  > gcc-9.0: Add recipes for upcoming gcc 9.0 release in mid-2019
  > glibc: Upgrade towards 2.29 release
  > gnupg: Upgrade to 2.2.12 release
  > grub2: Fix passing null to printf formats
  > populate_sdk_ext.bbclass: Include site.conf in parsing for contents for local.conf
  > oeqa/concurrencytest: fix for locating meta-selftest
  < populate_sdk_ext.bbclass: Include site.conf in parsing for contents for local.conf
  < gcc-9.0: Add recipes for upcoming gcc 9.0 release in mid-2019
  < glibc: Upgrade towards 2.29 release
  < gnupg: Upgrade to 2.2.12 release
  < grub2: Fix passing null to printf formats

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Dec 20, 2018
* sources/meta-raspberrypi 752db52...8a2d080 (1):
  > layer.conf: Fix typo for openembedded-layer dynamic layer addition

* sources/meta-yoe 32a5f0c...501651c (1):
  > Merge pull request #7 from YoeDistro/yoe/mut

Signed-off-by: Khem Raj <[email protected]>
@cbrake cbrake reopened this Jan 22, 2019
@cbrake
Copy link
Contributor Author

cbrake commented Jan 22, 2019

Just ran into an issue where if we fetch sources over git using ssh for authentication, we get messages like:

Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure: Fetch command failed with exit code 128, output:

No user exists for uid 1001

In this case, the host UID was 1001, instead of 1000.

So, the user mapping we have now works for builds that have only OSS, but for project builds, we typically need to fetch sw using git+ssh.

@wilberhdez
Copy link

Have you tried adding user to the docker group?

https://docs.docker.com/install/linux/linux-postinstall/
$ sudo usermod -aG docker $USER
then change docker directory ownership and permissions
$ sudo chown "$USER":"$USER" /home/"$USER"/.docker -R
$ sudo chmod g+rwx "$HOME/.docker" -R

@cbrake
Copy link
Contributor Author

cbrake commented Dec 29, 2021

another discussion on this subject: YoeDistro/docker-yoe-build#7

kraj added a commit that referenced this issue Oct 28, 2022
… sources/meta-freescale sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-arm 2fffdd9...3080a94 (12):
  > optee-os-ts: avoid using escape chars in EXTRA_OEMAKE
  > optee-ftpm/optee-os: add missing space in EXTRA_OEMAKE
  > arm: add Mickledore to layer compat string
  > arm-bsp/corstone1000: add msd configs for fvp
  > arm-bsp:optee: enable optee test for N1SDP target
  > arm-bsp/optee: register DRAM1 for N1SDP target
  > CI: Remove host bitbake variables
  > arm-bsp/trusted-service: corstone1000: esrt support
  > arm-bsp/trusted-firmware-m: corstone1000 support FMP image info
  > Revert "arm-bsp/trusted-firmware-m: corstone1000: bump tfm SHA"
  > Revert "arm-bsp/trusted-firmware-m: corstone1000: secure debug code checkout from yocto"
  > arm-bsp/corstone1000: apply ts patch to psa crypto api test

* sources/meta-atmel 04b54f0...f3e74c6 (2):
  > egt-launcher: Use c++17 standard for filesystem feature
  > libegt: Switch to using c++17

* sources/meta-clang f765d4b...4e5ab07 (2):
  > mybw: USe gnu objcopy on riscv64
  > mybw: Use libgcc to link on x86_64

* sources/meta-freescale 0d96c7fe...b2c524c3 (4):
  > Merge pull request #1282 from YoeDistro/yoe/mut
  > Merge pull request #1279 from MrCry0/master-uuu-1.4.243
  > weston: fix build test-internal-screenshot
  > Merge pull request #1276 from thochstein/kernel_uboot

* sources/meta-intel 5963592b...323fee2c (5):
  > vc-intrinsics: update to latest
  > opencl-clang/15.0.0: add recipe
  > openvino-model-optimizer: upgrade 2022.1.1 -> 2022.2.0
  > open-model-zoo: upgrade 2022.1.1 -> 2022.2.0
  > openvino-inference-engine : upgrade 2022.1.1 -> 2022.2.0

* sources/meta-odroid 8491ad6...9002f32 (1):
  > linux-hardkernel_5.10.bb: Add protocol= explicitly to github SRC_URI

* sources/meta-openembedded 2ab46bac6...7bf1ba14e (51):
  > XXX: Add Github actions support for CI
  > xf86-video-amdgpu: add new recipe xf86-video-amdgpu
  > libzip: Add native support
  > iniparser: Add native support
  > vbxguestdrivers: upgrade 7.0.0 -> 7.0.2
  > cpputest: add possibility to build extensions
  > cpputest: remove dev package dependency
  > nginx: Add ipv6 support
  > valijson: use install task from CMakeLists.txt
  > python3-py-cpuinfo: Upgrade 8.0.0 -> 9.0.0
  > python3-traitlets: Upgrade 5.4.0 -> 5.5.0
  > python3-yappi: mark as incompatible with python 3.11
  > python3-wxgtk4: skip the recipe
  > sip3: remove the recipe
  > python3-pint: Upgrade 0.19.2 -> 0.20
  > python3-colorama: Upgrade 0.4.5 -> 0.4.6
  > python3-pythonping: Upgrade 1.1.3 -> 1.1.4
  > python3-dill: Upgrade 0.3.5.1 -> 0.3.6
  > python3-cheetah: Upgrade 3.2.6 -> 3.2.6.post1
  > python3-zeroconf: upgrade 0.39.1 -> 0.39.2
  > python3-xxhash: upgrade 3.0.0 -> 3.1.0
  > python3-stevedore: upgrade 4.0.1 -> 4.1.0
  > python3-sqlalchemy: upgrade 1.4.41 -> 1.4.42
  > python3-socketio: upgrade 5.7.1 -> 5.7.2
  > python3-robotframework: upgrade 5.0.1 -> 6.0
  > python3-pywbemtools: upgrade 1.0.0 -> 1.0.1
  > python3-pymongo: upgrade 4.2.0 -> 4.3.2
  > python3-pyjwt: upgrade 2.5.0 -> 2.6.0
  > python3-protobuf: upgrade 4.21.7 -> 4.21.8
  > python3-portalocker: upgrade 2.5.1 -> 2.6.0
  > python3-pika: upgrade 1.3.0 -> 1.3.1
  > python3-pastedeploy: upgrade 2.1.1 -> 3.0.1
  > python3-pandas: upgrade 1.5.0 -> 1.5.1
  > python3-oauthlib: upgrade 3.2.1 -> 3.2.2
  > python3-luma-core: upgrade 2.3.1 -> 2.4.0
  > python3-incremental: upgrade 21.3.0 -> 22.10.0
  > python3-huey: upgrade 2.4.3 -> 2.4.4
  > python3-grpcio: upgrade 1.49.1 -> 1.50.0
  > python3-grpcio-tools: upgrade 1.49.1 -> 1.50.0
  > python3-google-auth: upgrade 2.12.0 -> 2.13.0
  > python3-google-api-python-client: upgrade 2.64.0 -> 2.65.0
  > python3-charset-normalizer: upgrade 2.1.1 -> 3.0.0
  > python3-astroid: upgrade 2.12.11 -> 2.12.12
  > tio: upgrade 2.1 -> 2.2
  > sanlock: upgrade 3.8.4 -> 3.8.5
  > makedumpfile: upgrade 1.7.1 -> 1.7.2
  > libglvnd: add new recipe libglvnd v1.5.0
  > fvwm: upgrade 2.6.9 -> 2.7.0
  > ctags: upgrade 5.9.20221009.0 -> 5.9.20221016.0
  > bats: upgrade 1.8.0 -> 1.8.2
  > tcpslice: upgrade 1.5 -> 1.6

* sources/meta-qcom 6e209b7...c0ca1bd (2):
  > Merge pull request #456 from lumag/fw-wcn
  > Merge pull request #397 from lumag/test-image-adbd

* sources/meta-raspberrypi 722c516...a305f48 (1):
  > libcamera: rename bbappend to match any version

* sources/meta-riscv d5628ff...c01183c (1):
  > python3-cryptography: Drop bbappend for >=38 release

* sources/meta-ti c023b505...354d0806 (1):
  > ffa-debugfs-mod: Remove bbappend

* sources/meta-variscite-bsp 5309d9f...80b599e (35):
  > linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+
  > imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel
  > linux-variscite_5.10.72.bb: Keep recipe	for machines not yet ready for 5.15
  > u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now
  > arm-ffa-tee: Disable for variscite machines
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > Add patch to fix rwx segement linker problem
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  > u-boot-variscite: update to latest
  > imx8mp-var-dart: configure op-tee memory to 4gb
  > imx8mq-var-dart: configure op-tee memory to 4gb
  > optee-os: imx8mq-var-dart: add support for more then 3GB
  > imx8mq-var-dart: move op-tee to middle of first bank
  > Merge pull request #7 from moto-timo/kirkstone-imx6ul-var-dart
  > wl18xx-calibrator: Sync from meta-ti
  > brcm-patchram-plus: Fix license and build with clang
  > wlconf: Sync recipe with meta-ti
  > Merge pull request #4 from YoeDistro/yoe/systemd
  > Merge pull request #5 from YoeDistro/yoe/tune-paths
  < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+
  < systemd: Use systemd unit fragment instead of patching config files
  < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel
  < linux-variscite_5.10.72.bb: Keep recipe	for machines not yet ready for 5.15
  < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now
  < arm-ffa-tee: Disable for variscite machines
  < bluealsa: Add missing SRC_URI entry for bluealsa.service
  < variscite: Use a wildchar for preferred gstreamer
  < wl18xx-calibrator: Sync from meta-ti
  < Add patch to fix rwx segement linker problem
  < layer.conf: Add langdate ( 4.1 ) to compatible layers
  < imx8qm-var-som: Fix paths to tune files
  < brcm-patchram-plus: Fix license and build with clang
  < wlconf: Sync recipe with meta-ti
  < fix include path

* sources/poky 95c802b0be...2029f578f0 (192):
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > wic: swap partitions are not added to fstab
  > sanity: check for GNU tar specifically
  > python3: update 3.10.6 -> 3.11.0
  > quilt: backport a patch to address grep 3.8 failures
  > libxslt: upgrade 1.1.35 -> 1.1.37
  > libsoup: upgrade 3.0.7 -> 3.2.0
  > lttng-modules: upgrade 2.13.4 -> 2.13.5
  > shadow: update 4.12.1 -> 4.12.3
  > python3-jsonschema: upgrade 4.9.1 -> 4.16.0
  > python3-hatch-fancy-pypi-readme: add a recipe
  > python3-dbus: upgrade 1.2.18 -> 1.3.2
  > jquery: upgrade 3.6.0 -> 3.6.1
  > cmake: update 3.24.0 -> 3.24.2
  > ovmf: upgrade edk2-stable202205 -> edk2-stable202208
  > pinentry: update 1.2.0 -> 1.2.1
  > libxft: update 2.3.4 -> 2.3.6
  > wayland-utils: update 1.0.0 -> 1.1.0
  > vulkan: update 1.3.216.0 -> 1.3.224.1
  > stress-ng: update 0.14.03 -> 0.14.06
  > hdparm: update 9.64 -> 9.65
  > grep: update 3.7 -> 3.8
  > llvm: update 14.0.6 -> 15.0.1
  > gnu-config: update to latest revision
  > unfs3: correct upstream version check
  > cmake-native: Fix host tool contamination (Bug: 14951)
  > mesa: enable glvnd support
  > archiver: avoid using machine variable as it breaks multiconfig
  > oeqa/selftest/archiver: Add multiconfig test for shared recipes
  > u-boot: Add savedefconfig task
  > kernel: classes: Extract savedefconfig to a class
  > bitbake: asyncrpc: serv: correct closed client socket detection
  > bitbake: bitbake: bitbake-layers: checkout layer(s) branch when clone exists
  > manuals: use references to the "Build Directory" term
  > manuals: add missing references to SDKMACHINE and SDK_ARCH
  > manuals: stop referring to the meta-openembedded repo from GitHub
  > manuals: replace "_" by "__" in external links
  > Documentation/README: formalize guidelines for external link syntax
  > dev-manual: common-tasks.rst: refactor and improve "Checking for Vulnerabilities" section
  > dev-manual: common-tasks.rst: add regular updates and CVE scans to security best practices
  > ref-manual: classes.rst: improve documentation for cve-check.bbclass
  > ref-manual: variables.rst: add documentation for CVE_VERSION
  > ref-manual: add info on buildtools-make-tarball
  > ref-manual: add wic command bootloader ptable option
  > tiff: fix a typo for CVE-2022-2953.patch
  > mirrors.bbclass: use shallow tarball for binutils-native
  > go: add support to build on ppc64le
  > kernel-fitimage: skip FDT section creation for applicable symlinks
  > kernel-fitimage: mangle slashes to underscores as late as possible
  > lighttpd: upgrade 1.4.66 -> 1.4.67
  > rust: install rustfmt for riscv32 as well
  > rust-target-config: match riscv target names with what rust expects
  > qemu: backport the fix for CVE-2022-3165
  > tiff: fix a number of CVEs
  > mesa: update 22.2.0 -> 22.2.2
  > bitbake: bitbake-user-manual: details about variable flags starting with underscore
  > bitbake: tests/fetch: Allow handling of a file:// url within a submodule
  > openssl: Fix SSL_CERT_FILE to match ca-certs location
  > bitbake: tests: bb.tests.fetch.URLHandle: add 2 new tests
  > bitbake: doc: bitbake-user-manual: expand description of BB_PRESSURE_MAX variables
  > bitbake: utils/ply: Update md5 to better report errors with hashlib
  > bitbake: bitbake: user-manual: inform about spaces in :remove
  > u-boot: Rework signing to remove interdependencies
  > uboot-sign: Split off kernel-fitimage variables
  > uboot-sign: Use bitbake variables directly
  > kernel-fitimage: Use KERNEL_OUTPUT_DIR where appropriate
  > kernel: Clear SYSROOT_DIRS instead of replacing sysroot_stage_all
  > uboot-sign: Fix using wrong KEY_REQ_ARGS
  > git: upgrade 2.37.3 -> 2.38.1
  > xserver-xorg: backport fixes for CVE-2022-3550 and CVE-2022-3551
  > xserver-xorg: ignore CVE-2022-3553 as it is XQuartz-specific
  > libx11: apply the fix for CVE-2022-3554
  > kernel-yocto: improve fatal error messages of symbol_why.py
  > os-release: add HOMEPAGE and link to documentation
  > os-release: replace DISTRO_CODENAME with VERSION_CODENAME
  > gstreamer1.0-libav: fix errors with ffmpeg 5.x
  > externalsrc.bbclass: Remove a trailing slash from ${B}
  > runqemu: Do not perturb script environment
  > qemu-helper-native: Re-write bridge helper as C program
  > wic: honor the SOURCE_DATE_EPOCH in case of updated fstab
  > runqemu: Fix gl-es argument from causing other arguments to be ignored
  > externalsrc.bbclass: fix git repo detection
  > wayland-protocols: upgrade 1.26 -> 1.27
  > openssl: CVE-2022-3358 Using a Custom Cipher with NID_undef may lead to NULL encryption
  > systemd: add systemd-creds and systemd-cryptenroll to systemd-extra-utils
  > create-spdx: Remove ";name=..." for downloadLocation
  > linux-yocto/5.15: update to v5.15.72
  > linux-yocto/5.19: update to v5.19.14
  > kern-tools: fix relative path processing
  > grub: disable build on armv7ve/a with hardfp
  > mesa: Add native patch via a variable
  > xserver-xorg: move some recommended dependencies in required
  > linux-firmware: package amdgpu firmware
  > linux-firmware: split rtl8761 firmware
  > vulkan-samples: add lfs=0 to SRC_URI to avoid git smudge errors in do_unpack
  > zlib: upgrade 1.2.12 -> 1.2.13
  > zlib: do out-of-tree builds
  > btrfs-tools: upgrade 5.19.1 -> 6.0
  > go-mod.bbclass: Remove repeated word
  > rust: update 1.63.0 -> 1.64.0
  > buildconf: compare abspath
  > wic: implement binary repeatable disk identifiers
  > linux-yocto-dev: add qemuarm64
  > lttng-ust: upgrade 2.13.4 -> 2.13.5
  > libwpe: upgrade 1.12.3 -> 1.14.0
  > libsdl2: upgrade 2.24.0 -> 2.24.1
  > libksba: upgrade 1.6.0 -> 1.6.2
  > xz: upgrade 5.2.6 -> 5.2.7
  > xkeyboard-config: upgrade 2.36 -> 2.37
  > wpebackend-fdo: upgrade 1.12.1 -> 1.14.0
  > sqlite3: upgrade 3.39.3 -> 3.39.4
  > repo: upgrade 2.29.2 -> 2.29.3
  > python3-zipp: upgrade 3.8.1 -> 3.9.0
  > python3-pytz: upgrade 2022.2.1 -> 2022.4
  > numactl: upgrade 2.0.15 -> 2.0.16
  > powertop: upgrade 2.14 -> 2.15
  > libva-utils: upgrade 2.15.0 -> 2.16.0
  > libva: upgrade 2.15.0 -> 2.16.0
  > libical: upgrade 3.0.14 -> 3.0.15
  > libcap: upgrade 2.65 -> 2.66
  > harfbuzz: upgrade 5.1.0 -> 5.3.0
  > gsettings-desktop-schemas: upgrade 42.0 -> 43.0
  > gnutls: upgrade 3.7.7 -> 3.7.8
  > python3-manifest.json: Move urllib to netclient
  > qemu-native: Add PACKAGECONFIG option for jack
  > python3-importlib-metadata: upgrade 4.12.0 -> 5.0.0
  > python3-git: upgrade 3.1.27 -> 3.1.28
  > u-boot: upgrade 2022.07 -> 2022.10
  > python3-hatchling: upgrade 1.10.0 -> 1.11.0
  > openssh: upgrade 9.0p1 -> 9.1p1
  > ifupdown: upgrade 0.8.37 -> 0.8.39
  > dbus: upgrade 1.14.0 -> 1.14.4
  > mtools: upgrade 4.0.40 -> 4.0.41
  > meson: upgrade 0.63.2 -> 0.63.3
  > init-system-helpers: upgrade 1.64 -> 1.65.2
  > python3-poetry-core: upgrade 1.0.8 -> 1.3.2
  > python3-iso8601: upgrade 1.0.2 -> 1.1.0
  > python3-setuptools-rust: upgrade 1.5.1 -> 1.5.2
  > python3-sphinx: upgrade 5.1.1 -> 5.2.3
  > python3-bcrypt: upgrade 3.2.2 -> 4.0.0
  > python3-pyopenssl: upgrade 22.0.0 -> 22.1.0
  > python3-hypothesis: upgrade 6.54.5 -> 6.56.1
  > python3-certifi: upgrade 2022.9.14 -> 2022.9.24
  > python3-cryptography-vectors: upgrade 37.0.4 -> 38.0.1
  > python3-cryptography: upgrade 37.0.4 -> 38.0.1
  > musl: Upgrade to latest master
  > buildtools-tarball: export certificates to python and curl
  > overlayfs: Allow not used mount points
  > wic: bootimg-efi: implement --include-path
  > wic: add UEFI kernel as UEFI stub
  > lsof: upgrade 4.95.0 -> 4.96.3
  > piglit: upgrade to latest revision
  > pango: upgrade 1.50.9 -> 1.50.10
  > python3-hatchling: upgrade 1.9.0 -> 1.10.0
  > acpid: upgrade 2.0.33 -> 2.0.34
  > vim: Upgrade 9.0.0598 -> 9.0.0614
  > base-passwd: Update to 3.6.1
  > mesa: only apply patch to fix ALWAYS_INLINE for native
  > meson: make wrapper options sub-command specific
  > bitbake: runqueue: fix a typo
  > bitbake: cooker: fix a typo
  > migration-guides/release-notes-4.1.rst: update Repositories / Downloads
  > lighttpd: fix CVE-2022-41556
  > gnutls: Unified package names to lower-case
  > cve-update-db-native: add timeout to urlopen() calls
  > glib-2.0: fix rare GFileInfo test case failure
  > openssl: export necessary env vars in SDK
  > bluez5: add dbus to RDEPENDS
  > zlib: use .gz archive and set a PREMIRROR
  > own-mirrors: add crate
  > gcc: Allow -Wno-error=poison-system-directories to take effect
  > perf: Depend on native setuptools3
  > u-boot: Add savedefconfig task
  > u-boot: Remove duplicate inherit of cml1
  > oe/packagemanager/rpm: don't leak file objects
  > insane.bbclass: Allow hashlib version that only accepts on parameter
  > opkg-utils: use a git clone, not a dynamic snapshot
  > psplash: add psplash-default in rdepends
  > linux-yocto: add efi entry for machine features
  > dropbear: add pam to PACKAGECONFIG
  > externalsrc: move back to classes
  > scripts/oe-check-sstate: force build to run for all targets, specifically populate_sysroot
  > scripts/oe-check-sstate: cleanup
  > populate_sdk_base: ensure ptest-pkgs pulls in ptest-runner
  > install-buildtools: support buildtools-make-tarball and update to 4.1
  > poky.conf: remove Ubuntu 21.10
  > docs: add support for langdale (4.1) release
  > migration-guides/release-notes-4.1.rst: update Repositories / Downloads
  > ref-manual: classes.rst: add links to all references to a class
  > manuals: updates for building on Windows (WSL 2)

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Oct 29, 2022
… sources/meta-freescale sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-arm 2fffdd9...3080a94 (12):
  > optee-os-ts: avoid using escape chars in EXTRA_OEMAKE
  > optee-ftpm/optee-os: add missing space in EXTRA_OEMAKE
  > arm: add Mickledore to layer compat string
  > arm-bsp/corstone1000: add msd configs for fvp
  > arm-bsp:optee: enable optee test for N1SDP target
  > arm-bsp/optee: register DRAM1 for N1SDP target
  > CI: Remove host bitbake variables
  > arm-bsp/trusted-service: corstone1000: esrt support
  > arm-bsp/trusted-firmware-m: corstone1000 support FMP image info
  > Revert "arm-bsp/trusted-firmware-m: corstone1000: bump tfm SHA"
  > Revert "arm-bsp/trusted-firmware-m: corstone1000: secure debug code checkout from yocto"
  > arm-bsp/corstone1000: apply ts patch to psa crypto api test

* sources/meta-atmel 04b54f0...f3e74c6 (2):
  > egt-launcher: Use c++17 standard for filesystem feature
  > libegt: Switch to using c++17

* sources/meta-clang f765d4b...4e5ab07 (2):
  > mybw: USe gnu objcopy on riscv64
  > mybw: Use libgcc to link on x86_64

* sources/meta-freescale 0d96c7fe...b2c524c3 (4):
  > Merge pull request #1282 from YoeDistro/yoe/mut
  > Merge pull request #1279 from MrCry0/master-uuu-1.4.243
  > weston: fix build test-internal-screenshot
  > Merge pull request #1276 from thochstein/kernel_uboot

* sources/meta-intel 5963592b...323fee2c (5):
  > vc-intrinsics: update to latest
  > opencl-clang/15.0.0: add recipe
  > openvino-model-optimizer: upgrade 2022.1.1 -> 2022.2.0
  > open-model-zoo: upgrade 2022.1.1 -> 2022.2.0
  > openvino-inference-engine : upgrade 2022.1.1 -> 2022.2.0

* sources/meta-odroid 8491ad6...9002f32 (1):
  > linux-hardkernel_5.10.bb: Add protocol= explicitly to github SRC_URI

* sources/meta-openembedded 2ab46bac6...375f63655 (52):
  > XXX: Add Github actions support for CI
  > android-tools-conf-configfs: Allow handling two or more UDC controllers
  > xf86-video-amdgpu: add new recipe xf86-video-amdgpu
  > libzip: Add native support
  > iniparser: Add native support
  > vbxguestdrivers: upgrade 7.0.0 -> 7.0.2
  > cpputest: add possibility to build extensions
  > cpputest: remove dev package dependency
  > nginx: Add ipv6 support
  > valijson: use install task from CMakeLists.txt
  > python3-py-cpuinfo: Upgrade 8.0.0 -> 9.0.0
  > python3-traitlets: Upgrade 5.4.0 -> 5.5.0
  > python3-yappi: mark as incompatible with python 3.11
  > python3-wxgtk4: skip the recipe
  > sip3: remove the recipe
  > python3-pint: Upgrade 0.19.2 -> 0.20
  > python3-colorama: Upgrade 0.4.5 -> 0.4.6
  > python3-pythonping: Upgrade 1.1.3 -> 1.1.4
  > python3-dill: Upgrade 0.3.5.1 -> 0.3.6
  > python3-cheetah: Upgrade 3.2.6 -> 3.2.6.post1
  > python3-zeroconf: upgrade 0.39.1 -> 0.39.2
  > python3-xxhash: upgrade 3.0.0 -> 3.1.0
  > python3-stevedore: upgrade 4.0.1 -> 4.1.0
  > python3-sqlalchemy: upgrade 1.4.41 -> 1.4.42
  > python3-socketio: upgrade 5.7.1 -> 5.7.2
  > python3-robotframework: upgrade 5.0.1 -> 6.0
  > python3-pywbemtools: upgrade 1.0.0 -> 1.0.1
  > python3-pymongo: upgrade 4.2.0 -> 4.3.2
  > python3-pyjwt: upgrade 2.5.0 -> 2.6.0
  > python3-protobuf: upgrade 4.21.7 -> 4.21.8
  > python3-portalocker: upgrade 2.5.1 -> 2.6.0
  > python3-pika: upgrade 1.3.0 -> 1.3.1
  > python3-pastedeploy: upgrade 2.1.1 -> 3.0.1
  > python3-pandas: upgrade 1.5.0 -> 1.5.1
  > python3-oauthlib: upgrade 3.2.1 -> 3.2.2
  > python3-luma-core: upgrade 2.3.1 -> 2.4.0
  > python3-incremental: upgrade 21.3.0 -> 22.10.0
  > python3-huey: upgrade 2.4.3 -> 2.4.4
  > python3-grpcio: upgrade 1.49.1 -> 1.50.0
  > python3-grpcio-tools: upgrade 1.49.1 -> 1.50.0
  > python3-google-auth: upgrade 2.12.0 -> 2.13.0
  > python3-google-api-python-client: upgrade 2.64.0 -> 2.65.0
  > python3-charset-normalizer: upgrade 2.1.1 -> 3.0.0
  > python3-astroid: upgrade 2.12.11 -> 2.12.12
  > tio: upgrade 2.1 -> 2.2
  > sanlock: upgrade 3.8.4 -> 3.8.5
  > makedumpfile: upgrade 1.7.1 -> 1.7.2
  > libglvnd: add new recipe libglvnd v1.5.0
  > fvwm: upgrade 2.6.9 -> 2.7.0
  > ctags: upgrade 5.9.20221009.0 -> 5.9.20221016.0
  > bats: upgrade 1.8.0 -> 1.8.2
  > tcpslice: upgrade 1.5 -> 1.6

* sources/meta-qcom 6e209b7...c0ca1bd (2):
  > Merge pull request #456 from lumag/fw-wcn
  > Merge pull request #397 from lumag/test-image-adbd

* sources/meta-raspberrypi 722c516...a305f48 (1):
  > libcamera: rename bbappend to match any version

* sources/meta-riscv d5628ff...c01183c (1):
  > python3-cryptography: Drop bbappend for >=38 release

* sources/meta-ti c023b505...354d0806 (1):
  > ffa-debugfs-mod: Remove bbappend

* sources/meta-variscite-bsp 5309d9f...80b599e (35):
  > linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+
  > imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel
  > linux-variscite_5.10.72.bb: Keep recipe	for machines not yet ready for 5.15
  > u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now
  > arm-ffa-tee: Disable for variscite machines
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > Add patch to fix rwx segement linker problem
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  > u-boot-variscite: update to latest
  > imx8mp-var-dart: configure op-tee memory to 4gb
  > imx8mq-var-dart: configure op-tee memory to 4gb
  > optee-os: imx8mq-var-dart: add support for more then 3GB
  > imx8mq-var-dart: move op-tee to middle of first bank
  > Merge pull request #7 from moto-timo/kirkstone-imx6ul-var-dart
  > wl18xx-calibrator: Sync from meta-ti
  > brcm-patchram-plus: Fix license and build with clang
  > wlconf: Sync recipe with meta-ti
  > Merge pull request #4 from YoeDistro/yoe/systemd
  > Merge pull request #5 from YoeDistro/yoe/tune-paths
  < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+
  < systemd: Use systemd unit fragment instead of patching config files
  < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel
  < linux-variscite_5.10.72.bb: Keep recipe	for machines not yet ready for 5.15
  < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now
  < arm-ffa-tee: Disable for variscite machines
  < bluealsa: Add missing SRC_URI entry for bluealsa.service
  < variscite: Use a wildchar for preferred gstreamer
  < wl18xx-calibrator: Sync from meta-ti
  < Add patch to fix rwx segement linker problem
  < layer.conf: Add langdate ( 4.1 ) to compatible layers
  < imx8qm-var-som: Fix paths to tune files
  < brcm-patchram-plus: Fix license and build with clang
  < wlconf: Sync recipe with meta-ti
  < fix include path

* sources/poky 95c802b0be...cb360e952d (197):
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > iproute2: upgrade 5.19.0 -> 6.0.0
  > ethtool: upgrade 5.19 -> 6.0
  > libpam: fix CVE-2022-28321
  > create-spdx.bbclass: remove unused SPDX_INCLUDE_PACKAGED
  > wic: swap partitions are not added to fstab
  > sanity: check for GNU tar specifically
  > python3: update 3.10.6 -> 3.11.0
  > quilt: backport a patch to address grep 3.8 failures
  > libxslt: upgrade 1.1.35 -> 1.1.37
  > libsoup: upgrade 3.0.7 -> 3.2.0
  > lttng-modules: upgrade 2.13.4 -> 2.13.5
  > shadow: update 4.12.1 -> 4.12.3
  > python3-jsonschema: upgrade 4.9.1 -> 4.16.0
  > python3-hatch-fancy-pypi-readme: add a recipe
  > python3-dbus: upgrade 1.2.18 -> 1.3.2
  > jquery: upgrade 3.6.0 -> 3.6.1
  > cmake: update 3.24.0 -> 3.24.2
  > ovmf: upgrade edk2-stable202205 -> edk2-stable202208
  > pinentry: update 1.2.0 -> 1.2.1
  > libxft: update 2.3.4 -> 2.3.6
  > wayland-utils: update 1.0.0 -> 1.1.0
  > vulkan: update 1.3.216.0 -> 1.3.224.1
  > stress-ng: update 0.14.03 -> 0.14.06
  > hdparm: update 9.64 -> 9.65
  > grep: update 3.7 -> 3.8
  > llvm: update 14.0.6 -> 15.0.1
  > gnu-config: update to latest revision
  > unfs3: correct upstream version check
  > cmake-native: Fix host tool contamination (Bug: 14951)
  > mesa: enable glvnd support
  > archiver: avoid using machine variable as it breaks multiconfig
  > oeqa/selftest/archiver: Add multiconfig test for shared recipes
  > u-boot: Add savedefconfig task
  > kernel: classes: Extract savedefconfig to a class
  > bitbake: fetch2/git: don't set core.fsyncobjectfiles=0
  > bitbake: asyncrpc: serv: correct closed client socket detection
  > bitbake: bitbake: bitbake-layers: checkout layer(s) branch when clone exists
  > manuals: use references to the "Build Directory" term
  > manuals: add missing references to SDKMACHINE and SDK_ARCH
  > manuals: stop referring to the meta-openembedded repo from GitHub
  > manuals: replace "_" by "__" in external links
  > Documentation/README: formalize guidelines for external link syntax
  > dev-manual: common-tasks.rst: refactor and improve "Checking for Vulnerabilities" section
  > dev-manual: common-tasks.rst: add regular updates and CVE scans to security best practices
  > ref-manual: classes.rst: improve documentation for cve-check.bbclass
  > ref-manual: variables.rst: add documentation for CVE_VERSION
  > ref-manual: add info on buildtools-make-tarball
  > ref-manual: add wic command bootloader ptable option
  > tiff: fix a typo for CVE-2022-2953.patch
  > mirrors.bbclass: use shallow tarball for binutils-native
  > go: add support to build on ppc64le
  > kernel-fitimage: skip FDT section creation for applicable symlinks
  > kernel-fitimage: mangle slashes to underscores as late as possible
  > lighttpd: upgrade 1.4.66 -> 1.4.67
  > rust: install rustfmt for riscv32 as well
  > rust-target-config: match riscv target names with what rust expects
  > qemu: backport the fix for CVE-2022-3165
  > tiff: fix a number of CVEs
  > mesa: update 22.2.0 -> 22.2.2
  > bitbake: bitbake-user-manual: details about variable flags starting with underscore
  > bitbake: tests/fetch: Allow handling of a file:// url within a submodule
  > openssl: Fix SSL_CERT_FILE to match ca-certs location
  > bitbake: tests: bb.tests.fetch.URLHandle: add 2 new tests
  > bitbake: doc: bitbake-user-manual: expand description of BB_PRESSURE_MAX variables
  > bitbake: utils/ply: Update md5 to better report errors with hashlib
  > bitbake: bitbake: user-manual: inform about spaces in :remove
  > u-boot: Rework signing to remove interdependencies
  > uboot-sign: Split off kernel-fitimage variables
  > uboot-sign: Use bitbake variables directly
  > kernel-fitimage: Use KERNEL_OUTPUT_DIR where appropriate
  > kernel: Clear SYSROOT_DIRS instead of replacing sysroot_stage_all
  > uboot-sign: Fix using wrong KEY_REQ_ARGS
  > git: upgrade 2.37.3 -> 2.38.1
  > xserver-xorg: backport fixes for CVE-2022-3550 and CVE-2022-3551
  > xserver-xorg: ignore CVE-2022-3553 as it is XQuartz-specific
  > libx11: apply the fix for CVE-2022-3554
  > kernel-yocto: improve fatal error messages of symbol_why.py
  > os-release: add HOMEPAGE and link to documentation
  > os-release: replace DISTRO_CODENAME with VERSION_CODENAME
  > gstreamer1.0-libav: fix errors with ffmpeg 5.x
  > externalsrc.bbclass: Remove a trailing slash from ${B}
  > runqemu: Do not perturb script environment
  > qemu-helper-native: Re-write bridge helper as C program
  > wic: honor the SOURCE_DATE_EPOCH in case of updated fstab
  > runqemu: Fix gl-es argument from causing other arguments to be ignored
  > externalsrc.bbclass: fix git repo detection
  > wayland-protocols: upgrade 1.26 -> 1.27
  > openssl: CVE-2022-3358 Using a Custom Cipher with NID_undef may lead to NULL encryption
  > systemd: add systemd-creds and systemd-cryptenroll to systemd-extra-utils
  > create-spdx: Remove ";name=..." for downloadLocation
  > linux-yocto/5.15: update to v5.15.72
  > linux-yocto/5.19: update to v5.19.14
  > kern-tools: fix relative path processing
  > grub: disable build on armv7ve/a with hardfp
  > mesa: Add native patch via a variable
  > xserver-xorg: move some recommended dependencies in required
  > linux-firmware: package amdgpu firmware
  > linux-firmware: split rtl8761 firmware
  > vulkan-samples: add lfs=0 to SRC_URI to avoid git smudge errors in do_unpack
  > zlib: upgrade 1.2.12 -> 1.2.13
  > zlib: do out-of-tree builds
  > btrfs-tools: upgrade 5.19.1 -> 6.0
  > go-mod.bbclass: Remove repeated word
  > rust: update 1.63.0 -> 1.64.0
  > buildconf: compare abspath
  > wic: implement binary repeatable disk identifiers
  > linux-yocto-dev: add qemuarm64
  > lttng-ust: upgrade 2.13.4 -> 2.13.5
  > libwpe: upgrade 1.12.3 -> 1.14.0
  > libsdl2: upgrade 2.24.0 -> 2.24.1
  > libksba: upgrade 1.6.0 -> 1.6.2
  > xz: upgrade 5.2.6 -> 5.2.7
  > xkeyboard-config: upgrade 2.36 -> 2.37
  > wpebackend-fdo: upgrade 1.12.1 -> 1.14.0
  > sqlite3: upgrade 3.39.3 -> 3.39.4
  > repo: upgrade 2.29.2 -> 2.29.3
  > python3-zipp: upgrade 3.8.1 -> 3.9.0
  > python3-pytz: upgrade 2022.2.1 -> 2022.4
  > numactl: upgrade 2.0.15 -> 2.0.16
  > powertop: upgrade 2.14 -> 2.15
  > libva-utils: upgrade 2.15.0 -> 2.16.0
  > libva: upgrade 2.15.0 -> 2.16.0
  > libical: upgrade 3.0.14 -> 3.0.15
  > libcap: upgrade 2.65 -> 2.66
  > harfbuzz: upgrade 5.1.0 -> 5.3.0
  > gsettings-desktop-schemas: upgrade 42.0 -> 43.0
  > gnutls: upgrade 3.7.7 -> 3.7.8
  > python3-manifest.json: Move urllib to netclient
  > qemu-native: Add PACKAGECONFIG option for jack
  > python3-importlib-metadata: upgrade 4.12.0 -> 5.0.0
  > python3-git: upgrade 3.1.27 -> 3.1.28
  > u-boot: upgrade 2022.07 -> 2022.10
  > python3-hatchling: upgrade 1.10.0 -> 1.11.0
  > openssh: upgrade 9.0p1 -> 9.1p1
  > ifupdown: upgrade 0.8.37 -> 0.8.39
  > dbus: upgrade 1.14.0 -> 1.14.4
  > mtools: upgrade 4.0.40 -> 4.0.41
  > meson: upgrade 0.63.2 -> 0.63.3
  > init-system-helpers: upgrade 1.64 -> 1.65.2
  > python3-poetry-core: upgrade 1.0.8 -> 1.3.2
  > python3-iso8601: upgrade 1.0.2 -> 1.1.0
  > python3-setuptools-rust: upgrade 1.5.1 -> 1.5.2
  > python3-sphinx: upgrade 5.1.1 -> 5.2.3
  > python3-bcrypt: upgrade 3.2.2 -> 4.0.0
  > python3-pyopenssl: upgrade 22.0.0 -> 22.1.0
  > python3-hypothesis: upgrade 6.54.5 -> 6.56.1
  > python3-certifi: upgrade 2022.9.14 -> 2022.9.24
  > python3-cryptography-vectors: upgrade 37.0.4 -> 38.0.1
  > python3-cryptography: upgrade 37.0.4 -> 38.0.1
  > musl: Upgrade to latest master
  > buildtools-tarball: export certificates to python and curl
  > overlayfs: Allow not used mount points
  > wic: bootimg-efi: implement --include-path
  > wic: add UEFI kernel as UEFI stub
  > lsof: upgrade 4.95.0 -> 4.96.3
  > piglit: upgrade to latest revision
  > pango: upgrade 1.50.9 -> 1.50.10
  > python3-hatchling: upgrade 1.9.0 -> 1.10.0
  > acpid: upgrade 2.0.33 -> 2.0.34
  > vim: Upgrade 9.0.0598 -> 9.0.0614
  > base-passwd: Update to 3.6.1
  > mesa: only apply patch to fix ALWAYS_INLINE for native
  > meson: make wrapper options sub-command specific
  > bitbake: runqueue: fix a typo
  > bitbake: cooker: fix a typo
  > migration-guides/release-notes-4.1.rst: update Repositories / Downloads
  > lighttpd: fix CVE-2022-41556
  > gnutls: Unified package names to lower-case
  > cve-update-db-native: add timeout to urlopen() calls
  > glib-2.0: fix rare GFileInfo test case failure
  > openssl: export necessary env vars in SDK
  > bluez5: add dbus to RDEPENDS
  > zlib: use .gz archive and set a PREMIRROR
  > own-mirrors: add crate
  > gcc: Allow -Wno-error=poison-system-directories to take effect
  > perf: Depend on native setuptools3
  > u-boot: Add savedefconfig task
  > u-boot: Remove duplicate inherit of cml1
  > oe/packagemanager/rpm: don't leak file objects
  > insane.bbclass: Allow hashlib version that only accepts on parameter
  > opkg-utils: use a git clone, not a dynamic snapshot
  > psplash: add psplash-default in rdepends
  > linux-yocto: add efi entry for machine features
  > dropbear: add pam to PACKAGECONFIG
  > externalsrc: move back to classes
  > scripts/oe-check-sstate: force build to run for all targets, specifically populate_sysroot
  > scripts/oe-check-sstate: cleanup
  > populate_sdk_base: ensure ptest-pkgs pulls in ptest-runner
  > install-buildtools: support buildtools-make-tarball and update to 4.1
  > poky.conf: remove Ubuntu 21.10
  > docs: add support for langdale (4.1) release
  > migration-guides/release-notes-4.1.rst: update Repositories / Downloads
  > ref-manual: classes.rst: add links to all references to a class
  > manuals: updates for building on Windows (WSL 2)

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Oct 29, 2022
… sources/meta-freescale sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-arm 2fffdd9...3080a94 (12):
  > optee-os-ts: avoid using escape chars in EXTRA_OEMAKE
  > optee-ftpm/optee-os: add missing space in EXTRA_OEMAKE
  > arm: add Mickledore to layer compat string
  > arm-bsp/corstone1000: add msd configs for fvp
  > arm-bsp:optee: enable optee test for N1SDP target
  > arm-bsp/optee: register DRAM1 for N1SDP target
  > CI: Remove host bitbake variables
  > arm-bsp/trusted-service: corstone1000: esrt support
  > arm-bsp/trusted-firmware-m: corstone1000 support FMP image info
  > Revert "arm-bsp/trusted-firmware-m: corstone1000: bump tfm SHA"
  > Revert "arm-bsp/trusted-firmware-m: corstone1000: secure debug code checkout from yocto"
  > arm-bsp/corstone1000: apply ts patch to psa crypto api test

* sources/meta-atmel 04b54f0...f3e74c6 (2):
  > egt-launcher: Use c++17 standard for filesystem feature
  > libegt: Switch to using c++17

* sources/meta-clang f765d4b...4e5ab07 (2):
  > mybw: USe gnu objcopy on riscv64
  > mybw: Use libgcc to link on x86_64

* sources/meta-freescale 0d96c7fe...b2c524c3 (4):
  > Merge pull request #1282 from YoeDistro/yoe/mut
  > Merge pull request #1279 from MrCry0/master-uuu-1.4.243
  > weston: fix build test-internal-screenshot
  > Merge pull request #1276 from thochstein/kernel_uboot

* sources/meta-intel 5963592b...323fee2c (5):
  > vc-intrinsics: update to latest
  > opencl-clang/15.0.0: add recipe
  > openvino-model-optimizer: upgrade 2022.1.1 -> 2022.2.0
  > open-model-zoo: upgrade 2022.1.1 -> 2022.2.0
  > openvino-inference-engine : upgrade 2022.1.1 -> 2022.2.0

* sources/meta-odroid 8491ad6...9002f32 (1):
  > linux-hardkernel_5.10.bb: Add protocol= explicitly to github SRC_URI

* sources/meta-openembedded 2ab46bac6...375f63655 (52):
  > XXX: Add Github actions support for CI
  > android-tools-conf-configfs: Allow handling two or more UDC controllers
  > xf86-video-amdgpu: add new recipe xf86-video-amdgpu
  > libzip: Add native support
  > iniparser: Add native support
  > vbxguestdrivers: upgrade 7.0.0 -> 7.0.2
  > cpputest: add possibility to build extensions
  > cpputest: remove dev package dependency
  > nginx: Add ipv6 support
  > valijson: use install task from CMakeLists.txt
  > python3-py-cpuinfo: Upgrade 8.0.0 -> 9.0.0
  > python3-traitlets: Upgrade 5.4.0 -> 5.5.0
  > python3-yappi: mark as incompatible with python 3.11
  > python3-wxgtk4: skip the recipe
  > sip3: remove the recipe
  > python3-pint: Upgrade 0.19.2 -> 0.20
  > python3-colorama: Upgrade 0.4.5 -> 0.4.6
  > python3-pythonping: Upgrade 1.1.3 -> 1.1.4
  > python3-dill: Upgrade 0.3.5.1 -> 0.3.6
  > python3-cheetah: Upgrade 3.2.6 -> 3.2.6.post1
  > python3-zeroconf: upgrade 0.39.1 -> 0.39.2
  > python3-xxhash: upgrade 3.0.0 -> 3.1.0
  > python3-stevedore: upgrade 4.0.1 -> 4.1.0
  > python3-sqlalchemy: upgrade 1.4.41 -> 1.4.42
  > python3-socketio: upgrade 5.7.1 -> 5.7.2
  > python3-robotframework: upgrade 5.0.1 -> 6.0
  > python3-pywbemtools: upgrade 1.0.0 -> 1.0.1
  > python3-pymongo: upgrade 4.2.0 -> 4.3.2
  > python3-pyjwt: upgrade 2.5.0 -> 2.6.0
  > python3-protobuf: upgrade 4.21.7 -> 4.21.8
  > python3-portalocker: upgrade 2.5.1 -> 2.6.0
  > python3-pika: upgrade 1.3.0 -> 1.3.1
  > python3-pastedeploy: upgrade 2.1.1 -> 3.0.1
  > python3-pandas: upgrade 1.5.0 -> 1.5.1
  > python3-oauthlib: upgrade 3.2.1 -> 3.2.2
  > python3-luma-core: upgrade 2.3.1 -> 2.4.0
  > python3-incremental: upgrade 21.3.0 -> 22.10.0
  > python3-huey: upgrade 2.4.3 -> 2.4.4
  > python3-grpcio: upgrade 1.49.1 -> 1.50.0
  > python3-grpcio-tools: upgrade 1.49.1 -> 1.50.0
  > python3-google-auth: upgrade 2.12.0 -> 2.13.0
  > python3-google-api-python-client: upgrade 2.64.0 -> 2.65.0
  > python3-charset-normalizer: upgrade 2.1.1 -> 3.0.0
  > python3-astroid: upgrade 2.12.11 -> 2.12.12
  > tio: upgrade 2.1 -> 2.2
  > sanlock: upgrade 3.8.4 -> 3.8.5
  > makedumpfile: upgrade 1.7.1 -> 1.7.2
  > libglvnd: add new recipe libglvnd v1.5.0
  > fvwm: upgrade 2.6.9 -> 2.7.0
  > ctags: upgrade 5.9.20221009.0 -> 5.9.20221016.0
  > bats: upgrade 1.8.0 -> 1.8.2
  > tcpslice: upgrade 1.5 -> 1.6

* sources/meta-qcom 6e209b7...c0ca1bd (2):
  > Merge pull request #456 from lumag/fw-wcn
  > Merge pull request #397 from lumag/test-image-adbd

* sources/meta-raspberrypi 722c516...a305f48 (1):
  > libcamera: rename bbappend to match any version

* sources/meta-riscv d5628ff...c01183c (1):
  > python3-cryptography: Drop bbappend for >=38 release

* sources/meta-ti c023b505...354d0806 (1):
  > ffa-debugfs-mod: Remove bbappend

* sources/meta-variscite-bsp 5309d9f...80b599e (35):
  > linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+
  > imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel
  > linux-variscite_5.10.72.bb: Keep recipe	for machines not yet ready for 5.15
  > u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now
  > arm-ffa-tee: Disable for variscite machines
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > Add patch to fix rwx segement linker problem
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  > u-boot-variscite: update to latest
  > imx8mp-var-dart: configure op-tee memory to 4gb
  > imx8mq-var-dart: configure op-tee memory to 4gb
  > optee-os: imx8mq-var-dart: add support for more then 3GB
  > imx8mq-var-dart: move op-tee to middle of first bank
  > Merge pull request #7 from moto-timo/kirkstone-imx6ul-var-dart
  > wl18xx-calibrator: Sync from meta-ti
  > brcm-patchram-plus: Fix license and build with clang
  > wlconf: Sync recipe with meta-ti
  > Merge pull request #4 from YoeDistro/yoe/systemd
  > Merge pull request #5 from YoeDistro/yoe/tune-paths
  < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+
  < systemd: Use systemd unit fragment instead of patching config files
  < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel
  < linux-variscite_5.10.72.bb: Keep recipe	for machines not yet ready for 5.15
  < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now
  < arm-ffa-tee: Disable for variscite machines
  < bluealsa: Add missing SRC_URI entry for bluealsa.service
  < variscite: Use a wildchar for preferred gstreamer
  < wl18xx-calibrator: Sync from meta-ti
  < Add patch to fix rwx segement linker problem
  < layer.conf: Add langdate ( 4.1 ) to compatible layers
  < imx8qm-var-som: Fix paths to tune files
  < brcm-patchram-plus: Fix license and build with clang
  < wlconf: Sync recipe with meta-ti
  < fix include path

* sources/poky 95c802b0be...b1094039e7 (198):
  > musl: Update to latest on tip of trunk
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > iproute2: upgrade 5.19.0 -> 6.0.0
  > ethtool: upgrade 5.19 -> 6.0
  > libpam: fix CVE-2022-28321
  > create-spdx.bbclass: remove unused SPDX_INCLUDE_PACKAGED
  > wic: swap partitions are not added to fstab
  > sanity: check for GNU tar specifically
  > python3: update 3.10.6 -> 3.11.0
  > quilt: backport a patch to address grep 3.8 failures
  > libxslt: upgrade 1.1.35 -> 1.1.37
  > libsoup: upgrade 3.0.7 -> 3.2.0
  > lttng-modules: upgrade 2.13.4 -> 2.13.5
  > shadow: update 4.12.1 -> 4.12.3
  > python3-jsonschema: upgrade 4.9.1 -> 4.16.0
  > python3-hatch-fancy-pypi-readme: add a recipe
  > python3-dbus: upgrade 1.2.18 -> 1.3.2
  > jquery: upgrade 3.6.0 -> 3.6.1
  > cmake: update 3.24.0 -> 3.24.2
  > ovmf: upgrade edk2-stable202205 -> edk2-stable202208
  > pinentry: update 1.2.0 -> 1.2.1
  > libxft: update 2.3.4 -> 2.3.6
  > wayland-utils: update 1.0.0 -> 1.1.0
  > vulkan: update 1.3.216.0 -> 1.3.224.1
  > stress-ng: update 0.14.03 -> 0.14.06
  > hdparm: update 9.64 -> 9.65
  > grep: update 3.7 -> 3.8
  > llvm: update 14.0.6 -> 15.0.1
  > gnu-config: update to latest revision
  > unfs3: correct upstream version check
  > cmake-native: Fix host tool contamination (Bug: 14951)
  > mesa: enable glvnd support
  > archiver: avoid using machine variable as it breaks multiconfig
  > oeqa/selftest/archiver: Add multiconfig test for shared recipes
  > u-boot: Add savedefconfig task
  > kernel: classes: Extract savedefconfig to a class
  > bitbake: fetch2/git: don't set core.fsyncobjectfiles=0
  > bitbake: asyncrpc: serv: correct closed client socket detection
  > bitbake: bitbake: bitbake-layers: checkout layer(s) branch when clone exists
  > manuals: use references to the "Build Directory" term
  > manuals: add missing references to SDKMACHINE and SDK_ARCH
  > manuals: stop referring to the meta-openembedded repo from GitHub
  > manuals: replace "_" by "__" in external links
  > Documentation/README: formalize guidelines for external link syntax
  > dev-manual: common-tasks.rst: refactor and improve "Checking for Vulnerabilities" section
  > dev-manual: common-tasks.rst: add regular updates and CVE scans to security best practices
  > ref-manual: classes.rst: improve documentation for cve-check.bbclass
  > ref-manual: variables.rst: add documentation for CVE_VERSION
  > ref-manual: add info on buildtools-make-tarball
  > ref-manual: add wic command bootloader ptable option
  > tiff: fix a typo for CVE-2022-2953.patch
  > mirrors.bbclass: use shallow tarball for binutils-native
  > go: add support to build on ppc64le
  > kernel-fitimage: skip FDT section creation for applicable symlinks
  > kernel-fitimage: mangle slashes to underscores as late as possible
  > lighttpd: upgrade 1.4.66 -> 1.4.67
  > rust: install rustfmt for riscv32 as well
  > rust-target-config: match riscv target names with what rust expects
  > qemu: backport the fix for CVE-2022-3165
  > tiff: fix a number of CVEs
  > mesa: update 22.2.0 -> 22.2.2
  > bitbake: bitbake-user-manual: details about variable flags starting with underscore
  > bitbake: tests/fetch: Allow handling of a file:// url within a submodule
  > openssl: Fix SSL_CERT_FILE to match ca-certs location
  > bitbake: tests: bb.tests.fetch.URLHandle: add 2 new tests
  > bitbake: doc: bitbake-user-manual: expand description of BB_PRESSURE_MAX variables
  > bitbake: utils/ply: Update md5 to better report errors with hashlib
  > bitbake: bitbake: user-manual: inform about spaces in :remove
  > u-boot: Rework signing to remove interdependencies
  > uboot-sign: Split off kernel-fitimage variables
  > uboot-sign: Use bitbake variables directly
  > kernel-fitimage: Use KERNEL_OUTPUT_DIR where appropriate
  > kernel: Clear SYSROOT_DIRS instead of replacing sysroot_stage_all
  > uboot-sign: Fix using wrong KEY_REQ_ARGS
  > git: upgrade 2.37.3 -> 2.38.1
  > xserver-xorg: backport fixes for CVE-2022-3550 and CVE-2022-3551
  > xserver-xorg: ignore CVE-2022-3553 as it is XQuartz-specific
  > libx11: apply the fix for CVE-2022-3554
  > kernel-yocto: improve fatal error messages of symbol_why.py
  > os-release: add HOMEPAGE and link to documentation
  > os-release: replace DISTRO_CODENAME with VERSION_CODENAME
  > gstreamer1.0-libav: fix errors with ffmpeg 5.x
  > externalsrc.bbclass: Remove a trailing slash from ${B}
  > runqemu: Do not perturb script environment
  > qemu-helper-native: Re-write bridge helper as C program
  > wic: honor the SOURCE_DATE_EPOCH in case of updated fstab
  > runqemu: Fix gl-es argument from causing other arguments to be ignored
  > externalsrc.bbclass: fix git repo detection
  > wayland-protocols: upgrade 1.26 -> 1.27
  > openssl: CVE-2022-3358 Using a Custom Cipher with NID_undef may lead to NULL encryption
  > systemd: add systemd-creds and systemd-cryptenroll to systemd-extra-utils
  > create-spdx: Remove ";name=..." for downloadLocation
  > linux-yocto/5.15: update to v5.15.72
  > linux-yocto/5.19: update to v5.19.14
  > kern-tools: fix relative path processing
  > grub: disable build on armv7ve/a with hardfp
  > mesa: Add native patch via a variable
  > xserver-xorg: move some recommended dependencies in required
  > linux-firmware: package amdgpu firmware
  > linux-firmware: split rtl8761 firmware
  > vulkan-samples: add lfs=0 to SRC_URI to avoid git smudge errors in do_unpack
  > zlib: upgrade 1.2.12 -> 1.2.13
  > zlib: do out-of-tree builds
  > btrfs-tools: upgrade 5.19.1 -> 6.0
  > go-mod.bbclass: Remove repeated word
  > rust: update 1.63.0 -> 1.64.0
  > buildconf: compare abspath
  > wic: implement binary repeatable disk identifiers
  > linux-yocto-dev: add qemuarm64
  > lttng-ust: upgrade 2.13.4 -> 2.13.5
  > libwpe: upgrade 1.12.3 -> 1.14.0
  > libsdl2: upgrade 2.24.0 -> 2.24.1
  > libksba: upgrade 1.6.0 -> 1.6.2
  > xz: upgrade 5.2.6 -> 5.2.7
  > xkeyboard-config: upgrade 2.36 -> 2.37
  > wpebackend-fdo: upgrade 1.12.1 -> 1.14.0
  > sqlite3: upgrade 3.39.3 -> 3.39.4
  > repo: upgrade 2.29.2 -> 2.29.3
  > python3-zipp: upgrade 3.8.1 -> 3.9.0
  > python3-pytz: upgrade 2022.2.1 -> 2022.4
  > numactl: upgrade 2.0.15 -> 2.0.16
  > powertop: upgrade 2.14 -> 2.15
  > libva-utils: upgrade 2.15.0 -> 2.16.0
  > libva: upgrade 2.15.0 -> 2.16.0
  > libical: upgrade 3.0.14 -> 3.0.15
  > libcap: upgrade 2.65 -> 2.66
  > harfbuzz: upgrade 5.1.0 -> 5.3.0
  > gsettings-desktop-schemas: upgrade 42.0 -> 43.0
  > gnutls: upgrade 3.7.7 -> 3.7.8
  > python3-manifest.json: Move urllib to netclient
  > qemu-native: Add PACKAGECONFIG option for jack
  > python3-importlib-metadata: upgrade 4.12.0 -> 5.0.0
  > python3-git: upgrade 3.1.27 -> 3.1.28
  > u-boot: upgrade 2022.07 -> 2022.10
  > python3-hatchling: upgrade 1.10.0 -> 1.11.0
  > openssh: upgrade 9.0p1 -> 9.1p1
  > ifupdown: upgrade 0.8.37 -> 0.8.39
  > dbus: upgrade 1.14.0 -> 1.14.4
  > mtools: upgrade 4.0.40 -> 4.0.41
  > meson: upgrade 0.63.2 -> 0.63.3
  > init-system-helpers: upgrade 1.64 -> 1.65.2
  > python3-poetry-core: upgrade 1.0.8 -> 1.3.2
  > python3-iso8601: upgrade 1.0.2 -> 1.1.0
  > python3-setuptools-rust: upgrade 1.5.1 -> 1.5.2
  > python3-sphinx: upgrade 5.1.1 -> 5.2.3
  > python3-bcrypt: upgrade 3.2.2 -> 4.0.0
  > python3-pyopenssl: upgrade 22.0.0 -> 22.1.0
  > python3-hypothesis: upgrade 6.54.5 -> 6.56.1
  > python3-certifi: upgrade 2022.9.14 -> 2022.9.24
  > python3-cryptography-vectors: upgrade 37.0.4 -> 38.0.1
  > python3-cryptography: upgrade 37.0.4 -> 38.0.1
  > musl: Upgrade to latest master
  > buildtools-tarball: export certificates to python and curl
  > overlayfs: Allow not used mount points
  > wic: bootimg-efi: implement --include-path
  > wic: add UEFI kernel as UEFI stub
  > lsof: upgrade 4.95.0 -> 4.96.3
  > piglit: upgrade to latest revision
  > pango: upgrade 1.50.9 -> 1.50.10
  > python3-hatchling: upgrade 1.9.0 -> 1.10.0
  > acpid: upgrade 2.0.33 -> 2.0.34
  > vim: Upgrade 9.0.0598 -> 9.0.0614
  > base-passwd: Update to 3.6.1
  > mesa: only apply patch to fix ALWAYS_INLINE for native
  > meson: make wrapper options sub-command specific
  > bitbake: runqueue: fix a typo
  > bitbake: cooker: fix a typo
  > migration-guides/release-notes-4.1.rst: update Repositories / Downloads
  > lighttpd: fix CVE-2022-41556
  > gnutls: Unified package names to lower-case
  > cve-update-db-native: add timeout to urlopen() calls
  > glib-2.0: fix rare GFileInfo test case failure
  > openssl: export necessary env vars in SDK
  > bluez5: add dbus to RDEPENDS
  > zlib: use .gz archive and set a PREMIRROR
  > own-mirrors: add crate
  > gcc: Allow -Wno-error=poison-system-directories to take effect
  > perf: Depend on native setuptools3
  > u-boot: Add savedefconfig task
  > u-boot: Remove duplicate inherit of cml1
  > oe/packagemanager/rpm: don't leak file objects
  > insane.bbclass: Allow hashlib version that only accepts on parameter
  > opkg-utils: use a git clone, not a dynamic snapshot
  > psplash: add psplash-default in rdepends
  > linux-yocto: add efi entry for machine features
  > dropbear: add pam to PACKAGECONFIG
  > externalsrc: move back to classes
  > scripts/oe-check-sstate: force build to run for all targets, specifically populate_sysroot
  > scripts/oe-check-sstate: cleanup
  > populate_sdk_base: ensure ptest-pkgs pulls in ptest-runner
  > install-buildtools: support buildtools-make-tarball and update to 4.1
  > poky.conf: remove Ubuntu 21.10
  > docs: add support for langdale (4.1) release
  > migration-guides/release-notes-4.1.rst: update Repositories / Downloads
  > ref-manual: classes.rst: add links to all references to a class
  > manuals: updates for building on Windows (WSL 2)

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Oct 29, 2022
… sources/meta-freescale sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-arm 2fffdd9...3080a94 (12):
  > optee-os-ts: avoid using escape chars in EXTRA_OEMAKE
  > optee-ftpm/optee-os: add missing space in EXTRA_OEMAKE
  > arm: add Mickledore to layer compat string
  > arm-bsp/corstone1000: add msd configs for fvp
  > arm-bsp:optee: enable optee test for N1SDP target
  > arm-bsp/optee: register DRAM1 for N1SDP target
  > CI: Remove host bitbake variables
  > arm-bsp/trusted-service: corstone1000: esrt support
  > arm-bsp/trusted-firmware-m: corstone1000 support FMP image info
  > Revert "arm-bsp/trusted-firmware-m: corstone1000: bump tfm SHA"
  > Revert "arm-bsp/trusted-firmware-m: corstone1000: secure debug code checkout from yocto"
  > arm-bsp/corstone1000: apply ts patch to psa crypto api test

* sources/meta-atmel 04b54f0...f3e74c6 (2):
  > egt-launcher: Use c++17 standard for filesystem feature
  > libegt: Switch to using c++17

* sources/meta-clang f765d4b...4e5ab07 (2):
  > mybw: USe gnu objcopy on riscv64
  > mybw: Use libgcc to link on x86_64

* sources/meta-freescale 0d96c7fe...b2c524c3 (4):
  > Merge pull request #1282 from YoeDistro/yoe/mut
  > Merge pull request #1279 from MrCry0/master-uuu-1.4.243
  > weston: fix build test-internal-screenshot
  > Merge pull request #1276 from thochstein/kernel_uboot

* sources/meta-intel 5963592b...323fee2c (5):
  > vc-intrinsics: update to latest
  > opencl-clang/15.0.0: add recipe
  > openvino-model-optimizer: upgrade 2022.1.1 -> 2022.2.0
  > open-model-zoo: upgrade 2022.1.1 -> 2022.2.0
  > openvino-inference-engine : upgrade 2022.1.1 -> 2022.2.0

* sources/meta-odroid 8491ad6...9002f32 (1):
  > linux-hardkernel_5.10.bb: Add protocol= explicitly to github SRC_URI

* sources/meta-openembedded 2ab46bac6...686670b07 (55):
  > XXX: Add Github actions support for CI
  > spice: build with opus and opengl
  > spice-gtk: add recipe
  > gtk-vnc: add recipe
  > android-tools-conf-configfs: Allow handling two or more UDC controllers
  > xf86-video-amdgpu: add new recipe xf86-video-amdgpu
  > libzip: Add native support
  > iniparser: Add native support
  > vbxguestdrivers: upgrade 7.0.0 -> 7.0.2
  > cpputest: add possibility to build extensions
  > cpputest: remove dev package dependency
  > nginx: Add ipv6 support
  > valijson: use install task from CMakeLists.txt
  > python3-py-cpuinfo: Upgrade 8.0.0 -> 9.0.0
  > python3-traitlets: Upgrade 5.4.0 -> 5.5.0
  > python3-yappi: mark as incompatible with python 3.11
  > python3-wxgtk4: skip the recipe
  > sip3: remove the recipe
  > python3-pint: Upgrade 0.19.2 -> 0.20
  > python3-colorama: Upgrade 0.4.5 -> 0.4.6
  > python3-pythonping: Upgrade 1.1.3 -> 1.1.4
  > python3-dill: Upgrade 0.3.5.1 -> 0.3.6
  > python3-cheetah: Upgrade 3.2.6 -> 3.2.6.post1
  > python3-zeroconf: upgrade 0.39.1 -> 0.39.2
  > python3-xxhash: upgrade 3.0.0 -> 3.1.0
  > python3-stevedore: upgrade 4.0.1 -> 4.1.0
  > python3-sqlalchemy: upgrade 1.4.41 -> 1.4.42
  > python3-socketio: upgrade 5.7.1 -> 5.7.2
  > python3-robotframework: upgrade 5.0.1 -> 6.0
  > python3-pywbemtools: upgrade 1.0.0 -> 1.0.1
  > python3-pymongo: upgrade 4.2.0 -> 4.3.2
  > python3-pyjwt: upgrade 2.5.0 -> 2.6.0
  > python3-protobuf: upgrade 4.21.7 -> 4.21.8
  > python3-portalocker: upgrade 2.5.1 -> 2.6.0
  > python3-pika: upgrade 1.3.0 -> 1.3.1
  > python3-pastedeploy: upgrade 2.1.1 -> 3.0.1
  > python3-pandas: upgrade 1.5.0 -> 1.5.1
  > python3-oauthlib: upgrade 3.2.1 -> 3.2.2
  > python3-luma-core: upgrade 2.3.1 -> 2.4.0
  > python3-incremental: upgrade 21.3.0 -> 22.10.0
  > python3-huey: upgrade 2.4.3 -> 2.4.4
  > python3-grpcio: upgrade 1.49.1 -> 1.50.0
  > python3-grpcio-tools: upgrade 1.49.1 -> 1.50.0
  > python3-google-auth: upgrade 2.12.0 -> 2.13.0
  > python3-google-api-python-client: upgrade 2.64.0 -> 2.65.0
  > python3-charset-normalizer: upgrade 2.1.1 -> 3.0.0
  > python3-astroid: upgrade 2.12.11 -> 2.12.12
  > tio: upgrade 2.1 -> 2.2
  > sanlock: upgrade 3.8.4 -> 3.8.5
  > makedumpfile: upgrade 1.7.1 -> 1.7.2
  > libglvnd: add new recipe libglvnd v1.5.0
  > fvwm: upgrade 2.6.9 -> 2.7.0
  > ctags: upgrade 5.9.20221009.0 -> 5.9.20221016.0
  > bats: upgrade 1.8.0 -> 1.8.2
  > tcpslice: upgrade 1.5 -> 1.6

* sources/meta-qcom 6e209b7...c0ca1bd (2):
  > Merge pull request #456 from lumag/fw-wcn
  > Merge pull request #397 from lumag/test-image-adbd

* sources/meta-raspberrypi 722c516...a305f48 (1):
  > libcamera: rename bbappend to match any version

* sources/meta-riscv d5628ff...c01183c (1):
  > python3-cryptography: Drop bbappend for >=38 release

* sources/meta-ti c023b505...354d0806 (1):
  > ffa-debugfs-mod: Remove bbappend

* sources/meta-variscite-bsp 5309d9f...80b599e (35):
  > linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+
  > imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel
  > linux-variscite_5.10.72.bb: Keep recipe	for machines not yet ready for 5.15
  > u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now
  > arm-ffa-tee: Disable for variscite machines
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > Add patch to fix rwx segement linker problem
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  > u-boot-variscite: update to latest
  > imx8mp-var-dart: configure op-tee memory to 4gb
  > imx8mq-var-dart: configure op-tee memory to 4gb
  > optee-os: imx8mq-var-dart: add support for more then 3GB
  > imx8mq-var-dart: move op-tee to middle of first bank
  > Merge pull request #7 from moto-timo/kirkstone-imx6ul-var-dart
  > wl18xx-calibrator: Sync from meta-ti
  > brcm-patchram-plus: Fix license and build with clang
  > wlconf: Sync recipe with meta-ti
  > Merge pull request #4 from YoeDistro/yoe/systemd
  > Merge pull request #5 from YoeDistro/yoe/tune-paths
  < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+
  < systemd: Use systemd unit fragment instead of patching config files
  < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel
  < linux-variscite_5.10.72.bb: Keep recipe	for machines not yet ready for 5.15
  < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now
  < arm-ffa-tee: Disable for variscite machines
  < bluealsa: Add missing SRC_URI entry for bluealsa.service
  < variscite: Use a wildchar for preferred gstreamer
  < wl18xx-calibrator: Sync from meta-ti
  < Add patch to fix rwx segement linker problem
  < layer.conf: Add langdate ( 4.1 ) to compatible layers
  < imx8qm-var-som: Fix paths to tune files
  < brcm-patchram-plus: Fix license and build with clang
  < wlconf: Sync recipe with meta-ti
  < fix include path

* sources/poky 95c802b0be...95865242b9 (198):
  > musl: Update to latest on tip of trunk
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > libpam: fix CVE-2022-28321
  > mesa: enable glvnd support
  > archiver: avoid using machine variable as it breaks multiconfig
  > oeqa/selftest/archiver: Add multiconfig test for shared recipes
  > u-boot: Add savedefconfig task
  > kernel: classes: Extract savedefconfig to a class
  > bitbake: bitbake: bitbake-layers: checkout layer(s) branch when clone exists
  > bitbake: asyncrpc: serv: correct closed client socket detection
  > iproute2: upgrade 5.19.0 -> 6.0.0
  > ethtool: upgrade 5.19 -> 6.0
  > create-spdx.bbclass: remove unused SPDX_INCLUDE_PACKAGED
  > wic: swap partitions are not added to fstab
  > sanity: check for GNU tar specifically
  > python3: update 3.10.6 -> 3.11.0
  > quilt: backport a patch to address grep 3.8 failures
  > libxslt: upgrade 1.1.35 -> 1.1.37
  > libsoup: upgrade 3.0.7 -> 3.2.0
  > lttng-modules: upgrade 2.13.4 -> 2.13.5
  > shadow: update 4.12.1 -> 4.12.3
  > python3-jsonschema: upgrade 4.9.1 -> 4.16.0
  > python3-hatch-fancy-pypi-readme: add a recipe
  > python3-dbus: upgrade 1.2.18 -> 1.3.2
  > jquery: upgrade 3.6.0 -> 3.6.1
  > cmake: update 3.24.0 -> 3.24.2
  > ovmf: upgrade edk2-stable202205 -> edk2-stable202208
  > pinentry: update 1.2.0 -> 1.2.1
  > libxft: update 2.3.4 -> 2.3.6
  > wayland-utils: update 1.0.0 -> 1.1.0
  > vulkan: update 1.3.216.0 -> 1.3.224.1
  > stress-ng: update 0.14.03 -> 0.14.06
  > hdparm: update 9.64 -> 9.65
  > grep: update 3.7 -> 3.8
  > llvm: update 14.0.6 -> 15.0.1
  > gnu-config: update to latest revision
  > unfs3: correct upstream version check
  > cmake-native: Fix host tool contamination
  > bitbake: fetch2/git: don't set core.fsyncobjectfiles=0
  > manuals: use references to the "Build Directory" term
  > manuals: add missing references to SDKMACHINE and SDK_ARCH
  > manuals: stop referring to the meta-openembedded repo from GitHub
  > manuals: replace "_" by "__" in external links
  > Documentation/README: formalize guidelines for external link syntax
  > dev-manual: common-tasks.rst: refactor and improve "Checking for Vulnerabilities" section
  > dev-manual: common-tasks.rst: add regular updates and CVE scans to security best practices
  > ref-manual: classes.rst: improve documentation for cve-check.bbclass
  > ref-manual: variables.rst: add documentation for CVE_VERSION
  > ref-manual: add info on buildtools-make-tarball
  > ref-manual: add wic command bootloader ptable option
  > tiff: fix a typo for CVE-2022-2953.patch
  > mirrors.bbclass: use shallow tarball for binutils-native
  > go: add support to build on ppc64le
  > kernel-fitimage: skip FDT section creation for applicable symlinks
  > kernel-fitimage: mangle slashes to underscores as late as possible
  > lighttpd: upgrade 1.4.66 -> 1.4.67
  > rust: install rustfmt for riscv32 as well
  > rust-target-config: match riscv target names with what rust expects
  > qemu: backport the fix for CVE-2022-3165
  > tiff: fix a number of CVEs
  > mesa: update 22.2.0 -> 22.2.2
  > bitbake: bitbake-user-manual: details about variable flags starting with underscore
  > bitbake: tests/fetch: Allow handling of a file:// url within a submodule
  > openssl: Fix SSL_CERT_FILE to match ca-certs location
  > bitbake: tests: bb.tests.fetch.URLHandle: add 2 new tests
  > bitbake: doc: bitbake-user-manual: expand description of BB_PRESSURE_MAX variables
  > bitbake: utils/ply: Update md5 to better report errors with hashlib
  > bitbake: bitbake: user-manual: inform about spaces in :remove
  > u-boot: Rework signing to remove interdependencies
  > uboot-sign: Split off kernel-fitimage variables
  > uboot-sign: Use bitbake variables directly
  > kernel-fitimage: Use KERNEL_OUTPUT_DIR where appropriate
  > kernel: Clear SYSROOT_DIRS instead of replacing sysroot_stage_all
  > uboot-sign: Fix using wrong KEY_REQ_ARGS
  > git: upgrade 2.37.3 -> 2.38.1
  > xserver-xorg: backport fixes for CVE-2022-3550 and CVE-2022-3551
  > xserver-xorg: ignore CVE-2022-3553 as it is XQuartz-specific
  > libx11: apply the fix for CVE-2022-3554
  > kernel-yocto: improve fatal error messages of symbol_why.py
  > os-release: add HOMEPAGE and link to documentation
  > os-release: replace DISTRO_CODENAME with VERSION_CODENAME
  > gstreamer1.0-libav: fix errors with ffmpeg 5.x
  > externalsrc.bbclass: Remove a trailing slash from ${B}
  > runqemu: Do not perturb script environment
  > qemu-helper-native: Re-write bridge helper as C program
  > wic: honor the SOURCE_DATE_EPOCH in case of updated fstab
  > runqemu: Fix gl-es argument from causing other arguments to be ignored
  > externalsrc.bbclass: fix git repo detection
  > wayland-protocols: upgrade 1.26 -> 1.27
  > openssl: CVE-2022-3358 Using a Custom Cipher with NID_undef may lead to NULL encryption
  > systemd: add systemd-creds and systemd-cryptenroll to systemd-extra-utils
  > create-spdx: Remove ";name=..." for downloadLocation
  > linux-yocto/5.15: update to v5.15.72
  > linux-yocto/5.19: update to v5.19.14
  > kern-tools: fix relative path processing
  > grub: disable build on armv7ve/a with hardfp
  > mesa: Add native patch via a variable
  > xserver-xorg: move some recommended dependencies in required
  > linux-firmware: package amdgpu firmware
  > linux-firmware: split rtl8761 firmware
  > vulkan-samples: add lfs=0 to SRC_URI to avoid git smudge errors in do_unpack
  > zlib: upgrade 1.2.12 -> 1.2.13
  > zlib: do out-of-tree builds
  > btrfs-tools: upgrade 5.19.1 -> 6.0
  > go-mod.bbclass: Remove repeated word
  > rust: update 1.63.0 -> 1.64.0
  > buildconf: compare abspath
  > wic: implement binary repeatable disk identifiers
  > linux-yocto-dev: add qemuarm64
  > lttng-ust: upgrade 2.13.4 -> 2.13.5
  > libwpe: upgrade 1.12.3 -> 1.14.0
  > libsdl2: upgrade 2.24.0 -> 2.24.1
  > libksba: upgrade 1.6.0 -> 1.6.2
  > xz: upgrade 5.2.6 -> 5.2.7
  > xkeyboard-config: upgrade 2.36 -> 2.37
  > wpebackend-fdo: upgrade 1.12.1 -> 1.14.0
  > sqlite3: upgrade 3.39.3 -> 3.39.4
  > repo: upgrade 2.29.2 -> 2.29.3
  > python3-zipp: upgrade 3.8.1 -> 3.9.0
  > python3-pytz: upgrade 2022.2.1 -> 2022.4
  > numactl: upgrade 2.0.15 -> 2.0.16
  > powertop: upgrade 2.14 -> 2.15
  > libva-utils: upgrade 2.15.0 -> 2.16.0
  > libva: upgrade 2.15.0 -> 2.16.0
  > libical: upgrade 3.0.14 -> 3.0.15
  > libcap: upgrade 2.65 -> 2.66
  > harfbuzz: upgrade 5.1.0 -> 5.3.0
  > gsettings-desktop-schemas: upgrade 42.0 -> 43.0
  > gnutls: upgrade 3.7.7 -> 3.7.8
  > python3-manifest.json: Move urllib to netclient
  > qemu-native: Add PACKAGECONFIG option for jack
  > python3-importlib-metadata: upgrade 4.12.0 -> 5.0.0
  > python3-git: upgrade 3.1.27 -> 3.1.28
  > u-boot: upgrade 2022.07 -> 2022.10
  > python3-hatchling: upgrade 1.10.0 -> 1.11.0
  > openssh: upgrade 9.0p1 -> 9.1p1
  > ifupdown: upgrade 0.8.37 -> 0.8.39
  > dbus: upgrade 1.14.0 -> 1.14.4
  > mtools: upgrade 4.0.40 -> 4.0.41
  > meson: upgrade 0.63.2 -> 0.63.3
  > init-system-helpers: upgrade 1.64 -> 1.65.2
  > python3-poetry-core: upgrade 1.0.8 -> 1.3.2
  > python3-iso8601: upgrade 1.0.2 -> 1.1.0
  > python3-setuptools-rust: upgrade 1.5.1 -> 1.5.2
  > python3-sphinx: upgrade 5.1.1 -> 5.2.3
  > python3-bcrypt: upgrade 3.2.2 -> 4.0.0
  > python3-pyopenssl: upgrade 22.0.0 -> 22.1.0
  > python3-hypothesis: upgrade 6.54.5 -> 6.56.1
  > python3-certifi: upgrade 2022.9.14 -> 2022.9.24
  > python3-cryptography-vectors: upgrade 37.0.4 -> 38.0.1
  > python3-cryptography: upgrade 37.0.4 -> 38.0.1
  > musl: Upgrade to latest master
  > buildtools-tarball: export certificates to python and curl
  > overlayfs: Allow not used mount points
  > wic: bootimg-efi: implement --include-path
  > wic: add UEFI kernel as UEFI stub
  > lsof: upgrade 4.95.0 -> 4.96.3
  > piglit: upgrade to latest revision
  > pango: upgrade 1.50.9 -> 1.50.10
  > python3-hatchling: upgrade 1.9.0 -> 1.10.0
  > acpid: upgrade 2.0.33 -> 2.0.34
  > vim: Upgrade 9.0.0598 -> 9.0.0614
  > base-passwd: Update to 3.6.1
  > mesa: only apply patch to fix ALWAYS_INLINE for native
  > meson: make wrapper options sub-command specific
  > bitbake: runqueue: fix a typo
  > bitbake: cooker: fix a typo
  > migration-guides/release-notes-4.1.rst: update Repositories / Downloads
  > lighttpd: fix CVE-2022-41556
  > gnutls: Unified package names to lower-case
  > cve-update-db-native: add timeout to urlopen() calls
  > glib-2.0: fix rare GFileInfo test case failure
  > openssl: export necessary env vars in SDK
  > bluez5: add dbus to RDEPENDS
  > zlib: use .gz archive and set a PREMIRROR
  > own-mirrors: add crate
  > gcc: Allow -Wno-error=poison-system-directories to take effect
  > perf: Depend on native setuptools3
  > u-boot: Add savedefconfig task
  > u-boot: Remove duplicate inherit of cml1
  > oe/packagemanager/rpm: don't leak file objects
  > insane.bbclass: Allow hashlib version that only accepts on parameter
  > opkg-utils: use a git clone, not a dynamic snapshot
  > psplash: add psplash-default in rdepends
  > linux-yocto: add efi entry for machine features
  > dropbear: add pam to PACKAGECONFIG
  > externalsrc: move back to classes
  > scripts/oe-check-sstate: force build to run for all targets, specifically populate_sysroot
  > scripts/oe-check-sstate: cleanup
  > populate_sdk_base: ensure ptest-pkgs pulls in ptest-runner
  > install-buildtools: support buildtools-make-tarball and update to 4.1
  > poky.conf: remove Ubuntu 21.10
  > docs: add support for langdale (4.1) release
  > migration-guides/release-notes-4.1.rst: update Repositories / Downloads
  > ref-manual: classes.rst: add links to all references to a class
  > manuals: updates for building on Windows (WSL 2)

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Oct 31, 2022
… sources/meta-freescale sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-arm 2fffdd9...3080a94 (12):
  > optee-os-ts: avoid using escape chars in EXTRA_OEMAKE
  > optee-ftpm/optee-os: add missing space in EXTRA_OEMAKE
  > arm: add Mickledore to layer compat string
  > arm-bsp/corstone1000: add msd configs for fvp
  > arm-bsp:optee: enable optee test for N1SDP target
  > arm-bsp/optee: register DRAM1 for N1SDP target
  > CI: Remove host bitbake variables
  > arm-bsp/trusted-service: corstone1000: esrt support
  > arm-bsp/trusted-firmware-m: corstone1000 support FMP image info
  > Revert "arm-bsp/trusted-firmware-m: corstone1000: bump tfm SHA"
  > Revert "arm-bsp/trusted-firmware-m: corstone1000: secure debug code checkout from yocto"
  > arm-bsp/corstone1000: apply ts patch to psa crypto api test

* sources/meta-atmel 04b54f0...f3e74c6 (2):
  > egt-launcher: Use c++17 standard for filesystem feature
  > libegt: Switch to using c++17

* sources/meta-clang f765d4b...4e5ab07 (2):
  > mybw: USe gnu objcopy on riscv64
  > mybw: Use libgcc to link on x86_64

* sources/meta-freescale 0d96c7fe...b2c524c3 (4):
  > Merge pull request #1282 from YoeDistro/yoe/mut
  > Merge pull request #1279 from MrCry0/master-uuu-1.4.243
  > weston: fix build test-internal-screenshot
  > Merge pull request #1276 from thochstein/kernel_uboot

* sources/meta-intel 5963592b...323fee2c (5):
  > vc-intrinsics: update to latest
  > opencl-clang/15.0.0: add recipe
  > openvino-model-optimizer: upgrade 2022.1.1 -> 2022.2.0
  > open-model-zoo: upgrade 2022.1.1 -> 2022.2.0
  > openvino-inference-engine : upgrade 2022.1.1 -> 2022.2.0

* sources/meta-odroid 8491ad6...9002f32 (1):
  > linux-hardkernel_5.10.bb: Add protocol= explicitly to github SRC_URI

* sources/meta-openembedded 2ab46bac6...ad4cfc576 (54):
  > XXX: Add Github actions support for CI
  > libmime-types-perl: upgrade 2.17 -> 2.22
  > gtk-vnc: add recipe
  > android-tools-conf-configfs: Allow handling two or more UDC controllers
  > xf86-video-amdgpu: add new recipe xf86-video-amdgpu
  > libzip: Add native support
  > iniparser: Add native support
  > vbxguestdrivers: upgrade 7.0.0 -> 7.0.2
  > cpputest: add possibility to build extensions
  > cpputest: remove dev package dependency
  > nginx: Add ipv6 support
  > valijson: use install task from CMakeLists.txt
  > python3-py-cpuinfo: Upgrade 8.0.0 -> 9.0.0
  > python3-traitlets: Upgrade 5.4.0 -> 5.5.0
  > python3-yappi: mark as incompatible with python 3.11
  > python3-wxgtk4: skip the recipe
  > sip3: remove the recipe
  > python3-pint: Upgrade 0.19.2 -> 0.20
  > python3-colorama: Upgrade 0.4.5 -> 0.4.6
  > python3-pythonping: Upgrade 1.1.3 -> 1.1.4
  > python3-dill: Upgrade 0.3.5.1 -> 0.3.6
  > python3-cheetah: Upgrade 3.2.6 -> 3.2.6.post1
  > python3-zeroconf: upgrade 0.39.1 -> 0.39.2
  > python3-xxhash: upgrade 3.0.0 -> 3.1.0
  > python3-stevedore: upgrade 4.0.1 -> 4.1.0
  > python3-sqlalchemy: upgrade 1.4.41 -> 1.4.42
  > python3-socketio: upgrade 5.7.1 -> 5.7.2
  > python3-robotframework: upgrade 5.0.1 -> 6.0
  > python3-pywbemtools: upgrade 1.0.0 -> 1.0.1
  > python3-pymongo: upgrade 4.2.0 -> 4.3.2
  > python3-pyjwt: upgrade 2.5.0 -> 2.6.0
  > python3-protobuf: upgrade 4.21.7 -> 4.21.8
  > python3-portalocker: upgrade 2.5.1 -> 2.6.0
  > python3-pika: upgrade 1.3.0 -> 1.3.1
  > python3-pastedeploy: upgrade 2.1.1 -> 3.0.1
  > python3-pandas: upgrade 1.5.0 -> 1.5.1
  > python3-oauthlib: upgrade 3.2.1 -> 3.2.2
  > python3-luma-core: upgrade 2.3.1 -> 2.4.0
  > python3-incremental: upgrade 21.3.0 -> 22.10.0
  > python3-huey: upgrade 2.4.3 -> 2.4.4
  > python3-grpcio: upgrade 1.49.1 -> 1.50.0
  > python3-grpcio-tools: upgrade 1.49.1 -> 1.50.0
  > python3-google-auth: upgrade 2.12.0 -> 2.13.0
  > python3-google-api-python-client: upgrade 2.64.0 -> 2.65.0
  > python3-charset-normalizer: upgrade 2.1.1 -> 3.0.0
  > python3-astroid: upgrade 2.12.11 -> 2.12.12
  > tio: upgrade 2.1 -> 2.2
  > sanlock: upgrade 3.8.4 -> 3.8.5
  > makedumpfile: upgrade 1.7.1 -> 1.7.2
  > libglvnd: add new recipe libglvnd v1.5.0
  > fvwm: upgrade 2.6.9 -> 2.7.0
  > ctags: upgrade 5.9.20221009.0 -> 5.9.20221016.0
  > bats: upgrade 1.8.0 -> 1.8.2
  > tcpslice: upgrade 1.5 -> 1.6

* sources/meta-qcom 6e209b7...c0ca1bd (2):
  > Merge pull request #456 from lumag/fw-wcn
  > Merge pull request #397 from lumag/test-image-adbd

* sources/meta-raspberrypi 722c516...a305f48 (1):
  > libcamera: rename bbappend to match any version

* sources/meta-riscv d5628ff...c01183c (1):
  > python3-cryptography: Drop bbappend for >=38 release

* sources/meta-ti c023b505...354d0806 (1):
  > ffa-debugfs-mod: Remove bbappend

* sources/meta-variscite-bsp 5309d9f...80b599e (35):
  > linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+
  > imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel
  > linux-variscite_5.10.72.bb: Keep recipe	for machines not yet ready for 5.15
  > u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now
  > arm-ffa-tee: Disable for variscite machines
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > Add patch to fix rwx segement linker problem
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  > u-boot-variscite: update to latest
  > imx8mp-var-dart: configure op-tee memory to 4gb
  > imx8mq-var-dart: configure op-tee memory to 4gb
  > optee-os: imx8mq-var-dart: add support for more then 3GB
  > imx8mq-var-dart: move op-tee to middle of first bank
  > Merge pull request #7 from moto-timo/kirkstone-imx6ul-var-dart
  > wl18xx-calibrator: Sync from meta-ti
  > brcm-patchram-plus: Fix license and build with clang
  > wlconf: Sync recipe with meta-ti
  > Merge pull request #4 from YoeDistro/yoe/systemd
  > Merge pull request #5 from YoeDistro/yoe/tune-paths
  < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+
  < systemd: Use systemd unit fragment instead of patching config files
  < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel
  < linux-variscite_5.10.72.bb: Keep recipe	for machines not yet ready for 5.15
  < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now
  < arm-ffa-tee: Disable for variscite machines
  < bluealsa: Add missing SRC_URI entry for bluealsa.service
  < variscite: Use a wildchar for preferred gstreamer
  < wl18xx-calibrator: Sync from meta-ti
  < Add patch to fix rwx segement linker problem
  < layer.conf: Add langdate ( 4.1 ) to compatible layers
  < imx8qm-var-som: Fix paths to tune files
  < brcm-patchram-plus: Fix license and build with clang
  < wlconf: Sync recipe with meta-ti
  < fix include path

* sources/poky 95c802b0be...95865242b9 (198):
  > musl: Update to latest on tip of trunk
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > libpam: fix CVE-2022-28321
  > mesa: enable glvnd support
  > archiver: avoid using machine variable as it breaks multiconfig
  > oeqa/selftest/archiver: Add multiconfig test for shared recipes
  > u-boot: Add savedefconfig task
  > kernel: classes: Extract savedefconfig to a class
  > bitbake: bitbake: bitbake-layers: checkout layer(s) branch when clone exists
  > bitbake: asyncrpc: serv: correct closed client socket detection
  > iproute2: upgrade 5.19.0 -> 6.0.0
  > ethtool: upgrade 5.19 -> 6.0
  > create-spdx.bbclass: remove unused SPDX_INCLUDE_PACKAGED
  > wic: swap partitions are not added to fstab
  > sanity: check for GNU tar specifically
  > python3: update 3.10.6 -> 3.11.0
  > quilt: backport a patch to address grep 3.8 failures
  > libxslt: upgrade 1.1.35 -> 1.1.37
  > libsoup: upgrade 3.0.7 -> 3.2.0
  > lttng-modules: upgrade 2.13.4 -> 2.13.5
  > shadow: update 4.12.1 -> 4.12.3
  > python3-jsonschema: upgrade 4.9.1 -> 4.16.0
  > python3-hatch-fancy-pypi-readme: add a recipe
  > python3-dbus: upgrade 1.2.18 -> 1.3.2
  > jquery: upgrade 3.6.0 -> 3.6.1
  > cmake: update 3.24.0 -> 3.24.2
  > ovmf: upgrade edk2-stable202205 -> edk2-stable202208
  > pinentry: update 1.2.0 -> 1.2.1
  > libxft: update 2.3.4 -> 2.3.6
  > wayland-utils: update 1.0.0 -> 1.1.0
  > vulkan: update 1.3.216.0 -> 1.3.224.1
  > stress-ng: update 0.14.03 -> 0.14.06
  > hdparm: update 9.64 -> 9.65
  > grep: update 3.7 -> 3.8
  > llvm: update 14.0.6 -> 15.0.1
  > gnu-config: update to latest revision
  > unfs3: correct upstream version check
  > cmake-native: Fix host tool contamination
  > bitbake: fetch2/git: don't set core.fsyncobjectfiles=0
  > manuals: use references to the "Build Directory" term
  > manuals: add missing references to SDKMACHINE and SDK_ARCH
  > manuals: stop referring to the meta-openembedded repo from GitHub
  > manuals: replace "_" by "__" in external links
  > Documentation/README: formalize guidelines for external link syntax
  > dev-manual: common-tasks.rst: refactor and improve "Checking for Vulnerabilities" section
  > dev-manual: common-tasks.rst: add regular updates and CVE scans to security best practices
  > ref-manual: classes.rst: improve documentation for cve-check.bbclass
  > ref-manual: variables.rst: add documentation for CVE_VERSION
  > ref-manual: add info on buildtools-make-tarball
  > ref-manual: add wic command bootloader ptable option
  > tiff: fix a typo for CVE-2022-2953.patch
  > mirrors.bbclass: use shallow tarball for binutils-native
  > go: add support to build on ppc64le
  > kernel-fitimage: skip FDT section creation for applicable symlinks
  > kernel-fitimage: mangle slashes to underscores as late as possible
  > lighttpd: upgrade 1.4.66 -> 1.4.67
  > rust: install rustfmt for riscv32 as well
  > rust-target-config: match riscv target names with what rust expects
  > qemu: backport the fix for CVE-2022-3165
  > tiff: fix a number of CVEs
  > mesa: update 22.2.0 -> 22.2.2
  > bitbake: bitbake-user-manual: details about variable flags starting with underscore
  > bitbake: tests/fetch: Allow handling of a file:// url within a submodule
  > openssl: Fix SSL_CERT_FILE to match ca-certs location
  > bitbake: tests: bb.tests.fetch.URLHandle: add 2 new tests
  > bitbake: doc: bitbake-user-manual: expand description of BB_PRESSURE_MAX variables
  > bitbake: utils/ply: Update md5 to better report errors with hashlib
  > bitbake: bitbake: user-manual: inform about spaces in :remove
  > u-boot: Rework signing to remove interdependencies
  > uboot-sign: Split off kernel-fitimage variables
  > uboot-sign: Use bitbake variables directly
  > kernel-fitimage: Use KERNEL_OUTPUT_DIR where appropriate
  > kernel: Clear SYSROOT_DIRS instead of replacing sysroot_stage_all
  > uboot-sign: Fix using wrong KEY_REQ_ARGS
  > git: upgrade 2.37.3 -> 2.38.1
  > xserver-xorg: backport fixes for CVE-2022-3550 and CVE-2022-3551
  > xserver-xorg: ignore CVE-2022-3553 as it is XQuartz-specific
  > libx11: apply the fix for CVE-2022-3554
  > kernel-yocto: improve fatal error messages of symbol_why.py
  > os-release: add HOMEPAGE and link to documentation
  > os-release: replace DISTRO_CODENAME with VERSION_CODENAME
  > gstreamer1.0-libav: fix errors with ffmpeg 5.x
  > externalsrc.bbclass: Remove a trailing slash from ${B}
  > runqemu: Do not perturb script environment
  > qemu-helper-native: Re-write bridge helper as C program
  > wic: honor the SOURCE_DATE_EPOCH in case of updated fstab
  > runqemu: Fix gl-es argument from causing other arguments to be ignored
  > externalsrc.bbclass: fix git repo detection
  > wayland-protocols: upgrade 1.26 -> 1.27
  > openssl: CVE-2022-3358 Using a Custom Cipher with NID_undef may lead to NULL encryption
  > systemd: add systemd-creds and systemd-cryptenroll to systemd-extra-utils
  > create-spdx: Remove ";name=..." for downloadLocation
  > linux-yocto/5.15: update to v5.15.72
  > linux-yocto/5.19: update to v5.19.14
  > kern-tools: fix relative path processing
  > grub: disable build on armv7ve/a with hardfp
  > mesa: Add native patch via a variable
  > xserver-xorg: move some recommended dependencies in required
  > linux-firmware: package amdgpu firmware
  > linux-firmware: split rtl8761 firmware
  > vulkan-samples: add lfs=0 to SRC_URI to avoid git smudge errors in do_unpack
  > zlib: upgrade 1.2.12 -> 1.2.13
  > zlib: do out-of-tree builds
  > btrfs-tools: upgrade 5.19.1 -> 6.0
  > go-mod.bbclass: Remove repeated word
  > rust: update 1.63.0 -> 1.64.0
  > buildconf: compare abspath
  > wic: implement binary repeatable disk identifiers
  > linux-yocto-dev: add qemuarm64
  > lttng-ust: upgrade 2.13.4 -> 2.13.5
  > libwpe: upgrade 1.12.3 -> 1.14.0
  > libsdl2: upgrade 2.24.0 -> 2.24.1
  > libksba: upgrade 1.6.0 -> 1.6.2
  > xz: upgrade 5.2.6 -> 5.2.7
  > xkeyboard-config: upgrade 2.36 -> 2.37
  > wpebackend-fdo: upgrade 1.12.1 -> 1.14.0
  > sqlite3: upgrade 3.39.3 -> 3.39.4
  > repo: upgrade 2.29.2 -> 2.29.3
  > python3-zipp: upgrade 3.8.1 -> 3.9.0
  > python3-pytz: upgrade 2022.2.1 -> 2022.4
  > numactl: upgrade 2.0.15 -> 2.0.16
  > powertop: upgrade 2.14 -> 2.15
  > libva-utils: upgrade 2.15.0 -> 2.16.0
  > libva: upgrade 2.15.0 -> 2.16.0
  > libical: upgrade 3.0.14 -> 3.0.15
  > libcap: upgrade 2.65 -> 2.66
  > harfbuzz: upgrade 5.1.0 -> 5.3.0
  > gsettings-desktop-schemas: upgrade 42.0 -> 43.0
  > gnutls: upgrade 3.7.7 -> 3.7.8
  > python3-manifest.json: Move urllib to netclient
  > qemu-native: Add PACKAGECONFIG option for jack
  > python3-importlib-metadata: upgrade 4.12.0 -> 5.0.0
  > python3-git: upgrade 3.1.27 -> 3.1.28
  > u-boot: upgrade 2022.07 -> 2022.10
  > python3-hatchling: upgrade 1.10.0 -> 1.11.0
  > openssh: upgrade 9.0p1 -> 9.1p1
  > ifupdown: upgrade 0.8.37 -> 0.8.39
  > dbus: upgrade 1.14.0 -> 1.14.4
  > mtools: upgrade 4.0.40 -> 4.0.41
  > meson: upgrade 0.63.2 -> 0.63.3
  > init-system-helpers: upgrade 1.64 -> 1.65.2
  > python3-poetry-core: upgrade 1.0.8 -> 1.3.2
  > python3-iso8601: upgrade 1.0.2 -> 1.1.0
  > python3-setuptools-rust: upgrade 1.5.1 -> 1.5.2
  > python3-sphinx: upgrade 5.1.1 -> 5.2.3
  > python3-bcrypt: upgrade 3.2.2 -> 4.0.0
  > python3-pyopenssl: upgrade 22.0.0 -> 22.1.0
  > python3-hypothesis: upgrade 6.54.5 -> 6.56.1
  > python3-certifi: upgrade 2022.9.14 -> 2022.9.24
  > python3-cryptography-vectors: upgrade 37.0.4 -> 38.0.1
  > python3-cryptography: upgrade 37.0.4 -> 38.0.1
  > musl: Upgrade to latest master
  > buildtools-tarball: export certificates to python and curl
  > overlayfs: Allow not used mount points
  > wic: bootimg-efi: implement --include-path
  > wic: add UEFI kernel as UEFI stub
  > lsof: upgrade 4.95.0 -> 4.96.3
  > piglit: upgrade to latest revision
  > pango: upgrade 1.50.9 -> 1.50.10
  > python3-hatchling: upgrade 1.9.0 -> 1.10.0
  > acpid: upgrade 2.0.33 -> 2.0.34
  > vim: Upgrade 9.0.0598 -> 9.0.0614
  > base-passwd: Update to 3.6.1
  > mesa: only apply patch to fix ALWAYS_INLINE for native
  > meson: make wrapper options sub-command specific
  > bitbake: runqueue: fix a typo
  > bitbake: cooker: fix a typo
  > migration-guides/release-notes-4.1.rst: update Repositories / Downloads
  > lighttpd: fix CVE-2022-41556
  > gnutls: Unified package names to lower-case
  > cve-update-db-native: add timeout to urlopen() calls
  > glib-2.0: fix rare GFileInfo test case failure
  > openssl: export necessary env vars in SDK
  > bluez5: add dbus to RDEPENDS
  > zlib: use .gz archive and set a PREMIRROR
  > own-mirrors: add crate
  > gcc: Allow -Wno-error=poison-system-directories to take effect
  > perf: Depend on native setuptools3
  > u-boot: Add savedefconfig task
  > u-boot: Remove duplicate inherit of cml1
  > oe/packagemanager/rpm: don't leak file objects
  > insane.bbclass: Allow hashlib version that only accepts on parameter
  > opkg-utils: use a git clone, not a dynamic snapshot
  > psplash: add psplash-default in rdepends
  > linux-yocto: add efi entry for machine features
  > dropbear: add pam to PACKAGECONFIG
  > externalsrc: move back to classes
  > scripts/oe-check-sstate: force build to run for all targets, specifically populate_sysroot
  > scripts/oe-check-sstate: cleanup
  > populate_sdk_base: ensure ptest-pkgs pulls in ptest-runner
  > install-buildtools: support buildtools-make-tarball and update to 4.1
  > poky.conf: remove Ubuntu 21.10
  > docs: add support for langdale (4.1) release
  > migration-guides/release-notes-4.1.rst: update Repositories / Downloads
  > ref-manual: classes.rst: add links to all references to a class
  > manuals: updates for building on Windows (WSL 2)

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Oct 31, 2022
… sources/meta-freescale sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-arm 2fffdd9...3080a94 (12):
  > optee-os-ts: avoid using escape chars in EXTRA_OEMAKE
  > optee-ftpm/optee-os: add missing space in EXTRA_OEMAKE
  > arm: add Mickledore to layer compat string
  > arm-bsp/corstone1000: add msd configs for fvp
  > arm-bsp:optee: enable optee test for N1SDP target
  > arm-bsp/optee: register DRAM1 for N1SDP target
  > CI: Remove host bitbake variables
  > arm-bsp/trusted-service: corstone1000: esrt support
  > arm-bsp/trusted-firmware-m: corstone1000 support FMP image info
  > Revert "arm-bsp/trusted-firmware-m: corstone1000: bump tfm SHA"
  > Revert "arm-bsp/trusted-firmware-m: corstone1000: secure debug code checkout from yocto"
  > arm-bsp/corstone1000: apply ts patch to psa crypto api test

* sources/meta-atmel 04b54f0...f3e74c6 (2):
  > egt-launcher: Use c++17 standard for filesystem feature
  > libegt: Switch to using c++17

* sources/meta-clang f765d4b...4e5ab07 (2):
  > mybw: USe gnu objcopy on riscv64
  > mybw: Use libgcc to link on x86_64

* sources/meta-freescale 0d96c7fe...b2c524c3 (4):
  > Merge pull request #1282 from YoeDistro/yoe/mut
  > Merge pull request #1279 from MrCry0/master-uuu-1.4.243
  > weston: fix build test-internal-screenshot
  > Merge pull request #1276 from thochstein/kernel_uboot

* sources/meta-intel 5963592b...323fee2c (5):
  > vc-intrinsics: update to latest
  > opencl-clang/15.0.0: add recipe
  > openvino-model-optimizer: upgrade 2022.1.1 -> 2022.2.0
  > open-model-zoo: upgrade 2022.1.1 -> 2022.2.0
  > openvino-inference-engine : upgrade 2022.1.1 -> 2022.2.0

* sources/meta-odroid 8491ad6...9002f32 (1):
  > linux-hardkernel_5.10.bb: Add protocol= explicitly to github SRC_URI

* sources/meta-openembedded 2ab46bac6...ba0cb959b (58):
  > XXX: Add Github actions support for CI
  > packagegroup-meta-perl: mv libcompress-raw-*-perl
  > libcompress-raw-*-perl: cleanup; fixes
  > libio-compress*-perl: cleanup; fixes
  > libcompress-raw*-perl: move from libio/compress-*
  > libmime-types-perl: upgrade 2.17 -> 2.22
  > gtk-vnc: add recipe
  > android-tools-conf-configfs: Allow handling two or more UDC controllers
  > xf86-video-amdgpu: add new recipe xf86-video-amdgpu
  > libzip: Add native support
  > iniparser: Add native support
  > vbxguestdrivers: upgrade 7.0.0 -> 7.0.2
  > cpputest: add possibility to build extensions
  > cpputest: remove dev package dependency
  > nginx: Add ipv6 support
  > valijson: use install task from CMakeLists.txt
  > python3-py-cpuinfo: Upgrade 8.0.0 -> 9.0.0
  > python3-traitlets: Upgrade 5.4.0 -> 5.5.0
  > python3-yappi: mark as incompatible with python 3.11
  > python3-wxgtk4: skip the recipe
  > sip3: remove the recipe
  > python3-pint: Upgrade 0.19.2 -> 0.20
  > python3-colorama: Upgrade 0.4.5 -> 0.4.6
  > python3-pythonping: Upgrade 1.1.3 -> 1.1.4
  > python3-dill: Upgrade 0.3.5.1 -> 0.3.6
  > python3-cheetah: Upgrade 3.2.6 -> 3.2.6.post1
  > python3-zeroconf: upgrade 0.39.1 -> 0.39.2
  > python3-xxhash: upgrade 3.0.0 -> 3.1.0
  > python3-stevedore: upgrade 4.0.1 -> 4.1.0
  > python3-sqlalchemy: upgrade 1.4.41 -> 1.4.42
  > python3-socketio: upgrade 5.7.1 -> 5.7.2
  > python3-robotframework: upgrade 5.0.1 -> 6.0
  > python3-pywbemtools: upgrade 1.0.0 -> 1.0.1
  > python3-pymongo: upgrade 4.2.0 -> 4.3.2
  > python3-pyjwt: upgrade 2.5.0 -> 2.6.0
  > python3-protobuf: upgrade 4.21.7 -> 4.21.8
  > python3-portalocker: upgrade 2.5.1 -> 2.6.0
  > python3-pika: upgrade 1.3.0 -> 1.3.1
  > python3-pastedeploy: upgrade 2.1.1 -> 3.0.1
  > python3-pandas: upgrade 1.5.0 -> 1.5.1
  > python3-oauthlib: upgrade 3.2.1 -> 3.2.2
  > python3-luma-core: upgrade 2.3.1 -> 2.4.0
  > python3-incremental: upgrade 21.3.0 -> 22.10.0
  > python3-huey: upgrade 2.4.3 -> 2.4.4
  > python3-grpcio: upgrade 1.49.1 -> 1.50.0
  > python3-grpcio-tools: upgrade 1.49.1 -> 1.50.0
  > python3-google-auth: upgrade 2.12.0 -> 2.13.0
  > python3-google-api-python-client: upgrade 2.64.0 -> 2.65.0
  > python3-charset-normalizer: upgrade 2.1.1 -> 3.0.0
  > python3-astroid: upgrade 2.12.11 -> 2.12.12
  > tio: upgrade 2.1 -> 2.2
  > sanlock: upgrade 3.8.4 -> 3.8.5
  > makedumpfile: upgrade 1.7.1 -> 1.7.2
  > libglvnd: add new recipe libglvnd v1.5.0
  > fvwm: upgrade 2.6.9 -> 2.7.0
  > ctags: upgrade 5.9.20221009.0 -> 5.9.20221016.0
  > bats: upgrade 1.8.0 -> 1.8.2
  > tcpslice: upgrade 1.5 -> 1.6

* sources/meta-qcom 6e209b7...c0ca1bd (2):
  > Merge pull request #456 from lumag/fw-wcn
  > Merge pull request #397 from lumag/test-image-adbd

* sources/meta-raspberrypi 722c516...a305f48 (1):
  > libcamera: rename bbappend to match any version

* sources/meta-riscv d5628ff...c01183c (1):
  > python3-cryptography: Drop bbappend for >=38 release

* sources/meta-ti c023b505...354d0806 (1):
  > ffa-debugfs-mod: Remove bbappend

* sources/meta-variscite-bsp 5309d9f...80b599e (35):
  > linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+
  > imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel
  > linux-variscite_5.10.72.bb: Keep recipe	for machines not yet ready for 5.15
  > u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now
  > arm-ffa-tee: Disable for variscite machines
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > Add patch to fix rwx segement linker problem
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  > u-boot-variscite: update to latest
  > imx8mp-var-dart: configure op-tee memory to 4gb
  > imx8mq-var-dart: configure op-tee memory to 4gb
  > optee-os: imx8mq-var-dart: add support for more then 3GB
  > imx8mq-var-dart: move op-tee to middle of first bank
  > Merge pull request #7 from moto-timo/kirkstone-imx6ul-var-dart
  > wl18xx-calibrator: Sync from meta-ti
  > brcm-patchram-plus: Fix license and build with clang
  > wlconf: Sync recipe with meta-ti
  > Merge pull request #4 from YoeDistro/yoe/systemd
  > Merge pull request #5 from YoeDistro/yoe/tune-paths
  < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+
  < systemd: Use systemd unit fragment instead of patching config files
  < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel
  < linux-variscite_5.10.72.bb: Keep recipe	for machines not yet ready for 5.15
  < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now
  < arm-ffa-tee: Disable for variscite machines
  < bluealsa: Add missing SRC_URI entry for bluealsa.service
  < variscite: Use a wildchar for preferred gstreamer
  < wl18xx-calibrator: Sync from meta-ti
  < Add patch to fix rwx segement linker problem
  < layer.conf: Add langdate ( 4.1 ) to compatible layers
  < imx8qm-var-som: Fix paths to tune files
  < brcm-patchram-plus: Fix license and build with clang
  < wlconf: Sync recipe with meta-ti
  < fix include path

* sources/poky 95c802b0be...95865242b9 (198):
  > musl: Update to latest on tip of trunk
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > libpam: fix CVE-2022-28321
  > mesa: enable glvnd support
  > archiver: avoid using machine variable as it breaks multiconfig
  > oeqa/selftest/archiver: Add multiconfig test for shared recipes
  > u-boot: Add savedefconfig task
  > kernel: classes: Extract savedefconfig to a class
  > bitbake: bitbake: bitbake-layers: checkout layer(s) branch when clone exists
  > bitbake: asyncrpc: serv: correct closed client socket detection
  > iproute2: upgrade 5.19.0 -> 6.0.0
  > ethtool: upgrade 5.19 -> 6.0
  > create-spdx.bbclass: remove unused SPDX_INCLUDE_PACKAGED
  > wic: swap partitions are not added to fstab
  > sanity: check for GNU tar specifically
  > python3: update 3.10.6 -> 3.11.0
  > quilt: backport a patch to address grep 3.8 failures
  > libxslt: upgrade 1.1.35 -> 1.1.37
  > libsoup: upgrade 3.0.7 -> 3.2.0
  > lttng-modules: upgrade 2.13.4 -> 2.13.5
  > shadow: update 4.12.1 -> 4.12.3
  > python3-jsonschema: upgrade 4.9.1 -> 4.16.0
  > python3-hatch-fancy-pypi-readme: add a recipe
  > python3-dbus: upgrade 1.2.18 -> 1.3.2
  > jquery: upgrade 3.6.0 -> 3.6.1
  > cmake: update 3.24.0 -> 3.24.2
  > ovmf: upgrade edk2-stable202205 -> edk2-stable202208
  > pinentry: update 1.2.0 -> 1.2.1
  > libxft: update 2.3.4 -> 2.3.6
  > wayland-utils: update 1.0.0 -> 1.1.0
  > vulkan: update 1.3.216.0 -> 1.3.224.1
  > stress-ng: update 0.14.03 -> 0.14.06
  > hdparm: update 9.64 -> 9.65
  > grep: update 3.7 -> 3.8
  > llvm: update 14.0.6 -> 15.0.1
  > gnu-config: update to latest revision
  > unfs3: correct upstream version check
  > cmake-native: Fix host tool contamination
  > bitbake: fetch2/git: don't set core.fsyncobjectfiles=0
  > manuals: use references to the "Build Directory" term
  > manuals: add missing references to SDKMACHINE and SDK_ARCH
  > manuals: stop referring to the meta-openembedded repo from GitHub
  > manuals: replace "_" by "__" in external links
  > Documentation/README: formalize guidelines for external link syntax
  > dev-manual: common-tasks.rst: refactor and improve "Checking for Vulnerabilities" section
  > dev-manual: common-tasks.rst: add regular updates and CVE scans to security best practices
  > ref-manual: classes.rst: improve documentation for cve-check.bbclass
  > ref-manual: variables.rst: add documentation for CVE_VERSION
  > ref-manual: add info on buildtools-make-tarball
  > ref-manual: add wic command bootloader ptable option
  > tiff: fix a typo for CVE-2022-2953.patch
  > mirrors.bbclass: use shallow tarball for binutils-native
  > go: add support to build on ppc64le
  > kernel-fitimage: skip FDT section creation for applicable symlinks
  > kernel-fitimage: mangle slashes to underscores as late as possible
  > lighttpd: upgrade 1.4.66 -> 1.4.67
  > rust: install rustfmt for riscv32 as well
  > rust-target-config: match riscv target names with what rust expects
  > qemu: backport the fix for CVE-2022-3165
  > tiff: fix a number of CVEs
  > mesa: update 22.2.0 -> 22.2.2
  > bitbake: bitbake-user-manual: details about variable flags starting with underscore
  > bitbake: tests/fetch: Allow handling of a file:// url within a submodule
  > openssl: Fix SSL_CERT_FILE to match ca-certs location
  > bitbake: tests: bb.tests.fetch.URLHandle: add 2 new tests
  > bitbake: doc: bitbake-user-manual: expand description of BB_PRESSURE_MAX variables
  > bitbake: utils/ply: Update md5 to better report errors with hashlib
  > bitbake: bitbake: user-manual: inform about spaces in :remove
  > u-boot: Rework signing to remove interdependencies
  > uboot-sign: Split off kernel-fitimage variables
  > uboot-sign: Use bitbake variables directly
  > kernel-fitimage: Use KERNEL_OUTPUT_DIR where appropriate
  > kernel: Clear SYSROOT_DIRS instead of replacing sysroot_stage_all
  > uboot-sign: Fix using wrong KEY_REQ_ARGS
  > git: upgrade 2.37.3 -> 2.38.1
  > xserver-xorg: backport fixes for CVE-2022-3550 and CVE-2022-3551
  > xserver-xorg: ignore CVE-2022-3553 as it is XQuartz-specific
  > libx11: apply the fix for CVE-2022-3554
  > kernel-yocto: improve fatal error messages of symbol_why.py
  > os-release: add HOMEPAGE and link to documentation
  > os-release: replace DISTRO_CODENAME with VERSION_CODENAME
  > gstreamer1.0-libav: fix errors with ffmpeg 5.x
  > externalsrc.bbclass: Remove a trailing slash from ${B}
  > runqemu: Do not perturb script environment
  > qemu-helper-native: Re-write bridge helper as C program
  > wic: honor the SOURCE_DATE_EPOCH in case of updated fstab
  > runqemu: Fix gl-es argument from causing other arguments to be ignored
  > externalsrc.bbclass: fix git repo detection
  > wayland-protocols: upgrade 1.26 -> 1.27
  > openssl: CVE-2022-3358 Using a Custom Cipher with NID_undef may lead to NULL encryption
  > systemd: add systemd-creds and systemd-cryptenroll to systemd-extra-utils
  > create-spdx: Remove ";name=..." for downloadLocation
  > linux-yocto/5.15: update to v5.15.72
  > linux-yocto/5.19: update to v5.19.14
  > kern-tools: fix relative path processing
  > grub: disable build on armv7ve/a with hardfp
  > mesa: Add native patch via a variable
  > xserver-xorg: move some recommended dependencies in required
  > linux-firmware: package amdgpu firmware
  > linux-firmware: split rtl8761 firmware
  > vulkan-samples: add lfs=0 to SRC_URI to avoid git smudge errors in do_unpack
  > zlib: upgrade 1.2.12 -> 1.2.13
  > zlib: do out-of-tree builds
  > btrfs-tools: upgrade 5.19.1 -> 6.0
  > go-mod.bbclass: Remove repeated word
  > rust: update 1.63.0 -> 1.64.0
  > buildconf: compare abspath
  > wic: implement binary repeatable disk identifiers
  > linux-yocto-dev: add qemuarm64
  > lttng-ust: upgrade 2.13.4 -> 2.13.5
  > libwpe: upgrade 1.12.3 -> 1.14.0
  > libsdl2: upgrade 2.24.0 -> 2.24.1
  > libksba: upgrade 1.6.0 -> 1.6.2
  > xz: upgrade 5.2.6 -> 5.2.7
  > xkeyboard-config: upgrade 2.36 -> 2.37
  > wpebackend-fdo: upgrade 1.12.1 -> 1.14.0
  > sqlite3: upgrade 3.39.3 -> 3.39.4
  > repo: upgrade 2.29.2 -> 2.29.3
  > python3-zipp: upgrade 3.8.1 -> 3.9.0
  > python3-pytz: upgrade 2022.2.1 -> 2022.4
  > numactl: upgrade 2.0.15 -> 2.0.16
  > powertop: upgrade 2.14 -> 2.15
  > libva-utils: upgrade 2.15.0 -> 2.16.0
  > libva: upgrade 2.15.0 -> 2.16.0
  > libical: upgrade 3.0.14 -> 3.0.15
  > libcap: upgrade 2.65 -> 2.66
  > harfbuzz: upgrade 5.1.0 -> 5.3.0
  > gsettings-desktop-schemas: upgrade 42.0 -> 43.0
  > gnutls: upgrade 3.7.7 -> 3.7.8
  > python3-manifest.json: Move urllib to netclient
  > qemu-native: Add PACKAGECONFIG option for jack
  > python3-importlib-metadata: upgrade 4.12.0 -> 5.0.0
  > python3-git: upgrade 3.1.27 -> 3.1.28
  > u-boot: upgrade 2022.07 -> 2022.10
  > python3-hatchling: upgrade 1.10.0 -> 1.11.0
  > openssh: upgrade 9.0p1 -> 9.1p1
  > ifupdown: upgrade 0.8.37 -> 0.8.39
  > dbus: upgrade 1.14.0 -> 1.14.4
  > mtools: upgrade 4.0.40 -> 4.0.41
  > meson: upgrade 0.63.2 -> 0.63.3
  > init-system-helpers: upgrade 1.64 -> 1.65.2
  > python3-poetry-core: upgrade 1.0.8 -> 1.3.2
  > python3-iso8601: upgrade 1.0.2 -> 1.1.0
  > python3-setuptools-rust: upgrade 1.5.1 -> 1.5.2
  > python3-sphinx: upgrade 5.1.1 -> 5.2.3
  > python3-bcrypt: upgrade 3.2.2 -> 4.0.0
  > python3-pyopenssl: upgrade 22.0.0 -> 22.1.0
  > python3-hypothesis: upgrade 6.54.5 -> 6.56.1
  > python3-certifi: upgrade 2022.9.14 -> 2022.9.24
  > python3-cryptography-vectors: upgrade 37.0.4 -> 38.0.1
  > python3-cryptography: upgrade 37.0.4 -> 38.0.1
  > musl: Upgrade to latest master
  > buildtools-tarball: export certificates to python and curl
  > overlayfs: Allow not used mount points
  > wic: bootimg-efi: implement --include-path
  > wic: add UEFI kernel as UEFI stub
  > lsof: upgrade 4.95.0 -> 4.96.3
  > piglit: upgrade to latest revision
  > pango: upgrade 1.50.9 -> 1.50.10
  > python3-hatchling: upgrade 1.9.0 -> 1.10.0
  > acpid: upgrade 2.0.33 -> 2.0.34
  > vim: Upgrade 9.0.0598 -> 9.0.0614
  > base-passwd: Update to 3.6.1
  > mesa: only apply patch to fix ALWAYS_INLINE for native
  > meson: make wrapper options sub-command specific
  > bitbake: runqueue: fix a typo
  > bitbake: cooker: fix a typo
  > migration-guides/release-notes-4.1.rst: update Repositories / Downloads
  > lighttpd: fix CVE-2022-41556
  > gnutls: Unified package names to lower-case
  > cve-update-db-native: add timeout to urlopen() calls
  > glib-2.0: fix rare GFileInfo test case failure
  > openssl: export necessary env vars in SDK
  > bluez5: add dbus to RDEPENDS
  > zlib: use .gz archive and set a PREMIRROR
  > own-mirrors: add crate
  > gcc: Allow -Wno-error=poison-system-directories to take effect
  > perf: Depend on native setuptools3
  > u-boot: Add savedefconfig task
  > u-boot: Remove duplicate inherit of cml1
  > oe/packagemanager/rpm: don't leak file objects
  > insane.bbclass: Allow hashlib version that only accepts on parameter
  > opkg-utils: use a git clone, not a dynamic snapshot
  > psplash: add psplash-default in rdepends
  > linux-yocto: add efi entry for machine features
  > dropbear: add pam to PACKAGECONFIG
  > externalsrc: move back to classes
  > scripts/oe-check-sstate: force build to run for all targets, specifically populate_sysroot
  > scripts/oe-check-sstate: cleanup
  > populate_sdk_base: ensure ptest-pkgs pulls in ptest-runner
  > install-buildtools: support buildtools-make-tarball and update to 4.1
  > poky.conf: remove Ubuntu 21.10
  > docs: add support for langdale (4.1) release
  > migration-guides/release-notes-4.1.rst: update Repositories / Downloads
  > ref-manual: classes.rst: add links to all references to a class
  > manuals: updates for building on Windows (WSL 2)

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Oct 31, 2022
… sources/meta-freescale sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-arm 2fffdd9...3080a94 (12):
  > optee-os-ts: avoid using escape chars in EXTRA_OEMAKE
  > optee-ftpm/optee-os: add missing space in EXTRA_OEMAKE
  > arm: add Mickledore to layer compat string
  > arm-bsp/corstone1000: add msd configs for fvp
  > arm-bsp:optee: enable optee test for N1SDP target
  > arm-bsp/optee: register DRAM1 for N1SDP target
  > CI: Remove host bitbake variables
  > arm-bsp/trusted-service: corstone1000: esrt support
  > arm-bsp/trusted-firmware-m: corstone1000 support FMP image info
  > Revert "arm-bsp/trusted-firmware-m: corstone1000: bump tfm SHA"
  > Revert "arm-bsp/trusted-firmware-m: corstone1000: secure debug code checkout from yocto"
  > arm-bsp/corstone1000: apply ts patch to psa crypto api test

* sources/meta-atmel 04b54f0...f3e74c6 (2):
  > egt-launcher: Use c++17 standard for filesystem feature
  > libegt: Switch to using c++17

* sources/meta-clang f765d4b...4e5ab07 (2):
  > mybw: USe gnu objcopy on riscv64
  > mybw: Use libgcc to link on x86_64

* sources/meta-freescale 0d96c7fe...b2c524c3 (4):
  > Merge pull request #1282 from YoeDistro/yoe/mut
  > Merge pull request #1279 from MrCry0/master-uuu-1.4.243
  > weston: fix build test-internal-screenshot
  > Merge pull request #1276 from thochstein/kernel_uboot

* sources/meta-intel 5963592b...323fee2c (5):
  > vc-intrinsics: update to latest
  > opencl-clang/15.0.0: add recipe
  > openvino-model-optimizer: upgrade 2022.1.1 -> 2022.2.0
  > open-model-zoo: upgrade 2022.1.1 -> 2022.2.0
  > openvino-inference-engine : upgrade 2022.1.1 -> 2022.2.0

* sources/meta-odroid 8491ad6...9002f32 (1):
  > linux-hardkernel_5.10.bb: Add protocol= explicitly to github SRC_URI

* sources/meta-openembedded 2ab46bac6...ba0cb959b (58):
  > XXX: Add Github actions support for CI
  > packagegroup-meta-perl: mv libcompress-raw-*-perl
  > libcompress-raw-*-perl: cleanup; fixes
  > libio-compress*-perl: cleanup; fixes
  > libcompress-raw*-perl: move from libio/compress-*
  > libmime-types-perl: upgrade 2.17 -> 2.22
  > gtk-vnc: add recipe
  > android-tools-conf-configfs: Allow handling two or more UDC controllers
  > xf86-video-amdgpu: add new recipe xf86-video-amdgpu
  > libzip: Add native support
  > iniparser: Add native support
  > vbxguestdrivers: upgrade 7.0.0 -> 7.0.2
  > cpputest: add possibility to build extensions
  > cpputest: remove dev package dependency
  > nginx: Add ipv6 support
  > valijson: use install task from CMakeLists.txt
  > python3-py-cpuinfo: Upgrade 8.0.0 -> 9.0.0
  > python3-traitlets: Upgrade 5.4.0 -> 5.5.0
  > python3-yappi: mark as incompatible with python 3.11
  > python3-wxgtk4: skip the recipe
  > sip3: remove the recipe
  > python3-pint: Upgrade 0.19.2 -> 0.20
  > python3-colorama: Upgrade 0.4.5 -> 0.4.6
  > python3-pythonping: Upgrade 1.1.3 -> 1.1.4
  > python3-dill: Upgrade 0.3.5.1 -> 0.3.6
  > python3-cheetah: Upgrade 3.2.6 -> 3.2.6.post1
  > python3-zeroconf: upgrade 0.39.1 -> 0.39.2
  > python3-xxhash: upgrade 3.0.0 -> 3.1.0
  > python3-stevedore: upgrade 4.0.1 -> 4.1.0
  > python3-sqlalchemy: upgrade 1.4.41 -> 1.4.42
  > python3-socketio: upgrade 5.7.1 -> 5.7.2
  > python3-robotframework: upgrade 5.0.1 -> 6.0
  > python3-pywbemtools: upgrade 1.0.0 -> 1.0.1
  > python3-pymongo: upgrade 4.2.0 -> 4.3.2
  > python3-pyjwt: upgrade 2.5.0 -> 2.6.0
  > python3-protobuf: upgrade 4.21.7 -> 4.21.8
  > python3-portalocker: upgrade 2.5.1 -> 2.6.0
  > python3-pika: upgrade 1.3.0 -> 1.3.1
  > python3-pastedeploy: upgrade 2.1.1 -> 3.0.1
  > python3-pandas: upgrade 1.5.0 -> 1.5.1
  > python3-oauthlib: upgrade 3.2.1 -> 3.2.2
  > python3-luma-core: upgrade 2.3.1 -> 2.4.0
  > python3-incremental: upgrade 21.3.0 -> 22.10.0
  > python3-huey: upgrade 2.4.3 -> 2.4.4
  > python3-grpcio: upgrade 1.49.1 -> 1.50.0
  > python3-grpcio-tools: upgrade 1.49.1 -> 1.50.0
  > python3-google-auth: upgrade 2.12.0 -> 2.13.0
  > python3-google-api-python-client: upgrade 2.64.0 -> 2.65.0
  > python3-charset-normalizer: upgrade 2.1.1 -> 3.0.0
  > python3-astroid: upgrade 2.12.11 -> 2.12.12
  > tio: upgrade 2.1 -> 2.2
  > sanlock: upgrade 3.8.4 -> 3.8.5
  > makedumpfile: upgrade 1.7.1 -> 1.7.2
  > libglvnd: add new recipe libglvnd v1.5.0
  > fvwm: upgrade 2.6.9 -> 2.7.0
  > ctags: upgrade 5.9.20221009.0 -> 5.9.20221016.0
  > bats: upgrade 1.8.0 -> 1.8.2
  > tcpslice: upgrade 1.5 -> 1.6

* sources/meta-qcom 6e209b7...c0ca1bd (2):
  > Merge pull request #456 from lumag/fw-wcn
  > Merge pull request #397 from lumag/test-image-adbd

* sources/meta-raspberrypi 722c516...a305f48 (1):
  > libcamera: rename bbappend to match any version

* sources/meta-riscv d5628ff...c01183c (1):
  > python3-cryptography: Drop bbappend for >=38 release

* sources/meta-ti c023b505...354d0806 (1):
  > ffa-debugfs-mod: Remove bbappend

* sources/meta-variscite-bsp 5309d9f...80b599e (35):
  > linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+
  > imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel
  > linux-variscite_5.10.72.bb: Keep recipe	for machines not yet ready for 5.15
  > u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now
  > arm-ffa-tee: Disable for variscite machines
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > Add patch to fix rwx segement linker problem
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  > u-boot-variscite: update to latest
  > imx8mp-var-dart: configure op-tee memory to 4gb
  > imx8mq-var-dart: configure op-tee memory to 4gb
  > optee-os: imx8mq-var-dart: add support for more then 3GB
  > imx8mq-var-dart: move op-tee to middle of first bank
  > Merge pull request #7 from moto-timo/kirkstone-imx6ul-var-dart
  > wl18xx-calibrator: Sync from meta-ti
  > brcm-patchram-plus: Fix license and build with clang
  > wlconf: Sync recipe with meta-ti
  > Merge pull request #4 from YoeDistro/yoe/systemd
  > Merge pull request #5 from YoeDistro/yoe/tune-paths
  < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+
  < systemd: Use systemd unit fragment instead of patching config files
  < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel
  < linux-variscite_5.10.72.bb: Keep recipe	for machines not yet ready for 5.15
  < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now
  < arm-ffa-tee: Disable for variscite machines
  < bluealsa: Add missing SRC_URI entry for bluealsa.service
  < variscite: Use a wildchar for preferred gstreamer
  < wl18xx-calibrator: Sync from meta-ti
  < Add patch to fix rwx segement linker problem
  < layer.conf: Add langdate ( 4.1 ) to compatible layers
  < imx8qm-var-som: Fix paths to tune files
  < brcm-patchram-plus: Fix license and build with clang
  < wlconf: Sync recipe with meta-ti
  < fix include path

* sources/poky 95c802b0be...95865242b9 (198):
  > musl: Update to latest on tip of trunk
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > libpam: fix CVE-2022-28321
  > mesa: enable glvnd support
  > archiver: avoid using machine variable as it breaks multiconfig
  > oeqa/selftest/archiver: Add multiconfig test for shared recipes
  > u-boot: Add savedefconfig task
  > kernel: classes: Extract savedefconfig to a class
  > bitbake: bitbake: bitbake-layers: checkout layer(s) branch when clone exists
  > bitbake: asyncrpc: serv: correct closed client socket detection
  > iproute2: upgrade 5.19.0 -> 6.0.0
  > ethtool: upgrade 5.19 -> 6.0
  > create-spdx.bbclass: remove unused SPDX_INCLUDE_PACKAGED
  > wic: swap partitions are not added to fstab
  > sanity: check for GNU tar specifically
  > python3: update 3.10.6 -> 3.11.0
  > quilt: backport a patch to address grep 3.8 failures
  > libxslt: upgrade 1.1.35 -> 1.1.37
  > libsoup: upgrade 3.0.7 -> 3.2.0
  > lttng-modules: upgrade 2.13.4 -> 2.13.5
  > shadow: update 4.12.1 -> 4.12.3
  > python3-jsonschema: upgrade 4.9.1 -> 4.16.0
  > python3-hatch-fancy-pypi-readme: add a recipe
  > python3-dbus: upgrade 1.2.18 -> 1.3.2
  > jquery: upgrade 3.6.0 -> 3.6.1
  > cmake: update 3.24.0 -> 3.24.2
  > ovmf: upgrade edk2-stable202205 -> edk2-stable202208
  > pinentry: update 1.2.0 -> 1.2.1
  > libxft: update 2.3.4 -> 2.3.6
  > wayland-utils: update 1.0.0 -> 1.1.0
  > vulkan: update 1.3.216.0 -> 1.3.224.1
  > stress-ng: update 0.14.03 -> 0.14.06
  > hdparm: update 9.64 -> 9.65
  > grep: update 3.7 -> 3.8
  > llvm: update 14.0.6 -> 15.0.1
  > gnu-config: update to latest revision
  > unfs3: correct upstream version check
  > cmake-native: Fix host tool contamination
  > bitbake: fetch2/git: don't set core.fsyncobjectfiles=0
  > manuals: use references to the "Build Directory" term
  > manuals: add missing references to SDKMACHINE and SDK_ARCH
  > manuals: stop referring to the meta-openembedded repo from GitHub
  > manuals: replace "_" by "__" in external links
  > Documentation/README: formalize guidelines for external link syntax
  > dev-manual: common-tasks.rst: refactor and improve "Checking for Vulnerabilities" section
  > dev-manual: common-tasks.rst: add regular updates and CVE scans to security best practices
  > ref-manual: classes.rst: improve documentation for cve-check.bbclass
  > ref-manual: variables.rst: add documentation for CVE_VERSION
  > ref-manual: add info on buildtools-make-tarball
  > ref-manual: add wic command bootloader ptable option
  > tiff: fix a typo for CVE-2022-2953.patch
  > mirrors.bbclass: use shallow tarball for binutils-native
  > go: add support to build on ppc64le
  > kernel-fitimage: skip FDT section creation for applicable symlinks
  > kernel-fitimage: mangle slashes to underscores as late as possible
  > lighttpd: upgrade 1.4.66 -> 1.4.67
  > rust: install rustfmt for riscv32 as well
  > rust-target-config: match riscv target names with what rust expects
  > qemu: backport the fix for CVE-2022-3165
  > tiff: fix a number of CVEs
  > mesa: update 22.2.0 -> 22.2.2
  > bitbake: bitbake-user-manual: details about variable flags starting with underscore
  > bitbake: tests/fetch: Allow handling of a file:// url within a submodule
  > openssl: Fix SSL_CERT_FILE to match ca-certs location
  > bitbake: tests: bb.tests.fetch.URLHandle: add 2 new tests
  > bitbake: doc: bitbake-user-manual: expand description of BB_PRESSURE_MAX variables
  > bitbake: utils/ply: Update md5 to better report errors with hashlib
  > bitbake: bitbake: user-manual: inform about spaces in :remove
  > u-boot: Rework signing to remove interdependencies
  > uboot-sign: Split off kernel-fitimage variables
  > uboot-sign: Use bitbake variables directly
  > kernel-fitimage: Use KERNEL_OUTPUT_DIR where appropriate
  > kernel: Clear SYSROOT_DIRS instead of replacing sysroot_stage_all
  > uboot-sign: Fix using wrong KEY_REQ_ARGS
  > git: upgrade 2.37.3 -> 2.38.1
  > xserver-xorg: backport fixes for CVE-2022-3550 and CVE-2022-3551
  > xserver-xorg: ignore CVE-2022-3553 as it is XQuartz-specific
  > libx11: apply the fix for CVE-2022-3554
  > kernel-yocto: improve fatal error messages of symbol_why.py
  > os-release: add HOMEPAGE and link to documentation
  > os-release: replace DISTRO_CODENAME with VERSION_CODENAME
  > gstreamer1.0-libav: fix errors with ffmpeg 5.x
  > externalsrc.bbclass: Remove a trailing slash from ${B}
  > runqemu: Do not perturb script environment
  > qemu-helper-native: Re-write bridge helper as C program
  > wic: honor the SOURCE_DATE_EPOCH in case of updated fstab
  > runqemu: Fix gl-es argument from causing other arguments to be ignored
  > externalsrc.bbclass: fix git repo detection
  > wayland-protocols: upgrade 1.26 -> 1.27
  > openssl: CVE-2022-3358 Using a Custom Cipher with NID_undef may lead to NULL encryption
  > systemd: add systemd-creds and systemd-cryptenroll to systemd-extra-utils
  > create-spdx: Remove ";name=..." for downloadLocation
  > linux-yocto/5.15: update to v5.15.72
  > linux-yocto/5.19: update to v5.19.14
  > kern-tools: fix relative path processing
  > grub: disable build on armv7ve/a with hardfp
  > mesa: Add native patch via a variable
  > xserver-xorg: move some recommended dependencies in required
  > linux-firmware: package amdgpu firmware
  > linux-firmware: split rtl8761 firmware
  > vulkan-samples: add lfs=0 to SRC_URI to avoid git smudge errors in do_unpack
  > zlib: upgrade 1.2.12 -> 1.2.13
  > zlib: do out-of-tree builds
  > btrfs-tools: upgrade 5.19.1 -> 6.0
  > go-mod.bbclass: Remove repeated word
  > rust: update 1.63.0 -> 1.64.0
  > buildconf: compare abspath
  > wic: implement binary repeatable disk identifiers
  > linux-yocto-dev: add qemuarm64
  > lttng-ust: upgrade 2.13.4 -> 2.13.5
  > libwpe: upgrade 1.12.3 -> 1.14.0
  > libsdl2: upgrade 2.24.0 -> 2.24.1
  > libksba: upgrade 1.6.0 -> 1.6.2
  > xz: upgrade 5.2.6 -> 5.2.7
  > xkeyboard-config: upgrade 2.36 -> 2.37
  > wpebackend-fdo: upgrade 1.12.1 -> 1.14.0
  > sqlite3: upgrade 3.39.3 -> 3.39.4
  > repo: upgrade 2.29.2 -> 2.29.3
  > python3-zipp: upgrade 3.8.1 -> 3.9.0
  > python3-pytz: upgrade 2022.2.1 -> 2022.4
  > numactl: upgrade 2.0.15 -> 2.0.16
  > powertop: upgrade 2.14 -> 2.15
  > libva-utils: upgrade 2.15.0 -> 2.16.0
  > libva: upgrade 2.15.0 -> 2.16.0
  > libical: upgrade 3.0.14 -> 3.0.15
  > libcap: upgrade 2.65 -> 2.66
  > harfbuzz: upgrade 5.1.0 -> 5.3.0
  > gsettings-desktop-schemas: upgrade 42.0 -> 43.0
  > gnutls: upgrade 3.7.7 -> 3.7.8
  > python3-manifest.json: Move urllib to netclient
  > qemu-native: Add PACKAGECONFIG option for jack
  > python3-importlib-metadata: upgrade 4.12.0 -> 5.0.0
  > python3-git: upgrade 3.1.27 -> 3.1.28
  > u-boot: upgrade 2022.07 -> 2022.10
  > python3-hatchling: upgrade 1.10.0 -> 1.11.0
  > openssh: upgrade 9.0p1 -> 9.1p1
  > ifupdown: upgrade 0.8.37 -> 0.8.39
  > dbus: upgrade 1.14.0 -> 1.14.4
  > mtools: upgrade 4.0.40 -> 4.0.41
  > meson: upgrade 0.63.2 -> 0.63.3
  > init-system-helpers: upgrade 1.64 -> 1.65.2
  > python3-poetry-core: upgrade 1.0.8 -> 1.3.2
  > python3-iso8601: upgrade 1.0.2 -> 1.1.0
  > python3-setuptools-rust: upgrade 1.5.1 -> 1.5.2
  > python3-sphinx: upgrade 5.1.1 -> 5.2.3
  > python3-bcrypt: upgrade 3.2.2 -> 4.0.0
  > python3-pyopenssl: upgrade 22.0.0 -> 22.1.0
  > python3-hypothesis: upgrade 6.54.5 -> 6.56.1
  > python3-certifi: upgrade 2022.9.14 -> 2022.9.24
  > python3-cryptography-vectors: upgrade 37.0.4 -> 38.0.1
  > python3-cryptography: upgrade 37.0.4 -> 38.0.1
  > musl: Upgrade to latest master
  > buildtools-tarball: export certificates to python and curl
  > overlayfs: Allow not used mount points
  > wic: bootimg-efi: implement --include-path
  > wic: add UEFI kernel as UEFI stub
  > lsof: upgrade 4.95.0 -> 4.96.3
  > piglit: upgrade to latest revision
  > pango: upgrade 1.50.9 -> 1.50.10
  > python3-hatchling: upgrade 1.9.0 -> 1.10.0
  > acpid: upgrade 2.0.33 -> 2.0.34
  > vim: Upgrade 9.0.0598 -> 9.0.0614
  > base-passwd: Update to 3.6.1
  > mesa: only apply patch to fix ALWAYS_INLINE for native
  > meson: make wrapper options sub-command specific
  > bitbake: runqueue: fix a typo
  > bitbake: cooker: fix a typo
  > migration-guides/release-notes-4.1.rst: update Repositories / Downloads
  > lighttpd: fix CVE-2022-41556
  > gnutls: Unified package names to lower-case
  > cve-update-db-native: add timeout to urlopen() calls
  > glib-2.0: fix rare GFileInfo test case failure
  > openssl: export necessary env vars in SDK
  > bluez5: add dbus to RDEPENDS
  > zlib: use .gz archive and set a PREMIRROR
  > own-mirrors: add crate
  > gcc: Allow -Wno-error=poison-system-directories to take effect
  > perf: Depend on native setuptools3
  > u-boot: Add savedefconfig task
  > u-boot: Remove duplicate inherit of cml1
  > oe/packagemanager/rpm: don't leak file objects
  > insane.bbclass: Allow hashlib version that only accepts on parameter
  > opkg-utils: use a git clone, not a dynamic snapshot
  > psplash: add psplash-default in rdepends
  > linux-yocto: add efi entry for machine features
  > dropbear: add pam to PACKAGECONFIG
  > externalsrc: move back to classes
  > scripts/oe-check-sstate: force build to run for all targets, specifically populate_sysroot
  > scripts/oe-check-sstate: cleanup
  > populate_sdk_base: ensure ptest-pkgs pulls in ptest-runner
  > install-buildtools: support buildtools-make-tarball and update to 4.1
  > poky.conf: remove Ubuntu 21.10
  > docs: add support for langdale (4.1) release
  > migration-guides/release-notes-4.1.rst: update Repositories / Downloads
  > ref-manual: classes.rst: add links to all references to a class
  > manuals: updates for building on Windows (WSL 2)

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Oct 31, 2022
… sources/meta-freescale sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-arm 2fffdd9...3080a94 (12):
  > optee-os-ts: avoid using escape chars in EXTRA_OEMAKE
  > optee-ftpm/optee-os: add missing space in EXTRA_OEMAKE
  > arm: add Mickledore to layer compat string
  > arm-bsp/corstone1000: add msd configs for fvp
  > arm-bsp:optee: enable optee test for N1SDP target
  > arm-bsp/optee: register DRAM1 for N1SDP target
  > CI: Remove host bitbake variables
  > arm-bsp/trusted-service: corstone1000: esrt support
  > arm-bsp/trusted-firmware-m: corstone1000 support FMP image info
  > Revert "arm-bsp/trusted-firmware-m: corstone1000: bump tfm SHA"
  > Revert "arm-bsp/trusted-firmware-m: corstone1000: secure debug code checkout from yocto"
  > arm-bsp/corstone1000: apply ts patch to psa crypto api test

* sources/meta-atmel 04b54f0...f3e74c6 (2):
  > egt-launcher: Use c++17 standard for filesystem feature
  > libegt: Switch to using c++17

* sources/meta-clang f765d4b...4e5ab07 (2):
  > mybw: USe gnu objcopy on riscv64
  > mybw: Use libgcc to link on x86_64

* sources/meta-freescale 0d96c7fe...2e0a904d (5):
  > Merge pull request #1283 from thochstein/recipes-bsp
  > Merge pull request #1282 from YoeDistro/yoe/mut
  > Merge pull request #1279 from MrCry0/master-uuu-1.4.243
  > weston: fix build test-internal-screenshot
  > Merge pull request #1276 from thochstein/kernel_uboot

* sources/meta-intel 5963592b...65e67f01 (13):
  > openvino-inference-engine: update pybind11
  > intel-mediasdk: upgrade 22.4.4 -> 22.6.0
  > onevpl-intel-gpu: upgrade 22.4.4 -> 22.5.4
  > onevpl: upgrade 2022.1.5 -> 2022.2.2
  > intel-media-driver: upgrade 22.5.3 -> 22.5.4
  > libva-intel-utils: upgrade 2.15.0 -> 2.16.0
  > libva-intel: upgrade 2.15.0 -> 2.16.0
  > gmmlib: upgrade 22.1.4 -> 22.2.0
  > vc-intrinsics: update to latest
  > opencl-clang/15.0.0: add recipe
  > openvino-model-optimizer: upgrade 2022.1.1 -> 2022.2.0
  > open-model-zoo: upgrade 2022.1.1 -> 2022.2.0
  > openvino-inference-engine : upgrade 2022.1.1 -> 2022.2.0

* sources/meta-odroid 8491ad6...9002f32 (1):
  > linux-hardkernel_5.10.bb: Add protocol= explicitly to github SRC_URI

* sources/meta-openembedded 2ab46bac6...bfaa0265c (72):
  > XXX: Add Github actions support for CI
  > ipmitool: fix typo in .bb file's comments, using = instead of =?
  > grpc: upgrade 1.50.0 -> 1.50.1
  > spice-gtk: add recipe
  > minio: add recipe for minio client
  > jwt-cpp: add recipe
  > thingsboard-gateway: upgrade 3.1 -> 3.2
  > poco: upgrade 1.12.2 -> 1.12.3
  > function2: upgrade 4.2.1 -> 4.2.2
  > flatbuffers: upgrade 22.9.29 -> 22.10.26
  > ctags: upgrade 5.9.20221016.0 -> 5.9.20221023.0
  > cglm: upgrade 0.8.5 -> 0.8.7
  > wolfssl: upgrade 5.5.1 -> 5.5.2
  > tracker: upgrade 3.4.0 -> 3.4.1
  > tracker-miners: upgrade 3.2.1 -> 3.4.1
  > packagegroup-meta-perl: mv libcompress-raw-*-perl
  > libcompress-raw-*-perl: cleanup; fixes
  > libio-compress*-perl: cleanup; fixes
  > libcompress-raw*-perl: move from libio/compress-*
  > libmime-types-perl: upgrade 2.17 -> 2.22
  > gtk-vnc: add recipe
  > android-tools-conf-configfs: Allow handling two or more UDC controllers
  > xf86-video-amdgpu: add new recipe xf86-video-amdgpu
  > libzip: Add native support
  > iniparser: Add native support
  > vbxguestdrivers: upgrade 7.0.0 -> 7.0.2
  > cpputest: add possibility to build extensions
  > cpputest: remove dev package dependency
  > nginx: Add ipv6 support
  > valijson: use install task from CMakeLists.txt
  > python3-py-cpuinfo: Upgrade 8.0.0 -> 9.0.0
  > python3-traitlets: Upgrade 5.4.0 -> 5.5.0
  > python3-yappi: mark as incompatible with python 3.11
  > python3-wxgtk4: skip the recipe
  > sip3: remove the recipe
  > python3-pint: Upgrade 0.19.2 -> 0.20
  > python3-colorama: Upgrade 0.4.5 -> 0.4.6
  > python3-pythonping: Upgrade 1.1.3 -> 1.1.4
  > python3-dill: Upgrade 0.3.5.1 -> 0.3.6
  > python3-cheetah: Upgrade 3.2.6 -> 3.2.6.post1
  > python3-zeroconf: upgrade 0.39.1 -> 0.39.2
  > python3-xxhash: upgrade 3.0.0 -> 3.1.0
  > python3-stevedore: upgrade 4.0.1 -> 4.1.0
  > python3-sqlalchemy: upgrade 1.4.41 -> 1.4.42
  > python3-socketio: upgrade 5.7.1 -> 5.7.2
  > python3-robotframework: upgrade 5.0.1 -> 6.0
  > python3-pywbemtools: upgrade 1.0.0 -> 1.0.1
  > python3-pymongo: upgrade 4.2.0 -> 4.3.2
  > python3-pyjwt: upgrade 2.5.0 -> 2.6.0
  > python3-protobuf: upgrade 4.21.7 -> 4.21.8
  > python3-portalocker: upgrade 2.5.1 -> 2.6.0
  > python3-pika: upgrade 1.3.0 -> 1.3.1
  > python3-pastedeploy: upgrade 2.1.1 -> 3.0.1
  > python3-pandas: upgrade 1.5.0 -> 1.5.1
  > python3-oauthlib: upgrade 3.2.1 -> 3.2.2
  > python3-luma-core: upgrade 2.3.1 -> 2.4.0
  > python3-incremental: upgrade 21.3.0 -> 22.10.0
  > python3-huey: upgrade 2.4.3 -> 2.4.4
  > python3-grpcio: upgrade 1.49.1 -> 1.50.0
  > python3-grpcio-tools: upgrade 1.49.1 -> 1.50.0
  > python3-google-auth: upgrade 2.12.0 -> 2.13.0
  > python3-google-api-python-client: upgrade 2.64.0 -> 2.65.0
  > python3-charset-normalizer: upgrade 2.1.1 -> 3.0.0
  > python3-astroid: upgrade 2.12.11 -> 2.12.12
  > tio: upgrade 2.1 -> 2.2
  > sanlock: upgrade 3.8.4 -> 3.8.5
  > makedumpfile: upgrade 1.7.1 -> 1.7.2
  > libglvnd: add new recipe libglvnd v1.5.0
  > fvwm: upgrade 2.6.9 -> 2.7.0
  > ctags: upgrade 5.9.20221009.0 -> 5.9.20221016.0
  > bats: upgrade 1.8.0 -> 1.8.2
  > tcpslice: upgrade 1.5 -> 1.6

* sources/meta-qcom 6e209b7...c0ca1bd (2):
  > Merge pull request #456 from lumag/fw-wcn
  > Merge pull request #397 from lumag/test-image-adbd

* sources/meta-raspberrypi 722c516...a305f48 (1):
  > libcamera: rename bbappend to match any version

* sources/meta-riscv d5628ff...c01183c (1):
  > python3-cryptography: Drop bbappend for >=38 release

* sources/meta-ti c023b505...354d0806 (1):
  > ffa-debugfs-mod: Remove bbappend

* sources/meta-variscite-bsp 5309d9f...80b599e (35):
  > linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+
  > imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel
  > linux-variscite_5.10.72.bb: Keep recipe	for machines not yet ready for 5.15
  > u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now
  > arm-ffa-tee: Disable for variscite machines
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > Add patch to fix rwx segement linker problem
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  > u-boot-variscite: update to latest
  > imx8mp-var-dart: configure op-tee memory to 4gb
  > imx8mq-var-dart: configure op-tee memory to 4gb
  > optee-os: imx8mq-var-dart: add support for more then 3GB
  > imx8mq-var-dart: move op-tee to middle of first bank
  > Merge pull request #7 from moto-timo/kirkstone-imx6ul-var-dart
  > wl18xx-calibrator: Sync from meta-ti
  > brcm-patchram-plus: Fix license and build with clang
  > wlconf: Sync recipe with meta-ti
  > Merge pull request #4 from YoeDistro/yoe/systemd
  > Merge pull request #5 from YoeDistro/yoe/tune-paths
  < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+
  < systemd: Use systemd unit fragment instead of patching config files
  < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel
  < linux-variscite_5.10.72.bb: Keep recipe	for machines not yet ready for 5.15
  < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now
  < arm-ffa-tee: Disable for variscite machines
  < bluealsa: Add missing SRC_URI entry for bluealsa.service
  < variscite: Use a wildchar for preferred gstreamer
  < wl18xx-calibrator: Sync from meta-ti
  < Add patch to fix rwx segement linker problem
  < layer.conf: Add langdate ( 4.1 ) to compatible layers
  < imx8qm-var-som: Fix paths to tune files
  < brcm-patchram-plus: Fix license and build with clang
  < wlconf: Sync recipe with meta-ti
  < fix include path

* sources/poky 95c802b0be...1fce76f718 (214):
  > musl: Update to latest on tip of trunk
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > vim: upgrade 9.0.0614 -> 9.0.0820
  > libffi: submit patch upstream
  > go: submit patch upstream
  > ovmf: correct patches status
  > argp-standalone: replace with a maintained fork
  > kea: submit patch upstream
  > cmake: drop qt4 patches
  > lttng-tools: submit determinism.patch upstream
  > tcl: correct upstream version check
  > tcl: correct patch status
  > groff: submit patches upstream
  > python3-cryptography: convert to cargo-update-recipe-crates class
  > python3-bcrypt: convert to use cargo-update-recipe-crates class.
  > cargo-update-recipe-crates.bbclass: add a class to generate SRC_URI crate lists from Cargo.lock
  > curl: Update 7.85.0 to 7.86.0
  > cargo_common.bbclass: Fix typos
  > libpam: fix CVE-2022-28321
  > mesa: enable glvnd support
  > archiver: avoid using machine variable as it breaks multiconfig
  > oeqa/selftest/archiver: Add multiconfig test for shared recipes
  > u-boot: Add savedefconfig task
  > kernel: classes: Extract savedefconfig to a class
  > bitbake: bitbake: bitbake-layers: checkout layer(s) branch when clone exists
  > bitbake: asyncrpc: serv: correct closed client socket detection
  > iproute2: upgrade 5.19.0 -> 6.0.0
  > ethtool: upgrade 5.19 -> 6.0
  > create-spdx.bbclass: remove unused SPDX_INCLUDE_PACKAGED
  > wic: swap partitions are not added to fstab
  > sanity: check for GNU tar specifically
  > python3: update 3.10.6 -> 3.11.0
  > quilt: backport a patch to address grep 3.8 failures
  > libxslt: upgrade 1.1.35 -> 1.1.37
  > libsoup: upgrade 3.0.7 -> 3.2.0
  > lttng-modules: upgrade 2.13.4 -> 2.13.5
  > shadow: update 4.12.1 -> 4.12.3
  > python3-jsonschema: upgrade 4.9.1 -> 4.16.0
  > python3-hatch-fancy-pypi-readme: add a recipe
  > python3-dbus: upgrade 1.2.18 -> 1.3.2
  > jquery: upgrade 3.6.0 -> 3.6.1
  > cmake: update 3.24.0 -> 3.24.2
  > ovmf: upgrade edk2-stable202205 -> edk2-stable202208
  > pinentry: update 1.2.0 -> 1.2.1
  > libxft: update 2.3.4 -> 2.3.6
  > wayland-utils: update 1.0.0 -> 1.1.0
  > vulkan: update 1.3.216.0 -> 1.3.224.1
  > stress-ng: update 0.14.03 -> 0.14.06
  > hdparm: update 9.64 -> 9.65
  > grep: update 3.7 -> 3.8
  > llvm: update 14.0.6 -> 15.0.1
  > gnu-config: update to latest revision
  > unfs3: correct upstream version check
  > cmake-native: Fix host tool contamination
  > bitbake: fetch2/git: don't set core.fsyncobjectfiles=0
  > manuals: use references to the "Build Directory" term
  > manuals: add missing references to SDKMACHINE and SDK_ARCH
  > manuals: stop referring to the meta-openembedded repo from GitHub
  > manuals: replace "_" by "__" in external links
  > Documentation/README: formalize guidelines for external link syntax
  > dev-manual: common-tasks.rst: refactor and improve "Checking for Vulnerabilities" section
  > dev-manual: common-tasks.rst: add regular updates and CVE scans to security best practices
  > ref-manual: classes.rst: improve documentation for cve-check.bbclass
  > ref-manual: variables.rst: add documentation for CVE_VERSION
  > ref-manual: add info on buildtools-make-tarball
  > ref-manual: add wic command bootloader ptable option
  > tiff: fix a typo for CVE-2022-2953.patch
  > mirrors.bbclass: use shallow tarball for binutils-native
  > go: add support to build on ppc64le
  > kernel-fitimage: skip FDT section creation for applicable symlinks
  > kernel-fitimage: mangle slashes to underscores as late as possible
  > lighttpd: upgrade 1.4.66 -> 1.4.67
  > rust: install rustfmt for riscv32 as well
  > rust-target-config: match riscv target names with what rust expects
  > qemu: backport the fix for CVE-2022-3165
  > tiff: fix a number of CVEs
  > mesa: update 22.2.0 -> 22.2.2
  > bitbake: bitbake-user-manual: details about variable flags starting with underscore
  > bitbake: tests/fetch: Allow handling of a file:// url within a submodule
  > openssl: Fix SSL_CERT_FILE to match ca-certs location
  > bitbake: tests: bb.tests.fetch.URLHandle: add 2 new tests
  > bitbake: doc: bitbake-user-manual: expand description of BB_PRESSURE_MAX variables
  > bitbake: utils/ply: Update md5 to better report errors with hashlib
  > bitbake: bitbake: user-manual: inform about spaces in :remove
  > u-boot: Rework signing to remove interdependencies
  > uboot-sign: Split off kernel-fitimage variables
  > uboot-sign: Use bitbake variables directly
  > kernel-fitimage: Use KERNEL_OUTPUT_DIR where appropriate
  > kernel: Clear SYSROOT_DIRS instead of replacing sysroot_stage_all
  > uboot-sign: Fix using wrong KEY_REQ_ARGS
  > git: upgrade 2.37.3 -> 2.38.1
  > xserver-xorg: backport fixes for CVE-2022-3550 and CVE-2022-3551
  > xserver-xorg: ignore CVE-2022-3553 as it is XQuartz-specific
  > libx11: apply the fix for CVE-2022-3554
  > kernel-yocto: improve fatal error messages of symbol_why.py
  > os-release: add HOMEPAGE and link to documentation
  > os-release: replace DISTRO_CODENAME with VERSION_CODENAME
  > gstreamer1.0-libav: fix errors with ffmpeg 5.x
  > externalsrc.bbclass: Remove a trailing slash from ${B}
  > runqemu: Do not perturb script environment
  > qemu-helper-native: Re-write bridge helper as C program
  > wic: honor the SOURCE_DATE_EPOCH in case of updated fstab
  > runqemu: Fix gl-es argument from causing other arguments to be ignored
  > externalsrc.bbclass: fix git repo detection
  > wayland-protocols: upgrade 1.26 -> 1.27
  > openssl: CVE-2022-3358 Using a Custom Cipher with NID_undef may lead to NULL encryption
  > systemd: add systemd-creds and systemd-cryptenroll to systemd-extra-utils
  > create-spdx: Remove ";name=..." for downloadLocation
  > linux-yocto/5.15: update to v5.15.72
  > linux-yocto/5.19: update to v5.19.14
  > kern-tools: fix relative path processing
  > grub: disable build on armv7ve/a with hardfp
  > mesa: Add native patch via a variable
  > xserver-xorg: move some recommended dependencies in required
  > linux-firmware: package amdgpu firmware
  > linux-firmware: split rtl8761 firmware
  > vulkan-samples: add lfs=0 to SRC_URI to avoid git smudge errors in do_unpack
  > zlib: upgrade 1.2.12 -> 1.2.13
  > zlib: do out-of-tree builds
  > btrfs-tools: upgrade 5.19.1 -> 6.0
  > go-mod.bbclass: Remove repeated word
  > rust: update 1.63.0 -> 1.64.0
  > buildconf: compare abspath
  > wic: implement binary repeatable disk identifiers
  > linux-yocto-dev: add qemuarm64
  > lttng-ust: upgrade 2.13.4 -> 2.13.5
  > libwpe: upgrade 1.12.3 -> 1.14.0
  > libsdl2: upgrade 2.24.0 -> 2.24.1
  > libksba: upgrade 1.6.0 -> 1.6.2
  > xz: upgrade 5.2.6 -> 5.2.7
  > xkeyboard-config: upgrade 2.36 -> 2.37
  > wpebackend-fdo: upgrade 1.12.1 -> 1.14.0
  > sqlite3: upgrade 3.39.3 -> 3.39.4
  > repo: upgrade 2.29.2 -> 2.29.3
  > python3-zipp: upgrade 3.8.1 -> 3.9.0
  > python3-pytz: upgrade 2022.2.1 -> 2022.4
  > numactl: upgrade 2.0.15 -> 2.0.16
  > powertop: upgrade 2.14 -> 2.15
  > libva-utils: upgrade 2.15.0 -> 2.16.0
  > libva: upgrade 2.15.0 -> 2.16.0
  > libical: upgrade 3.0.14 -> 3.0.15
  > libcap: upgrade 2.65 -> 2.66
  > harfbuzz: upgrade 5.1.0 -> 5.3.0
  > gsettings-desktop-schemas: upgrade 42.0 -> 43.0
  > gnutls: upgrade 3.7.7 -> 3.7.8
  > python3-manifest.json: Move urllib to netclient
  > qemu-native: Add PACKAGECONFIG option for jack
  > python3-importlib-metadata: upgrade 4.12.0 -> 5.0.0
  > python3-git: upgrade 3.1.27 -> 3.1.28
  > u-boot: upgrade 2022.07 -> 2022.10
  > python3-hatchling: upgrade 1.10.0 -> 1.11.0
  > openssh: upgrade 9.0p1 -> 9.1p1
  > ifupdown: upgrade 0.8.37 -> 0.8.39
  > dbus: upgrade 1.14.0 -> 1.14.4
  > mtools: upgrade 4.0.40 -> 4.0.41
  > meson: upgrade 0.63.2 -> 0.63.3
  > init-system-helpers: upgrade 1.64 -> 1.65.2
  > python3-poetry-core: upgrade 1.0.8 -> 1.3.2
  > python3-iso8601: upgrade 1.0.2 -> 1.1.0
  > python3-setuptools-rust: upgrade 1.5.1 -> 1.5.2
  > python3-sphinx: upgrade 5.1.1 -> 5.2.3
  > python3-bcrypt: upgrade 3.2.2 -> 4.0.0
  > python3-pyopenssl: upgrade 22.0.0 -> 22.1.0
  > python3-hypothesis: upgrade 6.54.5 -> 6.56.1
  > python3-certifi: upgrade 2022.9.14 -> 2022.9.24
  > python3-cryptography-vectors: upgrade 37.0.4 -> 38.0.1
  > python3-cryptography: upgrade 37.0.4 -> 38.0.1
  > musl: Upgrade to latest master
  > buildtools-tarball: export certificates to python and curl
  > overlayfs: Allow not used mount points
  > wic: bootimg-efi: implement --include-path
  > wic: add UEFI kernel as UEFI stub
  > lsof: upgrade 4.95.0 -> 4.96.3
  > piglit: upgrade to latest revision
  > pango: upgrade 1.50.9 -> 1.50.10
  > python3-hatchling: upgrade 1.9.0 -> 1.10.0
  > acpid: upgrade 2.0.33 -> 2.0.34
  > vim: Upgrade 9.0.0598 -> 9.0.0614
  > base-passwd: Update to 3.6.1
  > mesa: only apply patch to fix ALWAYS_INLINE for native
  > meson: make wrapper options sub-command specific
  > bitbake: runqueue: fix a typo
  > bitbake: cooker: fix a typo
  > migration-guides/release-notes-4.1.rst: update Repositories / Downloads
  > lighttpd: fix CVE-2022-41556
  > gnutls: Unified package names to lower-case
  > cve-update-db-native: add timeout to urlopen() calls
  > glib-2.0: fix rare GFileInfo test case failure
  > openssl: export necessary env vars in SDK
  > bluez5: add dbus to RDEPENDS
  > zlib: use .gz archive and set a PREMIRROR
  > own-mirrors: add crate
  > gcc: Allow -Wno-error=poison-system-directories to take effect
  > perf: Depend on native setuptools3
  > u-boot: Add savedefconfig task
  > u-boot: Remove duplicate inherit of cml1
  > oe/packagemanager/rpm: don't leak file objects
  > insane.bbclass: Allow hashlib version that only accepts on parameter
  > opkg-utils: use a git clone, not a dynamic snapshot
  > psplash: add psplash-default in rdepends
  > linux-yocto: add efi entry for machine features
  > dropbear: add pam to PACKAGECONFIG
  > externalsrc: move back to classes
  > scripts/oe-check-sstate: force build to run for all targets, specifically populate_sysroot
  > scripts/oe-check-sstate: cleanup
  > populate_sdk_base: ensure ptest-pkgs pulls in ptest-runner
  > install-buildtools: support buildtools-make-tarball and update to 4.1
  > poky.conf: remove Ubuntu 21.10
  > docs: add support for langdale (4.1) release
  > migration-guides/release-notes-4.1.rst: update Repositories / Downloads
  > ref-manual: classes.rst: add links to all references to a class
  > manuals: updates for building on Windows (WSL 2)

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Oct 31, 2022
… sources/meta-freescale sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-arm 2fffdd9...3080a94 (12):
  > optee-os-ts: avoid using escape chars in EXTRA_OEMAKE
  > optee-ftpm/optee-os: add missing space in EXTRA_OEMAKE
  > arm: add Mickledore to layer compat string
  > arm-bsp/corstone1000: add msd configs for fvp
  > arm-bsp:optee: enable optee test for N1SDP target
  > arm-bsp/optee: register DRAM1 for N1SDP target
  > CI: Remove host bitbake variables
  > arm-bsp/trusted-service: corstone1000: esrt support
  > arm-bsp/trusted-firmware-m: corstone1000 support FMP image info
  > Revert "arm-bsp/trusted-firmware-m: corstone1000: bump tfm SHA"
  > Revert "arm-bsp/trusted-firmware-m: corstone1000: secure debug code checkout from yocto"
  > arm-bsp/corstone1000: apply ts patch to psa crypto api test

* sources/meta-atmel 04b54f0...f3e74c6 (2):
  > egt-launcher: Use c++17 standard for filesystem feature
  > libegt: Switch to using c++17

* sources/meta-clang f765d4b...4e5ab07 (2):
  > mybw: USe gnu objcopy on riscv64
  > mybw: Use libgcc to link on x86_64

* sources/meta-freescale 0d96c7fe...2e0a904d (5):
  > Merge pull request #1283 from thochstein/recipes-bsp
  > Merge pull request #1282 from YoeDistro/yoe/mut
  > Merge pull request #1279 from MrCry0/master-uuu-1.4.243
  > weston: fix build test-internal-screenshot
  > Merge pull request #1276 from thochstein/kernel_uboot

* sources/meta-intel 5963592b...65e67f01 (13):
  > openvino-inference-engine: update pybind11
  > intel-mediasdk: upgrade 22.4.4 -> 22.6.0
  > onevpl-intel-gpu: upgrade 22.4.4 -> 22.5.4
  > onevpl: upgrade 2022.1.5 -> 2022.2.2
  > intel-media-driver: upgrade 22.5.3 -> 22.5.4
  > libva-intel-utils: upgrade 2.15.0 -> 2.16.0
  > libva-intel: upgrade 2.15.0 -> 2.16.0
  > gmmlib: upgrade 22.1.4 -> 22.2.0
  > vc-intrinsics: update to latest
  > opencl-clang/15.0.0: add recipe
  > openvino-model-optimizer: upgrade 2022.1.1 -> 2022.2.0
  > open-model-zoo: upgrade 2022.1.1 -> 2022.2.0
  > openvino-inference-engine : upgrade 2022.1.1 -> 2022.2.0

* sources/meta-odroid 8491ad6...9002f32 (1):
  > linux-hardkernel_5.10.bb: Add protocol= explicitly to github SRC_URI

* sources/meta-openembedded 2ab46bac6...bfaa0265c (72):
  > XXX: Add Github actions support for CI
  > ipmitool: fix typo in .bb file's comments, using = instead of =?
  > grpc: upgrade 1.50.0 -> 1.50.1
  > spice-gtk: add recipe
  > minio: add recipe for minio client
  > jwt-cpp: add recipe
  > thingsboard-gateway: upgrade 3.1 -> 3.2
  > poco: upgrade 1.12.2 -> 1.12.3
  > function2: upgrade 4.2.1 -> 4.2.2
  > flatbuffers: upgrade 22.9.29 -> 22.10.26
  > ctags: upgrade 5.9.20221016.0 -> 5.9.20221023.0
  > cglm: upgrade 0.8.5 -> 0.8.7
  > wolfssl: upgrade 5.5.1 -> 5.5.2
  > tracker: upgrade 3.4.0 -> 3.4.1
  > tracker-miners: upgrade 3.2.1 -> 3.4.1
  > packagegroup-meta-perl: mv libcompress-raw-*-perl
  > libcompress-raw-*-perl: cleanup; fixes
  > libio-compress*-perl: cleanup; fixes
  > libcompress-raw*-perl: move from libio/compress-*
  > libmime-types-perl: upgrade 2.17 -> 2.22
  > gtk-vnc: add recipe
  > android-tools-conf-configfs: Allow handling two or more UDC controllers
  > xf86-video-amdgpu: add new recipe xf86-video-amdgpu
  > libzip: Add native support
  > iniparser: Add native support
  > vbxguestdrivers: upgrade 7.0.0 -> 7.0.2
  > cpputest: add possibility to build extensions
  > cpputest: remove dev package dependency
  > nginx: Add ipv6 support
  > valijson: use install task from CMakeLists.txt
  > python3-py-cpuinfo: Upgrade 8.0.0 -> 9.0.0
  > python3-traitlets: Upgrade 5.4.0 -> 5.5.0
  > python3-yappi: mark as incompatible with python 3.11
  > python3-wxgtk4: skip the recipe
  > sip3: remove the recipe
  > python3-pint: Upgrade 0.19.2 -> 0.20
  > python3-colorama: Upgrade 0.4.5 -> 0.4.6
  > python3-pythonping: Upgrade 1.1.3 -> 1.1.4
  > python3-dill: Upgrade 0.3.5.1 -> 0.3.6
  > python3-cheetah: Upgrade 3.2.6 -> 3.2.6.post1
  > python3-zeroconf: upgrade 0.39.1 -> 0.39.2
  > python3-xxhash: upgrade 3.0.0 -> 3.1.0
  > python3-stevedore: upgrade 4.0.1 -> 4.1.0
  > python3-sqlalchemy: upgrade 1.4.41 -> 1.4.42
  > python3-socketio: upgrade 5.7.1 -> 5.7.2
  > python3-robotframework: upgrade 5.0.1 -> 6.0
  > python3-pywbemtools: upgrade 1.0.0 -> 1.0.1
  > python3-pymongo: upgrade 4.2.0 -> 4.3.2
  > python3-pyjwt: upgrade 2.5.0 -> 2.6.0
  > python3-protobuf: upgrade 4.21.7 -> 4.21.8
  > python3-portalocker: upgrade 2.5.1 -> 2.6.0
  > python3-pika: upgrade 1.3.0 -> 1.3.1
  > python3-pastedeploy: upgrade 2.1.1 -> 3.0.1
  > python3-pandas: upgrade 1.5.0 -> 1.5.1
  > python3-oauthlib: upgrade 3.2.1 -> 3.2.2
  > python3-luma-core: upgrade 2.3.1 -> 2.4.0
  > python3-incremental: upgrade 21.3.0 -> 22.10.0
  > python3-huey: upgrade 2.4.3 -> 2.4.4
  > python3-grpcio: upgrade 1.49.1 -> 1.50.0
  > python3-grpcio-tools: upgrade 1.49.1 -> 1.50.0
  > python3-google-auth: upgrade 2.12.0 -> 2.13.0
  > python3-google-api-python-client: upgrade 2.64.0 -> 2.65.0
  > python3-charset-normalizer: upgrade 2.1.1 -> 3.0.0
  > python3-astroid: upgrade 2.12.11 -> 2.12.12
  > tio: upgrade 2.1 -> 2.2
  > sanlock: upgrade 3.8.4 -> 3.8.5
  > makedumpfile: upgrade 1.7.1 -> 1.7.2
  > libglvnd: add new recipe libglvnd v1.5.0
  > fvwm: upgrade 2.6.9 -> 2.7.0
  > ctags: upgrade 5.9.20221009.0 -> 5.9.20221016.0
  > bats: upgrade 1.8.0 -> 1.8.2
  > tcpslice: upgrade 1.5 -> 1.6

* sources/meta-qcom 6e209b7...c0ca1bd (2):
  > Merge pull request #456 from lumag/fw-wcn
  > Merge pull request #397 from lumag/test-image-adbd

* sources/meta-raspberrypi 722c516...a305f48 (1):
  > libcamera: rename bbappend to match any version

* sources/meta-riscv d5628ff...c01183c (1):
  > python3-cryptography: Drop bbappend for >=38 release

* sources/meta-ti c023b505...354d0806 (1):
  > ffa-debugfs-mod: Remove bbappend

* sources/meta-variscite-bsp 5309d9f...80b599e (35):
  > linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+
  > imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel
  > linux-variscite_5.10.72.bb: Keep recipe	for machines not yet ready for 5.15
  > u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now
  > arm-ffa-tee: Disable for variscite machines
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > Add patch to fix rwx segement linker problem
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  > u-boot-variscite: update to latest
  > imx8mp-var-dart: configure op-tee memory to 4gb
  > imx8mq-var-dart: configure op-tee memory to 4gb
  > optee-os: imx8mq-var-dart: add support for more then 3GB
  > imx8mq-var-dart: move op-tee to middle of first bank
  > Merge pull request #7 from moto-timo/kirkstone-imx6ul-var-dart
  > wl18xx-calibrator: Sync from meta-ti
  > brcm-patchram-plus: Fix license and build with clang
  > wlconf: Sync recipe with meta-ti
  > Merge pull request #4 from YoeDistro/yoe/systemd
  > Merge pull request #5 from YoeDistro/yoe/tune-paths
  < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+
  < systemd: Use systemd unit fragment instead of patching config files
  < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel
  < linux-variscite_5.10.72.bb: Keep recipe	for machines not yet ready for 5.15
  < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now
  < arm-ffa-tee: Disable for variscite machines
  < bluealsa: Add missing SRC_URI entry for bluealsa.service
  < variscite: Use a wildchar for preferred gstreamer
  < wl18xx-calibrator: Sync from meta-ti
  < Add patch to fix rwx segement linker problem
  < layer.conf: Add langdate ( 4.1 ) to compatible layers
  < imx8qm-var-som: Fix paths to tune files
  < brcm-patchram-plus: Fix license and build with clang
  < wlconf: Sync recipe with meta-ti
  < fix include path

* sources/poky 95c802b0be...741574c302 (215):
  > go: Upgrade to 1.19.2
  > musl: Update to latest on tip of trunk
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > vim: upgrade 9.0.0614 -> 9.0.0820
  > libffi: submit patch upstream
  > go: submit patch upstream
  > ovmf: correct patches status
  > argp-standalone: replace with a maintained fork
  > kea: submit patch upstream
  > cmake: drop qt4 patches
  > lttng-tools: submit determinism.patch upstream
  > tcl: correct upstream version check
  > tcl: correct patch status
  > groff: submit patches upstream
  > python3-cryptography: convert to cargo-update-recipe-crates class
  > python3-bcrypt: convert to use cargo-update-recipe-crates class.
  > cargo-update-recipe-crates.bbclass: add a class to generate SRC_URI crate lists from Cargo.lock
  > curl: Update 7.85.0 to 7.86.0
  > cargo_common.bbclass: Fix typos
  > libpam: fix CVE-2022-28321
  > mesa: enable glvnd support
  > archiver: avoid using machine variable as it breaks multiconfig
  > oeqa/selftest/archiver: Add multiconfig test for shared recipes
  > u-boot: Add savedefconfig task
  > kernel: classes: Extract savedefconfig to a class
  > bitbake: bitbake: bitbake-layers: checkout layer(s) branch when clone exists
  > bitbake: asyncrpc: serv: correct closed client socket detection
  > iproute2: upgrade 5.19.0 -> 6.0.0
  > ethtool: upgrade 5.19 -> 6.0
  > create-spdx.bbclass: remove unused SPDX_INCLUDE_PACKAGED
  > wic: swap partitions are not added to fstab
  > sanity: check for GNU tar specifically
  > python3: update 3.10.6 -> 3.11.0
  > quilt: backport a patch to address grep 3.8 failures
  > libxslt: upgrade 1.1.35 -> 1.1.37
  > libsoup: upgrade 3.0.7 -> 3.2.0
  > lttng-modules: upgrade 2.13.4 -> 2.13.5
  > shadow: update 4.12.1 -> 4.12.3
  > python3-jsonschema: upgrade 4.9.1 -> 4.16.0
  > python3-hatch-fancy-pypi-readme: add a recipe
  > python3-dbus: upgrade 1.2.18 -> 1.3.2
  > jquery: upgrade 3.6.0 -> 3.6.1
  > cmake: update 3.24.0 -> 3.24.2
  > ovmf: upgrade edk2-stable202205 -> edk2-stable202208
  > pinentry: update 1.2.0 -> 1.2.1
  > libxft: update 2.3.4 -> 2.3.6
  > wayland-utils: update 1.0.0 -> 1.1.0
  > vulkan: update 1.3.216.0 -> 1.3.224.1
  > stress-ng: update 0.14.03 -> 0.14.06
  > hdparm: update 9.64 -> 9.65
  > grep: update 3.7 -> 3.8
  > llvm: update 14.0.6 -> 15.0.1
  > gnu-config: update to latest revision
  > unfs3: correct upstream version check
  > cmake-native: Fix host tool contamination
  > bitbake: fetch2/git: don't set core.fsyncobjectfiles=0
  > manuals: use references to the "Build Directory" term
  > manuals: add missing references to SDKMACHINE and SDK_ARCH
  > manuals: stop referring to the meta-openembedded repo from GitHub
  > manuals: replace "_" by "__" in external links
  > Documentation/README: formalize guidelines for external link syntax
  > dev-manual: common-tasks.rst: refactor and improve "Checking for Vulnerabilities" section
  > dev-manual: common-tasks.rst: add regular updates and CVE scans to security best practices
  > ref-manual: classes.rst: improve documentation for cve-check.bbclass
  > ref-manual: variables.rst: add documentation for CVE_VERSION
  > ref-manual: add info on buildtools-make-tarball
  > ref-manual: add wic command bootloader ptable option
  > tiff: fix a typo for CVE-2022-2953.patch
  > mirrors.bbclass: use shallow tarball for binutils-native
  > go: add support to build on ppc64le
  > kernel-fitimage: skip FDT section creation for applicable symlinks
  > kernel-fitimage: mangle slashes to underscores as late as possible
  > lighttpd: upgrade 1.4.66 -> 1.4.67
  > rust: install rustfmt for riscv32 as well
  > rust-target-config: match riscv target names with what rust expects
  > qemu: backport the fix for CVE-2022-3165
  > tiff: fix a number of CVEs
  > mesa: update 22.2.0 -> 22.2.2
  > bitbake: bitbake-user-manual: details about variable flags starting with underscore
  > bitbake: tests/fetch: Allow handling of a file:// url within a submodule
  > openssl: Fix SSL_CERT_FILE to match ca-certs location
  > bitbake: tests: bb.tests.fetch.URLHandle: add 2 new tests
  > bitbake: doc: bitbake-user-manual: expand description of BB_PRESSURE_MAX variables
  > bitbake: utils/ply: Update md5 to better report errors with hashlib
  > bitbake: bitbake: user-manual: inform about spaces in :remove
  > u-boot: Rework signing to remove interdependencies
  > uboot-sign: Split off kernel-fitimage variables
  > uboot-sign: Use bitbake variables directly
  > kernel-fitimage: Use KERNEL_OUTPUT_DIR where appropriate
  > kernel: Clear SYSROOT_DIRS instead of replacing sysroot_stage_all
  > uboot-sign: Fix using wrong KEY_REQ_ARGS
  > git: upgrade 2.37.3 -> 2.38.1
  > xserver-xorg: backport fixes for CVE-2022-3550 and CVE-2022-3551
  > xserver-xorg: ignore CVE-2022-3553 as it is XQuartz-specific
  > libx11: apply the fix for CVE-2022-3554
  > kernel-yocto: improve fatal error messages of symbol_why.py
  > os-release: add HOMEPAGE and link to documentation
  > os-release: replace DISTRO_CODENAME with VERSION_CODENAME
  > gstreamer1.0-libav: fix errors with ffmpeg 5.x
  > externalsrc.bbclass: Remove a trailing slash from ${B}
  > runqemu: Do not perturb script environment
  > qemu-helper-native: Re-write bridge helper as C program
  > wic: honor the SOURCE_DATE_EPOCH in case of updated fstab
  > runqemu: Fix gl-es argument from causing other arguments to be ignored
  > externalsrc.bbclass: fix git repo detection
  > wayland-protocols: upgrade 1.26 -> 1.27
  > openssl: CVE-2022-3358 Using a Custom Cipher with NID_undef may lead to NULL encryption
  > systemd: add systemd-creds and systemd-cryptenroll to systemd-extra-utils
  > create-spdx: Remove ";name=..." for downloadLocation
  > linux-yocto/5.15: update to v5.15.72
  > linux-yocto/5.19: update to v5.19.14
  > kern-tools: fix relative path processing
  > grub: disable build on armv7ve/a with hardfp
  > mesa: Add native patch via a variable
  > xserver-xorg: move some recommended dependencies in required
  > linux-firmware: package amdgpu firmware
  > linux-firmware: split rtl8761 firmware
  > vulkan-samples: add lfs=0 to SRC_URI to avoid git smudge errors in do_unpack
  > zlib: upgrade 1.2.12 -> 1.2.13
  > zlib: do out-of-tree builds
  > btrfs-tools: upgrade 5.19.1 -> 6.0
  > go-mod.bbclass: Remove repeated word
  > rust: update 1.63.0 -> 1.64.0
  > buildconf: compare abspath
  > wic: implement binary repeatable disk identifiers
  > linux-yocto-dev: add qemuarm64
  > lttng-ust: upgrade 2.13.4 -> 2.13.5
  > libwpe: upgrade 1.12.3 -> 1.14.0
  > libsdl2: upgrade 2.24.0 -> 2.24.1
  > libksba: upgrade 1.6.0 -> 1.6.2
  > xz: upgrade 5.2.6 -> 5.2.7
  > xkeyboard-config: upgrade 2.36 -> 2.37
  > wpebackend-fdo: upgrade 1.12.1 -> 1.14.0
  > sqlite3: upgrade 3.39.3 -> 3.39.4
  > repo: upgrade 2.29.2 -> 2.29.3
  > python3-zipp: upgrade 3.8.1 -> 3.9.0
  > python3-pytz: upgrade 2022.2.1 -> 2022.4
  > numactl: upgrade 2.0.15 -> 2.0.16
  > powertop: upgrade 2.14 -> 2.15
  > libva-utils: upgrade 2.15.0 -> 2.16.0
  > libva: upgrade 2.15.0 -> 2.16.0
  > libical: upgrade 3.0.14 -> 3.0.15
  > libcap: upgrade 2.65 -> 2.66
  > harfbuzz: upgrade 5.1.0 -> 5.3.0
  > gsettings-desktop-schemas: upgrade 42.0 -> 43.0
  > gnutls: upgrade 3.7.7 -> 3.7.8
  > python3-manifest.json: Move urllib to netclient
  > qemu-native: Add PACKAGECONFIG option for jack
  > python3-importlib-metadata: upgrade 4.12.0 -> 5.0.0
  > python3-git: upgrade 3.1.27 -> 3.1.28
  > u-boot: upgrade 2022.07 -> 2022.10
  > python3-hatchling: upgrade 1.10.0 -> 1.11.0
  > openssh: upgrade 9.0p1 -> 9.1p1
  > ifupdown: upgrade 0.8.37 -> 0.8.39
  > dbus: upgrade 1.14.0 -> 1.14.4
  > mtools: upgrade 4.0.40 -> 4.0.41
  > meson: upgrade 0.63.2 -> 0.63.3
  > init-system-helpers: upgrade 1.64 -> 1.65.2
  > python3-poetry-core: upgrade 1.0.8 -> 1.3.2
  > python3-iso8601: upgrade 1.0.2 -> 1.1.0
  > python3-setuptools-rust: upgrade 1.5.1 -> 1.5.2
  > python3-sphinx: upgrade 5.1.1 -> 5.2.3
  > python3-bcrypt: upgrade 3.2.2 -> 4.0.0
  > python3-pyopenssl: upgrade 22.0.0 -> 22.1.0
  > python3-hypothesis: upgrade 6.54.5 -> 6.56.1
  > python3-certifi: upgrade 2022.9.14 -> 2022.9.24
  > python3-cryptography-vectors: upgrade 37.0.4 -> 38.0.1
  > python3-cryptography: upgrade 37.0.4 -> 38.0.1
  > musl: Upgrade to latest master
  > buildtools-tarball: export certificates to python and curl
  > overlayfs: Allow not used mount points
  > wic: bootimg-efi: implement --include-path
  > wic: add UEFI kernel as UEFI stub
  > lsof: upgrade 4.95.0 -> 4.96.3
  > piglit: upgrade to latest revision
  > pango: upgrade 1.50.9 -> 1.50.10
  > python3-hatchling: upgrade 1.9.0 -> 1.10.0
  > acpid: upgrade 2.0.33 -> 2.0.34
  > vim: Upgrade 9.0.0598 -> 9.0.0614
  > base-passwd: Update to 3.6.1
  > mesa: only apply patch to fix ALWAYS_INLINE for native
  > meson: make wrapper options sub-command specific
  > bitbake: runqueue: fix a typo
  > bitbake: cooker: fix a typo
  > migration-guides/release-notes-4.1.rst: update Repositories / Downloads
  > lighttpd: fix CVE-2022-41556
  > gnutls: Unified package names to lower-case
  > cve-update-db-native: add timeout to urlopen() calls
  > glib-2.0: fix rare GFileInfo test case failure
  > openssl: export necessary env vars in SDK
  > bluez5: add dbus to RDEPENDS
  > zlib: use .gz archive and set a PREMIRROR
  > own-mirrors: add crate
  > gcc: Allow -Wno-error=poison-system-directories to take effect
  > perf: Depend on native setuptools3
  > u-boot: Add savedefconfig task
  > u-boot: Remove duplicate inherit of cml1
  > oe/packagemanager/rpm: don't leak file objects
  > insane.bbclass: Allow hashlib version that only accepts on parameter
  > opkg-utils: use a git clone, not a dynamic snapshot
  > psplash: add psplash-default in rdepends
  > linux-yocto: add efi entry for machine features
  > dropbear: add pam to PACKAGECONFIG
  > externalsrc: move back to classes
  > scripts/oe-check-sstate: force build to run for all targets, specifically populate_sysroot
  > scripts/oe-check-sstate: cleanup
  > populate_sdk_base: ensure ptest-pkgs pulls in ptest-runner
  > install-buildtools: support buildtools-make-tarball and update to 4.1
  > poky.conf: remove Ubuntu 21.10
  > docs: add support for langdale (4.1) release
  > migration-guides/release-notes-4.1.rst: update Repositories / Downloads
  > ref-manual: classes.rst: add links to all references to a class
  > manuals: updates for building on Windows (WSL 2)

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Nov 1, 2022
… sources/meta-freescale sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-arm 2fffdd9...49b23ff (14):
  > CI: Add packages for opencsd and gator-daemon to base build
  > CI: track meta-openembedded's langdale branch
  > optee-os-ts: avoid using escape chars in EXTRA_OEMAKE
  > optee-ftpm/optee-os: add missing space in EXTRA_OEMAKE
  > arm: add Mickledore to layer compat string
  > arm-bsp/corstone1000: add msd configs for fvp
  > arm-bsp:optee: enable optee test for N1SDP target
  > arm-bsp/optee: register DRAM1 for N1SDP target
  > CI: Remove host bitbake variables
  > arm-bsp/trusted-service: corstone1000: esrt support
  > arm-bsp/trusted-firmware-m: corstone1000 support FMP image info
  > Revert "arm-bsp/trusted-firmware-m: corstone1000: bump tfm SHA"
  > Revert "arm-bsp/trusted-firmware-m: corstone1000: secure debug code checkout from yocto"
  > arm-bsp/corstone1000: apply ts patch to psa crypto api test

* sources/meta-atmel 04b54f0...f3e74c6 (2):
  > egt-launcher: Use c++17 standard for filesystem feature
  > libegt: Switch to using c++17

* sources/meta-clang f765d4b...4e5ab07 (2):
  > mybw: USe gnu objcopy on riscv64
  > mybw: Use libgcc to link on x86_64

* sources/meta-freescale 0d96c7fe...66d738d4 (6):
  > Merge pull request #1284 from thochstein/optee
  > Merge pull request #1283 from thochstein/recipes-bsp
  > Merge pull request #1282 from YoeDistro/yoe/mut
  > Merge pull request #1279 from MrCry0/master-uuu-1.4.243
  > weston: fix build test-internal-screenshot
  > Merge pull request #1276 from thochstein/kernel_uboot

* sources/meta-intel 5963592b...65e67f01 (13):
  > openvino-inference-engine: update pybind11
  > intel-mediasdk: upgrade 22.4.4 -> 22.6.0
  > onevpl-intel-gpu: upgrade 22.4.4 -> 22.5.4
  > onevpl: upgrade 2022.1.5 -> 2022.2.2
  > intel-media-driver: upgrade 22.5.3 -> 22.5.4
  > libva-intel-utils: upgrade 2.15.0 -> 2.16.0
  > libva-intel: upgrade 2.15.0 -> 2.16.0
  > gmmlib: upgrade 22.1.4 -> 22.2.0
  > vc-intrinsics: update to latest
  > opencl-clang/15.0.0: add recipe
  > openvino-model-optimizer: upgrade 2022.1.1 -> 2022.2.0
  > open-model-zoo: upgrade 2022.1.1 -> 2022.2.0
  > openvino-inference-engine : upgrade 2022.1.1 -> 2022.2.0

* sources/meta-odroid 8491ad6...9002f32 (1):
  > linux-hardkernel_5.10.bb: Add protocol= explicitly to github SRC_URI

* sources/meta-openembedded 2ab46bac6...163611f19 (88):
  > XXX: Add Github actions support for CI
  > python3-zeroconf: Upgrade 0.39.2 -> 0.39.4
  > samba: Fix install conflict with multilib enabled.
  > python3-websockets: upgrade 10.3 -> 10.4
  > python3-requests-toolbelt: upgrade 0.10.0 -> 0.10.1
  > python3-pytest-xdist: upgrade 2.5.0 -> 3.0.2
  > python3-pytest-html: upgrade 3.1.1 -> 3.2.0
  > python3-pytest-benchmark: upgrade 3.4.1 -> 4.0.0
  > python3-protobuf: upgrade 4.21.8 -> 4.21.9
  > python3-pint: upgrade 0.20 -> 0.20.1
  > python3-nmap: upgrade 1.5.4 -> 1.6.0
  > python3-luma-oled: upgrade 3.8.1 -> 3.9.0
  > python3-lazy-object-proxy: upgrade 1.7.1 -> 1.8.0
  > python3-jsonref: upgrade 0.3.0 -> 1.0.0
  > python3-asttokens: Upgrade 2.0.8 -> 2.1.0
  > python3-automat: Upgrade 20.2.0 -> 22.10.0
  > sysbench: Upgrade 0.4.12 -> 1.0.20
  > trace-cmd, libtracefs, libtraceevent: upgrade trace-cmd to version 3.1.2
  > ipmitool: fix typo in .bb file's comments, using = instead of =?
  > grpc: upgrade 1.50.0 -> 1.50.1
  > spice-gtk: add recipe
  > jwt-cpp: add recipe
  > thingsboard-gateway: upgrade 3.1 -> 3.2
  > poco: upgrade 1.12.2 -> 1.12.3
  > function2: upgrade 4.2.1 -> 4.2.2
  > flatbuffers: upgrade 22.9.29 -> 22.10.26
  > ctags: upgrade 5.9.20221016.0 -> 5.9.20221023.0
  > cglm: upgrade 0.8.5 -> 0.8.7
  > wolfssl: upgrade 5.5.1 -> 5.5.2
  > tracker: upgrade 3.4.0 -> 3.4.1
  > tracker-miners: upgrade 3.2.1 -> 3.4.1
  > packagegroup-meta-perl: mv libcompress-raw-*-perl
  > libcompress-raw-*-perl: cleanup; fixes
  > libio-compress*-perl: cleanup; fixes
  > libcompress-raw*-perl: move from libio/compress-*
  > libmime-types-perl: upgrade 2.17 -> 2.22
  > gtk-vnc: add recipe
  > android-tools-conf-configfs: Allow handling two or more UDC controllers
  > xf86-video-amdgpu: add new recipe xf86-video-amdgpu
  > libzip: Add native support
  > iniparser: Add native support
  > vbxguestdrivers: upgrade 7.0.0 -> 7.0.2
  > cpputest: add possibility to build extensions
  > cpputest: remove dev package dependency
  > nginx: Add ipv6 support
  > valijson: use install task from CMakeLists.txt
  > python3-py-cpuinfo: Upgrade 8.0.0 -> 9.0.0
  > python3-traitlets: Upgrade 5.4.0 -> 5.5.0
  > python3-yappi: mark as incompatible with python 3.11
  > python3-wxgtk4: skip the recipe
  > sip3: remove the recipe
  > python3-pint: Upgrade 0.19.2 -> 0.20
  > python3-colorama: Upgrade 0.4.5 -> 0.4.6
  > python3-pythonping: Upgrade 1.1.3 -> 1.1.4
  > python3-dill: Upgrade 0.3.5.1 -> 0.3.6
  > python3-cheetah: Upgrade 3.2.6 -> 3.2.6.post1
  > python3-zeroconf: upgrade 0.39.1 -> 0.39.2
  > python3-xxhash: upgrade 3.0.0 -> 3.1.0
  > python3-stevedore: upgrade 4.0.1 -> 4.1.0
  > python3-sqlalchemy: upgrade 1.4.41 -> 1.4.42
  > python3-socketio: upgrade 5.7.1 -> 5.7.2
  > python3-robotframework: upgrade 5.0.1 -> 6.0
  > python3-pywbemtools: upgrade 1.0.0 -> 1.0.1
  > python3-pymongo: upgrade 4.2.0 -> 4.3.2
  > python3-pyjwt: upgrade 2.5.0 -> 2.6.0
  > python3-protobuf: upgrade 4.21.7 -> 4.21.8
  > python3-portalocker: upgrade 2.5.1 -> 2.6.0
  > python3-pika: upgrade 1.3.0 -> 1.3.1
  > python3-pastedeploy: upgrade 2.1.1 -> 3.0.1
  > python3-pandas: upgrade 1.5.0 -> 1.5.1
  > python3-oauthlib: upgrade 3.2.1 -> 3.2.2
  > python3-luma-core: upgrade 2.3.1 -> 2.4.0
  > python3-incremental: upgrade 21.3.0 -> 22.10.0
  > python3-huey: upgrade 2.4.3 -> 2.4.4
  > python3-grpcio: upgrade 1.49.1 -> 1.50.0
  > python3-grpcio-tools: upgrade 1.49.1 -> 1.50.0
  > python3-google-auth: upgrade 2.12.0 -> 2.13.0
  > python3-google-api-python-client: upgrade 2.64.0 -> 2.65.0
  > python3-charset-normalizer: upgrade 2.1.1 -> 3.0.0
  > python3-astroid: upgrade 2.12.11 -> 2.12.12
  > tio: upgrade 2.1 -> 2.2
  > sanlock: upgrade 3.8.4 -> 3.8.5
  > makedumpfile: upgrade 1.7.1 -> 1.7.2
  > libglvnd: add new recipe libglvnd v1.5.0
  > fvwm: upgrade 2.6.9 -> 2.7.0
  > ctags: upgrade 5.9.20221009.0 -> 5.9.20221016.0
  > bats: upgrade 1.8.0 -> 1.8.2
  > tcpslice: upgrade 1.5 -> 1.6

* sources/meta-qcom 6e209b7...c0ca1bd (2):
  > Merge pull request #456 from lumag/fw-wcn
  > Merge pull request #397 from lumag/test-image-adbd

* sources/meta-raspberrypi 722c516...a305f48 (1):
  > libcamera: rename bbappend to match any version

* sources/meta-riscv d5628ff...0e34088 (2):
  > python3-cryptography: Drop bbappend for >=38 release
  > u-boot: Drop patches for ae350-ax45mp

* sources/meta-ti c023b505...354d0806 (1):
  > ffa-debugfs-mod: Remove bbappend

* sources/meta-variscite-bsp 5309d9f...6d48510 (36):
  > linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+
  > imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel
  > linux-variscite_5.10.72.bb: Keep recipe	for machines not yet ready for 5.15
  > u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now
  > arm-ffa-tee: Disable for variscite machines
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > Add patch to fix rwx segement linker problem
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  > Merge pull request #9 from moto-timo/kirkstone-variscite-ubi-fix
  > u-boot-variscite: update to latest
  > imx8mp-var-dart: configure op-tee memory to 4gb
  > imx8mq-var-dart: configure op-tee memory to 4gb
  > optee-os: imx8mq-var-dart: add support for more then 3GB
  > imx8mq-var-dart: move op-tee to middle of first bank
  > Merge pull request #7 from moto-timo/kirkstone-imx6ul-var-dart
  > wl18xx-calibrator: Sync from meta-ti
  > brcm-patchram-plus: Fix license and build with clang
  > wlconf: Sync recipe with meta-ti
  > Merge pull request #4 from YoeDistro/yoe/systemd
  > Merge pull request #5 from YoeDistro/yoe/tune-paths
  < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+
  < systemd: Use systemd unit fragment instead of patching config files
  < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel
  < linux-variscite_5.10.72.bb: Keep recipe	for machines not yet ready for 5.15
  < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now
  < arm-ffa-tee: Disable for variscite machines
  < bluealsa: Add missing SRC_URI entry for bluealsa.service
  < variscite: Use a wildchar for preferred gstreamer
  < wl18xx-calibrator: Sync from meta-ti
  < Add patch to fix rwx segement linker problem
  < layer.conf: Add langdate ( 4.1 ) to compatible layers
  < imx8qm-var-som: Fix paths to tune files
  < brcm-patchram-plus: Fix license and build with clang
  < wlconf: Sync recipe with meta-ti
  < fix include path

* sources/poky 95c802b0be...6cb179a2ee (217):
  > musl: Update to latest on tip of trunk
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > gptfdisk: remove warning message from target system
  > go: update 1.19 -> 1.19.2
  > expat: upgrade to 2.5.0
  > vim: upgrade 9.0.0614 -> 9.0.0820
  > libffi: submit patch upstream
  > go: submit patch upstream
  > ovmf: correct patches status
  > argp-standalone: replace with a maintained fork
  > kea: submit patch upstream
  > cmake: drop qt4 patches
  > lttng-tools: submit determinism.patch upstream
  > tcl: correct upstream version check
  > tcl: correct patch status
  > groff: submit patches upstream
  > python3-cryptography: convert to cargo-update-recipe-crates class
  > python3-bcrypt: convert to use cargo-update-recipe-crates class.
  > cargo-update-recipe-crates.bbclass: add a class to generate SRC_URI crate lists from Cargo.lock
  > curl: Update 7.85.0 to 7.86.0
  > cargo_common.bbclass: Fix typos
  > libpam: fix CVE-2022-28321
  > mesa: enable glvnd support
  > archiver: avoid using machine variable as it breaks multiconfig
  > oeqa/selftest/archiver: Add multiconfig test for shared recipes
  > u-boot: Add savedefconfig task
  > kernel: classes: Extract savedefconfig to a class
  > bitbake: bitbake: bitbake-layers: checkout layer(s) branch when clone exists
  > bitbake: asyncrpc: serv: correct closed client socket detection
  > iproute2: upgrade 5.19.0 -> 6.0.0
  > ethtool: upgrade 5.19 -> 6.0
  > create-spdx.bbclass: remove unused SPDX_INCLUDE_PACKAGED
  > wic: swap partitions are not added to fstab
  > sanity: check for GNU tar specifically
  > python3: update 3.10.6 -> 3.11.0
  > quilt: backport a patch to address grep 3.8 failures
  > libxslt: upgrade 1.1.35 -> 1.1.37
  > libsoup: upgrade 3.0.7 -> 3.2.0
  > lttng-modules: upgrade 2.13.4 -> 2.13.5
  > shadow: update 4.12.1 -> 4.12.3
  > python3-jsonschema: upgrade 4.9.1 -> 4.16.0
  > python3-hatch-fancy-pypi-readme: add a recipe
  > python3-dbus: upgrade 1.2.18 -> 1.3.2
  > jquery: upgrade 3.6.0 -> 3.6.1
  > cmake: update 3.24.0 -> 3.24.2
  > ovmf: upgrade edk2-stable202205 -> edk2-stable202208
  > pinentry: update 1.2.0 -> 1.2.1
  > libxft: update 2.3.4 -> 2.3.6
  > wayland-utils: update 1.0.0 -> 1.1.0
  > vulkan: update 1.3.216.0 -> 1.3.224.1
  > stress-ng: update 0.14.03 -> 0.14.06
  > hdparm: update 9.64 -> 9.65
  > grep: update 3.7 -> 3.8
  > llvm: update 14.0.6 -> 15.0.1
  > gnu-config: update to latest revision
  > unfs3: correct upstream version check
  > cmake-native: Fix host tool contamination
  > bitbake: fetch2/git: don't set core.fsyncobjectfiles=0
  > manuals: use references to the "Build Directory" term
  > manuals: add missing references to SDKMACHINE and SDK_ARCH
  > manuals: stop referring to the meta-openembedded repo from GitHub
  > manuals: replace "_" by "__" in external links
  > Documentation/README: formalize guidelines for external link syntax
  > dev-manual: common-tasks.rst: refactor and improve "Checking for Vulnerabilities" section
  > dev-manual: common-tasks.rst: add regular updates and CVE scans to security best practices
  > ref-manual: classes.rst: improve documentation for cve-check.bbclass
  > ref-manual: variables.rst: add documentation for CVE_VERSION
  > ref-manual: add info on buildtools-make-tarball
  > ref-manual: add wic command bootloader ptable option
  > tiff: fix a typo for CVE-2022-2953.patch
  > mirrors.bbclass: use shallow tarball for binutils-native
  > go: add support to build on ppc64le
  > kernel-fitimage: skip FDT section creation for applicable symlinks
  > kernel-fitimage: mangle slashes to underscores as late as possible
  > lighttpd: upgrade 1.4.66 -> 1.4.67
  > rust: install rustfmt for riscv32 as well
  > rust-target-config: match riscv target names with what rust expects
  > qemu: backport the fix for CVE-2022-3165
  > tiff: fix a number of CVEs
  > mesa: update 22.2.0 -> 22.2.2
  > bitbake: bitbake-user-manual: details about variable flags starting with underscore
  > bitbake: tests/fetch: Allow handling of a file:// url within a submodule
  > openssl: Fix SSL_CERT_FILE to match ca-certs location
  > bitbake: tests: bb.tests.fetch.URLHandle: add 2 new tests
  > bitbake: doc: bitbake-user-manual: expand description of BB_PRESSURE_MAX variables
  > bitbake: utils/ply: Update md5 to better report errors with hashlib
  > bitbake: bitbake: user-manual: inform about spaces in :remove
  > u-boot: Rework signing to remove interdependencies
  > uboot-sign: Split off kernel-fitimage variables
  > uboot-sign: Use bitbake variables directly
  > kernel-fitimage: Use KERNEL_OUTPUT_DIR where appropriate
  > kernel: Clear SYSROOT_DIRS instead of replacing sysroot_stage_all
  > uboot-sign: Fix using wrong KEY_REQ_ARGS
  > git: upgrade 2.37.3 -> 2.38.1
  > xserver-xorg: backport fixes for CVE-2022-3550 and CVE-2022-3551
  > xserver-xorg: ignore CVE-2022-3553 as it is XQuartz-specific
  > libx11: apply the fix for CVE-2022-3554
  > kernel-yocto: improve fatal error messages of symbol_why.py
  > os-release: add HOMEPAGE and link to documentation
  > os-release: replace DISTRO_CODENAME with VERSION_CODENAME
  > gstreamer1.0-libav: fix errors with ffmpeg 5.x
  > externalsrc.bbclass: Remove a trailing slash from ${B}
  > runqemu: Do not perturb script environment
  > qemu-helper-native: Re-write bridge helper as C program
  > wic: honor the SOURCE_DATE_EPOCH in case of updated fstab
  > runqemu: Fix gl-es argument from causing other arguments to be ignored
  > externalsrc.bbclass: fix git repo detection
  > wayland-protocols: upgrade 1.26 -> 1.27
  > openssl: CVE-2022-3358 Using a Custom Cipher with NID_undef may lead to NULL encryption
  > systemd: add systemd-creds and systemd-cryptenroll to systemd-extra-utils
  > create-spdx: Remove ";name=..." for downloadLocation
  > linux-yocto/5.15: update to v5.15.72
  > linux-yocto/5.19: update to v5.19.14
  > kern-tools: fix relative path processing
  > grub: disable build on armv7ve/a with hardfp
  > mesa: Add native patch via a variable
  > xserver-xorg: move some recommended dependencies in required
  > linux-firmware: package amdgpu firmware
  > linux-firmware: split rtl8761 firmware
  > vulkan-samples: add lfs=0 to SRC_URI to avoid git smudge errors in do_unpack
  > zlib: upgrade 1.2.12 -> 1.2.13
  > zlib: do out-of-tree builds
  > btrfs-tools: upgrade 5.19.1 -> 6.0
  > go-mod.bbclass: Remove repeated word
  > rust: update 1.63.0 -> 1.64.0
  > buildconf: compare abspath
  > wic: implement binary repeatable disk identifiers
  > linux-yocto-dev: add qemuarm64
  > lttng-ust: upgrade 2.13.4 -> 2.13.5
  > libwpe: upgrade 1.12.3 -> 1.14.0
  > libsdl2: upgrade 2.24.0 -> 2.24.1
  > libksba: upgrade 1.6.0 -> 1.6.2
  > xz: upgrade 5.2.6 -> 5.2.7
  > xkeyboard-config: upgrade 2.36 -> 2.37
  > wpebackend-fdo: upgrade 1.12.1 -> 1.14.0
  > sqlite3: upgrade 3.39.3 -> 3.39.4
  > repo: upgrade 2.29.2 -> 2.29.3
  > python3-zipp: upgrade 3.8.1 -> 3.9.0
  > python3-pytz: upgrade 2022.2.1 -> 2022.4
  > numactl: upgrade 2.0.15 -> 2.0.16
  > powertop: upgrade 2.14 -> 2.15
  > libva-utils: upgrade 2.15.0 -> 2.16.0
  > libva: upgrade 2.15.0 -> 2.16.0
  > libical: upgrade 3.0.14 -> 3.0.15
  > libcap: upgrade 2.65 -> 2.66
  > harfbuzz: upgrade 5.1.0 -> 5.3.0
  > gsettings-desktop-schemas: upgrade 42.0 -> 43.0
  > gnutls: upgrade 3.7.7 -> 3.7.8
  > python3-manifest.json: Move urllib to netclient
  > qemu-native: Add PACKAGECONFIG option for jack
  > python3-importlib-metadata: upgrade 4.12.0 -> 5.0.0
  > python3-git: upgrade 3.1.27 -> 3.1.28
  > u-boot: upgrade 2022.07 -> 2022.10
  > python3-hatchling: upgrade 1.10.0 -> 1.11.0
  > openssh: upgrade 9.0p1 -> 9.1p1
  > ifupdown: upgrade 0.8.37 -> 0.8.39
  > dbus: upgrade 1.14.0 -> 1.14.4
  > mtools: upgrade 4.0.40 -> 4.0.41
  > meson: upgrade 0.63.2 -> 0.63.3
  > init-system-helpers: upgrade 1.64 -> 1.65.2
  > python3-poetry-core: upgrade 1.0.8 -> 1.3.2
  > python3-iso8601: upgrade 1.0.2 -> 1.1.0
  > python3-setuptools-rust: upgrade 1.5.1 -> 1.5.2
  > python3-sphinx: upgrade 5.1.1 -> 5.2.3
  > python3-bcrypt: upgrade 3.2.2 -> 4.0.0
  > python3-pyopenssl: upgrade 22.0.0 -> 22.1.0
  > python3-hypothesis: upgrade 6.54.5 -> 6.56.1
  > python3-certifi: upgrade 2022.9.14 -> 2022.9.24
  > python3-cryptography-vectors: upgrade 37.0.4 -> 38.0.1
  > python3-cryptography: upgrade 37.0.4 -> 38.0.1
  > musl: Upgrade to latest master
  > buildtools-tarball: export certificates to python and curl
  > overlayfs: Allow not used mount points
  > wic: bootimg-efi: implement --include-path
  > wic: add UEFI kernel as UEFI stub
  > lsof: upgrade 4.95.0 -> 4.96.3
  > piglit: upgrade to latest revision
  > pango: upgrade 1.50.9 -> 1.50.10
  > python3-hatchling: upgrade 1.9.0 -> 1.10.0
  > acpid: upgrade 2.0.33 -> 2.0.34
  > vim: Upgrade 9.0.0598 -> 9.0.0614
  > base-passwd: Update to 3.6.1
  > mesa: only apply patch to fix ALWAYS_INLINE for native
  > meson: make wrapper options sub-command specific
  > bitbake: runqueue: fix a typo
  > bitbake: cooker: fix a typo
  > migration-guides/release-notes-4.1.rst: update Repositories / Downloads
  > lighttpd: fix CVE-2022-41556
  > gnutls: Unified package names to lower-case
  > cve-update-db-native: add timeout to urlopen() calls
  > glib-2.0: fix rare GFileInfo test case failure
  > openssl: export necessary env vars in SDK
  > bluez5: add dbus to RDEPENDS
  > zlib: use .gz archive and set a PREMIRROR
  > own-mirrors: add crate
  > gcc: Allow -Wno-error=poison-system-directories to take effect
  > perf: Depend on native setuptools3
  > u-boot: Add savedefconfig task
  > u-boot: Remove duplicate inherit of cml1
  > oe/packagemanager/rpm: don't leak file objects
  > insane.bbclass: Allow hashlib version that only accepts on parameter
  > opkg-utils: use a git clone, not a dynamic snapshot
  > psplash: add psplash-default in rdepends
  > linux-yocto: add efi entry for machine features
  > dropbear: add pam to PACKAGECONFIG
  > externalsrc: move back to classes
  > scripts/oe-check-sstate: force build to run for all targets, specifically populate_sysroot
  > scripts/oe-check-sstate: cleanup
  > populate_sdk_base: ensure ptest-pkgs pulls in ptest-runner
  > install-buildtools: support buildtools-make-tarball and update to 4.1
  > poky.conf: remove Ubuntu 21.10
  > docs: add support for langdale (4.1) release
  > migration-guides/release-notes-4.1.rst: update Repositories / Downloads
  > ref-manual: classes.rst: add links to all references to a class
  > manuals: updates for building on Windows (WSL 2)

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Nov 2, 2022
… sources/meta-freescale sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-arm 2fffdd9...3b7347c (17):
  > arm/gator-daemon: update to v7.8.0
  > arm/opencsd: update to version 1.3.1
  > CI: add common fvp yml file
  > CI: Add packages for opencsd and gator-daemon to base build
  > CI: track meta-openembedded's langdale branch
  > optee-os-ts: avoid using escape chars in EXTRA_OEMAKE
  > optee-ftpm/optee-os: add missing space in EXTRA_OEMAKE
  > arm: add Mickledore to layer compat string
  > arm-bsp/corstone1000: add msd configs for fvp
  > arm-bsp:optee: enable optee test for N1SDP target
  > arm-bsp/optee: register DRAM1 for N1SDP target
  > CI: Remove host bitbake variables
  > arm-bsp/trusted-service: corstone1000: esrt support
  > arm-bsp/trusted-firmware-m: corstone1000 support FMP image info
  > Revert "arm-bsp/trusted-firmware-m: corstone1000: bump tfm SHA"
  > Revert "arm-bsp/trusted-firmware-m: corstone1000: secure debug code checkout from yocto"
  > arm-bsp/corstone1000: apply ts patch to psa crypto api test

* sources/meta-atmel 04b54f0...f3e74c6 (2):
  > egt-launcher: Use c++17 standard for filesystem feature
  > libegt: Switch to using c++17

* sources/meta-clang f765d4b...4e5ab07 (2):
  > mybw: USe gnu objcopy on riscv64
  > mybw: Use libgcc to link on x86_64

* sources/meta-freescale 0d96c7fe...66d738d4 (6):
  > Merge pull request #1284 from thochstein/optee
  > Merge pull request #1283 from thochstein/recipes-bsp
  > Merge pull request #1282 from YoeDistro/yoe/mut
  > Merge pull request #1279 from MrCry0/master-uuu-1.4.243
  > weston: fix build test-internal-screenshot
  > Merge pull request #1276 from thochstein/kernel_uboot

* sources/meta-intel 5963592b...65e67f01 (13):
  > openvino-inference-engine: update pybind11
  > intel-mediasdk: upgrade 22.4.4 -> 22.6.0
  > onevpl-intel-gpu: upgrade 22.4.4 -> 22.5.4
  > onevpl: upgrade 2022.1.5 -> 2022.2.2
  > intel-media-driver: upgrade 22.5.3 -> 22.5.4
  > libva-intel-utils: upgrade 2.15.0 -> 2.16.0
  > libva-intel: upgrade 2.15.0 -> 2.16.0
  > gmmlib: upgrade 22.1.4 -> 22.2.0
  > vc-intrinsics: update to latest
  > opencl-clang/15.0.0: add recipe
  > openvino-model-optimizer: upgrade 2022.1.1 -> 2022.2.0
  > open-model-zoo: upgrade 2022.1.1 -> 2022.2.0
  > openvino-inference-engine : upgrade 2022.1.1 -> 2022.2.0

* sources/meta-odroid 8491ad6...9002f32 (1):
  > linux-hardkernel_5.10.bb: Add protocol= explicitly to github SRC_URI

* sources/meta-openembedded 2ab46bac6...4d4407330 (97):
  > XXX: Add Github actions support for CI
  > xmlsec1: upgrade 1.2.34 -> 1.2.36
  > xkbprint: upgrade 1.0.5 -> 1.0.6
  > libxpresent: upgrade 1.0.0 -> 1.0.1
  > fetchmail: Fix buildpaths warning.
  > libio-compress-perl: upgrade 2.096 -> 2.201
  > libio-compress-lzma-perl: upgrade 2.096 -> 2.201
  > libcompress-raw-zlib-perl: upgrade 2.096 -> 2.202
  > libcompress-raw-lzma-perl: upgrade 2.096 -> 2.201
  > libcompress-raw-bzip2-perl: upgrade 2.096 -> 2.201
  > python3-zeroconf: Upgrade 0.39.2 -> 0.39.4
  > samba: Fix install conflict with multilib enabled.
  > python3-websockets: upgrade 10.3 -> 10.4
  > python3-requests-toolbelt: upgrade 0.10.0 -> 0.10.1
  > python3-pytest-xdist: upgrade 2.5.0 -> 3.0.2
  > python3-pytest-html: upgrade 3.1.1 -> 3.2.0
  > python3-pytest-benchmark: upgrade 3.4.1 -> 4.0.0
  > python3-protobuf: upgrade 4.21.8 -> 4.21.9
  > python3-pint: upgrade 0.20 -> 0.20.1
  > python3-nmap: upgrade 1.5.4 -> 1.6.0
  > python3-luma-oled: upgrade 3.8.1 -> 3.9.0
  > python3-lazy-object-proxy: upgrade 1.7.1 -> 1.8.0
  > python3-jsonref: upgrade 0.3.0 -> 1.0.0
  > python3-asttokens: Upgrade 2.0.8 -> 2.1.0
  > python3-automat: Upgrade 20.2.0 -> 22.10.0
  > sysbench: Upgrade 0.4.12 -> 1.0.20
  > trace-cmd, libtracefs, libtraceevent: upgrade trace-cmd to version 3.1.2
  > ipmitool: fix typo in .bb file's comments, using = instead of =?
  > grpc: upgrade 1.50.0 -> 1.50.1
  > spice-gtk: add recipe
  > jwt-cpp: add recipe
  > thingsboard-gateway: upgrade 3.1 -> 3.2
  > poco: upgrade 1.12.2 -> 1.12.3
  > function2: upgrade 4.2.1 -> 4.2.2
  > flatbuffers: upgrade 22.9.29 -> 22.10.26
  > ctags: upgrade 5.9.20221016.0 -> 5.9.20221023.0
  > cglm: upgrade 0.8.5 -> 0.8.7
  > wolfssl: upgrade 5.5.1 -> 5.5.2
  > tracker: upgrade 3.4.0 -> 3.4.1
  > tracker-miners: upgrade 3.2.1 -> 3.4.1
  > packagegroup-meta-perl: mv libcompress-raw-*-perl
  > libcompress-raw-*-perl: cleanup; fixes
  > libio-compress*-perl: cleanup; fixes
  > libcompress-raw*-perl: move from libio/compress-*
  > libmime-types-perl: upgrade 2.17 -> 2.22
  > gtk-vnc: add recipe
  > android-tools-conf-configfs: Allow handling two or more UDC controllers
  > xf86-video-amdgpu: add new recipe xf86-video-amdgpu
  > libzip: Add native support
  > iniparser: Add native support
  > vbxguestdrivers: upgrade 7.0.0 -> 7.0.2
  > cpputest: add possibility to build extensions
  > cpputest: remove dev package dependency
  > nginx: Add ipv6 support
  > valijson: use install task from CMakeLists.txt
  > python3-py-cpuinfo: Upgrade 8.0.0 -> 9.0.0
  > python3-traitlets: Upgrade 5.4.0 -> 5.5.0
  > python3-yappi: mark as incompatible with python 3.11
  > python3-wxgtk4: skip the recipe
  > sip3: remove the recipe
  > python3-pint: Upgrade 0.19.2 -> 0.20
  > python3-colorama: Upgrade 0.4.5 -> 0.4.6
  > python3-pythonping: Upgrade 1.1.3 -> 1.1.4
  > python3-dill: Upgrade 0.3.5.1 -> 0.3.6
  > python3-cheetah: Upgrade 3.2.6 -> 3.2.6.post1
  > python3-zeroconf: upgrade 0.39.1 -> 0.39.2
  > python3-xxhash: upgrade 3.0.0 -> 3.1.0
  > python3-stevedore: upgrade 4.0.1 -> 4.1.0
  > python3-sqlalchemy: upgrade 1.4.41 -> 1.4.42
  > python3-socketio: upgrade 5.7.1 -> 5.7.2
  > python3-robotframework: upgrade 5.0.1 -> 6.0
  > python3-pywbemtools: upgrade 1.0.0 -> 1.0.1
  > python3-pymongo: upgrade 4.2.0 -> 4.3.2
  > python3-pyjwt: upgrade 2.5.0 -> 2.6.0
  > python3-protobuf: upgrade 4.21.7 -> 4.21.8
  > python3-portalocker: upgrade 2.5.1 -> 2.6.0
  > python3-pika: upgrade 1.3.0 -> 1.3.1
  > python3-pastedeploy: upgrade 2.1.1 -> 3.0.1
  > python3-pandas: upgrade 1.5.0 -> 1.5.1
  > python3-oauthlib: upgrade 3.2.1 -> 3.2.2
  > python3-luma-core: upgrade 2.3.1 -> 2.4.0
  > python3-incremental: upgrade 21.3.0 -> 22.10.0
  > python3-huey: upgrade 2.4.3 -> 2.4.4
  > python3-grpcio: upgrade 1.49.1 -> 1.50.0
  > python3-grpcio-tools: upgrade 1.49.1 -> 1.50.0
  > python3-google-auth: upgrade 2.12.0 -> 2.13.0
  > python3-google-api-python-client: upgrade 2.64.0 -> 2.65.0
  > python3-charset-normalizer: upgrade 2.1.1 -> 3.0.0
  > python3-astroid: upgrade 2.12.11 -> 2.12.12
  > tio: upgrade 2.1 -> 2.2
  > sanlock: upgrade 3.8.4 -> 3.8.5
  > makedumpfile: upgrade 1.7.1 -> 1.7.2
  > libglvnd: add new recipe libglvnd v1.5.0
  > fvwm: upgrade 2.6.9 -> 2.7.0
  > ctags: upgrade 5.9.20221009.0 -> 5.9.20221016.0
  > bats: upgrade 1.8.0 -> 1.8.2
  > tcpslice: upgrade 1.5 -> 1.6

* sources/meta-qcom 6e209b7...c0ca1bd (2):
  > Merge pull request #456 from lumag/fw-wcn
  > Merge pull request #397 from lumag/test-image-adbd

* sources/meta-raspberrypi 722c516...a305f48 (1):
  > libcamera: rename bbappend to match any version

* sources/meta-riscv d5628ff...0e34088 (2):
  > python3-cryptography: Drop bbappend for >=38 release
  > u-boot: Drop patches for ae350-ax45mp

* sources/meta-ti c023b505...354d0806 (1):
  > ffa-debugfs-mod: Remove bbappend

* sources/meta-variscite-bsp 5309d9f...b7a9e6e (38):
  > linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+
  > imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel
  > linux-variscite_5.10.72.bb: Keep recipe	for machines not yet ready for 5.15
  > u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now
  > arm-ffa-tee: Disable for variscite machines
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > Add patch to fix rwx segement linker problem
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > Merge pull request #9 from moto-timo/kirkstone-variscite-ubi-fix
  > u-boot-variscite: update to latest
  > imx8mp-var-dart: configure op-tee memory to 4gb
  > imx8mq-var-dart: configure op-tee memory to 4gb
  > optee-os: imx8mq-var-dart: add support for more then 3GB
  > imx8mq-var-dart: move op-tee to middle of first bank
  > Merge pull request #7 from moto-timo/kirkstone-imx6ul-var-dart
  > wl18xx-calibrator: Sync from meta-ti
  > brcm-patchram-plus: Fix license and build with clang
  > wlconf: Sync recipe with meta-ti
  > Merge pull request #4 from YoeDistro/yoe/systemd
  > Merge pull request #5 from YoeDistro/yoe/tune-paths
  < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+
  < systemd: Use systemd unit fragment instead of patching config files
  < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel
  < linux-variscite_5.10.72.bb: Keep recipe	for machines not yet ready for 5.15
  < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now
  < arm-ffa-tee: Disable for variscite machines
  < bluealsa: Add missing SRC_URI entry for bluealsa.service
  < variscite: Use a wildchar for preferred gstreamer
  < wl18xx-calibrator: Sync from meta-ti
  < Add patch to fix rwx segement linker problem
  < layer.conf: Add langdate ( 4.1 ) to compatible layers
  < imx8qm-var-som: Fix paths to tune files
  < brcm-patchram-plus: Fix license and build with clang
  < wlconf: Sync recipe with meta-ti
  < fix include path

* sources/poky 95c802b0be...ce550ec4e4 (242):
  > e2fsprogs: Enable right macros to check fallocate64
  > acl: Enable largefile support by default
  > libpciaccess: Pass -D_LARGEFILE64_SOURCE to compiler
  > musl: Update to latest on tip of trunk
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > cargo-update-recipe-crates: small improvements
  > python3-sphinx: upgrade 5.2.3 -> 5.3.0
  > python3-typing-extensions: upgrade 4.3.0 -> 4.4.0
  > python3-zipp: upgrade 3.9.0 -> 3.10.0
  > python3-pytz: upgrade 2022.4 -> 2022.6
  > python3-more-itertools: upgrade 8.14.0 -> 9.0.0
  > python3-hypothesis: upgrade 6.56.1 -> 6.56.4
  > python3-pytest-subtests: upgrade 0.8.0 -> 0.9.0
  > python3-pytest: upgrade 7.1.3 -> 7.2.0
  > python3-psutil: upgrade 5.9.2 -> 5.9.3
  > python3-cryptography{-vectors}: 38.0.1 -> 38.0.3
  > python3-bcrypt: upgrade 4.0.0 -> 4.0.1
  > linux-yocto-dev: add qemuarmv5
  > bluez5: Point hciattach bcm43xx firmware search path to /lib/firmware
  > rust: submit a rewritten version of crossbeam_atomic.patch upstream
  > go: update 1.19.2 -> 1.19.3
  > libpam: fix CVE-2022-28321
  > mesa: enable glvnd support
  > u-boot: Add savedefconfig task
  > kernel: classes: Extract savedefconfig to a class
  > archiver: avoid using machine variable as it breaks multiconfig
  > oeqa/selftest/archiver: Add multiconfig test for shared recipes
  > bc: Add ptest.
  > rust-common.bbclass: use built-in rust targets for -native builds
  > oeqa/runtime/dnf: rewrite test_dnf_installroot_usrmerge
  > oeqa/target/ssh: add ignore_status argument to run()
  > python3-mako: upgrade 1.2.2 -> 1.2.3
  > openssl: Upgrade 3.0.5 -> 3.0.7
  > gptfdisk: remove warning message from target system
  > go: update 1.19 -> 1.19.2
  > expat: upgrade to 2.5.0
  > vim: upgrade 9.0.0614 -> 9.0.0820
  > libffi: submit patch upstream
  > go: submit patch upstream
  > ovmf: correct patches status
  > argp-standalone: replace with a maintained fork
  > kea: submit patch upstream
  > cmake: drop qt4 patches
  > lttng-tools: submit determinism.patch upstream
  > tcl: correct upstream version check
  > tcl: correct patch status
  > groff: submit patches upstream
  > python3-cryptography: convert to cargo-update-recipe-crates class
  > python3-bcrypt: convert to use cargo-update-recipe-crates class.
  > cargo-update-recipe-crates.bbclass: add a class to generate SRC_URI crate lists from Cargo.lock
  > curl: Update 7.85.0 to 7.86.0
  > cargo_common.bbclass: Fix typos
  > bitbake: bitbake: bitbake-layers: checkout layer(s) branch when clone exists
  > bitbake: asyncrpc: serv: correct closed client socket detection
  > iproute2: upgrade 5.19.0 -> 6.0.0
  > ethtool: upgrade 5.19 -> 6.0
  > create-spdx.bbclass: remove unused SPDX_INCLUDE_PACKAGED
  > wic: swap partitions are not added to fstab
  > sanity: check for GNU tar specifically
  > python3: update 3.10.6 -> 3.11.0
  > quilt: backport a patch to address grep 3.8 failures
  > libxslt: upgrade 1.1.35 -> 1.1.37
  > libsoup: upgrade 3.0.7 -> 3.2.0
  > lttng-modules: upgrade 2.13.4 -> 2.13.5
  > shadow: update 4.12.1 -> 4.12.3
  > python3-jsonschema: upgrade 4.9.1 -> 4.16.0
  > python3-hatch-fancy-pypi-readme: add a recipe
  > python3-dbus: upgrade 1.2.18 -> 1.3.2
  > jquery: upgrade 3.6.0 -> 3.6.1
  > cmake: update 3.24.0 -> 3.24.2
  > ovmf: upgrade edk2-stable202205 -> edk2-stable202208
  > pinentry: update 1.2.0 -> 1.2.1
  > libxft: update 2.3.4 -> 2.3.6
  > wayland-utils: update 1.0.0 -> 1.1.0
  > vulkan: update 1.3.216.0 -> 1.3.224.1
  > stress-ng: update 0.14.03 -> 0.14.06
  > hdparm: update 9.64 -> 9.65
  > grep: update 3.7 -> 3.8
  > llvm: update 14.0.6 -> 15.0.1
  > gnu-config: update to latest revision
  > unfs3: correct upstream version check
  > cmake-native: Fix host tool contamination
  > bitbake: fetch2/git: don't set core.fsyncobjectfiles=0
  > manuals: use references to the "Build Directory" term
  > manuals: add missing references to SDKMACHINE and SDK_ARCH
  > manuals: stop referring to the meta-openembedded repo from GitHub
  > manuals: replace "_" by "__" in external links
  > Documentation/README: formalize guidelines for external link syntax
  > dev-manual: common-tasks.rst: refactor and improve "Checking for Vulnerabilities" section
  > dev-manual: common-tasks.rst: add regular updates and CVE scans to security best practices
  > ref-manual: classes.rst: improve documentation for cve-check.bbclass
  > ref-manual: variables.rst: add documentation for CVE_VERSION
  > ref-manual: add info on buildtools-make-tarball
  > ref-manual: add wic command bootloader ptable option
  > tiff: fix a typo for CVE-2022-2953.patch
  > mirrors.bbclass: use shallow tarball for binutils-native
  > go: add support to build on ppc64le
  > kernel-fitimage: skip FDT section creation for applicable symlinks
  > kernel-fitimage: mangle slashes to underscores as late as possible
  > lighttpd: upgrade 1.4.66 -> 1.4.67
  > rust: install rustfmt for riscv32 as well
  > rust-target-config: match riscv target names with what rust expects
  > qemu: backport the fix for CVE-2022-3165
  > tiff: fix a number of CVEs
  > mesa: update 22.2.0 -> 22.2.2
  > bitbake: bitbake-user-manual: details about variable flags starting with underscore
  > bitbake: tests/fetch: Allow handling of a file:// url within a submodule
  > openssl: Fix SSL_CERT_FILE to match ca-certs location
  > bitbake: tests: bb.tests.fetch.URLHandle: add 2 new tests
  > bitbake: doc: bitbake-user-manual: expand description of BB_PRESSURE_MAX variables
  > bitbake: utils/ply: Update md5 to better report errors with hashlib
  > bitbake: bitbake: user-manual: inform about spaces in :remove
  > u-boot: Rework signing to remove interdependencies
  > uboot-sign: Split off kernel-fitimage variables
  > uboot-sign: Use bitbake variables directly
  > kernel-fitimage: Use KERNEL_OUTPUT_DIR where appropriate
  > kernel: Clear SYSROOT_DIRS instead of replacing sysroot_stage_all
  > uboot-sign: Fix using wrong KEY_REQ_ARGS
  > git: upgrade 2.37.3 -> 2.38.1
  > xserver-xorg: backport fixes for CVE-2022-3550 and CVE-2022-3551
  > xserver-xorg: ignore CVE-2022-3553 as it is XQuartz-specific
  > libx11: apply the fix for CVE-2022-3554
  > kernel-yocto: improve fatal error messages of symbol_why.py
  > os-release: add HOMEPAGE and link to documentation
  > os-release: replace DISTRO_CODENAME with VERSION_CODENAME
  > gstreamer1.0-libav: fix errors with ffmpeg 5.x
  > externalsrc.bbclass: Remove a trailing slash from ${B}
  > runqemu: Do not perturb script environment
  > qemu-helper-native: Re-write bridge helper as C program
  > wic: honor the SOURCE_DATE_EPOCH in case of updated fstab
  > runqemu: Fix gl-es argument from causing other arguments to be ignored
  > externalsrc.bbclass: fix git repo detection
  > wayland-protocols: upgrade 1.26 -> 1.27
  > openssl: CVE-2022-3358 Using a Custom Cipher with NID_undef may lead to NULL encryption
  > systemd: add systemd-creds and systemd-cryptenroll to systemd-extra-utils
  > create-spdx: Remove ";name=..." for downloadLocation
  > linux-yocto/5.15: update to v5.15.72
  > linux-yocto/5.19: update to v5.19.14
  > kern-tools: fix relative path processing
  > grub: disable build on armv7ve/a with hardfp
  > mesa: Add native patch via a variable
  > xserver-xorg: move some recommended dependencies in required
  > linux-firmware: package amdgpu firmware
  > linux-firmware: split rtl8761 firmware
  > vulkan-samples: add lfs=0 to SRC_URI to avoid git smudge errors in do_unpack
  > zlib: upgrade 1.2.12 -> 1.2.13
  > zlib: do out-of-tree builds
  > btrfs-tools: upgrade 5.19.1 -> 6.0
  > go-mod.bbclass: Remove repeated word
  > rust: update 1.63.0 -> 1.64.0
  > buildconf: compare abspath
  > wic: implement binary repeatable disk identifiers
  > linux-yocto-dev: add qemuarm64
  > lttng-ust: upgrade 2.13.4 -> 2.13.5
  > libwpe: upgrade 1.12.3 -> 1.14.0
  > libsdl2: upgrade 2.24.0 -> 2.24.1
  > libksba: upgrade 1.6.0 -> 1.6.2
  > xz: upgrade 5.2.6 -> 5.2.7
  > xkeyboard-config: upgrade 2.36 -> 2.37
  > wpebackend-fdo: upgrade 1.12.1 -> 1.14.0
  > sqlite3: upgrade 3.39.3 -> 3.39.4
  > repo: upgrade 2.29.2 -> 2.29.3
  > python3-zipp: upgrade 3.8.1 -> 3.9.0
  > python3-pytz: upgrade 2022.2.1 -> 2022.4
  > numactl: upgrade 2.0.15 -> 2.0.16
  > powertop: upgrade 2.14 -> 2.15
  > libva-utils: upgrade 2.15.0 -> 2.16.0
  > libva: upgrade 2.15.0 -> 2.16.0
  > libical: upgrade 3.0.14 -> 3.0.15
  > libcap: upgrade 2.65 -> 2.66
  > harfbuzz: upgrade 5.1.0 -> 5.3.0
  > gsettings-desktop-schemas: upgrade 42.0 -> 43.0
  > gnutls: upgrade 3.7.7 -> 3.7.8
  > python3-manifest.json: Move urllib to netclient
  > qemu-native: Add PACKAGECONFIG option for jack
  > python3-importlib-metadata: upgrade 4.12.0 -> 5.0.0
  > python3-git: upgrade 3.1.27 -> 3.1.28
  > u-boot: upgrade 2022.07 -> 2022.10
  > python3-hatchling: upgrade 1.10.0 -> 1.11.0
  > openssh: upgrade 9.0p1 -> 9.1p1
  > ifupdown: upgrade 0.8.37 -> 0.8.39
  > dbus: upgrade 1.14.0 -> 1.14.4
  > mtools: upgrade 4.0.40 -> 4.0.41
  > meson: upgrade 0.63.2 -> 0.63.3
  > init-system-helpers: upgrade 1.64 -> 1.65.2
  > python3-poetry-core: upgrade 1.0.8 -> 1.3.2
  > python3-iso8601: upgrade 1.0.2 -> 1.1.0
  > python3-setuptools-rust: upgrade 1.5.1 -> 1.5.2
  > python3-sphinx: upgrade 5.1.1 -> 5.2.3
  > python3-bcrypt: upgrade 3.2.2 -> 4.0.0
  > python3-pyopenssl: upgrade 22.0.0 -> 22.1.0
  > python3-hypothesis: upgrade 6.54.5 -> 6.56.1
  > python3-certifi: upgrade 2022.9.14 -> 2022.9.24
  > python3-cryptography-vectors: upgrade 37.0.4 -> 38.0.1
  > python3-cryptography: upgrade 37.0.4 -> 38.0.1
  > musl: Upgrade to latest master
  > buildtools-tarball: export certificates to python and curl
  > overlayfs: Allow not used mount points
  > wic: bootimg-efi: implement --include-path
  > wic: add UEFI kernel as UEFI stub
  > lsof: upgrade 4.95.0 -> 4.96.3
  > piglit: upgrade to latest revision
  > pango: upgrade 1.50.9 -> 1.50.10
  > python3-hatchling: upgrade 1.9.0 -> 1.10.0
  > acpid: upgrade 2.0.33 -> 2.0.34
  > vim: Upgrade 9.0.0598 -> 9.0.0614
  > base-passwd: Update to 3.6.1
  > mesa: only apply patch to fix ALWAYS_INLINE for native
  > meson: make wrapper options sub-command specific
  > bitbake: runqueue: fix a typo
  > bitbake: cooker: fix a typo
  > migration-guides/release-notes-4.1.rst: update Repositories / Downloads
  > lighttpd: fix CVE-2022-41556
  > gnutls: Unified package names to lower-case
  > cve-update-db-native: add timeout to urlopen() calls
  > glib-2.0: fix rare GFileInfo test case failure
  > openssl: export necessary env vars in SDK
  > bluez5: add dbus to RDEPENDS
  > zlib: use .gz archive and set a PREMIRROR
  > own-mirrors: add crate
  > gcc: Allow -Wno-error=poison-system-directories to take effect
  > perf: Depend on native setuptools3
  > u-boot: Add savedefconfig task
  > u-boot: Remove duplicate inherit of cml1
  > oe/packagemanager/rpm: don't leak file objects
  > insane.bbclass: Allow hashlib version that only accepts on parameter
  > opkg-utils: use a git clone, not a dynamic snapshot
  > psplash: add psplash-default in rdepends
  > linux-yocto: add efi entry for machine features
  > dropbear: add pam to PACKAGECONFIG
  > externalsrc: move back to classes
  > scripts/oe-check-sstate: force build to run for all targets, specifically populate_sysroot
  > scripts/oe-check-sstate: cleanup
  > populate_sdk_base: ensure ptest-pkgs pulls in ptest-runner
  > install-buildtools: support buildtools-make-tarball and update to 4.1
  > poky.conf: remove Ubuntu 21.10
  > docs: add support for langdale (4.1) release
  > migration-guides/release-notes-4.1.rst: update Repositories / Downloads
  > ref-manual: classes.rst: add links to all references to a class
  > manuals: updates for building on Windows (WSL 2)

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Nov 2, 2022
… sources/meta-freescale sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-arm 2fffdd9...3b7347c (17):
  > arm/gator-daemon: update to v7.8.0
  > arm/opencsd: update to version 1.3.1
  > CI: add common fvp yml file
  > CI: Add packages for opencsd and gator-daemon to base build
  > CI: track meta-openembedded's langdale branch
  > optee-os-ts: avoid using escape chars in EXTRA_OEMAKE
  > optee-ftpm/optee-os: add missing space in EXTRA_OEMAKE
  > arm: add Mickledore to layer compat string
  > arm-bsp/corstone1000: add msd configs for fvp
  > arm-bsp:optee: enable optee test for N1SDP target
  > arm-bsp/optee: register DRAM1 for N1SDP target
  > CI: Remove host bitbake variables
  > arm-bsp/trusted-service: corstone1000: esrt support
  > arm-bsp/trusted-firmware-m: corstone1000 support FMP image info
  > Revert "arm-bsp/trusted-firmware-m: corstone1000: bump tfm SHA"
  > Revert "arm-bsp/trusted-firmware-m: corstone1000: secure debug code checkout from yocto"
  > arm-bsp/corstone1000: apply ts patch to psa crypto api test

* sources/meta-atmel 04b54f0...f3e74c6 (2):
  > egt-launcher: Use c++17 standard for filesystem feature
  > libegt: Switch to using c++17

* sources/meta-clang f765d4b...4e5ab07 (2):
  > mybw: USe gnu objcopy on riscv64
  > mybw: Use libgcc to link on x86_64

* sources/meta-freescale 0d96c7fe...66d738d4 (6):
  > Merge pull request #1284 from thochstein/optee
  > Merge pull request #1283 from thochstein/recipes-bsp
  > Merge pull request #1282 from YoeDistro/yoe/mut
  > Merge pull request #1279 from MrCry0/master-uuu-1.4.243
  > weston: fix build test-internal-screenshot
  > Merge pull request #1276 from thochstein/kernel_uboot

* sources/meta-intel 5963592b...65e67f01 (13):
  > openvino-inference-engine: update pybind11
  > intel-mediasdk: upgrade 22.4.4 -> 22.6.0
  > onevpl-intel-gpu: upgrade 22.4.4 -> 22.5.4
  > onevpl: upgrade 2022.1.5 -> 2022.2.2
  > intel-media-driver: upgrade 22.5.3 -> 22.5.4
  > libva-intel-utils: upgrade 2.15.0 -> 2.16.0
  > libva-intel: upgrade 2.15.0 -> 2.16.0
  > gmmlib: upgrade 22.1.4 -> 22.2.0
  > vc-intrinsics: update to latest
  > opencl-clang/15.0.0: add recipe
  > openvino-model-optimizer: upgrade 2022.1.1 -> 2022.2.0
  > open-model-zoo: upgrade 2022.1.1 -> 2022.2.0
  > openvino-inference-engine : upgrade 2022.1.1 -> 2022.2.0

* sources/meta-odroid 8491ad6...9002f32 (1):
  > linux-hardkernel_5.10.bb: Add protocol= explicitly to github SRC_URI

* sources/meta-openembedded 2ab46bac6...6bc39292f (95):
  > XXX: Add Github actions support for CI
  > xmlsec1: upgrade 1.2.34 -> 1.2.36
  > xkbprint: upgrade 1.0.5 -> 1.0.6
  > libxpresent: upgrade 1.0.0 -> 1.0.1
  > fetchmail: Fix buildpaths warning.
  > libio-compress-perl: upgrade 2.096 -> 2.201
  > libio-compress-lzma-perl: upgrade 2.096 -> 2.201
  > libcompress-raw-zlib-perl: upgrade 2.096 -> 2.202
  > libcompress-raw-lzma-perl: upgrade 2.096 -> 2.201
  > libcompress-raw-bzip2-perl: upgrade 2.096 -> 2.201
  > python3-zeroconf: Upgrade 0.39.2 -> 0.39.4
  > samba: Fix install conflict with multilib enabled.
  > python3-websockets: upgrade 10.3 -> 10.4
  > python3-requests-toolbelt: upgrade 0.10.0 -> 0.10.1
  > python3-pytest-xdist: upgrade 2.5.0 -> 3.0.2
  > python3-pytest-html: upgrade 3.1.1 -> 3.2.0
  > python3-pytest-benchmark: upgrade 3.4.1 -> 4.0.0
  > python3-protobuf: upgrade 4.21.8 -> 4.21.9
  > python3-pint: upgrade 0.20 -> 0.20.1
  > python3-nmap: upgrade 1.5.4 -> 1.6.0
  > python3-luma-oled: upgrade 3.8.1 -> 3.9.0
  > python3-lazy-object-proxy: upgrade 1.7.1 -> 1.8.0
  > python3-jsonref: upgrade 0.3.0 -> 1.0.0
  > python3-asttokens: Upgrade 2.0.8 -> 2.1.0
  > python3-automat: Upgrade 20.2.0 -> 22.10.0
  > ipmitool: fix typo in .bb file's comments, using = instead of =?
  > grpc: upgrade 1.50.0 -> 1.50.1
  > spice-gtk: add recipe
  > jwt-cpp: add recipe
  > thingsboard-gateway: upgrade 3.1 -> 3.2
  > poco: upgrade 1.12.2 -> 1.12.3
  > function2: upgrade 4.2.1 -> 4.2.2
  > flatbuffers: upgrade 22.9.29 -> 22.10.26
  > ctags: upgrade 5.9.20221016.0 -> 5.9.20221023.0
  > cglm: upgrade 0.8.5 -> 0.8.7
  > wolfssl: upgrade 5.5.1 -> 5.5.2
  > tracker: upgrade 3.4.0 -> 3.4.1
  > tracker-miners: upgrade 3.2.1 -> 3.4.1
  > packagegroup-meta-perl: mv libcompress-raw-*-perl
  > libcompress-raw-*-perl: cleanup; fixes
  > libio-compress*-perl: cleanup; fixes
  > libcompress-raw*-perl: move from libio/compress-*
  > libmime-types-perl: upgrade 2.17 -> 2.22
  > gtk-vnc: add recipe
  > android-tools-conf-configfs: Allow handling two or more UDC controllers
  > xf86-video-amdgpu: add new recipe xf86-video-amdgpu
  > libzip: Add native support
  > iniparser: Add native support
  > vbxguestdrivers: upgrade 7.0.0 -> 7.0.2
  > cpputest: add possibility to build extensions
  > cpputest: remove dev package dependency
  > nginx: Add ipv6 support
  > valijson: use install task from CMakeLists.txt
  > python3-py-cpuinfo: Upgrade 8.0.0 -> 9.0.0
  > python3-traitlets: Upgrade 5.4.0 -> 5.5.0
  > python3-yappi: mark as incompatible with python 3.11
  > python3-wxgtk4: skip the recipe
  > sip3: remove the recipe
  > python3-pint: Upgrade 0.19.2 -> 0.20
  > python3-colorama: Upgrade 0.4.5 -> 0.4.6
  > python3-pythonping: Upgrade 1.1.3 -> 1.1.4
  > python3-dill: Upgrade 0.3.5.1 -> 0.3.6
  > python3-cheetah: Upgrade 3.2.6 -> 3.2.6.post1
  > python3-zeroconf: upgrade 0.39.1 -> 0.39.2
  > python3-xxhash: upgrade 3.0.0 -> 3.1.0
  > python3-stevedore: upgrade 4.0.1 -> 4.1.0
  > python3-sqlalchemy: upgrade 1.4.41 -> 1.4.42
  > python3-socketio: upgrade 5.7.1 -> 5.7.2
  > python3-robotframework: upgrade 5.0.1 -> 6.0
  > python3-pywbemtools: upgrade 1.0.0 -> 1.0.1
  > python3-pymongo: upgrade 4.2.0 -> 4.3.2
  > python3-pyjwt: upgrade 2.5.0 -> 2.6.0
  > python3-protobuf: upgrade 4.21.7 -> 4.21.8
  > python3-portalocker: upgrade 2.5.1 -> 2.6.0
  > python3-pika: upgrade 1.3.0 -> 1.3.1
  > python3-pastedeploy: upgrade 2.1.1 -> 3.0.1
  > python3-pandas: upgrade 1.5.0 -> 1.5.1
  > python3-oauthlib: upgrade 3.2.1 -> 3.2.2
  > python3-luma-core: upgrade 2.3.1 -> 2.4.0
  > python3-incremental: upgrade 21.3.0 -> 22.10.0
  > python3-huey: upgrade 2.4.3 -> 2.4.4
  > python3-grpcio: upgrade 1.49.1 -> 1.50.0
  > python3-grpcio-tools: upgrade 1.49.1 -> 1.50.0
  > python3-google-auth: upgrade 2.12.0 -> 2.13.0
  > python3-google-api-python-client: upgrade 2.64.0 -> 2.65.0
  > python3-charset-normalizer: upgrade 2.1.1 -> 3.0.0
  > python3-astroid: upgrade 2.12.11 -> 2.12.12
  > tio: upgrade 2.1 -> 2.2
  > sanlock: upgrade 3.8.4 -> 3.8.5
  > makedumpfile: upgrade 1.7.1 -> 1.7.2
  > libglvnd: add new recipe libglvnd v1.5.0
  > fvwm: upgrade 2.6.9 -> 2.7.0
  > ctags: upgrade 5.9.20221009.0 -> 5.9.20221016.0
  > bats: upgrade 1.8.0 -> 1.8.2
  > tcpslice: upgrade 1.5 -> 1.6

* sources/meta-qcom 6e209b7...c0ca1bd (2):
  > Merge pull request #456 from lumag/fw-wcn
  > Merge pull request #397 from lumag/test-image-adbd

* sources/meta-raspberrypi 722c516...a305f48 (1):
  > libcamera: rename bbappend to match any version

* sources/meta-riscv d5628ff...0e34088 (2):
  > python3-cryptography: Drop bbappend for >=38 release
  > u-boot: Drop patches for ae350-ax45mp

* sources/meta-ti c023b505...354d0806 (1):
  > ffa-debugfs-mod: Remove bbappend

* sources/meta-variscite-bsp 5309d9f...b7a9e6e (38):
  > linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+
  > imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel
  > linux-variscite_5.10.72.bb: Keep recipe	for machines not yet ready for 5.15
  > u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now
  > arm-ffa-tee: Disable for variscite machines
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > Add patch to fix rwx segement linker problem
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > Merge pull request #9 from moto-timo/kirkstone-variscite-ubi-fix
  > u-boot-variscite: update to latest
  > imx8mp-var-dart: configure op-tee memory to 4gb
  > imx8mq-var-dart: configure op-tee memory to 4gb
  > optee-os: imx8mq-var-dart: add support for more then 3GB
  > imx8mq-var-dart: move op-tee to middle of first bank
  > Merge pull request #7 from moto-timo/kirkstone-imx6ul-var-dart
  > wl18xx-calibrator: Sync from meta-ti
  > brcm-patchram-plus: Fix license and build with clang
  > wlconf: Sync recipe with meta-ti
  > Merge pull request #4 from YoeDistro/yoe/systemd
  > Merge pull request #5 from YoeDistro/yoe/tune-paths
  < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+
  < systemd: Use systemd unit fragment instead of patching config files
  < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel
  < linux-variscite_5.10.72.bb: Keep recipe	for machines not yet ready for 5.15
  < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now
  < arm-ffa-tee: Disable for variscite machines
  < bluealsa: Add missing SRC_URI entry for bluealsa.service
  < variscite: Use a wildchar for preferred gstreamer
  < wl18xx-calibrator: Sync from meta-ti
  < Add patch to fix rwx segement linker problem
  < layer.conf: Add langdate ( 4.1 ) to compatible layers
  < imx8qm-var-som: Fix paths to tune files
  < brcm-patchram-plus: Fix license and build with clang
  < wlconf: Sync recipe with meta-ti
  < fix include path

* sources/poky 95c802b0be...ce550ec4e4 (242):
  > e2fsprogs: Enable right macros to check fallocate64
  > acl: Enable largefile support by default
  > libpciaccess: Pass -D_LARGEFILE64_SOURCE to compiler
  > musl: Update to latest on tip of trunk
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > cargo-update-recipe-crates: small improvements
  > python3-sphinx: upgrade 5.2.3 -> 5.3.0
  > python3-typing-extensions: upgrade 4.3.0 -> 4.4.0
  > python3-zipp: upgrade 3.9.0 -> 3.10.0
  > python3-pytz: upgrade 2022.4 -> 2022.6
  > python3-more-itertools: upgrade 8.14.0 -> 9.0.0
  > python3-hypothesis: upgrade 6.56.1 -> 6.56.4
  > python3-pytest-subtests: upgrade 0.8.0 -> 0.9.0
  > python3-pytest: upgrade 7.1.3 -> 7.2.0
  > python3-psutil: upgrade 5.9.2 -> 5.9.3
  > python3-cryptography{-vectors}: 38.0.1 -> 38.0.3
  > python3-bcrypt: upgrade 4.0.0 -> 4.0.1
  > linux-yocto-dev: add qemuarmv5
  > bluez5: Point hciattach bcm43xx firmware search path to /lib/firmware
  > rust: submit a rewritten version of crossbeam_atomic.patch upstream
  > go: update 1.19.2 -> 1.19.3
  > libpam: fix CVE-2022-28321
  > mesa: enable glvnd support
  > u-boot: Add savedefconfig task
  > kernel: classes: Extract savedefconfig to a class
  > archiver: avoid using machine variable as it breaks multiconfig
  > oeqa/selftest/archiver: Add multiconfig test for shared recipes
  > bc: Add ptest.
  > rust-common.bbclass: use built-in rust targets for -native builds
  > oeqa/runtime/dnf: rewrite test_dnf_installroot_usrmerge
  > oeqa/target/ssh: add ignore_status argument to run()
  > python3-mako: upgrade 1.2.2 -> 1.2.3
  > openssl: Upgrade 3.0.5 -> 3.0.7
  > gptfdisk: remove warning message from target system
  > go: update 1.19 -> 1.19.2
  > expat: upgrade to 2.5.0
  > vim: upgrade 9.0.0614 -> 9.0.0820
  > libffi: submit patch upstream
  > go: submit patch upstream
  > ovmf: correct patches status
  > argp-standalone: replace with a maintained fork
  > kea: submit patch upstream
  > cmake: drop qt4 patches
  > lttng-tools: submit determinism.patch upstream
  > tcl: correct upstream version check
  > tcl: correct patch status
  > groff: submit patches upstream
  > python3-cryptography: convert to cargo-update-recipe-crates class
  > python3-bcrypt: convert to use cargo-update-recipe-crates class.
  > cargo-update-recipe-crates.bbclass: add a class to generate SRC_URI crate lists from Cargo.lock
  > curl: Update 7.85.0 to 7.86.0
  > cargo_common.bbclass: Fix typos
  > bitbake: bitbake: bitbake-layers: checkout layer(s) branch when clone exists
  > bitbake: asyncrpc: serv: correct closed client socket detection
  > iproute2: upgrade 5.19.0 -> 6.0.0
  > ethtool: upgrade 5.19 -> 6.0
  > create-spdx.bbclass: remove unused SPDX_INCLUDE_PACKAGED
  > wic: swap partitions are not added to fstab
  > sanity: check for GNU tar specifically
  > python3: update 3.10.6 -> 3.11.0
  > quilt: backport a patch to address grep 3.8 failures
  > libxslt: upgrade 1.1.35 -> 1.1.37
  > libsoup: upgrade 3.0.7 -> 3.2.0
  > lttng-modules: upgrade 2.13.4 -> 2.13.5
  > shadow: update 4.12.1 -> 4.12.3
  > python3-jsonschema: upgrade 4.9.1 -> 4.16.0
  > python3-hatch-fancy-pypi-readme: add a recipe
  > python3-dbus: upgrade 1.2.18 -> 1.3.2
  > jquery: upgrade 3.6.0 -> 3.6.1
  > cmake: update 3.24.0 -> 3.24.2
  > ovmf: upgrade edk2-stable202205 -> edk2-stable202208
  > pinentry: update 1.2.0 -> 1.2.1
  > libxft: update 2.3.4 -> 2.3.6
  > wayland-utils: update 1.0.0 -> 1.1.0
  > vulkan: update 1.3.216.0 -> 1.3.224.1
  > stress-ng: update 0.14.03 -> 0.14.06
  > hdparm: update 9.64 -> 9.65
  > grep: update 3.7 -> 3.8
  > llvm: update 14.0.6 -> 15.0.1
  > gnu-config: update to latest revision
  > unfs3: correct upstream version check
  > cmake-native: Fix host tool contamination
  > bitbake: fetch2/git: don't set core.fsyncobjectfiles=0
  > manuals: use references to the "Build Directory" term
  > manuals: add missing references to SDKMACHINE and SDK_ARCH
  > manuals: stop referring to the meta-openembedded repo from GitHub
  > manuals: replace "_" by "__" in external links
  > Documentation/README: formalize guidelines for external link syntax
  > dev-manual: common-tasks.rst: refactor and improve "Checking for Vulnerabilities" section
  > dev-manual: common-tasks.rst: add regular updates and CVE scans to security best practices
  > ref-manual: classes.rst: improve documentation for cve-check.bbclass
  > ref-manual: variables.rst: add documentation for CVE_VERSION
  > ref-manual: add info on buildtools-make-tarball
  > ref-manual: add wic command bootloader ptable option
  > tiff: fix a typo for CVE-2022-2953.patch
  > mirrors.bbclass: use shallow tarball for binutils-native
  > go: add support to build on ppc64le
  > kernel-fitimage: skip FDT section creation for applicable symlinks
  > kernel-fitimage: mangle slashes to underscores as late as possible
  > lighttpd: upgrade 1.4.66 -> 1.4.67
  > rust: install rustfmt for riscv32 as well
  > rust-target-config: match riscv target names with what rust expects
  > qemu: backport the fix for CVE-2022-3165
  > tiff: fix a number of CVEs
  > mesa: update 22.2.0 -> 22.2.2
  > bitbake: bitbake-user-manual: details about variable flags starting with underscore
  > bitbake: tests/fetch: Allow handling of a file:// url within a submodule
  > openssl: Fix SSL_CERT_FILE to match ca-certs location
  > bitbake: tests: bb.tests.fetch.URLHandle: add 2 new tests
  > bitbake: doc: bitbake-user-manual: expand description of BB_PRESSURE_MAX variables
  > bitbake: utils/ply: Update md5 to better report errors with hashlib
  > bitbake: bitbake: user-manual: inform about spaces in :remove
  > u-boot: Rework signing to remove interdependencies
  > uboot-sign: Split off kernel-fitimage variables
  > uboot-sign: Use bitbake variables directly
  > kernel-fitimage: Use KERNEL_OUTPUT_DIR where appropriate
  > kernel: Clear SYSROOT_DIRS instead of replacing sysroot_stage_all
  > uboot-sign: Fix using wrong KEY_REQ_ARGS
  > git: upgrade 2.37.3 -> 2.38.1
  > xserver-xorg: backport fixes for CVE-2022-3550 and CVE-2022-3551
  > xserver-xorg: ignore CVE-2022-3553 as it is XQuartz-specific
  > libx11: apply the fix for CVE-2022-3554
  > kernel-yocto: improve fatal error messages of symbol_why.py
  > os-release: add HOMEPAGE and link to documentation
  > os-release: replace DISTRO_CODENAME with VERSION_CODENAME
  > gstreamer1.0-libav: fix errors with ffmpeg 5.x
  > externalsrc.bbclass: Remove a trailing slash from ${B}
  > runqemu: Do not perturb script environment
  > qemu-helper-native: Re-write bridge helper as C program
  > wic: honor the SOURCE_DATE_EPOCH in case of updated fstab
  > runqemu: Fix gl-es argument from causing other arguments to be ignored
  > externalsrc.bbclass: fix git repo detection
  > wayland-protocols: upgrade 1.26 -> 1.27
  > openssl: CVE-2022-3358 Using a Custom Cipher with NID_undef may lead to NULL encryption
  > systemd: add systemd-creds and systemd-cryptenroll to systemd-extra-utils
  > create-spdx: Remove ";name=..." for downloadLocation
  > linux-yocto/5.15: update to v5.15.72
  > linux-yocto/5.19: update to v5.19.14
  > kern-tools: fix relative path processing
  > grub: disable build on armv7ve/a with hardfp
  > mesa: Add native patch via a variable
  > xserver-xorg: move some recommended dependencies in required
  > linux-firmware: package amdgpu firmware
  > linux-firmware: split rtl8761 firmware
  > vulkan-samples: add lfs=0 to SRC_URI to avoid git smudge errors in do_unpack
  > zlib: upgrade 1.2.12 -> 1.2.13
  > zlib: do out-of-tree builds
  > btrfs-tools: upgrade 5.19.1 -> 6.0
  > go-mod.bbclass: Remove repeated word
  > rust: update 1.63.0 -> 1.64.0
  > buildconf: compare abspath
  > wic: implement binary repeatable disk identifiers
  > linux-yocto-dev: add qemuarm64
  > lttng-ust: upgrade 2.13.4 -> 2.13.5
  > libwpe: upgrade 1.12.3 -> 1.14.0
  > libsdl2: upgrade 2.24.0 -> 2.24.1
  > libksba: upgrade 1.6.0 -> 1.6.2
  > xz: upgrade 5.2.6 -> 5.2.7
  > xkeyboard-config: upgrade 2.36 -> 2.37
  > wpebackend-fdo: upgrade 1.12.1 -> 1.14.0
  > sqlite3: upgrade 3.39.3 -> 3.39.4
  > repo: upgrade 2.29.2 -> 2.29.3
  > python3-zipp: upgrade 3.8.1 -> 3.9.0
  > python3-pytz: upgrade 2022.2.1 -> 2022.4
  > numactl: upgrade 2.0.15 -> 2.0.16
  > powertop: upgrade 2.14 -> 2.15
  > libva-utils: upgrade 2.15.0 -> 2.16.0
  > libva: upgrade 2.15.0 -> 2.16.0
  > libical: upgrade 3.0.14 -> 3.0.15
  > libcap: upgrade 2.65 -> 2.66
  > harfbuzz: upgrade 5.1.0 -> 5.3.0
  > gsettings-desktop-schemas: upgrade 42.0 -> 43.0
  > gnutls: upgrade 3.7.7 -> 3.7.8
  > python3-manifest.json: Move urllib to netclient
  > qemu-native: Add PACKAGECONFIG option for jack
  > python3-importlib-metadata: upgrade 4.12.0 -> 5.0.0
  > python3-git: upgrade 3.1.27 -> 3.1.28
  > u-boot: upgrade 2022.07 -> 2022.10
  > python3-hatchling: upgrade 1.10.0 -> 1.11.0
  > openssh: upgrade 9.0p1 -> 9.1p1
  > ifupdown: upgrade 0.8.37 -> 0.8.39
  > dbus: upgrade 1.14.0 -> 1.14.4
  > mtools: upgrade 4.0.40 -> 4.0.41
  > meson: upgrade 0.63.2 -> 0.63.3
  > init-system-helpers: upgrade 1.64 -> 1.65.2
  > python3-poetry-core: upgrade 1.0.8 -> 1.3.2
  > python3-iso8601: upgrade 1.0.2 -> 1.1.0
  > python3-setuptools-rust: upgrade 1.5.1 -> 1.5.2
  > python3-sphinx: upgrade 5.1.1 -> 5.2.3
  > python3-bcrypt: upgrade 3.2.2 -> 4.0.0
  > python3-pyopenssl: upgrade 22.0.0 -> 22.1.0
  > python3-hypothesis: upgrade 6.54.5 -> 6.56.1
  > python3-certifi: upgrade 2022.9.14 -> 2022.9.24
  > python3-cryptography-vectors: upgrade 37.0.4 -> 38.0.1
  > python3-cryptography: upgrade 37.0.4 -> 38.0.1
  > musl: Upgrade to latest master
  > buildtools-tarball: export certificates to python and curl
  > overlayfs: Allow not used mount points
  > wic: bootimg-efi: implement --include-path
  > wic: add UEFI kernel as UEFI stub
  > lsof: upgrade 4.95.0 -> 4.96.3
  > piglit: upgrade to latest revision
  > pango: upgrade 1.50.9 -> 1.50.10
  > python3-hatchling: upgrade 1.9.0 -> 1.10.0
  > acpid: upgrade 2.0.33 -> 2.0.34
  > vim: Upgrade 9.0.0598 -> 9.0.0614
  > base-passwd: Update to 3.6.1
  > mesa: only apply patch to fix ALWAYS_INLINE for native
  > meson: make wrapper options sub-command specific
  > bitbake: runqueue: fix a typo
  > bitbake: cooker: fix a typo
  > migration-guides/release-notes-4.1.rst: update Repositories / Downloads
  > lighttpd: fix CVE-2022-41556
  > gnutls: Unified package names to lower-case
  > cve-update-db-native: add timeout to urlopen() calls
  > glib-2.0: fix rare GFileInfo test case failure
  > openssl: export necessary env vars in SDK
  > bluez5: add dbus to RDEPENDS
  > zlib: use .gz archive and set a PREMIRROR
  > own-mirrors: add crate
  > gcc: Allow -Wno-error=poison-system-directories to take effect
  > perf: Depend on native setuptools3
  > u-boot: Add savedefconfig task
  > u-boot: Remove duplicate inherit of cml1
  > oe/packagemanager/rpm: don't leak file objects
  > insane.bbclass: Allow hashlib version that only accepts on parameter
  > opkg-utils: use a git clone, not a dynamic snapshot
  > psplash: add psplash-default in rdepends
  > linux-yocto: add efi entry for machine features
  > dropbear: add pam to PACKAGECONFIG
  > externalsrc: move back to classes
  > scripts/oe-check-sstate: force build to run for all targets, specifically populate_sysroot
  > scripts/oe-check-sstate: cleanup
  > populate_sdk_base: ensure ptest-pkgs pulls in ptest-runner
  > install-buildtools: support buildtools-make-tarball and update to 4.1
  > poky.conf: remove Ubuntu 21.10
  > docs: add support for langdale (4.1) release
  > migration-guides/release-notes-4.1.rst: update Repositories / Downloads
  > ref-manual: classes.rst: add links to all references to a class
  > manuals: updates for building on Windows (WSL 2)

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Nov 2, 2022
… sources/meta-freescale sources/meta-intel sources/meta-odroid sources/meta-openembedded sources/meta-qcom sources/meta-raspberrypi sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-arm 2fffdd9...3b7347c (17):
  > arm/gator-daemon: update to v7.8.0
  > arm/opencsd: update to version 1.3.1
  > CI: add common fvp yml file
  > CI: Add packages for opencsd and gator-daemon to base build
  > CI: track meta-openembedded's langdale branch
  > optee-os-ts: avoid using escape chars in EXTRA_OEMAKE
  > optee-ftpm/optee-os: add missing space in EXTRA_OEMAKE
  > arm: add Mickledore to layer compat string
  > arm-bsp/corstone1000: add msd configs for fvp
  > arm-bsp:optee: enable optee test for N1SDP target
  > arm-bsp/optee: register DRAM1 for N1SDP target
  > CI: Remove host bitbake variables
  > arm-bsp/trusted-service: corstone1000: esrt support
  > arm-bsp/trusted-firmware-m: corstone1000 support FMP image info
  > Revert "arm-bsp/trusted-firmware-m: corstone1000: bump tfm SHA"
  > Revert "arm-bsp/trusted-firmware-m: corstone1000: secure debug code checkout from yocto"
  > arm-bsp/corstone1000: apply ts patch to psa crypto api test

* sources/meta-atmel 04b54f0...f3e74c6 (2):
  > egt-launcher: Use c++17 standard for filesystem feature
  > libegt: Switch to using c++17

* sources/meta-clang f765d4b...4e5ab07 (2):
  > mybw: USe gnu objcopy on riscv64
  > mybw: Use libgcc to link on x86_64

* sources/meta-freescale 0d96c7fe...66d738d4 (6):
  > Merge pull request #1284 from thochstein/optee
  > Merge pull request #1283 from thochstein/recipes-bsp
  > Merge pull request #1282 from YoeDistro/yoe/mut
  > Merge pull request #1279 from MrCry0/master-uuu-1.4.243
  > weston: fix build test-internal-screenshot
  > Merge pull request #1276 from thochstein/kernel_uboot

* sources/meta-intel 5963592b...2db6c8af (14):
  > linux-intel: fix perf reproducibility
  > openvino-inference-engine: update pybind11
  > intel-mediasdk: upgrade 22.4.4 -> 22.6.0
  > onevpl-intel-gpu: upgrade 22.4.4 -> 22.5.4
  > onevpl: upgrade 2022.1.5 -> 2022.2.2
  > intel-media-driver: upgrade 22.5.3 -> 22.5.4
  > libva-intel-utils: upgrade 2.15.0 -> 2.16.0
  > libva-intel: upgrade 2.15.0 -> 2.16.0
  > gmmlib: upgrade 22.1.4 -> 22.2.0
  > vc-intrinsics: update to latest
  > opencl-clang/15.0.0: add recipe
  > openvino-model-optimizer: upgrade 2022.1.1 -> 2022.2.0
  > open-model-zoo: upgrade 2022.1.1 -> 2022.2.0
  > openvino-inference-engine : upgrade 2022.1.1 -> 2022.2.0

* sources/meta-odroid 8491ad6...9002f32 (1):
  > linux-hardkernel_5.10.bb: Add protocol= explicitly to github SRC_URI

* sources/meta-openembedded 2ab46bac6...2e8776132 (98):
  > XXX: Add Github actions support for CI
  > python3-twisted: Upgrade 22.8.0 -> 22.10.0
  > python3-httplib: Upgrade 0.20.4 -> 0.21.0
  > python3-imageio: Upgrade 2.22.2 -> 2.22.3
  > xmlsec1: upgrade 1.2.34 -> 1.2.36
  > xkbprint: upgrade 1.0.5 -> 1.0.6
  > libxpresent: upgrade 1.0.0 -> 1.0.1
  > fetchmail: Fix buildpaths warning.
  > libio-compress-perl: upgrade 2.096 -> 2.201
  > libio-compress-lzma-perl: upgrade 2.096 -> 2.201
  > libcompress-raw-zlib-perl: upgrade 2.096 -> 2.202
  > libcompress-raw-lzma-perl: upgrade 2.096 -> 2.201
  > libcompress-raw-bzip2-perl: upgrade 2.096 -> 2.201
  > python3-zeroconf: Upgrade 0.39.2 -> 0.39.4
  > samba: Fix install conflict with multilib enabled.
  > python3-websockets: upgrade 10.3 -> 10.4
  > python3-requests-toolbelt: upgrade 0.10.0 -> 0.10.1
  > python3-pytest-xdist: upgrade 2.5.0 -> 3.0.2
  > python3-pytest-html: upgrade 3.1.1 -> 3.2.0
  > python3-pytest-benchmark: upgrade 3.4.1 -> 4.0.0
  > python3-protobuf: upgrade 4.21.8 -> 4.21.9
  > python3-pint: upgrade 0.20 -> 0.20.1
  > python3-nmap: upgrade 1.5.4 -> 1.6.0
  > python3-luma-oled: upgrade 3.8.1 -> 3.9.0
  > python3-lazy-object-proxy: upgrade 1.7.1 -> 1.8.0
  > python3-jsonref: upgrade 0.3.0 -> 1.0.0
  > python3-asttokens: Upgrade 2.0.8 -> 2.1.0
  > python3-automat: Upgrade 20.2.0 -> 22.10.0
  > ipmitool: fix typo in .bb file's comments, using = instead of =?
  > grpc: upgrade 1.50.0 -> 1.50.1
  > spice-gtk: add recipe
  > jwt-cpp: add recipe
  > thingsboard-gateway: upgrade 3.1 -> 3.2
  > poco: upgrade 1.12.2 -> 1.12.3
  > function2: upgrade 4.2.1 -> 4.2.2
  > flatbuffers: upgrade 22.9.29 -> 22.10.26
  > ctags: upgrade 5.9.20221016.0 -> 5.9.20221023.0
  > cglm: upgrade 0.8.5 -> 0.8.7
  > wolfssl: upgrade 5.5.1 -> 5.5.2
  > tracker: upgrade 3.4.0 -> 3.4.1
  > tracker-miners: upgrade 3.2.1 -> 3.4.1
  > packagegroup-meta-perl: mv libcompress-raw-*-perl
  > libcompress-raw-*-perl: cleanup; fixes
  > libio-compress*-perl: cleanup; fixes
  > libcompress-raw*-perl: move from libio/compress-*
  > libmime-types-perl: upgrade 2.17 -> 2.22
  > gtk-vnc: add recipe
  > android-tools-conf-configfs: Allow handling two or more UDC controllers
  > xf86-video-amdgpu: add new recipe xf86-video-amdgpu
  > libzip: Add native support
  > iniparser: Add native support
  > vbxguestdrivers: upgrade 7.0.0 -> 7.0.2
  > cpputest: add possibility to build extensions
  > cpputest: remove dev package dependency
  > nginx: Add ipv6 support
  > valijson: use install task from CMakeLists.txt
  > python3-py-cpuinfo: Upgrade 8.0.0 -> 9.0.0
  > python3-traitlets: Upgrade 5.4.0 -> 5.5.0
  > python3-yappi: mark as incompatible with python 3.11
  > python3-wxgtk4: skip the recipe
  > sip3: remove the recipe
  > python3-pint: Upgrade 0.19.2 -> 0.20
  > python3-colorama: Upgrade 0.4.5 -> 0.4.6
  > python3-pythonping: Upgrade 1.1.3 -> 1.1.4
  > python3-dill: Upgrade 0.3.5.1 -> 0.3.6
  > python3-cheetah: Upgrade 3.2.6 -> 3.2.6.post1
  > python3-zeroconf: upgrade 0.39.1 -> 0.39.2
  > python3-xxhash: upgrade 3.0.0 -> 3.1.0
  > python3-stevedore: upgrade 4.0.1 -> 4.1.0
  > python3-sqlalchemy: upgrade 1.4.41 -> 1.4.42
  > python3-socketio: upgrade 5.7.1 -> 5.7.2
  > python3-robotframework: upgrade 5.0.1 -> 6.0
  > python3-pywbemtools: upgrade 1.0.0 -> 1.0.1
  > python3-pymongo: upgrade 4.2.0 -> 4.3.2
  > python3-pyjwt: upgrade 2.5.0 -> 2.6.0
  > python3-protobuf: upgrade 4.21.7 -> 4.21.8
  > python3-portalocker: upgrade 2.5.1 -> 2.6.0
  > python3-pika: upgrade 1.3.0 -> 1.3.1
  > python3-pastedeploy: upgrade 2.1.1 -> 3.0.1
  > python3-pandas: upgrade 1.5.0 -> 1.5.1
  > python3-oauthlib: upgrade 3.2.1 -> 3.2.2
  > python3-luma-core: upgrade 2.3.1 -> 2.4.0
  > python3-incremental: upgrade 21.3.0 -> 22.10.0
  > python3-huey: upgrade 2.4.3 -> 2.4.4
  > python3-grpcio: upgrade 1.49.1 -> 1.50.0
  > python3-grpcio-tools: upgrade 1.49.1 -> 1.50.0
  > python3-google-auth: upgrade 2.12.0 -> 2.13.0
  > python3-google-api-python-client: upgrade 2.64.0 -> 2.65.0
  > python3-charset-normalizer: upgrade 2.1.1 -> 3.0.0
  > python3-astroid: upgrade 2.12.11 -> 2.12.12
  > tio: upgrade 2.1 -> 2.2
  > sanlock: upgrade 3.8.4 -> 3.8.5
  > makedumpfile: upgrade 1.7.1 -> 1.7.2
  > libglvnd: add new recipe libglvnd v1.5.0
  > fvwm: upgrade 2.6.9 -> 2.7.0
  > ctags: upgrade 5.9.20221009.0 -> 5.9.20221016.0
  > bats: upgrade 1.8.0 -> 1.8.2
  > tcpslice: upgrade 1.5 -> 1.6

* sources/meta-qcom 6e209b7...c0ca1bd (2):
  > Merge pull request #456 from lumag/fw-wcn
  > Merge pull request #397 from lumag/test-image-adbd

* sources/meta-raspberrypi 722c516...a305f48 (1):
  > libcamera: rename bbappend to match any version

* sources/meta-riscv d5628ff...0e34088 (2):
  > python3-cryptography: Drop bbappend for >=38 release
  > u-boot: Drop patches for ae350-ax45mp

* sources/meta-ti c023b505...354d0806 (1):
  > ffa-debugfs-mod: Remove bbappend

* sources/meta-variscite-bsp 5309d9f...b7a9e6e (38):
  > linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+
  > imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel
  > linux-variscite_5.10.72.bb: Keep recipe	for machines not yet ready for 5.15
  > u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now
  > arm-ffa-tee: Disable for variscite machines
  > bluealsa: Add missing SRC_URI entry for bluealsa.service
  > variscite: Use a wildchar for preferred gstreamer
  > Add patch to fix rwx segement linker problem
  > layer.conf: Add langdate ( 4.1 ) to compatible layers
  > linux-variscite: update to latest
  > u-boot-variscite: update to latest
  > Merge pull request #9 from moto-timo/kirkstone-variscite-ubi-fix
  > u-boot-variscite: update to latest
  > imx8mp-var-dart: configure op-tee memory to 4gb
  > imx8mq-var-dart: configure op-tee memory to 4gb
  > optee-os: imx8mq-var-dart: add support for more then 3GB
  > imx8mq-var-dart: move op-tee to middle of first bank
  > Merge pull request #7 from moto-timo/kirkstone-imx6ul-var-dart
  > wl18xx-calibrator: Sync from meta-ti
  > brcm-patchram-plus: Fix license and build with clang
  > wlconf: Sync recipe with meta-ti
  > Merge pull request #4 from YoeDistro/yoe/systemd
  > Merge pull request #5 from YoeDistro/yoe/tune-paths
  < linux-variscite_5.10.72.bb: Add a patch to build perf with binutils 2.39+
  < systemd: Use systemd unit fragment instead of patching config files
  < imx8qm-var-som,imx8qxp-var-som: Use 5.10.x kernel
  < linux-variscite_5.10.72.bb: Keep recipe	for machines not yet ready for 5.15
  < u-boot: Use lf_v2021.04_var03 for imx8qm and imx8qxp for now
  < arm-ffa-tee: Disable for variscite machines
  < bluealsa: Add missing SRC_URI entry for bluealsa.service
  < variscite: Use a wildchar for preferred gstreamer
  < wl18xx-calibrator: Sync from meta-ti
  < Add patch to fix rwx segement linker problem
  < layer.conf: Add langdate ( 4.1 ) to compatible layers
  < imx8qm-var-som: Fix paths to tune files
  < brcm-patchram-plus: Fix license and build with clang
  < wlconf: Sync recipe with meta-ti
  < fix include path

* sources/poky 95c802b0be...a129af822b (243):
  > e2fsprogs: Enable right macros to check fallocate64
  > acl: Enable largefile support by default
  > libpciaccess: Pass -D_LARGEFILE64_SOURCE to compiler
  > musl: Update to latest on tip of trunk
  > core-image-ptest-all,core-image-ptest-fast: Depend on core-image class
  > qemux86: Add identical qemux86copy variant for tests
  > fetcher2: Use SkipRecipe instead of erroring out
  > valgrind: update to 3.20.0
  > weston: update 10.0.2 -> 11.0.0
  > lttng-modules: upgrade 2.13.5 -> 2.13.7
  > patchelf: upgrade 0.15.0 -> 0.16.1
  > cargo-update-recipe-crates: small improvements
  > python3-sphinx: upgrade 5.2.3 -> 5.3.0
  > python3-typing-extensions: upgrade 4.3.0 -> 4.4.0
  > python3-zipp: upgrade 3.9.0 -> 3.10.0
  > python3-pytz: upgrade 2022.4 -> 2022.6
  > python3-more-itertools: upgrade 8.14.0 -> 9.0.0
  > python3-hypothesis: upgrade 6.56.1 -> 6.56.4
  > python3-pytest-subtests: upgrade 0.8.0 -> 0.9.0
  > python3-pytest: upgrade 7.1.3 -> 7.2.0
  > python3-psutil: upgrade 5.9.2 -> 5.9.3
  > python3-cryptography{-vectors}: 38.0.1 -> 38.0.3
  > python3-bcrypt: upgrade 4.0.0 -> 4.0.1
  > linux-yocto-dev: add qemuarmv5
  > bluez5: Point hciattach bcm43xx firmware search path to /lib/firmware
  > rust: submit a rewritten version of crossbeam_atomic.patch upstream
  > go: update 1.19.2 -> 1.19.3
  > mesa: enable glvnd support
  > archiver: avoid using machine variable as it breaks multiconfig
  > oeqa/selftest/archiver: Add multiconfig test for shared recipes
  > bc: Add ptest.
  > rust-common.bbclass: use built-in rust targets for -native builds
  > oeqa/runtime/dnf: rewrite test_dnf_installroot_usrmerge
  > oeqa/target/ssh: add ignore_status argument to run()
  > python3-mako: upgrade 1.2.2 -> 1.2.3
  > openssl: Upgrade 3.0.5 -> 3.0.7
  > gptfdisk: remove warning message from target system
  > go: update 1.19 -> 1.19.2
  > expat: upgrade to 2.5.0
  > vim: upgrade 9.0.0614 -> 9.0.0820
  > libffi: submit patch upstream
  > go: submit patch upstream
  > ovmf: correct patches status
  > argp-standalone: replace with a maintained fork
  > kea: submit patch upstream
  > cmake: drop qt4 patches
  > lttng-tools: submit determinism.patch upstream
  > tcl: correct upstream version check
  > tcl: correct patch status
  > groff: submit patches upstream
  > python3-cryptography: convert to cargo-update-recipe-crates class
  > python3-bcrypt: convert to use cargo-update-recipe-crates class.
  > cargo-update-recipe-crates.bbclass: add a class to generate SRC_URI crate lists from Cargo.lock
  > curl: Update 7.85.0 to 7.86.0
  > cargo_common.bbclass: Fix typos
  > bitbake: bitbake: bitbake-layers: checkout layer(s) branch when clone exists
  > bitbake: asyncrpc: serv: correct closed client socket detection
  > iproute2: upgrade 5.19.0 -> 6.0.0
  > ethtool: upgrade 5.19 -> 6.0
  > create-spdx.bbclass: remove unused SPDX_INCLUDE_PACKAGED
  > wic: swap partitions are not added to fstab
  > sanity: check for GNU tar specifically
  > python3: update 3.10.6 -> 3.11.0
  > quilt: backport a patch to address grep 3.8 failures
  > libxslt: upgrade 1.1.35 -> 1.1.37
  > libsoup: upgrade 3.0.7 -> 3.2.0
  > lttng-modules: upgrade 2.13.4 -> 2.13.5
  > shadow: update 4.12.1 -> 4.12.3
  > python3-jsonschema: upgrade 4.9.1 -> 4.16.0
  > python3-hatch-fancy-pypi-readme: add a recipe
  > python3-dbus: upgrade 1.2.18 -> 1.3.2
  > jquery: upgrade 3.6.0 -> 3.6.1
  > cmake: update 3.24.0 -> 3.24.2
  > ovmf: upgrade edk2-stable202205 -> edk2-stable202208
  > pinentry: update 1.2.0 -> 1.2.1
  > libxft: update 2.3.4 -> 2.3.6
  > wayland-utils: update 1.0.0 -> 1.1.0
  > vulkan: update 1.3.216.0 -> 1.3.224.1
  > stress-ng: update 0.14.03 -> 0.14.06
  > hdparm: update 9.64 -> 9.65
  > grep: update 3.7 -> 3.8
  > llvm: update 14.0.6 -> 15.0.1
  > gnu-config: update to latest revision
  > unfs3: correct upstream version check
  > cmake-native: Fix host tool contamination
  > bitbake: fetch2/git: don't set core.fsyncobjectfiles=0
  > manuals: use references to the "Build Directory" term
  > manuals: add missing references to SDKMACHINE and SDK_ARCH
  > manuals: stop referring to the meta-openembedded repo from GitHub
  > manuals: replace "_" by "__" in external links
  > Documentation/README: formalize guidelines for external link syntax
  > dev-manual: common-tasks.rst: refactor and improve "Checking for Vulnerabilities" section
  > dev-manual: common-tasks.rst: add regular updates and CVE scans to security best practices
  > ref-manual: classes.rst: improve documentation for cve-check.bbclass
  > ref-manual: variables.rst: add documentation for CVE_VERSION
  > ref-manual: add info on buildtools-make-tarball
  > ref-manual: add wic command bootloader ptable option
  > tiff: fix a typo for CVE-2022-2953.patch
  > mirrors.bbclass: use shallow tarball for binutils-native
  > go: add support to build on ppc64le
  > kernel-fitimage: skip FDT section creation for applicable symlinks
  > kernel-fitimage: mangle slashes to underscores as late as possible
  > lighttpd: upgrade 1.4.66 -> 1.4.67
  > rust: install rustfmt for riscv32 as well
  > rust-target-config: match riscv target names with what rust expects
  > qemu: backport the fix for CVE-2022-3165
  > tiff: fix a number of CVEs
  > mesa: update 22.2.0 -> 22.2.2
  > bitbake: bitbake-user-manual: details about variable flags starting with underscore
  > bitbake: tests/fetch: Allow handling of a file:// url within a submodule
  > openssl: Fix SSL_CERT_FILE to match ca-certs location
  > bitbake: tests: bb.tests.fetch.URLHandle: add 2 new tests
  > bitbake: doc: bitbake-user-manual: expand description of BB_PRESSURE_MAX variables
  > bitbake: utils/ply: Update md5 to better report errors with hashlib
  > bitbake: bitbake: user-manual: inform about spaces in :remove
  > u-boot: Rework signing to remove interdependencies
  > uboot-sign: Split off kernel-fitimage variables
  > uboot-sign: Use bitbake variables directly
  > kernel-fitimage: Use KERNEL_OUTPUT_DIR where appropriate
  > kernel: Clear SYSROOT_DIRS instead of replacing sysroot_stage_all
  > uboot-sign: Fix using wrong KEY_REQ_ARGS
  > git: upgrade 2.37.3 -> 2.38.1
  > xserver-xorg: backport fixes for CVE-2022-3550 and CVE-2022-3551
  > xserver-xorg: ignore CVE-2022-3553 as it is XQuartz-specific
  > libx11: apply the fix for CVE-2022-3554
  > kernel-yocto: improve fatal error messages of symbol_why.py
  > os-release: add HOMEPAGE and link to documentation
  > os-release: replace DISTRO_CODENAME with VERSION_CODENAME
  > gstreamer1.0-libav: fix errors with ffmpeg 5.x
  > externalsrc.bbclass: Remove a trailing slash from ${B}
  > runqemu: Do not perturb script environment
  > qemu-helper-native: Re-write bridge helper as C program
  > wic: honor the SOURCE_DATE_EPOCH in case of updated fstab
  > runqemu: Fix gl-es argument from causing other arguments to be ignored
  > externalsrc.bbclass: fix git repo detection
  > wayland-protocols: upgrade 1.26 -> 1.27
  > openssl: CVE-2022-3358 Using a Custom Cipher with NID_undef may lead to NULL encryption
  > systemd: add systemd-creds and systemd-cryptenroll to systemd-extra-utils
  > create-spdx: Remove ";name=..." for downloadLocation
  > linux-yocto/5.15: update to v5.15.72
  > linux-yocto/5.19: update to v5.19.14
  > kern-tools: fix relative path processing
  > grub: disable build on armv7ve/a with hardfp
  > mesa: Add native patch via a variable
  > xserver-xorg: move some recommended dependencies in required
  > linux-firmware: package amdgpu firmware
  > linux-firmware: split rtl8761 firmware
  > vulkan-samples: add lfs=0 to SRC_URI to avoid git smudge errors in do_unpack
  > zlib: upgrade 1.2.12 -> 1.2.13
  > zlib: do out-of-tree builds
  > btrfs-tools: upgrade 5.19.1 -> 6.0
  > go-mod.bbclass: Remove repeated word
  > rust: update 1.63.0 -> 1.64.0
  > buildconf: compare abspath
  > wic: implement binary repeatable disk identifiers
  > linux-yocto-dev: add qemuarm64
  > lttng-ust: upgrade 2.13.4 -> 2.13.5
  > libwpe: upgrade 1.12.3 -> 1.14.0
  > libsdl2: upgrade 2.24.0 -> 2.24.1
  > libksba: upgrade 1.6.0 -> 1.6.2
  > xz: upgrade 5.2.6 -> 5.2.7
  > xkeyboard-config: upgrade 2.36 -> 2.37
  > wpebackend-fdo: upgrade 1.12.1 -> 1.14.0
  > sqlite3: upgrade 3.39.3 -> 3.39.4
  > repo: upgrade 2.29.2 -> 2.29.3
  > python3-zipp: upgrade 3.8.1 -> 3.9.0
  > python3-pytz: upgrade 2022.2.1 -> 2022.4
  > numactl: upgrade 2.0.15 -> 2.0.16
  > powertop: upgrade 2.14 -> 2.15
  > libva-utils: upgrade 2.15.0 -> 2.16.0
  > libva: upgrade 2.15.0 -> 2.16.0
  > libical: upgrade 3.0.14 -> 3.0.15
  > libcap: upgrade 2.65 -> 2.66
  > harfbuzz: upgrade 5.1.0 -> 5.3.0
  > gsettings-desktop-schemas: upgrade 42.0 -> 43.0
  > gnutls: upgrade 3.7.7 -> 3.7.8
  > python3-manifest.json: Move urllib to netclient
  > qemu-native: Add PACKAGECONFIG option for jack
  > python3-importlib-metadata: upgrade 4.12.0 -> 5.0.0
  > python3-git: upgrade 3.1.27 -> 3.1.28
  > u-boot: upgrade 2022.07 -> 2022.10
  > python3-hatchling: upgrade 1.10.0 -> 1.11.0
  > openssh: upgrade 9.0p1 -> 9.1p1
  > ifupdown: upgrade 0.8.37 -> 0.8.39
  > dbus: upgrade 1.14.0 -> 1.14.4
  > mtools: upgrade 4.0.40 -> 4.0.41
  > meson: upgrade 0.63.2 -> 0.63.3
  > init-system-helpers: upgrade 1.64 -> 1.65.2
  > python3-poetry-core: upgrade 1.0.8 -> 1.3.2
  > python3-iso8601: upgrade 1.0.2 -> 1.1.0
  > python3-setuptools-rust: upgrade 1.5.1 -> 1.5.2
  > python3-sphinx: upgrade 5.1.1 -> 5.2.3
  > python3-bcrypt: upgrade 3.2.2 -> 4.0.0
  > python3-pyopenssl: upgrade 22.0.0 -> 22.1.0
  > python3-hypothesis: upgrade 6.54.5 -> 6.56.1
  > python3-certifi: upgrade 2022.9.14 -> 2022.9.24
  > python3-cryptography-vectors: upgrade 37.0.4 -> 38.0.1
  > python3-cryptography: upgrade 37.0.4 -> 38.0.1
  > musl: Upgrade to latest master
  > buildtools-tarball: export certificates to python and curl
  > overlayfs: Allow not used mount points
  > wic: bootimg-efi: implement --include-path
  > wic: add UEFI kernel as UEFI stub
  > lsof: upgrade 4.95.0 -> 4.96.3
  > piglit: upgrade to latest revision
  > pango: upgrade 1.50.9 -> 1.50.10
  > python3-hatchling: upgrade 1.9.0 -> 1.10.0
  > acpid: upgrade 2.0.33 -> 2.0.34
  > vim: Upgrade 9.0.0598 -> 9.0.0614
  > base-passwd: Update to 3.6.1
  > mesa: only apply patch to fix ALWAYS_INLINE for native
  > meson: make wrapper options sub-command specific
  > bitbake: runqueue: fix a typo
  > bitbake: cooker: fix a typo
  > migration-guides/release-notes-4.1.rst: update Repositories / Downloads
  > lighttpd: fix CVE-2022-41556
  > gnutls: Unified package names to lower-case
  > cve-update-db-native: add timeout to urlopen() calls
  > glib-2.0: fix rare GFileInfo test case failure
  > openssl: export necessary env vars in SDK
  > bluez5: add dbus to RDEPENDS
  > zlib: use .gz archive and set a PREMIRROR
  > own-mirrors: add crate
  > gcc: Allow -Wno-error=poison-system-directories to take effect
  > perf: Depend on native setuptools3
  > u-boot: Add savedefconfig task
  > u-boot: Remove duplicate inherit of cml1
  > oe/packagemanager/rpm: don't leak file objects
  > insane.bbclass: Allow hashlib version that only accepts on parameter
  > opkg-utils: use a git clone, not a dynamic snapshot
  > psplash: add psplash-default in rdepends
  > linux-yocto: add efi entry for machine features
  > dropbear: add pam to PACKAGECONFIG
  > externalsrc: move back to classes
  > scripts/oe-check-sstate: force build to run for all targets, specifically populate_sysroot
  > scripts/oe-check-sstate: cleanup
  > populate_sdk_base: ensure ptest-pkgs pulls in ptest-runner
  > install-buildtools: support buildtools-make-tarball and update to 4.1
  > poky.conf: remove Ubuntu 21.10
  > docs: add support for langdale (4.1) release
  > migration-guides/release-notes-4.1.rst: update Repositories / Downloads
  > ref-manual: classes.rst: add links to all references to a class
  > manuals: updates for building on Windows (WSL 2)

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

* sources/meta-arm 1231e54a...aba92504 (1):
  > ci: Ensure tests are in the Corstone-1000 flash image

* sources/meta-clang fc56d6c...eebe4ff (13):
  > lksctp-tools: Reset SECURITY_STACK_PROTECTOR with clang
  > clang: Upgrade to clang 18.1 major release
  > clang: Adjust packaging to match new libLLVM soname
  > bpftrace: Upgrade to 0.20+ and fix with llvm 18
  > bcc: Do not set LLVM_PACKAGE_VERSION explicitly
  > vulkan-samples: Disable deprecated declaration warnings with libc++
  > castxml: Upgrade to 0.6.4
  > spirv-llvm-translator: Switch to main branch for llvm 18 support
  > libcxx: Pass LLVM_RUNTIME_TARGETS
  > rust-llvm: Fix build with clang-18
  > kernel-selftest: Use gcc for now.
  > optee-os: Use gcc instead of clang-18
  > openldap: Fix build with lld linker

* sources/meta-elm-binary e57ece1...ee89d03 (1):
  > Merge pull request #9 from YoeDistro/yoe/mut

* sources/meta-freescale cce48564...aa2eaa14 (3):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe
  > Merge pull request #1760 from mschwan-phytec/wip-master-bmap-rename

* sources/meta-freescale-3rdparty 13f46cb...ae392bf (1):
  > Merge pull request #294 from chrisdimich/master

* sources/meta-intel e318d880...9ed54a13 (7):
  > ispc: upgrade 1.22.0 -> 1.23.0
  > openvkl: upgrade 2.0.0 -> 2.0.1
  > ospray: upgrade 3.0.0 -> 3.1.0
  > embree: upgrade 4.3.0 -> 4.3.1
  > rkcommon: upgrade 1.12.0 -> 1.13.0
  > intel-compute-runtime: upgrade 23.22.26516.18 -> 24.05.28454.6
  > intel-graphics-compiler: upgrade 1.0.14062.11 -> 1.0.15985.7

* sources/meta-odroid 665b62d...ae4ac91 (1):
  > u-boot_2023: Drop PYTHON_PN

* sources/meta-openembedded 9f0e51321...ee05725bb (99):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > googletest: allow for shared libraries
  > libnice: Disable the examples and the tests
  > python3-google-auth-oauthlib: add ptest
  > python3-traitlets: add ptest and update runtime dependencies
  > mozjs-115: fix reproducibility issue
  > net-snmp: upgrade 5.9.3 -> 5.9.4
  > nss: Upgrade 3.74 -> 3.98
  > squid: Upgrade to 6.8
  > re2: Upgrade 2023.03.01 -> 2024.03.01
  > googletest: Pass -fPIC to CFLAGS
  > gosu: Upgrade to 1.17
  > postfix: upgrade 3.8.5 -> 3.8.6
  > networkmanager: 1.44.0 -> 1.46.0
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > python3-invoke: add recipe
  > python3-icecream: add recipe
  > netplan: upgrade 0.106 -> 1.0
  > stunnel: upgrade 5.69 -> 5.72
  > smarty: upgrade 4.3.4 -> 4.4.1
  > python3-sentry-sdk: upgrade 1.40.4 -> 1.40.6
  > python3-scrypt: upgrade 0.8.20 -> 0.8.24
  > python3-pymisp: upgrade 2.4.185 -> 2.4.186
  > python3-pdm: upgrade 2.12.3 -> 2.12.4
  > python3-ipython: upgrade 8.21.0 -> 8.22.1
  > python3-grpcio(-tools): upgrade 1.60.1 -> 1.62.0
  > python3-google-api-python-client: upgrade 2.118.0 -> 2.120.0
  > python3-google-api-core: upgrade 2.16.2 -> 2.17.1
  > python3-gcovr: upgrade 7.0 -> 7.2
  > python3-eventlet: upgrade 0.35.1 -> 0.35.2
  > python3-dnspython: upgrade 2.6.0 -> 2.6.1
  > python3-cbor2: upgrade 5.6.1 -> 5.6.2
  > python3-astroid: upgrade 3.0.3 -> 3.1.0
  > ostree: upgrade 2024.3 -> 2024.4
  > neatvnc: upgrade 0.7.2 -> 0.8.0
  > libtdb: upgrade 1.4.9 -> 1.4.10
  > libtalloc: upgrade 2.4.1 -> 2.4.2
  > fetchmail: upgrade 6.4.37 -> 6.4.38
  > ddrescue: upgrade 1.27 -> 1.28
  > dbus-cxx: upgrade 2.5.0 -> 2.5.1
  > ctags: upgrade 6.1.20240114.0 -> 6.1.20240225.0
  > c-ares: upgrade 1.26.0 -> 1.27.0
  > bats: upgrade 1.10.0 -> 1.11.0
  > python3-marshmallow: upgrade 3.20.2 -> 3.21.1 and add ptest
  > glmark2: add upstream patch to not care about stencil config
  > signing.bbclass: fix typos
  > emacs: Add packageconfig for selinux support
  > pgpool2: Fix build with postgresql 16+
  > pgpool2: Upgrade to 4.5.1
  > python3-arrow: add ptest, update backend and runtime dependencies
  > python3-types-python-dateutil: add recipe
  > toybox-inittab: Fix serial getty reproducibility
  > polkit: update 123 -> 124
  > mozjs-115: update 115.6.0 -> 115.8.0
  > python3-dateutil: upgrade 2.8.2 -> 2.9.0
  > python3-freezegun: add recipe and add ptest
  > drbd-utils: Fix a udev rule reproducibility
  > drbd-utils: Drop a duplicated line in DESCRIPTION
  > ptest-packagelists-meta-python: Move py3-libgpiod out of PTESTS_PROBLEMS_META_PYTHON
  > ptest-packagelists-meta-oe: Move libgpiod out of PTESTS_PROBLEMS_META_OE
  > postgresql: upgrade 15.5 -> 16.2
  > nodejs: upgrade 20.11.0 -> 20.11.1
  > multipath-tools: upgrade 0.9.3 -> 0.9.8
  > syslog-ng: upgrade 4.0.1 -> 4.6.0
  > python3-aiohappyeyeballs: Correct the typo of BBCLASSEXTEND
  > googletest: allow for shared libraries
  > e2tools: Delete unneeded files from ptest package
  > python3-wrapt: add ptest
  > ptest-packagelists-meta-python: Move python3-xlrd from PTESTS_PROBLEMS_META_PYTHON to PTESTS_FAST_META_PYTHON
  > nlohmann-json: Upgrade to 3.11.3
  > python3-netaddr: upgrade 0.10.1 -> 1.2.1 and add ptest
  > python3-google-auth: upgrade 2.28.0 -> 2.28.1
  > syzkaller: Fix build with go 1.21
  > crucible: Define GOPROXY
  > influxdb: Define GOPROXY
  > folks: update 0.15.6 -> 0.15.7
  > drbd-utils: Disable warnings as errors
  > drbd-utils: upgrade 9.22.0 -> 9.27.0
  > openvpn: upgrade 2.6.7 -> 2.6.9
  > fuse3: Make kmod as a recommendation instead of rdep for ptests
  > fuse3: use 4 spaces for indentation
  > openldap: upgrade 2.5.16 -> 2.6.7
  > postfix: upgrade 3.7.3 -> 3.8.5
  > krb5: upgrade 1.20.2 -> 1.21.2
  > keyutils: Add missing rdep for ptests
  > layer.conf: Add nativesdk-libdevmapper PREFERRED_RPROVIDER
  > cryptsetup: upgrade 2.6.1 -> 2.7.0
  > grpc: upgrade 1.60.0 -> 1.60.1
  > iperf3: upgrade 3.15 -> 3.16
  > libgpiod: Tests rely on configfs support in kernel
  > python3-betamax: Upgrade to 0.9.0
  > python3-pyzmq: Add missing dep on python3-unixadmin for ptests
  > python3-gpiod: Tests rely on configfs support in kernel
  > python3-fastjsonschema: Add missing ptest deps
  > xfce4-notifyd: use python3native and depend on python3-packaging-native
  > ristretto: use python3native and depend on glib-2.0-native, python3-packaging-native
  > libkcapi: Update HOMEPAGE url
  > openipmi: fix do_configure error when using dash

* sources/meta-qcom 567079b...e7bcac0 (1):
  > Merge pull request #582 from lumag/cuse

* sources/meta-qt6 1695f1a...3f9b117 (214):
  > qtwebengine: Fix build with clang18
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-raspberrypi 95a9103...92a9b7a (1):
  > rpi-base: Added missing HiFiBerry

* sources/meta-riscv dc7aeb4...d1df527 (5):
  > musl: Drop rv32 patches
  > riscv-common: Rename bmap-tools-native -> bmaptool-native
  > linux-starfive-dev: Fix perf build with gcc-13
  > capnproto,pidgin-sipe: Re-enable on rv32
  > ostree: Do not mark unavailable for rv32

* sources/meta-rockchip bcf1d92...6adc4b3 (2):
  > rockchip.wks: fix typo
  > layer.conf: update for scarthgap

* sources/meta-ti e24577a7...fba0b171 (9):
  > CI/CD Auto-Merger: cicd.master.202402271317
  > Rework jailhouse recipe to support different image build
  > conf: beaglebone-ai64: Apply U-boot defconfig fragments
  > conf: beagleplay: Apply U-boot defconfig fragments
  > meta-ti-bsp: update BeagleBoard.org BSP to the latest
  > linux-bb.org: remove custom FILES:${KERNEL_PACKAGE_NAME}-devicetree
  > meta-ti-bsp: trusted-firmware-arm: Update to master
  > meta-ti-bsp: optee: Upgrade to 4.1
  > conf: machine: Apply U-boot fragment configs for AM62P Display Cluster Image

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

* sources/poky 4945ca640b...f3135767ca (188):
  > Revert "systemd: fix dead link /var/log/README"
  > glibc: Update to tip of 2.39 branch
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests
  > go: filter out build specific path from the linker flags
  > systemd: remove systemd-bus-proxy settings
  > systemd: use RDEPENDS for systemd-vconsole-setup
  > systemd: fix dead link /var/log/README
  > rxvt-unicode: Fix installing of terminfo
  > valgrind: skip intermittently failing ptests
  > sstatetests.py: Add testing for correct sstate permissions
  > oeqa/runtime/login: Fix dbus-wait timeout and loop conditional
  > oeqa/runtime/login: Add screenshot sample logic/timeout/dbus-wait
  > oeqa/runtime/login: Exclude qemuriscv64
  > oeqa/runtime/login: Mask out the mouse panel icon for now
  > oeqa/runtime/login: Various code improvements and fixes
  > oeqa/runtime/login: Proof of concept for screenshot testcases
  > screenshot-tests: Add initial screenshot test png files for core-image-sato
  > qemurunner.py: Fix error on calls to run_monitor
  > webkitgtk: upgrade 2.42.2 -> 2.42.5
  > vulkan: upgrade 1.3.268.0 -> 1.3.275.0
  > vala: upgrade 0.56.13 -> 0.56.15
  > update-rc.d: upgrade to latest revision
  > taglib: upgrade 1.13.1 -> 2.0 and add utfcpp recipe to support that
  > ttyrun: upgrade 2.30.0 -> 2.31.0
  > systemd: upgrade 255.1 -> 255.4
  > shaderc: update 2023.7 -> 2023.8
  > repo: upgrade 2.41 -> 2.42
  > python3-wcwidth: upgrade 0.2.12 -> 0.2.13
  > python3-setuptools: upgrade 69.0.3 -> 69.1.1
  > python3-ruamel-yaml: upgrade 0.17.35 -> 0.18.6
  > python3-jsonschema: upgrade 4.17.3 -> 4.21.1 and add new dependencies
  > python3-dtschema: upgrade 2023.7 -> 2024.2
  > python3-build: upgrade 1.0.3 -> 1.1.1
  > piglit: upgrade to latest revision
  > puzzles: upgrade to latest revision
  > orc: upgrade 0.4.37 -> 0.4.38
  > nghttp2: upgrade 1.59.0 -> 1.60.0
  > minicom: upgrade 2.8 -> 2.9
  > mesa: upgrade 24.0.1 -> 24.0.2
  > mc: upgrade 4.8.30 -> 4.8.31
  > man-pages: upgrade 6.05.01 -> 6.06
  > lsof: upgrade 4.98.0 -> 4.99.3
  > librsvg: upgrade 2.56.3 -> 2.57.1
  > linux-firmware: upgrade 20231211 -> 20240220
  > libxml2: upgrade 2.11.5 -> 2.12.5
  > libusb1: upgrade 1.0.26 -> 1.0.27
  > librepo: update 1.16.0 -> 1.17.0
  > libpcre2: upgrade 10.42 -> 10.43
  > libpciaccess: upgrade 0.17 -> 0.18
  > libdnf: update 0.72.0 -> 0.73.0
  > libbsd: upgrade 0.11.8 -> 0.12.1
  > kmscube: upgrade to latest revision
  > glib-networking: upgrade 2.78.0 -> 2.78.1
  > glib-2.0: upgrade 2.78.3 -> 2.78.4
  > gettext: upgrade 0.22.4 -> 0.22.5
  > epiphany: upgrade 45.1 -> 45.3
  > elfutils: upgrade 0.189 -> 0.191
  > ell: upgrade 0.62 -> 0.63
  > diffoscope: upgrade 253 -> 259
  > dnf: upgrade 4.18.2 -> 4.19.0
  > btrfs-tools: upgrade 6.5.3 -> 6.7.1
  > boost: upgrade 1.83.0 -> 1.84.0
  > appstream: upgrade 1.0.0 -> 1.0.2
  > acl: upgrade 2.3.1 -> 2.3.2
  > python3-sphinxcontrib-jquery: add a recipe and make python3-sphinx-rtd-theme depend on it
  > dev-manual: bmaptool: rename
  > manuals: document VIRTUAL-RUNTIME variables
  > contributor-guide: add notes for tests
  > dev-manual: packages: fix capitalization
  > ref-manual: variables: adding multiple groups in GROUPADD_PARAM
  > ref-manual: variables: correct sdk installation default path
  > ref-manual: tasks: do_cleansstate: recommend using '-f' instead for a shared sstate
  > ref-manual: tasks: do_cleanall: recommend using '-f' instead
  > ref-manual: classes: add cve status check for oe.qa
  > libpng: Update SRC_URI to avoid redirects
  > go: Drop linkmode with nativesdk/cross-canadian
  > go: Further tweak indentation in patch
  > go: bump 1.22.0
  > image_types.bbclass: fix vfat image names
  > xz: correct upstream version check
  > rxvt: add rxvt to desktop entry name
  > Add genericarm64 MACHINE
  > bitbake: utils: remove BB_ENV_PASSTHROUGH from preserved_envvars()
  > bmaptool: now part of Yocto Project
  > python3-cryptography_42.0.5.bb: delete redundant ptest packaging
  > expat: upgrdae 2.6.0 -> 2.6.1
  > gdb: Upgrade 14.1 -> 14.2
  > python3-hypothesis: upgrade 6.98.12 -> 6.98.15
  > rust: Fix build failure re-appeared on riscv32
  > gtk+3: update 3.24.38 -> 3.24.41
  > linux-yocto: Enable gpio-sim with ptests
  > linux-yocto/6.6: update CVE exclusions
  > linux-yocto/6.6: update to v6.6.20
  > linux-yocto/cfg/6.6: drop CONFIG_DEBUG_CREDENTIALS
  > go: upgrade 1.21.5 -> 1.21.7
  > go: upgrade 1.21.0 -> 1.21.5
  > oeqa/gotoolchain: set GOPROXY
  > goarch: disable dynamic linking globally
  > go: bump 1.21.0
  > go: rework patch to avoid identation
  > bitbake: prserv/serv: Fix a PID file removal race on prserv stop
  > bitbake: fetch/git: Avoid clean upon failure
  > qemu: backport patch for ui/clipboard issue
  > mesa,mesa-gl: Fix build when dri3 is not enabled
  > coreutils: backport patch to fix heap overflow in split
  > u-boot: Move UBOOT_INITIAL_ENV back to u-boot.inc
  > qemu: Replace workaround with proper usermode fix for shmat
  > no-gplv3: Tweak for packagemangement in core-image-full-cmdline
  > core-image-full-cmdline: add package-management
  > python3-attrs: disable Hypothesis deadline
  > rust: reproducibility issue fix with v1.75
  > rust: Revert PGO to it's default
  > rust: Upgrade 1.74.1 -> 1.75.0
  > linux-firmware: split out more firmware pieces
  > llvm: Update to 18.1.0 RC4
  > waf: Improve version parsing to avoid failing on warnings
  > xprop: upgrade 1.2.6 -> 1.2.7
  > xkeyboard-config: upgrade 2.40 -> 2.41
  > xkbcomp: upgrade 1.4.6 -> 1.4.7
  > swig: upgrade 4.2.0 -> 4.2.1
  > python3-yamllint: upgrade 1.33.0 -> 1.35.1
  > python3-urllib3: upgrade 2.1.0 -> 2.2.1
  > python3: upgrade 3.12.1 -> 3.12.2
  > python3-typing-extensions: upgrade 4.9.0 -> 4.10.0
  > python3-trove-classifiers: upgrade 2024.1.8 -> 2024.2.23
  > python3-setuptools-rust: upgrade 1.8.1 -> 1.9.0
  > python3-pytz: upgrade 2023.4 -> 2024.1
  > python3-pytest: upgrade 8.0.0 -> 8.0.2
  > python3-pycairo: upgrade 1.25.1 -> 1.26.0
  > python3-pip: upgrade 23.3.2 -> 24.0
  > python3-hypothesis: upgrade 6.97.3 -> 6.98.12
  > python3-dbusmock: upgrade 0.30.2 -> 0.31.1
  > python3-certifi: upgrade 2023.11.17 -> 2024.2.2
  > python3-beartype: upgrade 0.17.0 -> 0.17.2
  > pkgconf: upgrade 2.1.0 -> 2.1.1
  > pciutils: upgrade 3.10.0 -> 3.11.1
  > pango: upgrade 1.51.0 -> 1.52.0
  > ofono: upgrade 2.3 -> 2.4
  > mpg123: upgrade 1.32.4 -> 1.32.5
  > makedepend: upgrade 1.0.8 -> 1.0.9
  > lighttpd: upgrade 1.4.73 -> 1.4.74
  > libxvmc: upgrade 1.0.13 -> 1.0.14
  > libxkbfile: upgrade 1.1.2 -> 1.1.3
  > libxext: upgrade 1.3.5 -> 1.3.6
  > liburi-perl: upgrade 5.25 -> 5.27
  > libunistring: upgrade 1.1 -> 1.2
  > libsecret: upgrade 0.21.2 -> 0.21.4
  > libpng: upgrade 1.6.41 -> 1.6.42
  > libmicrohttpd: upgrade 0.9.77 -> 1.0.1
  > libksba: upgrade 1.6.5 -> 1.6.6
  > libhandy: upgrade 1.8.2 -> 1.8.3
  > libgpg-error: upgrade 1.47 -> 1.48
  > libffi: upgrade 3.4.5 -> 3.4.6
  > git: upgrade 2.43.0 -> 2.44.0
  > gcr: upgrade 4.1.0 -> 4.2.0
  > efivar: upgrade 38 -> 39
  > ed: upgrade 1.20 -> 1.20.1
  > createrepo-c: upgrade 1.0.3 -> 1.0.4
  > ccache: upgrade 4.9 -> 4.9.1
  > bash-completion: upgrade 2.11 -> 2.12.0
  > mirrors: Switch llvm to use shallow cloning
  > gstreamer1.0: skip a test that is known to be flaky
  > oeqa/lib/utils/postactions: fix host disk usage stats retrieval
  > python3-cryptography{-vectors}: upgrade to 42.0.5
  > libc-locale: fix ASCII compatible warning cause build failure.
  > rpm: Fix the following error when run nativesdk-rpm in nativesdk environment.
  > python3: dont disable readline module for editline
  > python3-maturin: Recognise riscv32 architecture
  > python3-bcrypt: Fix build break on arches without 64 bit atomics
  > python3-git: upgrade 3.1.41 -> 3.1.42
  > wpa-supplicant: Fix CVE-2023-52160
  > libexif: remove unused version_underscore
  > bitbake: taskexp_ncurses: fix execution example in introductory comment

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

* sources/meta-arm 1231e54a...aba92504 (1):
  > ci: Ensure tests are in the Corstone-1000 flash image

* sources/meta-clang fc56d6c...eebe4ff (13):
  > lksctp-tools: Reset SECURITY_STACK_PROTECTOR with clang
  > clang: Upgrade to clang 18.1 major release
  > clang: Adjust packaging to match new libLLVM soname
  > bpftrace: Upgrade to 0.20+ and fix with llvm 18
  > bcc: Do not set LLVM_PACKAGE_VERSION explicitly
  > vulkan-samples: Disable deprecated declaration warnings with libc++
  > castxml: Upgrade to 0.6.4
  > spirv-llvm-translator: Switch to main branch for llvm 18 support
  > libcxx: Pass LLVM_RUNTIME_TARGETS
  > rust-llvm: Fix build with clang-18
  > kernel-selftest: Use gcc for now.
  > optee-os: Use gcc instead of clang-18
  > openldap: Fix build with lld linker

* sources/meta-elm-binary e57ece1...ee89d03 (1):
  > Merge pull request #9 from YoeDistro/yoe/mut

* sources/meta-freescale cce48564...aa2eaa14 (3):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe
  > Merge pull request #1760 from mschwan-phytec/wip-master-bmap-rename

* sources/meta-freescale-3rdparty 13f46cb...ae392bf (1):
  > Merge pull request #294 from chrisdimich/master

* sources/meta-intel e318d880...9ed54a13 (7):
  > ispc: upgrade 1.22.0 -> 1.23.0
  > openvkl: upgrade 2.0.0 -> 2.0.1
  > ospray: upgrade 3.0.0 -> 3.1.0
  > embree: upgrade 4.3.0 -> 4.3.1
  > rkcommon: upgrade 1.12.0 -> 1.13.0
  > intel-compute-runtime: upgrade 23.22.26516.18 -> 24.05.28454.6
  > intel-graphics-compiler: upgrade 1.0.14062.11 -> 1.0.15985.7

* sources/meta-odroid 665b62d...ae4ac91 (1):
  > u-boot_2023: Drop PYTHON_PN

* sources/meta-openembedded 9f0e51321...ee05725bb (99):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > googletest: allow for shared libraries
  > libnice: Disable the examples and the tests
  > python3-google-auth-oauthlib: add ptest
  > python3-traitlets: add ptest and update runtime dependencies
  > mozjs-115: fix reproducibility issue
  > net-snmp: upgrade 5.9.3 -> 5.9.4
  > nss: Upgrade 3.74 -> 3.98
  > squid: Upgrade to 6.8
  > re2: Upgrade 2023.03.01 -> 2024.03.01
  > googletest: Pass -fPIC to CFLAGS
  > gosu: Upgrade to 1.17
  > postfix: upgrade 3.8.5 -> 3.8.6
  > networkmanager: 1.44.0 -> 1.46.0
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > python3-invoke: add recipe
  > python3-icecream: add recipe
  > netplan: upgrade 0.106 -> 1.0
  > stunnel: upgrade 5.69 -> 5.72
  > smarty: upgrade 4.3.4 -> 4.4.1
  > python3-sentry-sdk: upgrade 1.40.4 -> 1.40.6
  > python3-scrypt: upgrade 0.8.20 -> 0.8.24
  > python3-pymisp: upgrade 2.4.185 -> 2.4.186
  > python3-pdm: upgrade 2.12.3 -> 2.12.4
  > python3-ipython: upgrade 8.21.0 -> 8.22.1
  > python3-grpcio(-tools): upgrade 1.60.1 -> 1.62.0
  > python3-google-api-python-client: upgrade 2.118.0 -> 2.120.0
  > python3-google-api-core: upgrade 2.16.2 -> 2.17.1
  > python3-gcovr: upgrade 7.0 -> 7.2
  > python3-eventlet: upgrade 0.35.1 -> 0.35.2
  > python3-dnspython: upgrade 2.6.0 -> 2.6.1
  > python3-cbor2: upgrade 5.6.1 -> 5.6.2
  > python3-astroid: upgrade 3.0.3 -> 3.1.0
  > ostree: upgrade 2024.3 -> 2024.4
  > neatvnc: upgrade 0.7.2 -> 0.8.0
  > libtdb: upgrade 1.4.9 -> 1.4.10
  > libtalloc: upgrade 2.4.1 -> 2.4.2
  > fetchmail: upgrade 6.4.37 -> 6.4.38
  > ddrescue: upgrade 1.27 -> 1.28
  > dbus-cxx: upgrade 2.5.0 -> 2.5.1
  > ctags: upgrade 6.1.20240114.0 -> 6.1.20240225.0
  > c-ares: upgrade 1.26.0 -> 1.27.0
  > bats: upgrade 1.10.0 -> 1.11.0
  > python3-marshmallow: upgrade 3.20.2 -> 3.21.1 and add ptest
  > glmark2: add upstream patch to not care about stencil config
  > signing.bbclass: fix typos
  > emacs: Add packageconfig for selinux support
  > pgpool2: Fix build with postgresql 16+
  > pgpool2: Upgrade to 4.5.1
  > python3-arrow: add ptest, update backend and runtime dependencies
  > python3-types-python-dateutil: add recipe
  > toybox-inittab: Fix serial getty reproducibility
  > polkit: update 123 -> 124
  > mozjs-115: update 115.6.0 -> 115.8.0
  > python3-dateutil: upgrade 2.8.2 -> 2.9.0
  > python3-freezegun: add recipe and add ptest
  > drbd-utils: Fix a udev rule reproducibility
  > drbd-utils: Drop a duplicated line in DESCRIPTION
  > ptest-packagelists-meta-python: Move py3-libgpiod out of PTESTS_PROBLEMS_META_PYTHON
  > ptest-packagelists-meta-oe: Move libgpiod out of PTESTS_PROBLEMS_META_OE
  > postgresql: upgrade 15.5 -> 16.2
  > nodejs: upgrade 20.11.0 -> 20.11.1
  > multipath-tools: upgrade 0.9.3 -> 0.9.8
  > syslog-ng: upgrade 4.0.1 -> 4.6.0
  > python3-aiohappyeyeballs: Correct the typo of BBCLASSEXTEND
  > googletest: allow for shared libraries
  > e2tools: Delete unneeded files from ptest package
  > python3-wrapt: add ptest
  > ptest-packagelists-meta-python: Move python3-xlrd from PTESTS_PROBLEMS_META_PYTHON to PTESTS_FAST_META_PYTHON
  > nlohmann-json: Upgrade to 3.11.3
  > python3-netaddr: upgrade 0.10.1 -> 1.2.1 and add ptest
  > python3-google-auth: upgrade 2.28.0 -> 2.28.1
  > syzkaller: Fix build with go 1.21
  > crucible: Define GOPROXY
  > influxdb: Define GOPROXY
  > folks: update 0.15.6 -> 0.15.7
  > drbd-utils: Disable warnings as errors
  > drbd-utils: upgrade 9.22.0 -> 9.27.0
  > openvpn: upgrade 2.6.7 -> 2.6.9
  > fuse3: Make kmod as a recommendation instead of rdep for ptests
  > fuse3: use 4 spaces for indentation
  > openldap: upgrade 2.5.16 -> 2.6.7
  > postfix: upgrade 3.7.3 -> 3.8.5
  > krb5: upgrade 1.20.2 -> 1.21.2
  > keyutils: Add missing rdep for ptests
  > layer.conf: Add nativesdk-libdevmapper PREFERRED_RPROVIDER
  > cryptsetup: upgrade 2.6.1 -> 2.7.0
  > grpc: upgrade 1.60.0 -> 1.60.1
  > iperf3: upgrade 3.15 -> 3.16
  > libgpiod: Tests rely on configfs support in kernel
  > python3-betamax: Upgrade to 0.9.0
  > python3-pyzmq: Add missing dep on python3-unixadmin for ptests
  > python3-gpiod: Tests rely on configfs support in kernel
  > python3-fastjsonschema: Add missing ptest deps
  > xfce4-notifyd: use python3native and depend on python3-packaging-native
  > ristretto: use python3native and depend on glib-2.0-native, python3-packaging-native
  > libkcapi: Update HOMEPAGE url
  > openipmi: fix do_configure error when using dash

* sources/meta-qcom 567079b...e7bcac0 (1):
  > Merge pull request #582 from lumag/cuse

* sources/meta-qt6 1695f1a...3f9b117 (214):
  > qtwebengine: Fix build with clang18
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-raspberrypi 95a9103...92a9b7a (1):
  > rpi-base: Added missing HiFiBerry

* sources/meta-riscv dc7aeb4...d1df527 (5):
  > musl: Drop rv32 patches
  > riscv-common: Rename bmap-tools-native -> bmaptool-native
  > linux-starfive-dev: Fix perf build with gcc-13
  > capnproto,pidgin-sipe: Re-enable on rv32
  > ostree: Do not mark unavailable for rv32

* sources/meta-rockchip bcf1d92...6adc4b3 (2):
  > rockchip.wks: fix typo
  > layer.conf: update for scarthgap

* sources/meta-ti e24577a7...fba0b171 (9):
  > CI/CD Auto-Merger: cicd.master.202402271317
  > Rework jailhouse recipe to support different image build
  > conf: beaglebone-ai64: Apply U-boot defconfig fragments
  > conf: beagleplay: Apply U-boot defconfig fragments
  > meta-ti-bsp: update BeagleBoard.org BSP to the latest
  > linux-bb.org: remove custom FILES:${KERNEL_PACKAGE_NAME}-devicetree
  > meta-ti-bsp: trusted-firmware-arm: Update to master
  > meta-ti-bsp: optee: Upgrade to 4.1
  > conf: machine: Apply U-boot fragment configs for AM62P Display Cluster Image

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

* sources/poky 4945ca640b...4d1563e0b9 (189):
  > glibc: Update to tip of 2.39 branch
  > systemd: Check for directory before chmod'ing it
  > qemuriscv: Fix kbd and mouse emulation
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests
  > go: filter out build specific path from the linker flags
  > systemd: remove systemd-bus-proxy settings
  > systemd: use RDEPENDS for systemd-vconsole-setup
  > systemd: fix dead link /var/log/README
  > rxvt-unicode: Fix installing of terminfo
  > valgrind: skip intermittently failing ptests
  > sstatetests.py: Add testing for correct sstate permissions
  > oeqa/runtime/login: Fix dbus-wait timeout and loop conditional
  > oeqa/runtime/login: Add screenshot sample logic/timeout/dbus-wait
  > oeqa/runtime/login: Exclude qemuriscv64
  > oeqa/runtime/login: Mask out the mouse panel icon for now
  > oeqa/runtime/login: Various code improvements and fixes
  > oeqa/runtime/login: Proof of concept for screenshot testcases
  > screenshot-tests: Add initial screenshot test png files for core-image-sato
  > qemurunner.py: Fix error on calls to run_monitor
  > webkitgtk: upgrade 2.42.2 -> 2.42.5
  > vulkan: upgrade 1.3.268.0 -> 1.3.275.0
  > vala: upgrade 0.56.13 -> 0.56.15
  > update-rc.d: upgrade to latest revision
  > taglib: upgrade 1.13.1 -> 2.0 and add utfcpp recipe to support that
  > ttyrun: upgrade 2.30.0 -> 2.31.0
  > systemd: upgrade 255.1 -> 255.4
  > shaderc: update 2023.7 -> 2023.8
  > repo: upgrade 2.41 -> 2.42
  > python3-wcwidth: upgrade 0.2.12 -> 0.2.13
  > python3-setuptools: upgrade 69.0.3 -> 69.1.1
  > python3-ruamel-yaml: upgrade 0.17.35 -> 0.18.6
  > python3-jsonschema: upgrade 4.17.3 -> 4.21.1 and add new dependencies
  > python3-dtschema: upgrade 2023.7 -> 2024.2
  > python3-build: upgrade 1.0.3 -> 1.1.1
  > piglit: upgrade to latest revision
  > puzzles: upgrade to latest revision
  > orc: upgrade 0.4.37 -> 0.4.38
  > nghttp2: upgrade 1.59.0 -> 1.60.0
  > minicom: upgrade 2.8 -> 2.9
  > mesa: upgrade 24.0.1 -> 24.0.2
  > mc: upgrade 4.8.30 -> 4.8.31
  > man-pages: upgrade 6.05.01 -> 6.06
  > lsof: upgrade 4.98.0 -> 4.99.3
  > librsvg: upgrade 2.56.3 -> 2.57.1
  > linux-firmware: upgrade 20231211 -> 20240220
  > libxml2: upgrade 2.11.5 -> 2.12.5
  > libusb1: upgrade 1.0.26 -> 1.0.27
  > librepo: update 1.16.0 -> 1.17.0
  > libpcre2: upgrade 10.42 -> 10.43
  > libpciaccess: upgrade 0.17 -> 0.18
  > libdnf: update 0.72.0 -> 0.73.0
  > libbsd: upgrade 0.11.8 -> 0.12.1
  > kmscube: upgrade to latest revision
  > glib-networking: upgrade 2.78.0 -> 2.78.1
  > glib-2.0: upgrade 2.78.3 -> 2.78.4
  > gettext: upgrade 0.22.4 -> 0.22.5
  > epiphany: upgrade 45.1 -> 45.3
  > elfutils: upgrade 0.189 -> 0.191
  > ell: upgrade 0.62 -> 0.63
  > diffoscope: upgrade 253 -> 259
  > dnf: upgrade 4.18.2 -> 4.19.0
  > btrfs-tools: upgrade 6.5.3 -> 6.7.1
  > boost: upgrade 1.83.0 -> 1.84.0
  > appstream: upgrade 1.0.0 -> 1.0.2
  > acl: upgrade 2.3.1 -> 2.3.2
  > python3-sphinxcontrib-jquery: add a recipe and make python3-sphinx-rtd-theme depend on it
  > dev-manual: bmaptool: rename
  > manuals: document VIRTUAL-RUNTIME variables
  > contributor-guide: add notes for tests
  > dev-manual: packages: fix capitalization
  > ref-manual: variables: adding multiple groups in GROUPADD_PARAM
  > ref-manual: variables: correct sdk installation default path
  > ref-manual: tasks: do_cleansstate: recommend using '-f' instead for a shared sstate
  > ref-manual: tasks: do_cleanall: recommend using '-f' instead
  > ref-manual: classes: add cve status check for oe.qa
  > libpng: Update SRC_URI to avoid redirects
  > go: Drop linkmode with nativesdk/cross-canadian
  > go: Further tweak indentation in patch
  > go: bump 1.22.0
  > image_types.bbclass: fix vfat image names
  > xz: correct upstream version check
  > rxvt: add rxvt to desktop entry name
  > Add genericarm64 MACHINE
  > bitbake: utils: remove BB_ENV_PASSTHROUGH from preserved_envvars()
  > bmaptool: now part of Yocto Project
  > python3-cryptography_42.0.5.bb: delete redundant ptest packaging
  > expat: upgrdae 2.6.0 -> 2.6.1
  > gdb: Upgrade 14.1 -> 14.2
  > python3-hypothesis: upgrade 6.98.12 -> 6.98.15
  > rust: Fix build failure re-appeared on riscv32
  > gtk+3: update 3.24.38 -> 3.24.41
  > linux-yocto: Enable gpio-sim with ptests
  > linux-yocto/6.6: update CVE exclusions
  > linux-yocto/6.6: update to v6.6.20
  > linux-yocto/cfg/6.6: drop CONFIG_DEBUG_CREDENTIALS
  > go: upgrade 1.21.5 -> 1.21.7
  > go: upgrade 1.21.0 -> 1.21.5
  > oeqa/gotoolchain: set GOPROXY
  > goarch: disable dynamic linking globally
  > go: bump 1.21.0
  > go: rework patch to avoid identation
  > bitbake: prserv/serv: Fix a PID file removal race on prserv stop
  > bitbake: fetch/git: Avoid clean upon failure
  > qemu: backport patch for ui/clipboard issue
  > mesa,mesa-gl: Fix build when dri3 is not enabled
  > coreutils: backport patch to fix heap overflow in split
  > u-boot: Move UBOOT_INITIAL_ENV back to u-boot.inc
  > qemu: Replace workaround with proper usermode fix for shmat
  > no-gplv3: Tweak for packagemangement in core-image-full-cmdline
  > core-image-full-cmdline: add package-management
  > python3-attrs: disable Hypothesis deadline
  > rust: reproducibility issue fix with v1.75
  > rust: Revert PGO to it's default
  > rust: Upgrade 1.74.1 -> 1.75.0
  > linux-firmware: split out more firmware pieces
  > llvm: Update to 18.1.0 RC4
  > waf: Improve version parsing to avoid failing on warnings
  > xprop: upgrade 1.2.6 -> 1.2.7
  > xkeyboard-config: upgrade 2.40 -> 2.41
  > xkbcomp: upgrade 1.4.6 -> 1.4.7
  > swig: upgrade 4.2.0 -> 4.2.1
  > python3-yamllint: upgrade 1.33.0 -> 1.35.1
  > python3-urllib3: upgrade 2.1.0 -> 2.2.1
  > python3: upgrade 3.12.1 -> 3.12.2
  > python3-typing-extensions: upgrade 4.9.0 -> 4.10.0
  > python3-trove-classifiers: upgrade 2024.1.8 -> 2024.2.23
  > python3-setuptools-rust: upgrade 1.8.1 -> 1.9.0
  > python3-pytz: upgrade 2023.4 -> 2024.1
  > python3-pytest: upgrade 8.0.0 -> 8.0.2
  > python3-pycairo: upgrade 1.25.1 -> 1.26.0
  > python3-pip: upgrade 23.3.2 -> 24.0
  > python3-hypothesis: upgrade 6.97.3 -> 6.98.12
  > python3-dbusmock: upgrade 0.30.2 -> 0.31.1
  > python3-certifi: upgrade 2023.11.17 -> 2024.2.2
  > python3-beartype: upgrade 0.17.0 -> 0.17.2
  > pkgconf: upgrade 2.1.0 -> 2.1.1
  > pciutils: upgrade 3.10.0 -> 3.11.1
  > pango: upgrade 1.51.0 -> 1.52.0
  > ofono: upgrade 2.3 -> 2.4
  > mpg123: upgrade 1.32.4 -> 1.32.5
  > makedepend: upgrade 1.0.8 -> 1.0.9
  > lighttpd: upgrade 1.4.73 -> 1.4.74
  > libxvmc: upgrade 1.0.13 -> 1.0.14
  > libxkbfile: upgrade 1.1.2 -> 1.1.3
  > libxext: upgrade 1.3.5 -> 1.3.6
  > liburi-perl: upgrade 5.25 -> 5.27
  > libunistring: upgrade 1.1 -> 1.2
  > libsecret: upgrade 0.21.2 -> 0.21.4
  > libpng: upgrade 1.6.41 -> 1.6.42
  > libmicrohttpd: upgrade 0.9.77 -> 1.0.1
  > libksba: upgrade 1.6.5 -> 1.6.6
  > libhandy: upgrade 1.8.2 -> 1.8.3
  > libgpg-error: upgrade 1.47 -> 1.48
  > libffi: upgrade 3.4.5 -> 3.4.6
  > git: upgrade 2.43.0 -> 2.44.0
  > gcr: upgrade 4.1.0 -> 4.2.0
  > efivar: upgrade 38 -> 39
  > ed: upgrade 1.20 -> 1.20.1
  > createrepo-c: upgrade 1.0.3 -> 1.0.4
  > ccache: upgrade 4.9 -> 4.9.1
  > bash-completion: upgrade 2.11 -> 2.12.0
  > mirrors: Switch llvm to use shallow cloning
  > gstreamer1.0: skip a test that is known to be flaky
  > oeqa/lib/utils/postactions: fix host disk usage stats retrieval
  > python3-cryptography{-vectors}: upgrade to 42.0.5
  > libc-locale: fix ASCII compatible warning cause build failure.
  > rpm: Fix the following error when run nativesdk-rpm in nativesdk environment.
  > python3: dont disable readline module for editline
  > python3-maturin: Recognise riscv32 architecture
  > python3-bcrypt: Fix build break on arches without 64 bit atomics
  > python3-git: upgrade 3.1.41 -> 3.1.42
  > wpa-supplicant: Fix CVE-2023-52160
  > libexif: remove unused version_underscore
  > bitbake: taskexp_ncurses: fix execution example in introductory comment

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

* sources/meta-arm 1231e54a...aba92504 (1):
  > ci: Ensure tests are in the Corstone-1000 flash image

* sources/meta-clang fc56d6c...eebe4ff (13):
  > lksctp-tools: Reset SECURITY_STACK_PROTECTOR with clang
  > clang: Upgrade to clang 18.1 major release
  > clang: Adjust packaging to match new libLLVM soname
  > bpftrace: Upgrade to 0.20+ and fix with llvm 18
  > bcc: Do not set LLVM_PACKAGE_VERSION explicitly
  > vulkan-samples: Disable deprecated declaration warnings with libc++
  > castxml: Upgrade to 0.6.4
  > spirv-llvm-translator: Switch to main branch for llvm 18 support
  > libcxx: Pass LLVM_RUNTIME_TARGETS
  > rust-llvm: Fix build with clang-18
  > kernel-selftest: Use gcc for now.
  > optee-os: Use gcc instead of clang-18
  > openldap: Fix build with lld linker

* sources/meta-elm-binary e57ece1...ee89d03 (1):
  > Merge pull request #9 from YoeDistro/yoe/mut

* sources/meta-freescale cce48564...aa2eaa14 (3):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe
  > Merge pull request #1760 from mschwan-phytec/wip-master-bmap-rename

* sources/meta-freescale-3rdparty 13f46cb...ae392bf (1):
  > Merge pull request #294 from chrisdimich/master

* sources/meta-intel e318d880...9ed54a13 (7):
  > ispc: upgrade 1.22.0 -> 1.23.0
  > openvkl: upgrade 2.0.0 -> 2.0.1
  > ospray: upgrade 3.0.0 -> 3.1.0
  > embree: upgrade 4.3.0 -> 4.3.1
  > rkcommon: upgrade 1.12.0 -> 1.13.0
  > intel-compute-runtime: upgrade 23.22.26516.18 -> 24.05.28454.6
  > intel-graphics-compiler: upgrade 1.0.14062.11 -> 1.0.15985.7

* sources/meta-odroid 665b62d...ae4ac91 (1):
  > u-boot_2023: Drop PYTHON_PN

* sources/meta-openembedded 9f0e51321...3bf95814d (100):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > libosinfo: Fix build with libxml2 v2.12
  > googletest: allow for shared libraries
  > libnice: Disable the examples and the tests
  > python3-google-auth-oauthlib: add ptest
  > python3-traitlets: add ptest and update runtime dependencies
  > mozjs-115: fix reproducibility issue
  > net-snmp: upgrade 5.9.3 -> 5.9.4
  > nss: Upgrade 3.74 -> 3.98
  > squid: Upgrade to 6.8
  > re2: Upgrade 2023.03.01 -> 2024.03.01
  > googletest: Pass -fPIC to CFLAGS
  > gosu: Upgrade to 1.17
  > postfix: upgrade 3.8.5 -> 3.8.6
  > networkmanager: 1.44.0 -> 1.46.0
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > python3-invoke: add recipe
  > python3-icecream: add recipe
  > netplan: upgrade 0.106 -> 1.0
  > stunnel: upgrade 5.69 -> 5.72
  > smarty: upgrade 4.3.4 -> 4.4.1
  > python3-sentry-sdk: upgrade 1.40.4 -> 1.40.6
  > python3-scrypt: upgrade 0.8.20 -> 0.8.24
  > python3-pymisp: upgrade 2.4.185 -> 2.4.186
  > python3-pdm: upgrade 2.12.3 -> 2.12.4
  > python3-ipython: upgrade 8.21.0 -> 8.22.1
  > python3-grpcio(-tools): upgrade 1.60.1 -> 1.62.0
  > python3-google-api-python-client: upgrade 2.118.0 -> 2.120.0
  > python3-google-api-core: upgrade 2.16.2 -> 2.17.1
  > python3-gcovr: upgrade 7.0 -> 7.2
  > python3-eventlet: upgrade 0.35.1 -> 0.35.2
  > python3-dnspython: upgrade 2.6.0 -> 2.6.1
  > python3-cbor2: upgrade 5.6.1 -> 5.6.2
  > python3-astroid: upgrade 3.0.3 -> 3.1.0
  > ostree: upgrade 2024.3 -> 2024.4
  > neatvnc: upgrade 0.7.2 -> 0.8.0
  > libtdb: upgrade 1.4.9 -> 1.4.10
  > libtalloc: upgrade 2.4.1 -> 2.4.2
  > fetchmail: upgrade 6.4.37 -> 6.4.38
  > ddrescue: upgrade 1.27 -> 1.28
  > dbus-cxx: upgrade 2.5.0 -> 2.5.1
  > ctags: upgrade 6.1.20240114.0 -> 6.1.20240225.0
  > c-ares: upgrade 1.26.0 -> 1.27.0
  > bats: upgrade 1.10.0 -> 1.11.0
  > python3-marshmallow: upgrade 3.20.2 -> 3.21.1 and add ptest
  > glmark2: add upstream patch to not care about stencil config
  > signing.bbclass: fix typos
  > emacs: Add packageconfig for selinux support
  > pgpool2: Fix build with postgresql 16+
  > pgpool2: Upgrade to 4.5.1
  > python3-arrow: add ptest, update backend and runtime dependencies
  > python3-types-python-dateutil: add recipe
  > toybox-inittab: Fix serial getty reproducibility
  > polkit: update 123 -> 124
  > mozjs-115: update 115.6.0 -> 115.8.0
  > python3-dateutil: upgrade 2.8.2 -> 2.9.0
  > python3-freezegun: add recipe and add ptest
  > drbd-utils: Fix a udev rule reproducibility
  > drbd-utils: Drop a duplicated line in DESCRIPTION
  > ptest-packagelists-meta-python: Move py3-libgpiod out of PTESTS_PROBLEMS_META_PYTHON
  > ptest-packagelists-meta-oe: Move libgpiod out of PTESTS_PROBLEMS_META_OE
  > postgresql: upgrade 15.5 -> 16.2
  > nodejs: upgrade 20.11.0 -> 20.11.1
  > multipath-tools: upgrade 0.9.3 -> 0.9.8
  > syslog-ng: upgrade 4.0.1 -> 4.6.0
  > python3-aiohappyeyeballs: Correct the typo of BBCLASSEXTEND
  > googletest: allow for shared libraries
  > e2tools: Delete unneeded files from ptest package
  > python3-wrapt: add ptest
  > ptest-packagelists-meta-python: Move python3-xlrd from PTESTS_PROBLEMS_META_PYTHON to PTESTS_FAST_META_PYTHON
  > nlohmann-json: Upgrade to 3.11.3
  > python3-netaddr: upgrade 0.10.1 -> 1.2.1 and add ptest
  > python3-google-auth: upgrade 2.28.0 -> 2.28.1
  > syzkaller: Fix build with go 1.21
  > crucible: Define GOPROXY
  > influxdb: Define GOPROXY
  > folks: update 0.15.6 -> 0.15.7
  > drbd-utils: Disable warnings as errors
  > drbd-utils: upgrade 9.22.0 -> 9.27.0
  > openvpn: upgrade 2.6.7 -> 2.6.9
  > fuse3: Make kmod as a recommendation instead of rdep for ptests
  > fuse3: use 4 spaces for indentation
  > openldap: upgrade 2.5.16 -> 2.6.7
  > postfix: upgrade 3.7.3 -> 3.8.5
  > krb5: upgrade 1.20.2 -> 1.21.2
  > keyutils: Add missing rdep for ptests
  > layer.conf: Add nativesdk-libdevmapper PREFERRED_RPROVIDER
  > cryptsetup: upgrade 2.6.1 -> 2.7.0
  > grpc: upgrade 1.60.0 -> 1.60.1
  > iperf3: upgrade 3.15 -> 3.16
  > libgpiod: Tests rely on configfs support in kernel
  > python3-betamax: Upgrade to 0.9.0
  > python3-pyzmq: Add missing dep on python3-unixadmin for ptests
  > python3-gpiod: Tests rely on configfs support in kernel
  > python3-fastjsonschema: Add missing ptest deps
  > xfce4-notifyd: use python3native and depend on python3-packaging-native
  > ristretto: use python3native and depend on glib-2.0-native, python3-packaging-native
  > libkcapi: Update HOMEPAGE url
  > openipmi: fix do_configure error when using dash

* sources/meta-qcom 567079b...e7bcac0 (1):
  > Merge pull request #582 from lumag/cuse

* sources/meta-qt6 1695f1a...3f9b117 (214):
  > qtwebengine: Fix build with clang18
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-raspberrypi 95a9103...92a9b7a (1):
  > rpi-base: Added missing HiFiBerry

* sources/meta-riscv dc7aeb4...d1df527 (5):
  > musl: Drop rv32 patches
  > riscv-common: Rename bmap-tools-native -> bmaptool-native
  > linux-starfive-dev: Fix perf build with gcc-13
  > capnproto,pidgin-sipe: Re-enable on rv32
  > ostree: Do not mark unavailable for rv32

* sources/meta-rockchip bcf1d92...6adc4b3 (2):
  > rockchip.wks: fix typo
  > layer.conf: update for scarthgap

* sources/meta-ti e24577a7...fba0b171 (9):
  > CI/CD Auto-Merger: cicd.master.202402271317
  > Rework jailhouse recipe to support different image build
  > conf: beaglebone-ai64: Apply U-boot defconfig fragments
  > conf: beagleplay: Apply U-boot defconfig fragments
  > meta-ti-bsp: update BeagleBoard.org BSP to the latest
  > linux-bb.org: remove custom FILES:${KERNEL_PACKAGE_NAME}-devicetree
  > meta-ti-bsp: trusted-firmware-arm: Update to master
  > meta-ti-bsp: optee: Upgrade to 4.1
  > conf: machine: Apply U-boot fragment configs for AM62P Display Cluster Image

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

* sources/poky 4945ca640b...4d1563e0b9 (189):
  > glibc: Update to tip of 2.39 branch
  > systemd: Check for directory before chmod'ing it
  > qemuriscv: Fix kbd and mouse emulation
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests
  > go: filter out build specific path from the linker flags
  > systemd: remove systemd-bus-proxy settings
  > systemd: use RDEPENDS for systemd-vconsole-setup
  > systemd: fix dead link /var/log/README
  > rxvt-unicode: Fix installing of terminfo
  > valgrind: skip intermittently failing ptests
  > sstatetests.py: Add testing for correct sstate permissions
  > oeqa/runtime/login: Fix dbus-wait timeout and loop conditional
  > oeqa/runtime/login: Add screenshot sample logic/timeout/dbus-wait
  > oeqa/runtime/login: Exclude qemuriscv64
  > oeqa/runtime/login: Mask out the mouse panel icon for now
  > oeqa/runtime/login: Various code improvements and fixes
  > oeqa/runtime/login: Proof of concept for screenshot testcases
  > screenshot-tests: Add initial screenshot test png files for core-image-sato
  > qemurunner.py: Fix error on calls to run_monitor
  > webkitgtk: upgrade 2.42.2 -> 2.42.5
  > vulkan: upgrade 1.3.268.0 -> 1.3.275.0
  > vala: upgrade 0.56.13 -> 0.56.15
  > update-rc.d: upgrade to latest revision
  > taglib: upgrade 1.13.1 -> 2.0 and add utfcpp recipe to support that
  > ttyrun: upgrade 2.30.0 -> 2.31.0
  > systemd: upgrade 255.1 -> 255.4
  > shaderc: update 2023.7 -> 2023.8
  > repo: upgrade 2.41 -> 2.42
  > python3-wcwidth: upgrade 0.2.12 -> 0.2.13
  > python3-setuptools: upgrade 69.0.3 -> 69.1.1
  > python3-ruamel-yaml: upgrade 0.17.35 -> 0.18.6
  > python3-jsonschema: upgrade 4.17.3 -> 4.21.1 and add new dependencies
  > python3-dtschema: upgrade 2023.7 -> 2024.2
  > python3-build: upgrade 1.0.3 -> 1.1.1
  > piglit: upgrade to latest revision
  > puzzles: upgrade to latest revision
  > orc: upgrade 0.4.37 -> 0.4.38
  > nghttp2: upgrade 1.59.0 -> 1.60.0
  > minicom: upgrade 2.8 -> 2.9
  > mesa: upgrade 24.0.1 -> 24.0.2
  > mc: upgrade 4.8.30 -> 4.8.31
  > man-pages: upgrade 6.05.01 -> 6.06
  > lsof: upgrade 4.98.0 -> 4.99.3
  > librsvg: upgrade 2.56.3 -> 2.57.1
  > linux-firmware: upgrade 20231211 -> 20240220
  > libxml2: upgrade 2.11.5 -> 2.12.5
  > libusb1: upgrade 1.0.26 -> 1.0.27
  > librepo: update 1.16.0 -> 1.17.0
  > libpcre2: upgrade 10.42 -> 10.43
  > libpciaccess: upgrade 0.17 -> 0.18
  > libdnf: update 0.72.0 -> 0.73.0
  > libbsd: upgrade 0.11.8 -> 0.12.1
  > kmscube: upgrade to latest revision
  > glib-networking: upgrade 2.78.0 -> 2.78.1
  > glib-2.0: upgrade 2.78.3 -> 2.78.4
  > gettext: upgrade 0.22.4 -> 0.22.5
  > epiphany: upgrade 45.1 -> 45.3
  > elfutils: upgrade 0.189 -> 0.191
  > ell: upgrade 0.62 -> 0.63
  > diffoscope: upgrade 253 -> 259
  > dnf: upgrade 4.18.2 -> 4.19.0
  > btrfs-tools: upgrade 6.5.3 -> 6.7.1
  > boost: upgrade 1.83.0 -> 1.84.0
  > appstream: upgrade 1.0.0 -> 1.0.2
  > acl: upgrade 2.3.1 -> 2.3.2
  > python3-sphinxcontrib-jquery: add a recipe and make python3-sphinx-rtd-theme depend on it
  > dev-manual: bmaptool: rename
  > manuals: document VIRTUAL-RUNTIME variables
  > contributor-guide: add notes for tests
  > dev-manual: packages: fix capitalization
  > ref-manual: variables: adding multiple groups in GROUPADD_PARAM
  > ref-manual: variables: correct sdk installation default path
  > ref-manual: tasks: do_cleansstate: recommend using '-f' instead for a shared sstate
  > ref-manual: tasks: do_cleanall: recommend using '-f' instead
  > ref-manual: classes: add cve status check for oe.qa
  > libpng: Update SRC_URI to avoid redirects
  > go: Drop linkmode with nativesdk/cross-canadian
  > go: Further tweak indentation in patch
  > go: bump 1.22.0
  > image_types.bbclass: fix vfat image names
  > xz: correct upstream version check
  > rxvt: add rxvt to desktop entry name
  > Add genericarm64 MACHINE
  > bitbake: utils: remove BB_ENV_PASSTHROUGH from preserved_envvars()
  > bmaptool: now part of Yocto Project
  > python3-cryptography_42.0.5.bb: delete redundant ptest packaging
  > expat: upgrdae 2.6.0 -> 2.6.1
  > gdb: Upgrade 14.1 -> 14.2
  > python3-hypothesis: upgrade 6.98.12 -> 6.98.15
  > rust: Fix build failure re-appeared on riscv32
  > gtk+3: update 3.24.38 -> 3.24.41
  > linux-yocto: Enable gpio-sim with ptests
  > linux-yocto/6.6: update CVE exclusions
  > linux-yocto/6.6: update to v6.6.20
  > linux-yocto/cfg/6.6: drop CONFIG_DEBUG_CREDENTIALS
  > go: upgrade 1.21.5 -> 1.21.7
  > go: upgrade 1.21.0 -> 1.21.5
  > oeqa/gotoolchain: set GOPROXY
  > goarch: disable dynamic linking globally
  > go: bump 1.21.0
  > go: rework patch to avoid identation
  > bitbake: prserv/serv: Fix a PID file removal race on prserv stop
  > bitbake: fetch/git: Avoid clean upon failure
  > qemu: backport patch for ui/clipboard issue
  > mesa,mesa-gl: Fix build when dri3 is not enabled
  > coreutils: backport patch to fix heap overflow in split
  > u-boot: Move UBOOT_INITIAL_ENV back to u-boot.inc
  > qemu: Replace workaround with proper usermode fix for shmat
  > no-gplv3: Tweak for packagemangement in core-image-full-cmdline
  > core-image-full-cmdline: add package-management
  > python3-attrs: disable Hypothesis deadline
  > rust: reproducibility issue fix with v1.75
  > rust: Revert PGO to it's default
  > rust: Upgrade 1.74.1 -> 1.75.0
  > linux-firmware: split out more firmware pieces
  > llvm: Update to 18.1.0 RC4
  > waf: Improve version parsing to avoid failing on warnings
  > xprop: upgrade 1.2.6 -> 1.2.7
  > xkeyboard-config: upgrade 2.40 -> 2.41
  > xkbcomp: upgrade 1.4.6 -> 1.4.7
  > swig: upgrade 4.2.0 -> 4.2.1
  > python3-yamllint: upgrade 1.33.0 -> 1.35.1
  > python3-urllib3: upgrade 2.1.0 -> 2.2.1
  > python3: upgrade 3.12.1 -> 3.12.2
  > python3-typing-extensions: upgrade 4.9.0 -> 4.10.0
  > python3-trove-classifiers: upgrade 2024.1.8 -> 2024.2.23
  > python3-setuptools-rust: upgrade 1.8.1 -> 1.9.0
  > python3-pytz: upgrade 2023.4 -> 2024.1
  > python3-pytest: upgrade 8.0.0 -> 8.0.2
  > python3-pycairo: upgrade 1.25.1 -> 1.26.0
  > python3-pip: upgrade 23.3.2 -> 24.0
  > python3-hypothesis: upgrade 6.97.3 -> 6.98.12
  > python3-dbusmock: upgrade 0.30.2 -> 0.31.1
  > python3-certifi: upgrade 2023.11.17 -> 2024.2.2
  > python3-beartype: upgrade 0.17.0 -> 0.17.2
  > pkgconf: upgrade 2.1.0 -> 2.1.1
  > pciutils: upgrade 3.10.0 -> 3.11.1
  > pango: upgrade 1.51.0 -> 1.52.0
  > ofono: upgrade 2.3 -> 2.4
  > mpg123: upgrade 1.32.4 -> 1.32.5
  > makedepend: upgrade 1.0.8 -> 1.0.9
  > lighttpd: upgrade 1.4.73 -> 1.4.74
  > libxvmc: upgrade 1.0.13 -> 1.0.14
  > libxkbfile: upgrade 1.1.2 -> 1.1.3
  > libxext: upgrade 1.3.5 -> 1.3.6
  > liburi-perl: upgrade 5.25 -> 5.27
  > libunistring: upgrade 1.1 -> 1.2
  > libsecret: upgrade 0.21.2 -> 0.21.4
  > libpng: upgrade 1.6.41 -> 1.6.42
  > libmicrohttpd: upgrade 0.9.77 -> 1.0.1
  > libksba: upgrade 1.6.5 -> 1.6.6
  > libhandy: upgrade 1.8.2 -> 1.8.3
  > libgpg-error: upgrade 1.47 -> 1.48
  > libffi: upgrade 3.4.5 -> 3.4.6
  > git: upgrade 2.43.0 -> 2.44.0
  > gcr: upgrade 4.1.0 -> 4.2.0
  > efivar: upgrade 38 -> 39
  > ed: upgrade 1.20 -> 1.20.1
  > createrepo-c: upgrade 1.0.3 -> 1.0.4
  > ccache: upgrade 4.9 -> 4.9.1
  > bash-completion: upgrade 2.11 -> 2.12.0
  > mirrors: Switch llvm to use shallow cloning
  > gstreamer1.0: skip a test that is known to be flaky
  > oeqa/lib/utils/postactions: fix host disk usage stats retrieval
  > python3-cryptography{-vectors}: upgrade to 42.0.5
  > libc-locale: fix ASCII compatible warning cause build failure.
  > rpm: Fix the following error when run nativesdk-rpm in nativesdk environment.
  > python3: dont disable readline module for editline
  > python3-maturin: Recognise riscv32 architecture
  > python3-bcrypt: Fix build break on arches without 64 bit atomics
  > python3-git: upgrade 3.1.41 -> 3.1.42
  > wpa-supplicant: Fix CVE-2023-52160
  > libexif: remove unused version_underscore
  > bitbake: taskexp_ncurses: fix execution example in introductory comment

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

* sources/meta-arm 1231e54a...aba92504 (1):
  > ci: Ensure tests are in the Corstone-1000 flash image

* sources/meta-clang fc56d6c...eebe4ff (13):
  > lksctp-tools: Reset SECURITY_STACK_PROTECTOR with clang
  > clang: Upgrade to clang 18.1 major release
  > clang: Adjust packaging to match new libLLVM soname
  > bpftrace: Upgrade to 0.20+ and fix with llvm 18
  > bcc: Do not set LLVM_PACKAGE_VERSION explicitly
  > vulkan-samples: Disable deprecated declaration warnings with libc++
  > castxml: Upgrade to 0.6.4
  > spirv-llvm-translator: Switch to main branch for llvm 18 support
  > libcxx: Pass LLVM_RUNTIME_TARGETS
  > rust-llvm: Fix build with clang-18
  > kernel-selftest: Use gcc for now.
  > optee-os: Use gcc instead of clang-18
  > openldap: Fix build with lld linker

* sources/meta-elm-binary e57ece1...ee89d03 (1):
  > Merge pull request #9 from YoeDistro/yoe/mut

* sources/meta-freescale cce48564...aa2eaa14 (3):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe
  > Merge pull request #1760 from mschwan-phytec/wip-master-bmap-rename

* sources/meta-freescale-3rdparty 13f46cb...ae392bf (1):
  > Merge pull request #294 from chrisdimich/master

* sources/meta-intel e318d880...9ed54a13 (7):
  > ispc: upgrade 1.22.0 -> 1.23.0
  > openvkl: upgrade 2.0.0 -> 2.0.1
  > ospray: upgrade 3.0.0 -> 3.1.0
  > embree: upgrade 4.3.0 -> 4.3.1
  > rkcommon: upgrade 1.12.0 -> 1.13.0
  > intel-compute-runtime: upgrade 23.22.26516.18 -> 24.05.28454.6
  > intel-graphics-compiler: upgrade 1.0.14062.11 -> 1.0.15985.7

* sources/meta-odroid 665b62d...ae4ac91 (1):
  > u-boot_2023: Drop PYTHON_PN

* sources/meta-openembedded 9f0e51321...de80c31f6 (102):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > ydotool: Add new package
  > python3-tomli-w: added recipe which is also include ptest
  > libosinfo: Fix build with libxml2 v2.12
  > googletest: allow for shared libraries
  > libnice: Disable the examples and the tests
  > python3-google-auth-oauthlib: add ptest
  > python3-traitlets: add ptest and update runtime dependencies
  > mozjs-115: fix reproducibility issue
  > net-snmp: upgrade 5.9.3 -> 5.9.4
  > nss: Upgrade 3.74 -> 3.98
  > squid: Upgrade to 6.8
  > re2: Upgrade 2023.03.01 -> 2024.03.01
  > googletest: Pass -fPIC to CFLAGS
  > gosu: Upgrade to 1.17
  > postfix: upgrade 3.8.5 -> 3.8.6
  > networkmanager: 1.44.0 -> 1.46.0
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > python3-invoke: add recipe
  > python3-icecream: add recipe
  > netplan: upgrade 0.106 -> 1.0
  > stunnel: upgrade 5.69 -> 5.72
  > smarty: upgrade 4.3.4 -> 4.4.1
  > python3-sentry-sdk: upgrade 1.40.4 -> 1.40.6
  > python3-scrypt: upgrade 0.8.20 -> 0.8.24
  > python3-pymisp: upgrade 2.4.185 -> 2.4.186
  > python3-pdm: upgrade 2.12.3 -> 2.12.4
  > python3-ipython: upgrade 8.21.0 -> 8.22.1
  > python3-grpcio(-tools): upgrade 1.60.1 -> 1.62.0
  > python3-google-api-python-client: upgrade 2.118.0 -> 2.120.0
  > python3-google-api-core: upgrade 2.16.2 -> 2.17.1
  > python3-gcovr: upgrade 7.0 -> 7.2
  > python3-eventlet: upgrade 0.35.1 -> 0.35.2
  > python3-dnspython: upgrade 2.6.0 -> 2.6.1
  > python3-cbor2: upgrade 5.6.1 -> 5.6.2
  > python3-astroid: upgrade 3.0.3 -> 3.1.0
  > ostree: upgrade 2024.3 -> 2024.4
  > neatvnc: upgrade 0.7.2 -> 0.8.0
  > libtdb: upgrade 1.4.9 -> 1.4.10
  > libtalloc: upgrade 2.4.1 -> 2.4.2
  > fetchmail: upgrade 6.4.37 -> 6.4.38
  > ddrescue: upgrade 1.27 -> 1.28
  > dbus-cxx: upgrade 2.5.0 -> 2.5.1
  > ctags: upgrade 6.1.20240114.0 -> 6.1.20240225.0
  > c-ares: upgrade 1.26.0 -> 1.27.0
  > bats: upgrade 1.10.0 -> 1.11.0
  > python3-marshmallow: upgrade 3.20.2 -> 3.21.1 and add ptest
  > glmark2: add upstream patch to not care about stencil config
  > signing.bbclass: fix typos
  > emacs: Add packageconfig for selinux support
  > pgpool2: Fix build with postgresql 16+
  > pgpool2: Upgrade to 4.5.1
  > python3-arrow: add ptest, update backend and runtime dependencies
  > python3-types-python-dateutil: add recipe
  > toybox-inittab: Fix serial getty reproducibility
  > polkit: update 123 -> 124
  > mozjs-115: update 115.6.0 -> 115.8.0
  > python3-dateutil: upgrade 2.8.2 -> 2.9.0
  > python3-freezegun: add recipe and add ptest
  > drbd-utils: Fix a udev rule reproducibility
  > drbd-utils: Drop a duplicated line in DESCRIPTION
  > ptest-packagelists-meta-python: Move py3-libgpiod out of PTESTS_PROBLEMS_META_PYTHON
  > ptest-packagelists-meta-oe: Move libgpiod out of PTESTS_PROBLEMS_META_OE
  > postgresql: upgrade 15.5 -> 16.2
  > nodejs: upgrade 20.11.0 -> 20.11.1
  > multipath-tools: upgrade 0.9.3 -> 0.9.8
  > syslog-ng: upgrade 4.0.1 -> 4.6.0
  > python3-aiohappyeyeballs: Correct the typo of BBCLASSEXTEND
  > googletest: allow for shared libraries
  > e2tools: Delete unneeded files from ptest package
  > python3-wrapt: add ptest
  > ptest-packagelists-meta-python: Move python3-xlrd from PTESTS_PROBLEMS_META_PYTHON to PTESTS_FAST_META_PYTHON
  > nlohmann-json: Upgrade to 3.11.3
  > python3-netaddr: upgrade 0.10.1 -> 1.2.1 and add ptest
  > python3-google-auth: upgrade 2.28.0 -> 2.28.1
  > syzkaller: Fix build with go 1.21
  > crucible: Define GOPROXY
  > influxdb: Define GOPROXY
  > folks: update 0.15.6 -> 0.15.7
  > drbd-utils: Disable warnings as errors
  > drbd-utils: upgrade 9.22.0 -> 9.27.0
  > openvpn: upgrade 2.6.7 -> 2.6.9
  > fuse3: Make kmod as a recommendation instead of rdep for ptests
  > fuse3: use 4 spaces for indentation
  > openldap: upgrade 2.5.16 -> 2.6.7
  > postfix: upgrade 3.7.3 -> 3.8.5
  > krb5: upgrade 1.20.2 -> 1.21.2
  > keyutils: Add missing rdep for ptests
  > layer.conf: Add nativesdk-libdevmapper PREFERRED_RPROVIDER
  > cryptsetup: upgrade 2.6.1 -> 2.7.0
  > grpc: upgrade 1.60.0 -> 1.60.1
  > iperf3: upgrade 3.15 -> 3.16
  > libgpiod: Tests rely on configfs support in kernel
  > python3-betamax: Upgrade to 0.9.0
  > python3-pyzmq: Add missing dep on python3-unixadmin for ptests
  > python3-gpiod: Tests rely on configfs support in kernel
  > python3-fastjsonschema: Add missing ptest deps
  > xfce4-notifyd: use python3native and depend on python3-packaging-native
  > ristretto: use python3native and depend on glib-2.0-native, python3-packaging-native
  > libkcapi: Update HOMEPAGE url
  > openipmi: fix do_configure error when using dash

* sources/meta-qcom 567079b...e7bcac0 (1):
  > Merge pull request #582 from lumag/cuse

* sources/meta-qt6 1695f1a...3f9b117 (214):
  > qtwebengine: Fix build with clang18
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-raspberrypi 95a9103...92a9b7a (1):
  > rpi-base: Added missing HiFiBerry

* sources/meta-riscv dc7aeb4...d1df527 (5):
  > musl: Drop rv32 patches
  > riscv-common: Rename bmap-tools-native -> bmaptool-native
  > linux-starfive-dev: Fix perf build with gcc-13
  > capnproto,pidgin-sipe: Re-enable on rv32
  > ostree: Do not mark unavailable for rv32

* sources/meta-rockchip bcf1d92...6adc4b3 (2):
  > rockchip.wks: fix typo
  > layer.conf: update for scarthgap

* sources/meta-ti e24577a7...fba0b171 (9):
  > CI/CD Auto-Merger: cicd.master.202402271317
  > Rework jailhouse recipe to support different image build
  > conf: beaglebone-ai64: Apply U-boot defconfig fragments
  > conf: beagleplay: Apply U-boot defconfig fragments
  > meta-ti-bsp: update BeagleBoard.org BSP to the latest
  > linux-bb.org: remove custom FILES:${KERNEL_PACKAGE_NAME}-devicetree
  > meta-ti-bsp: trusted-firmware-arm: Update to master
  > meta-ti-bsp: optee: Upgrade to 4.1
  > conf: machine: Apply U-boot fragment configs for AM62P Display Cluster Image

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

* sources/poky 4945ca640b...4d1563e0b9 (189):
  > glibc: Update to tip of 2.39 branch
  > systemd: Check for directory before chmod'ing it
  > qemuriscv: Fix kbd and mouse emulation
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests
  > go: filter out build specific path from the linker flags
  > systemd: remove systemd-bus-proxy settings
  > systemd: use RDEPENDS for systemd-vconsole-setup
  > systemd: fix dead link /var/log/README
  > rxvt-unicode: Fix installing of terminfo
  > valgrind: skip intermittently failing ptests
  > sstatetests.py: Add testing for correct sstate permissions
  > oeqa/runtime/login: Fix dbus-wait timeout and loop conditional
  > oeqa/runtime/login: Add screenshot sample logic/timeout/dbus-wait
  > oeqa/runtime/login: Exclude qemuriscv64
  > oeqa/runtime/login: Mask out the mouse panel icon for now
  > oeqa/runtime/login: Various code improvements and fixes
  > oeqa/runtime/login: Proof of concept for screenshot testcases
  > screenshot-tests: Add initial screenshot test png files for core-image-sato
  > qemurunner.py: Fix error on calls to run_monitor
  > webkitgtk: upgrade 2.42.2 -> 2.42.5
  > vulkan: upgrade 1.3.268.0 -> 1.3.275.0
  > vala: upgrade 0.56.13 -> 0.56.15
  > update-rc.d: upgrade to latest revision
  > taglib: upgrade 1.13.1 -> 2.0 and add utfcpp recipe to support that
  > ttyrun: upgrade 2.30.0 -> 2.31.0
  > systemd: upgrade 255.1 -> 255.4
  > shaderc: update 2023.7 -> 2023.8
  > repo: upgrade 2.41 -> 2.42
  > python3-wcwidth: upgrade 0.2.12 -> 0.2.13
  > python3-setuptools: upgrade 69.0.3 -> 69.1.1
  > python3-ruamel-yaml: upgrade 0.17.35 -> 0.18.6
  > python3-jsonschema: upgrade 4.17.3 -> 4.21.1 and add new dependencies
  > python3-dtschema: upgrade 2023.7 -> 2024.2
  > python3-build: upgrade 1.0.3 -> 1.1.1
  > piglit: upgrade to latest revision
  > puzzles: upgrade to latest revision
  > orc: upgrade 0.4.37 -> 0.4.38
  > nghttp2: upgrade 1.59.0 -> 1.60.0
  > minicom: upgrade 2.8 -> 2.9
  > mesa: upgrade 24.0.1 -> 24.0.2
  > mc: upgrade 4.8.30 -> 4.8.31
  > man-pages: upgrade 6.05.01 -> 6.06
  > lsof: upgrade 4.98.0 -> 4.99.3
  > librsvg: upgrade 2.56.3 -> 2.57.1
  > linux-firmware: upgrade 20231211 -> 20240220
  > libxml2: upgrade 2.11.5 -> 2.12.5
  > libusb1: upgrade 1.0.26 -> 1.0.27
  > librepo: update 1.16.0 -> 1.17.0
  > libpcre2: upgrade 10.42 -> 10.43
  > libpciaccess: upgrade 0.17 -> 0.18
  > libdnf: update 0.72.0 -> 0.73.0
  > libbsd: upgrade 0.11.8 -> 0.12.1
  > kmscube: upgrade to latest revision
  > glib-networking: upgrade 2.78.0 -> 2.78.1
  > glib-2.0: upgrade 2.78.3 -> 2.78.4
  > gettext: upgrade 0.22.4 -> 0.22.5
  > epiphany: upgrade 45.1 -> 45.3
  > elfutils: upgrade 0.189 -> 0.191
  > ell: upgrade 0.62 -> 0.63
  > diffoscope: upgrade 253 -> 259
  > dnf: upgrade 4.18.2 -> 4.19.0
  > btrfs-tools: upgrade 6.5.3 -> 6.7.1
  > boost: upgrade 1.83.0 -> 1.84.0
  > appstream: upgrade 1.0.0 -> 1.0.2
  > acl: upgrade 2.3.1 -> 2.3.2
  > python3-sphinxcontrib-jquery: add a recipe and make python3-sphinx-rtd-theme depend on it
  > dev-manual: bmaptool: rename
  > manuals: document VIRTUAL-RUNTIME variables
  > contributor-guide: add notes for tests
  > dev-manual: packages: fix capitalization
  > ref-manual: variables: adding multiple groups in GROUPADD_PARAM
  > ref-manual: variables: correct sdk installation default path
  > ref-manual: tasks: do_cleansstate: recommend using '-f' instead for a shared sstate
  > ref-manual: tasks: do_cleanall: recommend using '-f' instead
  > ref-manual: classes: add cve status check for oe.qa
  > libpng: Update SRC_URI to avoid redirects
  > go: Drop linkmode with nativesdk/cross-canadian
  > go: Further tweak indentation in patch
  > go: bump 1.22.0
  > image_types.bbclass: fix vfat image names
  > xz: correct upstream version check
  > rxvt: add rxvt to desktop entry name
  > Add genericarm64 MACHINE
  > bitbake: utils: remove BB_ENV_PASSTHROUGH from preserved_envvars()
  > bmaptool: now part of Yocto Project
  > python3-cryptography_42.0.5.bb: delete redundant ptest packaging
  > expat: upgrdae 2.6.0 -> 2.6.1
  > gdb: Upgrade 14.1 -> 14.2
  > python3-hypothesis: upgrade 6.98.12 -> 6.98.15
  > rust: Fix build failure re-appeared on riscv32
  > gtk+3: update 3.24.38 -> 3.24.41
  > linux-yocto: Enable gpio-sim with ptests
  > linux-yocto/6.6: update CVE exclusions
  > linux-yocto/6.6: update to v6.6.20
  > linux-yocto/cfg/6.6: drop CONFIG_DEBUG_CREDENTIALS
  > go: upgrade 1.21.5 -> 1.21.7
  > go: upgrade 1.21.0 -> 1.21.5
  > oeqa/gotoolchain: set GOPROXY
  > goarch: disable dynamic linking globally
  > go: bump 1.21.0
  > go: rework patch to avoid identation
  > bitbake: prserv/serv: Fix a PID file removal race on prserv stop
  > bitbake: fetch/git: Avoid clean upon failure
  > qemu: backport patch for ui/clipboard issue
  > mesa,mesa-gl: Fix build when dri3 is not enabled
  > coreutils: backport patch to fix heap overflow in split
  > u-boot: Move UBOOT_INITIAL_ENV back to u-boot.inc
  > qemu: Replace workaround with proper usermode fix for shmat
  > no-gplv3: Tweak for packagemangement in core-image-full-cmdline
  > core-image-full-cmdline: add package-management
  > python3-attrs: disable Hypothesis deadline
  > rust: reproducibility issue fix with v1.75
  > rust: Revert PGO to it's default
  > rust: Upgrade 1.74.1 -> 1.75.0
  > linux-firmware: split out more firmware pieces
  > llvm: Update to 18.1.0 RC4
  > waf: Improve version parsing to avoid failing on warnings
  > xprop: upgrade 1.2.6 -> 1.2.7
  > xkeyboard-config: upgrade 2.40 -> 2.41
  > xkbcomp: upgrade 1.4.6 -> 1.4.7
  > swig: upgrade 4.2.0 -> 4.2.1
  > python3-yamllint: upgrade 1.33.0 -> 1.35.1
  > python3-urllib3: upgrade 2.1.0 -> 2.2.1
  > python3: upgrade 3.12.1 -> 3.12.2
  > python3-typing-extensions: upgrade 4.9.0 -> 4.10.0
  > python3-trove-classifiers: upgrade 2024.1.8 -> 2024.2.23
  > python3-setuptools-rust: upgrade 1.8.1 -> 1.9.0
  > python3-pytz: upgrade 2023.4 -> 2024.1
  > python3-pytest: upgrade 8.0.0 -> 8.0.2
  > python3-pycairo: upgrade 1.25.1 -> 1.26.0
  > python3-pip: upgrade 23.3.2 -> 24.0
  > python3-hypothesis: upgrade 6.97.3 -> 6.98.12
  > python3-dbusmock: upgrade 0.30.2 -> 0.31.1
  > python3-certifi: upgrade 2023.11.17 -> 2024.2.2
  > python3-beartype: upgrade 0.17.0 -> 0.17.2
  > pkgconf: upgrade 2.1.0 -> 2.1.1
  > pciutils: upgrade 3.10.0 -> 3.11.1
  > pango: upgrade 1.51.0 -> 1.52.0
  > ofono: upgrade 2.3 -> 2.4
  > mpg123: upgrade 1.32.4 -> 1.32.5
  > makedepend: upgrade 1.0.8 -> 1.0.9
  > lighttpd: upgrade 1.4.73 -> 1.4.74
  > libxvmc: upgrade 1.0.13 -> 1.0.14
  > libxkbfile: upgrade 1.1.2 -> 1.1.3
  > libxext: upgrade 1.3.5 -> 1.3.6
  > liburi-perl: upgrade 5.25 -> 5.27
  > libunistring: upgrade 1.1 -> 1.2
  > libsecret: upgrade 0.21.2 -> 0.21.4
  > libpng: upgrade 1.6.41 -> 1.6.42
  > libmicrohttpd: upgrade 0.9.77 -> 1.0.1
  > libksba: upgrade 1.6.5 -> 1.6.6
  > libhandy: upgrade 1.8.2 -> 1.8.3
  > libgpg-error: upgrade 1.47 -> 1.48
  > libffi: upgrade 3.4.5 -> 3.4.6
  > git: upgrade 2.43.0 -> 2.44.0
  > gcr: upgrade 4.1.0 -> 4.2.0
  > efivar: upgrade 38 -> 39
  > ed: upgrade 1.20 -> 1.20.1
  > createrepo-c: upgrade 1.0.3 -> 1.0.4
  > ccache: upgrade 4.9 -> 4.9.1
  > bash-completion: upgrade 2.11 -> 2.12.0
  > mirrors: Switch llvm to use shallow cloning
  > gstreamer1.0: skip a test that is known to be flaky
  > oeqa/lib/utils/postactions: fix host disk usage stats retrieval
  > python3-cryptography{-vectors}: upgrade to 42.0.5
  > libc-locale: fix ASCII compatible warning cause build failure.
  > rpm: Fix the following error when run nativesdk-rpm in nativesdk environment.
  > python3: dont disable readline module for editline
  > python3-maturin: Recognise riscv32 architecture
  > python3-bcrypt: Fix build break on arches without 64 bit atomics
  > python3-git: upgrade 3.1.41 -> 3.1.42
  > wpa-supplicant: Fix CVE-2023-52160
  > libexif: remove unused version_underscore
  > bitbake: taskexp_ncurses: fix execution example in introductory comment

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

* sources/meta-arm 1231e54a...aba92504 (1):
  > ci: Ensure tests are in the Corstone-1000 flash image

* sources/meta-clang fc56d6c...eebe4ff (13):
  > lksctp-tools: Reset SECURITY_STACK_PROTECTOR with clang
  > clang: Upgrade to clang 18.1 major release
  > clang: Adjust packaging to match new libLLVM soname
  > bpftrace: Upgrade to 0.20+ and fix with llvm 18
  > bcc: Do not set LLVM_PACKAGE_VERSION explicitly
  > vulkan-samples: Disable deprecated declaration warnings with libc++
  > castxml: Upgrade to 0.6.4
  > spirv-llvm-translator: Switch to main branch for llvm 18 support
  > libcxx: Pass LLVM_RUNTIME_TARGETS
  > rust-llvm: Fix build with clang-18
  > kernel-selftest: Use gcc for now.
  > optee-os: Use gcc instead of clang-18
  > openldap: Fix build with lld linker

* sources/meta-elm-binary e57ece1...ee89d03 (1):
  > Merge pull request #9 from YoeDistro/yoe/mut

* sources/meta-freescale cce48564...aa2eaa14 (3):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe
  > Merge pull request #1760 from mschwan-phytec/wip-master-bmap-rename

* sources/meta-freescale-3rdparty 13f46cb...ae392bf (1):
  > Merge pull request #294 from chrisdimich/master

* sources/meta-intel e318d880...9ed54a13 (7):
  > ispc: upgrade 1.22.0 -> 1.23.0
  > openvkl: upgrade 2.0.0 -> 2.0.1
  > ospray: upgrade 3.0.0 -> 3.1.0
  > embree: upgrade 4.3.0 -> 4.3.1
  > rkcommon: upgrade 1.12.0 -> 1.13.0
  > intel-compute-runtime: upgrade 23.22.26516.18 -> 24.05.28454.6
  > intel-graphics-compiler: upgrade 1.0.14062.11 -> 1.0.15985.7

* sources/meta-odroid 665b62d...ae4ac91 (1):
  > u-boot_2023: Drop PYTHON_PN

* sources/meta-openembedded 9f0e51321...085a1cd6f (108):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > abseil-cpp: upgrade 20230802.1 -> 20240116.1
  > gnome-commander: Fix build with taglib 2.0
  > libmusicbrainz: Update to tip of trunk
  > mariadb: Fix build with libxml2 2.12 ABI changes
  > xmlstarlet: Fix build with API breakage in libxml2 2.12
  > layer.conf: Update for the scarthgap release series
  > ydotool: Add new package
  > python3-tomli-w: added recipe which is also include ptest
  > libosinfo: Fix build with libxml2 v2.12
  > googletest: allow for shared libraries
  > libnice: Disable the examples and the tests
  > python3-google-auth-oauthlib: add ptest
  > python3-traitlets: add ptest and update runtime dependencies
  > mozjs-115: fix reproducibility issue
  > net-snmp: upgrade 5.9.3 -> 5.9.4
  > nss: Upgrade 3.74 -> 3.98
  > squid: Upgrade to 6.8
  > re2: Upgrade 2023.03.01 -> 2024.03.01
  > googletest: Pass -fPIC to CFLAGS
  > gosu: Upgrade to 1.17
  > postfix: upgrade 3.8.5 -> 3.8.6
  > networkmanager: 1.44.0 -> 1.46.0
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > python3-invoke: add recipe
  > python3-icecream: add recipe
  > netplan: upgrade 0.106 -> 1.0
  > stunnel: upgrade 5.69 -> 5.72
  > smarty: upgrade 4.3.4 -> 4.4.1
  > python3-sentry-sdk: upgrade 1.40.4 -> 1.40.6
  > python3-scrypt: upgrade 0.8.20 -> 0.8.24
  > python3-pymisp: upgrade 2.4.185 -> 2.4.186
  > python3-pdm: upgrade 2.12.3 -> 2.12.4
  > python3-ipython: upgrade 8.21.0 -> 8.22.1
  > python3-grpcio(-tools): upgrade 1.60.1 -> 1.62.0
  > python3-google-api-python-client: upgrade 2.118.0 -> 2.120.0
  > python3-google-api-core: upgrade 2.16.2 -> 2.17.1
  > python3-gcovr: upgrade 7.0 -> 7.2
  > python3-eventlet: upgrade 0.35.1 -> 0.35.2
  > python3-dnspython: upgrade 2.6.0 -> 2.6.1
  > python3-cbor2: upgrade 5.6.1 -> 5.6.2
  > python3-astroid: upgrade 3.0.3 -> 3.1.0
  > ostree: upgrade 2024.3 -> 2024.4
  > neatvnc: upgrade 0.7.2 -> 0.8.0
  > libtdb: upgrade 1.4.9 -> 1.4.10
  > libtalloc: upgrade 2.4.1 -> 2.4.2
  > fetchmail: upgrade 6.4.37 -> 6.4.38
  > ddrescue: upgrade 1.27 -> 1.28
  > dbus-cxx: upgrade 2.5.0 -> 2.5.1
  > ctags: upgrade 6.1.20240114.0 -> 6.1.20240225.0
  > c-ares: upgrade 1.26.0 -> 1.27.0
  > bats: upgrade 1.10.0 -> 1.11.0
  > python3-marshmallow: upgrade 3.20.2 -> 3.21.1 and add ptest
  > glmark2: add upstream patch to not care about stencil config
  > signing.bbclass: fix typos
  > emacs: Add packageconfig for selinux support
  > pgpool2: Fix build with postgresql 16+
  > pgpool2: Upgrade to 4.5.1
  > python3-arrow: add ptest, update backend and runtime dependencies
  > python3-types-python-dateutil: add recipe
  > toybox-inittab: Fix serial getty reproducibility
  > polkit: update 123 -> 124
  > mozjs-115: update 115.6.0 -> 115.8.0
  > python3-dateutil: upgrade 2.8.2 -> 2.9.0
  > python3-freezegun: add recipe and add ptest
  > drbd-utils: Fix a udev rule reproducibility
  > drbd-utils: Drop a duplicated line in DESCRIPTION
  > ptest-packagelists-meta-python: Move py3-libgpiod out of PTESTS_PROBLEMS_META_PYTHON
  > ptest-packagelists-meta-oe: Move libgpiod out of PTESTS_PROBLEMS_META_OE
  > postgresql: upgrade 15.5 -> 16.2
  > nodejs: upgrade 20.11.0 -> 20.11.1
  > multipath-tools: upgrade 0.9.3 -> 0.9.8
  > syslog-ng: upgrade 4.0.1 -> 4.6.0
  > python3-aiohappyeyeballs: Correct the typo of BBCLASSEXTEND
  > googletest: allow for shared libraries
  > e2tools: Delete unneeded files from ptest package
  > python3-wrapt: add ptest
  > ptest-packagelists-meta-python: Move python3-xlrd from PTESTS_PROBLEMS_META_PYTHON to PTESTS_FAST_META_PYTHON
  > nlohmann-json: Upgrade to 3.11.3
  > python3-netaddr: upgrade 0.10.1 -> 1.2.1 and add ptest
  > python3-google-auth: upgrade 2.28.0 -> 2.28.1
  > syzkaller: Fix build with go 1.21
  > crucible: Define GOPROXY
  > influxdb: Define GOPROXY
  > folks: update 0.15.6 -> 0.15.7
  > drbd-utils: Disable warnings as errors
  > drbd-utils: upgrade 9.22.0 -> 9.27.0
  > openvpn: upgrade 2.6.7 -> 2.6.9
  > fuse3: Make kmod as a recommendation instead of rdep for ptests
  > fuse3: use 4 spaces for indentation
  > openldap: upgrade 2.5.16 -> 2.6.7
  > postfix: upgrade 3.7.3 -> 3.8.5
  > krb5: upgrade 1.20.2 -> 1.21.2
  > keyutils: Add missing rdep for ptests
  > layer.conf: Add nativesdk-libdevmapper PREFERRED_RPROVIDER
  > cryptsetup: upgrade 2.6.1 -> 2.7.0
  > grpc: upgrade 1.60.0 -> 1.60.1
  > iperf3: upgrade 3.15 -> 3.16
  > libgpiod: Tests rely on configfs support in kernel
  > python3-betamax: Upgrade to 0.9.0
  > python3-pyzmq: Add missing dep on python3-unixadmin for ptests
  > python3-gpiod: Tests rely on configfs support in kernel
  > python3-fastjsonschema: Add missing ptest deps
  > xfce4-notifyd: use python3native and depend on python3-packaging-native
  > ristretto: use python3native and depend on glib-2.0-native, python3-packaging-native
  > libkcapi: Update HOMEPAGE url
  > openipmi: fix do_configure error when using dash

* sources/meta-qcom 567079b...e7bcac0 (1):
  > Merge pull request #582 from lumag/cuse

* sources/meta-qt6 1695f1a...394d7d9 (215):
  > qtwebengine: Fix build with clang18
  > squish: don't move executables
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-raspberrypi 95a9103...92a9b7a (1):
  > rpi-base: Added missing HiFiBerry

* sources/meta-riscv dc7aeb4...d1df527 (5):
  > musl: Drop rv32 patches
  > riscv-common: Rename bmap-tools-native -> bmaptool-native
  > linux-starfive-dev: Fix perf build with gcc-13
  > capnproto,pidgin-sipe: Re-enable on rv32
  > ostree: Do not mark unavailable for rv32

* sources/meta-rockchip bcf1d92...6adc4b3 (2):
  > rockchip.wks: fix typo
  > layer.conf: update for scarthgap

* sources/meta-ti e24577a7...fba0b171 (9):
  > CI/CD Auto-Merger: cicd.master.202402271317
  > Rework jailhouse recipe to support different image build
  > conf: beaglebone-ai64: Apply U-boot defconfig fragments
  > conf: beagleplay: Apply U-boot defconfig fragments
  > meta-ti-bsp: update BeagleBoard.org BSP to the latest
  > linux-bb.org: remove custom FILES:${KERNEL_PACKAGE_NAME}-devicetree
  > meta-ti-bsp: trusted-firmware-arm: Update to master
  > meta-ti-bsp: optee: Upgrade to 4.1
  > conf: machine: Apply U-boot fragment configs for AM62P Display Cluster Image

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

* sources/poky 4945ca640b...6343ba22e1 (197):
  > glibc: Update to tip of 2.39 branch
  > qemuriscv: Fix kbd and mouse emulation
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > genericarm64: clean up kernel modules and firmware
  > genericarm64.wks: reorder partitions
  > layer.conf: Prepare for release, drop nanbield LAYERSERIES
  > openssh: Add a workaround for ICE on powerpc64le
  > kernel-fitImage: only include valid compatible line
  > go.bbclass: set GOPROXY
  > systemd: Check for directory before chmod'ing it
  > bmaptool: Add bmap-tools runtime alias for compatibility
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests
  > poky: Update to prepare for scarthgap release
  > go: filter out build specific path from the linker flags
  > systemd: remove systemd-bus-proxy settings
  > systemd: use RDEPENDS for systemd-vconsole-setup
  > systemd: fix dead link /var/log/README
  > rxvt-unicode: Fix installing of terminfo
  > valgrind: skip intermittently failing ptests
  > sstatetests.py: Add testing for correct sstate permissions
  > oeqa/runtime/login: Fix dbus-wait timeout and loop conditional
  > oeqa/runtime/login: Add screenshot sample logic/timeout/dbus-wait
  > oeqa/runtime/login: Exclude qemuriscv64
  > oeqa/runtime/login: Mask out the mouse panel icon for now
  > oeqa/runtime/login: Various code improvements and fixes
  > oeqa/runtime/login: Proof of concept for screenshot testcases
  > screenshot-tests: Add initial screenshot test png files for core-image-sato
  > qemurunner.py: Fix error on calls to run_monitor
  > webkitgtk: upgrade 2.42.2 -> 2.42.5
  > vulkan: upgrade 1.3.268.0 -> 1.3.275.0
  > vala: upgrade 0.56.13 -> 0.56.15
  > update-rc.d: upgrade to latest revision
  > taglib: upgrade 1.13.1 -> 2.0 and add utfcpp recipe to support that
  > ttyrun: upgrade 2.30.0 -> 2.31.0
  > systemd: upgrade 255.1 -> 255.4
  > shaderc: update 2023.7 -> 2023.8
  > repo: upgrade 2.41 -> 2.42
  > python3-wcwidth: upgrade 0.2.12 -> 0.2.13
  > python3-setuptools: upgrade 69.0.3 -> 69.1.1
  > python3-ruamel-yaml: upgrade 0.17.35 -> 0.18.6
  > python3-jsonschema: upgrade 4.17.3 -> 4.21.1 and add new dependencies
  > python3-dtschema: upgrade 2023.7 -> 2024.2
  > python3-build: upgrade 1.0.3 -> 1.1.1
  > piglit: upgrade to latest revision
  > puzzles: upgrade to latest revision
  > orc: upgrade 0.4.37 -> 0.4.38
  > nghttp2: upgrade 1.59.0 -> 1.60.0
  > minicom: upgrade 2.8 -> 2.9
  > mesa: upgrade 24.0.1 -> 24.0.2
  > mc: upgrade 4.8.30 -> 4.8.31
  > man-pages: upgrade 6.05.01 -> 6.06
  > lsof: upgrade 4.98.0 -> 4.99.3
  > librsvg: upgrade 2.56.3 -> 2.57.1
  > linux-firmware: upgrade 20231211 -> 20240220
  > libxml2: upgrade 2.11.5 -> 2.12.5
  > libusb1: upgrade 1.0.26 -> 1.0.27
  > librepo: update 1.16.0 -> 1.17.0
  > libpcre2: upgrade 10.42 -> 10.43
  > libpciaccess: upgrade 0.17 -> 0.18
  > libdnf: update 0.72.0 -> 0.73.0
  > libbsd: upgrade 0.11.8 -> 0.12.1
  > kmscube: upgrade to latest revision
  > glib-networking: upgrade 2.78.0 -> 2.78.1
  > glib-2.0: upgrade 2.78.3 -> 2.78.4
  > gettext: upgrade 0.22.4 -> 0.22.5
  > epiphany: upgrade 45.1 -> 45.3
  > elfutils: upgrade 0.189 -> 0.191
  > ell: upgrade 0.62 -> 0.63
  > diffoscope: upgrade 253 -> 259
  > dnf: upgrade 4.18.2 -> 4.19.0
  > btrfs-tools: upgrade 6.5.3 -> 6.7.1
  > boost: upgrade 1.83.0 -> 1.84.0
  > appstream: upgrade 1.0.0 -> 1.0.2
  > acl: upgrade 2.3.1 -> 2.3.2
  > python3-sphinxcontrib-jquery: add a recipe and make python3-sphinx-rtd-theme depend on it
  > dev-manual: bmaptool: rename
  > manuals: document VIRTUAL-RUNTIME variables
  > contributor-guide: add notes for tests
  > dev-manual: packages: fix capitalization
  > ref-manual: variables: adding multiple groups in GROUPADD_PARAM
  > ref-manual: variables: correct sdk installation default path
  > ref-manual: tasks: do_cleansstate: recommend using '-f' instead for a shared sstate
  > ref-manual: tasks: do_cleanall: recommend using '-f' instead
  > ref-manual: classes: add cve status check for oe.qa
  > libpng: Update SRC_URI to avoid redirects
  > go: Drop linkmode with nativesdk/cross-canadian
  > go: Further tweak indentation in patch
  > go: bump 1.22.0
  > image_types.bbclass: fix vfat image names
  > xz: correct upstream version check
  > rxvt: add rxvt to desktop entry name
  > Add genericarm64 MACHINE
  > bitbake: utils: remove BB_ENV_PASSTHROUGH from preserved_envvars()
  > bmaptool: now part of Yocto Project
  > python3-cryptography_42.0.5.bb: delete redundant ptest packaging
  > expat: upgrdae 2.6.0 -> 2.6.1
  > gdb: Upgrade 14.1 -> 14.2
  > python3-hypothesis: upgrade 6.98.12 -> 6.98.15
  > rust: Fix build failure re-appeared on riscv32
  > gtk+3: update 3.24.38 -> 3.24.41
  > linux-yocto: Enable gpio-sim with ptests
  > linux-yocto/6.6: update CVE exclusions
  > linux-yocto/6.6: update to v6.6.20
  > linux-yocto/cfg/6.6: drop CONFIG_DEBUG_CREDENTIALS
  > go: upgrade 1.21.5 -> 1.21.7
  > go: upgrade 1.21.0 -> 1.21.5
  > oeqa/gotoolchain: set GOPROXY
  > goarch: disable dynamic linking globally
  > go: bump 1.21.0
  > go: rework patch to avoid identation
  > bitbake: prserv/serv: Fix a PID file removal race on prserv stop
  > bitbake: fetch/git: Avoid clean upon failure
  > qemu: backport patch for ui/clipboard issue
  > mesa,mesa-gl: Fix build when dri3 is not enabled
  > coreutils: backport patch to fix heap overflow in split
  > u-boot: Move UBOOT_INITIAL_ENV back to u-boot.inc
  > qemu: Replace workaround with proper usermode fix for shmat
  > no-gplv3: Tweak for packagemangement in core-image-full-cmdline
  > core-image-full-cmdline: add package-management
  > python3-attrs: disable Hypothesis deadline
  > rust: reproducibility issue fix with v1.75
  > rust: Revert PGO to it's default
  > rust: Upgrade 1.74.1 -> 1.75.0
  > linux-firmware: split out more firmware pieces
  > llvm: Update to 18.1.0 RC4
  > waf: Improve version parsing to avoid failing on warnings
  > xprop: upgrade 1.2.6 -> 1.2.7
  > xkeyboard-config: upgrade 2.40 -> 2.41
  > xkbcomp: upgrade 1.4.6 -> 1.4.7
  > swig: upgrade 4.2.0 -> 4.2.1
  > python3-yamllint: upgrade 1.33.0 -> 1.35.1
  > python3-urllib3: upgrade 2.1.0 -> 2.2.1
  > python3: upgrade 3.12.1 -> 3.12.2
  > python3-typing-extensions: upgrade 4.9.0 -> 4.10.0
  > python3-trove-classifiers: upgrade 2024.1.8 -> 2024.2.23
  > python3-setuptools-rust: upgrade 1.8.1 -> 1.9.0
  > python3-pytz: upgrade 2023.4 -> 2024.1
  > python3-pytest: upgrade 8.0.0 -> 8.0.2
  > python3-pycairo: upgrade 1.25.1 -> 1.26.0
  > python3-pip: upgrade 23.3.2 -> 24.0
  > python3-hypothesis: upgrade 6.97.3 -> 6.98.12
  > python3-dbusmock: upgrade 0.30.2 -> 0.31.1
  > python3-certifi: upgrade 2023.11.17 -> 2024.2.2
  > python3-beartype: upgrade 0.17.0 -> 0.17.2
  > pkgconf: upgrade 2.1.0 -> 2.1.1
  > pciutils: upgrade 3.10.0 -> 3.11.1
  > pango: upgrade 1.51.0 -> 1.52.0
  > ofono: upgrade 2.3 -> 2.4
  > mpg123: upgrade 1.32.4 -> 1.32.5
  > makedepend: upgrade 1.0.8 -> 1.0.9
  > lighttpd: upgrade 1.4.73 -> 1.4.74
  > libxvmc: upgrade 1.0.13 -> 1.0.14
  > libxkbfile: upgrade 1.1.2 -> 1.1.3
  > libxext: upgrade 1.3.5 -> 1.3.6
  > liburi-perl: upgrade 5.25 -> 5.27
  > libunistring: upgrade 1.1 -> 1.2
  > libsecret: upgrade 0.21.2 -> 0.21.4
  > libpng: upgrade 1.6.41 -> 1.6.42
  > libmicrohttpd: upgrade 0.9.77 -> 1.0.1
  > libksba: upgrade 1.6.5 -> 1.6.6
  > libhandy: upgrade 1.8.2 -> 1.8.3
  > libgpg-error: upgrade 1.47 -> 1.48
  > libffi: upgrade 3.4.5 -> 3.4.6
  > git: upgrade 2.43.0 -> 2.44.0
  > gcr: upgrade 4.1.0 -> 4.2.0
  > efivar: upgrade 38 -> 39
  > ed: upgrade 1.20 -> 1.20.1
  > createrepo-c: upgrade 1.0.3 -> 1.0.4
  > ccache: upgrade 4.9 -> 4.9.1
  > bash-completion: upgrade 2.11 -> 2.12.0
  > mirrors: Switch llvm to use shallow cloning
  > gstreamer1.0: skip a test that is known to be flaky
  > oeqa/lib/utils/postactions: fix host disk usage stats retrieval
  > python3-cryptography{-vectors}: upgrade to 42.0.5
  > libc-locale: fix ASCII compatible warning cause build failure.
  > rpm: Fix the following error when run nativesdk-rpm in nativesdk environment.
  > python3: dont disable readline module for editline
  > python3-maturin: Recognise riscv32 architecture
  > python3-bcrypt: Fix build break on arches without 64 bit atomics
  > python3-git: upgrade 3.1.41 -> 3.1.42
  > wpa-supplicant: Fix CVE-2023-52160
  > libexif: remove unused version_underscore
  > bitbake: taskexp_ncurses: fix execution example in introductory comment

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

* sources/meta-arm 1231e54a...aba92504 (1):
  > ci: Ensure tests are in the Corstone-1000 flash image

* sources/meta-clang fc56d6c...eebe4ff (13):
  > lksctp-tools: Reset SECURITY_STACK_PROTECTOR with clang
  > clang: Upgrade to clang 18.1 major release
  > clang: Adjust packaging to match new libLLVM soname
  > bpftrace: Upgrade to 0.20+ and fix with llvm 18
  > bcc: Do not set LLVM_PACKAGE_VERSION explicitly
  > vulkan-samples: Disable deprecated declaration warnings with libc++
  > castxml: Upgrade to 0.6.4
  > spirv-llvm-translator: Switch to main branch for llvm 18 support
  > libcxx: Pass LLVM_RUNTIME_TARGETS
  > rust-llvm: Fix build with clang-18
  > kernel-selftest: Use gcc for now.
  > optee-os: Use gcc instead of clang-18
  > openldap: Fix build with lld linker

* sources/meta-elm-binary e57ece1...ee89d03 (1):
  > Merge pull request #9 from YoeDistro/yoe/mut

* sources/meta-freescale cce48564...aa2eaa14 (3):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe
  > Merge pull request #1760 from mschwan-phytec/wip-master-bmap-rename

* sources/meta-freescale-3rdparty 13f46cb...ae392bf (1):
  > Merge pull request #294 from chrisdimich/master

* sources/meta-intel e318d880...9ed54a13 (7):
  > ispc: upgrade 1.22.0 -> 1.23.0
  > openvkl: upgrade 2.0.0 -> 2.0.1
  > ospray: upgrade 3.0.0 -> 3.1.0
  > embree: upgrade 4.3.0 -> 4.3.1
  > rkcommon: upgrade 1.12.0 -> 1.13.0
  > intel-compute-runtime: upgrade 23.22.26516.18 -> 24.05.28454.6
  > intel-graphics-compiler: upgrade 1.0.14062.11 -> 1.0.15985.7

* sources/meta-odroid 665b62d...ae4ac91 (1):
  > u-boot_2023: Drop PYTHON_PN

* sources/meta-openembedded 9f0e51321...857cfbeb8 (110):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > vlc: Upgrade to 3.0.20
  > gnome-online-accounts: Fix build with libxml2 2.12
  > abseil-cpp: upgrade 20230802.1 -> 20240116.1
  > gnome-commander: Fix build with taglib 2.0
  > libmusicbrainz: Update to tip of trunk
  > mariadb: Fix build with libxml2 2.12 ABI changes
  > xmlstarlet: Fix build with API breakage in libxml2 2.12
  > layer.conf: Update for the scarthgap release series
  > ydotool: Add new package
  > python3-tomli-w: added recipe which is also include ptest
  > libosinfo: Fix build with libxml2 v2.12
  > googletest: allow for shared libraries
  > libnice: Disable the examples and the tests
  > python3-google-auth-oauthlib: add ptest
  > python3-traitlets: add ptest and update runtime dependencies
  > mozjs-115: fix reproducibility issue
  > net-snmp: upgrade 5.9.3 -> 5.9.4
  > nss: Upgrade 3.74 -> 3.98
  > squid: Upgrade to 6.8
  > re2: Upgrade 2023.03.01 -> 2024.03.01
  > googletest: Pass -fPIC to CFLAGS
  > gosu: Upgrade to 1.17
  > postfix: upgrade 3.8.5 -> 3.8.6
  > networkmanager: 1.44.0 -> 1.46.0
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > python3-invoke: add recipe
  > python3-icecream: add recipe
  > netplan: upgrade 0.106 -> 1.0
  > stunnel: upgrade 5.69 -> 5.72
  > smarty: upgrade 4.3.4 -> 4.4.1
  > python3-sentry-sdk: upgrade 1.40.4 -> 1.40.6
  > python3-scrypt: upgrade 0.8.20 -> 0.8.24
  > python3-pymisp: upgrade 2.4.185 -> 2.4.186
  > python3-pdm: upgrade 2.12.3 -> 2.12.4
  > python3-ipython: upgrade 8.21.0 -> 8.22.1
  > python3-grpcio(-tools): upgrade 1.60.1 -> 1.62.0
  > python3-google-api-python-client: upgrade 2.118.0 -> 2.120.0
  > python3-google-api-core: upgrade 2.16.2 -> 2.17.1
  > python3-gcovr: upgrade 7.0 -> 7.2
  > python3-eventlet: upgrade 0.35.1 -> 0.35.2
  > python3-dnspython: upgrade 2.6.0 -> 2.6.1
  > python3-cbor2: upgrade 5.6.1 -> 5.6.2
  > python3-astroid: upgrade 3.0.3 -> 3.1.0
  > ostree: upgrade 2024.3 -> 2024.4
  > neatvnc: upgrade 0.7.2 -> 0.8.0
  > libtdb: upgrade 1.4.9 -> 1.4.10
  > libtalloc: upgrade 2.4.1 -> 2.4.2
  > fetchmail: upgrade 6.4.37 -> 6.4.38
  > ddrescue: upgrade 1.27 -> 1.28
  > dbus-cxx: upgrade 2.5.0 -> 2.5.1
  > ctags: upgrade 6.1.20240114.0 -> 6.1.20240225.0
  > c-ares: upgrade 1.26.0 -> 1.27.0
  > bats: upgrade 1.10.0 -> 1.11.0
  > python3-marshmallow: upgrade 3.20.2 -> 3.21.1 and add ptest
  > glmark2: add upstream patch to not care about stencil config
  > signing.bbclass: fix typos
  > emacs: Add packageconfig for selinux support
  > pgpool2: Fix build with postgresql 16+
  > pgpool2: Upgrade to 4.5.1
  > python3-arrow: add ptest, update backend and runtime dependencies
  > python3-types-python-dateutil: add recipe
  > toybox-inittab: Fix serial getty reproducibility
  > polkit: update 123 -> 124
  > mozjs-115: update 115.6.0 -> 115.8.0
  > python3-dateutil: upgrade 2.8.2 -> 2.9.0
  > python3-freezegun: add recipe and add ptest
  > drbd-utils: Fix a udev rule reproducibility
  > drbd-utils: Drop a duplicated line in DESCRIPTION
  > ptest-packagelists-meta-python: Move py3-libgpiod out of PTESTS_PROBLEMS_META_PYTHON
  > ptest-packagelists-meta-oe: Move libgpiod out of PTESTS_PROBLEMS_META_OE
  > postgresql: upgrade 15.5 -> 16.2
  > nodejs: upgrade 20.11.0 -> 20.11.1
  > multipath-tools: upgrade 0.9.3 -> 0.9.8
  > syslog-ng: upgrade 4.0.1 -> 4.6.0
  > python3-aiohappyeyeballs: Correct the typo of BBCLASSEXTEND
  > googletest: allow for shared libraries
  > e2tools: Delete unneeded files from ptest package
  > python3-wrapt: add ptest
  > ptest-packagelists-meta-python: Move python3-xlrd from PTESTS_PROBLEMS_META_PYTHON to PTESTS_FAST_META_PYTHON
  > nlohmann-json: Upgrade to 3.11.3
  > python3-netaddr: upgrade 0.10.1 -> 1.2.1 and add ptest
  > python3-google-auth: upgrade 2.28.0 -> 2.28.1
  > syzkaller: Fix build with go 1.21
  > crucible: Define GOPROXY
  > influxdb: Define GOPROXY
  > folks: update 0.15.6 -> 0.15.7
  > drbd-utils: Disable warnings as errors
  > drbd-utils: upgrade 9.22.0 -> 9.27.0
  > openvpn: upgrade 2.6.7 -> 2.6.9
  > fuse3: Make kmod as a recommendation instead of rdep for ptests
  > fuse3: use 4 spaces for indentation
  > openldap: upgrade 2.5.16 -> 2.6.7
  > postfix: upgrade 3.7.3 -> 3.8.5
  > krb5: upgrade 1.20.2 -> 1.21.2
  > keyutils: Add missing rdep for ptests
  > layer.conf: Add nativesdk-libdevmapper PREFERRED_RPROVIDER
  > cryptsetup: upgrade 2.6.1 -> 2.7.0
  > grpc: upgrade 1.60.0 -> 1.60.1
  > iperf3: upgrade 3.15 -> 3.16
  > libgpiod: Tests rely on configfs support in kernel
  > python3-betamax: Upgrade to 0.9.0
  > python3-pyzmq: Add missing dep on python3-unixadmin for ptests
  > python3-gpiod: Tests rely on configfs support in kernel
  > python3-fastjsonschema: Add missing ptest deps
  > xfce4-notifyd: use python3native and depend on python3-packaging-native
  > ristretto: use python3native and depend on glib-2.0-native, python3-packaging-native
  > libkcapi: Update HOMEPAGE url
  > openipmi: fix do_configure error when using dash

* sources/meta-qcom 567079b...e7bcac0 (1):
  > Merge pull request #582 from lumag/cuse

* sources/meta-qt6 1695f1a...394d7d9 (215):
  > qtwebengine: Fix build with clang18
  > squish: don't move executables
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-raspberrypi 95a9103...92a9b7a (1):
  > rpi-base: Added missing HiFiBerry

* sources/meta-riscv dc7aeb4...d1df527 (5):
  > musl: Drop rv32 patches
  > riscv-common: Rename bmap-tools-native -> bmaptool-native
  > linux-starfive-dev: Fix perf build with gcc-13
  > capnproto,pidgin-sipe: Re-enable on rv32
  > ostree: Do not mark unavailable for rv32

* sources/meta-rockchip bcf1d92...6adc4b3 (2):
  > rockchip.wks: fix typo
  > layer.conf: update for scarthgap

* sources/meta-ti e24577a7...fba0b171 (9):
  > CI/CD Auto-Merger: cicd.master.202402271317
  > Rework jailhouse recipe to support different image build
  > conf: beaglebone-ai64: Apply U-boot defconfig fragments
  > conf: beagleplay: Apply U-boot defconfig fragments
  > meta-ti-bsp: update BeagleBoard.org BSP to the latest
  > linux-bb.org: remove custom FILES:${KERNEL_PACKAGE_NAME}-devicetree
  > meta-ti-bsp: trusted-firmware-arm: Update to master
  > meta-ti-bsp: optee: Upgrade to 4.1
  > conf: machine: Apply U-boot fragment configs for AM62P Display Cluster Image

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

* sources/poky 4945ca640b...6343ba22e1 (197):
  > glibc: Update to tip of 2.39 branch
  > qemuriscv: Fix kbd and mouse emulation
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > genericarm64: clean up kernel modules and firmware
  > genericarm64.wks: reorder partitions
  > layer.conf: Prepare for release, drop nanbield LAYERSERIES
  > openssh: Add a workaround for ICE on powerpc64le
  > kernel-fitImage: only include valid compatible line
  > go.bbclass: set GOPROXY
  > systemd: Check for directory before chmod'ing it
  > bmaptool: Add bmap-tools runtime alias for compatibility
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests
  > poky: Update to prepare for scarthgap release
  > go: filter out build specific path from the linker flags
  > systemd: remove systemd-bus-proxy settings
  > systemd: use RDEPENDS for systemd-vconsole-setup
  > systemd: fix dead link /var/log/README
  > rxvt-unicode: Fix installing of terminfo
  > valgrind: skip intermittently failing ptests
  > sstatetests.py: Add testing for correct sstate permissions
  > oeqa/runtime/login: Fix dbus-wait timeout and loop conditional
  > oeqa/runtime/login: Add screenshot sample logic/timeout/dbus-wait
  > oeqa/runtime/login: Exclude qemuriscv64
  > oeqa/runtime/login: Mask out the mouse panel icon for now
  > oeqa/runtime/login: Various code improvements and fixes
  > oeqa/runtime/login: Proof of concept for screenshot testcases
  > screenshot-tests: Add initial screenshot test png files for core-image-sato
  > qemurunner.py: Fix error on calls to run_monitor
  > webkitgtk: upgrade 2.42.2 -> 2.42.5
  > vulkan: upgrade 1.3.268.0 -> 1.3.275.0
  > vala: upgrade 0.56.13 -> 0.56.15
  > update-rc.d: upgrade to latest revision
  > taglib: upgrade 1.13.1 -> 2.0 and add utfcpp recipe to support that
  > ttyrun: upgrade 2.30.0 -> 2.31.0
  > systemd: upgrade 255.1 -> 255.4
  > shaderc: update 2023.7 -> 2023.8
  > repo: upgrade 2.41 -> 2.42
  > python3-wcwidth: upgrade 0.2.12 -> 0.2.13
  > python3-setuptools: upgrade 69.0.3 -> 69.1.1
  > python3-ruamel-yaml: upgrade 0.17.35 -> 0.18.6
  > python3-jsonschema: upgrade 4.17.3 -> 4.21.1 and add new dependencies
  > python3-dtschema: upgrade 2023.7 -> 2024.2
  > python3-build: upgrade 1.0.3 -> 1.1.1
  > piglit: upgrade to latest revision
  > puzzles: upgrade to latest revision
  > orc: upgrade 0.4.37 -> 0.4.38
  > nghttp2: upgrade 1.59.0 -> 1.60.0
  > minicom: upgrade 2.8 -> 2.9
  > mesa: upgrade 24.0.1 -> 24.0.2
  > mc: upgrade 4.8.30 -> 4.8.31
  > man-pages: upgrade 6.05.01 -> 6.06
  > lsof: upgrade 4.98.0 -> 4.99.3
  > librsvg: upgrade 2.56.3 -> 2.57.1
  > linux-firmware: upgrade 20231211 -> 20240220
  > libxml2: upgrade 2.11.5 -> 2.12.5
  > libusb1: upgrade 1.0.26 -> 1.0.27
  > librepo: update 1.16.0 -> 1.17.0
  > libpcre2: upgrade 10.42 -> 10.43
  > libpciaccess: upgrade 0.17 -> 0.18
  > libdnf: update 0.72.0 -> 0.73.0
  > libbsd: upgrade 0.11.8 -> 0.12.1
  > kmscube: upgrade to latest revision
  > glib-networking: upgrade 2.78.0 -> 2.78.1
  > glib-2.0: upgrade 2.78.3 -> 2.78.4
  > gettext: upgrade 0.22.4 -> 0.22.5
  > epiphany: upgrade 45.1 -> 45.3
  > elfutils: upgrade 0.189 -> 0.191
  > ell: upgrade 0.62 -> 0.63
  > diffoscope: upgrade 253 -> 259
  > dnf: upgrade 4.18.2 -> 4.19.0
  > btrfs-tools: upgrade 6.5.3 -> 6.7.1
  > boost: upgrade 1.83.0 -> 1.84.0
  > appstream: upgrade 1.0.0 -> 1.0.2
  > acl: upgrade 2.3.1 -> 2.3.2
  > python3-sphinxcontrib-jquery: add a recipe and make python3-sphinx-rtd-theme depend on it
  > dev-manual: bmaptool: rename
  > manuals: document VIRTUAL-RUNTIME variables
  > contributor-guide: add notes for tests
  > dev-manual: packages: fix capitalization
  > ref-manual: variables: adding multiple groups in GROUPADD_PARAM
  > ref-manual: variables: correct sdk installation default path
  > ref-manual: tasks: do_cleansstate: recommend using '-f' instead for a shared sstate
  > ref-manual: tasks: do_cleanall: recommend using '-f' instead
  > ref-manual: classes: add cve status check for oe.qa
  > libpng: Update SRC_URI to avoid redirects
  > go: Drop linkmode with nativesdk/cross-canadian
  > go: Further tweak indentation in patch
  > go: bump 1.22.0
  > image_types.bbclass: fix vfat image names
  > xz: correct upstream version check
  > rxvt: add rxvt to desktop entry name
  > Add genericarm64 MACHINE
  > bitbake: utils: remove BB_ENV_PASSTHROUGH from preserved_envvars()
  > bmaptool: now part of Yocto Project
  > python3-cryptography_42.0.5.bb: delete redundant ptest packaging
  > expat: upgrdae 2.6.0 -> 2.6.1
  > gdb: Upgrade 14.1 -> 14.2
  > python3-hypothesis: upgrade 6.98.12 -> 6.98.15
  > rust: Fix build failure re-appeared on riscv32
  > gtk+3: update 3.24.38 -> 3.24.41
  > linux-yocto: Enable gpio-sim with ptests
  > linux-yocto/6.6: update CVE exclusions
  > linux-yocto/6.6: update to v6.6.20
  > linux-yocto/cfg/6.6: drop CONFIG_DEBUG_CREDENTIALS
  > go: upgrade 1.21.5 -> 1.21.7
  > go: upgrade 1.21.0 -> 1.21.5
  > oeqa/gotoolchain: set GOPROXY
  > goarch: disable dynamic linking globally
  > go: bump 1.21.0
  > go: rework patch to avoid identation
  > bitbake: prserv/serv: Fix a PID file removal race on prserv stop
  > bitbake: fetch/git: Avoid clean upon failure
  > qemu: backport patch for ui/clipboard issue
  > mesa,mesa-gl: Fix build when dri3 is not enabled
  > coreutils: backport patch to fix heap overflow in split
  > u-boot: Move UBOOT_INITIAL_ENV back to u-boot.inc
  > qemu: Replace workaround with proper usermode fix for shmat
  > no-gplv3: Tweak for packagemangement in core-image-full-cmdline
  > core-image-full-cmdline: add package-management
  > python3-attrs: disable Hypothesis deadline
  > rust: reproducibility issue fix with v1.75
  > rust: Revert PGO to it's default
  > rust: Upgrade 1.74.1 -> 1.75.0
  > linux-firmware: split out more firmware pieces
  > llvm: Update to 18.1.0 RC4
  > waf: Improve version parsing to avoid failing on warnings
  > xprop: upgrade 1.2.6 -> 1.2.7
  > xkeyboard-config: upgrade 2.40 -> 2.41
  > xkbcomp: upgrade 1.4.6 -> 1.4.7
  > swig: upgrade 4.2.0 -> 4.2.1
  > python3-yamllint: upgrade 1.33.0 -> 1.35.1
  > python3-urllib3: upgrade 2.1.0 -> 2.2.1
  > python3: upgrade 3.12.1 -> 3.12.2
  > python3-typing-extensions: upgrade 4.9.0 -> 4.10.0
  > python3-trove-classifiers: upgrade 2024.1.8 -> 2024.2.23
  > python3-setuptools-rust: upgrade 1.8.1 -> 1.9.0
  > python3-pytz: upgrade 2023.4 -> 2024.1
  > python3-pytest: upgrade 8.0.0 -> 8.0.2
  > python3-pycairo: upgrade 1.25.1 -> 1.26.0
  > python3-pip: upgrade 23.3.2 -> 24.0
  > python3-hypothesis: upgrade 6.97.3 -> 6.98.12
  > python3-dbusmock: upgrade 0.30.2 -> 0.31.1
  > python3-certifi: upgrade 2023.11.17 -> 2024.2.2
  > python3-beartype: upgrade 0.17.0 -> 0.17.2
  > pkgconf: upgrade 2.1.0 -> 2.1.1
  > pciutils: upgrade 3.10.0 -> 3.11.1
  > pango: upgrade 1.51.0 -> 1.52.0
  > ofono: upgrade 2.3 -> 2.4
  > mpg123: upgrade 1.32.4 -> 1.32.5
  > makedepend: upgrade 1.0.8 -> 1.0.9
  > lighttpd: upgrade 1.4.73 -> 1.4.74
  > libxvmc: upgrade 1.0.13 -> 1.0.14
  > libxkbfile: upgrade 1.1.2 -> 1.1.3
  > libxext: upgrade 1.3.5 -> 1.3.6
  > liburi-perl: upgrade 5.25 -> 5.27
  > libunistring: upgrade 1.1 -> 1.2
  > libsecret: upgrade 0.21.2 -> 0.21.4
  > libpng: upgrade 1.6.41 -> 1.6.42
  > libmicrohttpd: upgrade 0.9.77 -> 1.0.1
  > libksba: upgrade 1.6.5 -> 1.6.6
  > libhandy: upgrade 1.8.2 -> 1.8.3
  > libgpg-error: upgrade 1.47 -> 1.48
  > libffi: upgrade 3.4.5 -> 3.4.6
  > git: upgrade 2.43.0 -> 2.44.0
  > gcr: upgrade 4.1.0 -> 4.2.0
  > efivar: upgrade 38 -> 39
  > ed: upgrade 1.20 -> 1.20.1
  > createrepo-c: upgrade 1.0.3 -> 1.0.4
  > ccache: upgrade 4.9 -> 4.9.1
  > bash-completion: upgrade 2.11 -> 2.12.0
  > mirrors: Switch llvm to use shallow cloning
  > gstreamer1.0: skip a test that is known to be flaky
  > oeqa/lib/utils/postactions: fix host disk usage stats retrieval
  > python3-cryptography{-vectors}: upgrade to 42.0.5
  > libc-locale: fix ASCII compatible warning cause build failure.
  > rpm: Fix the following error when run nativesdk-rpm in nativesdk environment.
  > python3: dont disable readline module for editline
  > python3-maturin: Recognise riscv32 architecture
  > python3-bcrypt: Fix build break on arches without 64 bit atomics
  > python3-git: upgrade 3.1.41 -> 3.1.42
  > wpa-supplicant: Fix CVE-2023-52160
  > libexif: remove unused version_underscore
  > bitbake: taskexp_ncurses: fix execution example in introductory comment

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

* sources/meta-arm 1231e54a...aba92504 (1):
  > ci: Ensure tests are in the Corstone-1000 flash image

* sources/meta-clang fc56d6c...eebe4ff (13):
  > lksctp-tools: Reset SECURITY_STACK_PROTECTOR with clang
  > clang: Upgrade to clang 18.1 major release
  > clang: Adjust packaging to match new libLLVM soname
  > bpftrace: Upgrade to 0.20+ and fix with llvm 18
  > bcc: Do not set LLVM_PACKAGE_VERSION explicitly
  > vulkan-samples: Disable deprecated declaration warnings with libc++
  > castxml: Upgrade to 0.6.4
  > spirv-llvm-translator: Switch to main branch for llvm 18 support
  > libcxx: Pass LLVM_RUNTIME_TARGETS
  > rust-llvm: Fix build with clang-18
  > kernel-selftest: Use gcc for now.
  > optee-os: Use gcc instead of clang-18
  > openldap: Fix build with lld linker

* sources/meta-elm-binary e57ece1...ee89d03 (1):
  > Merge pull request #9 from YoeDistro/yoe/mut

* sources/meta-freescale cce48564...aa2eaa14 (3):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe
  > Merge pull request #1760 from mschwan-phytec/wip-master-bmap-rename

* sources/meta-freescale-3rdparty 13f46cb...ae392bf (1):
  > Merge pull request #294 from chrisdimich/master

* sources/meta-intel e318d880...9ed54a13 (7):
  > ispc: upgrade 1.22.0 -> 1.23.0
  > openvkl: upgrade 2.0.0 -> 2.0.1
  > ospray: upgrade 3.0.0 -> 3.1.0
  > embree: upgrade 4.3.0 -> 4.3.1
  > rkcommon: upgrade 1.12.0 -> 1.13.0
  > intel-compute-runtime: upgrade 23.22.26516.18 -> 24.05.28454.6
  > intel-graphics-compiler: upgrade 1.0.14062.11 -> 1.0.15985.7

* sources/meta-odroid 665b62d...ae4ac91 (1):
  > u-boot_2023: Drop PYTHON_PN

* sources/meta-openembedded 9f0e51321...af04e5b46 (114):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > python3-google-auth: add ptest and update runtime dependencies
  > python3-responses: add recipe
  > python3-pytest-localserver: added recipe which is also include ptest
  > tcprelay: fix a minor cross compilation do_configure issue
  > vlc: Upgrade to 3.0.20
  > gnome-online-accounts: Fix build with libxml2 2.12
  > abseil-cpp: upgrade 20230802.1 -> 20240116.1
  > gnome-commander: Fix build with taglib 2.0
  > libmusicbrainz: Update to tip of trunk
  > mariadb: Fix build with libxml2 2.12 ABI changes
  > xmlstarlet: Fix build with API breakage in libxml2 2.12
  > layer.conf: Update for the scarthgap release series
  > ydotool: Add new package
  > python3-tomli-w: added recipe which is also include ptest
  > libosinfo: Fix build with libxml2 v2.12
  > googletest: allow for shared libraries
  > libnice: Disable the examples and the tests
  > python3-google-auth-oauthlib: add ptest
  > python3-traitlets: add ptest and update runtime dependencies
  > mozjs-115: fix reproducibility issue
  > net-snmp: upgrade 5.9.3 -> 5.9.4
  > nss: Upgrade 3.74 -> 3.98
  > squid: Upgrade to 6.8
  > re2: Upgrade 2023.03.01 -> 2024.03.01
  > googletest: Pass -fPIC to CFLAGS
  > gosu: Upgrade to 1.17
  > postfix: upgrade 3.8.5 -> 3.8.6
  > networkmanager: 1.44.0 -> 1.46.0
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > python3-invoke: add recipe
  > python3-icecream: add recipe
  > netplan: upgrade 0.106 -> 1.0
  > stunnel: upgrade 5.69 -> 5.72
  > smarty: upgrade 4.3.4 -> 4.4.1
  > python3-sentry-sdk: upgrade 1.40.4 -> 1.40.6
  > python3-scrypt: upgrade 0.8.20 -> 0.8.24
  > python3-pymisp: upgrade 2.4.185 -> 2.4.186
  > python3-pdm: upgrade 2.12.3 -> 2.12.4
  > python3-ipython: upgrade 8.21.0 -> 8.22.1
  > python3-grpcio(-tools): upgrade 1.60.1 -> 1.62.0
  > python3-google-api-python-client: upgrade 2.118.0 -> 2.120.0
  > python3-google-api-core: upgrade 2.16.2 -> 2.17.1
  > python3-gcovr: upgrade 7.0 -> 7.2
  > python3-eventlet: upgrade 0.35.1 -> 0.35.2
  > python3-dnspython: upgrade 2.6.0 -> 2.6.1
  > python3-cbor2: upgrade 5.6.1 -> 5.6.2
  > python3-astroid: upgrade 3.0.3 -> 3.1.0
  > ostree: upgrade 2024.3 -> 2024.4
  > neatvnc: upgrade 0.7.2 -> 0.8.0
  > libtdb: upgrade 1.4.9 -> 1.4.10
  > libtalloc: upgrade 2.4.1 -> 2.4.2
  > fetchmail: upgrade 6.4.37 -> 6.4.38
  > ddrescue: upgrade 1.27 -> 1.28
  > dbus-cxx: upgrade 2.5.0 -> 2.5.1
  > ctags: upgrade 6.1.20240114.0 -> 6.1.20240225.0
  > c-ares: upgrade 1.26.0 -> 1.27.0
  > bats: upgrade 1.10.0 -> 1.11.0
  > python3-marshmallow: upgrade 3.20.2 -> 3.21.1 and add ptest
  > glmark2: add upstream patch to not care about stencil config
  > signing.bbclass: fix typos
  > emacs: Add packageconfig for selinux support
  > pgpool2: Fix build with postgresql 16+
  > pgpool2: Upgrade to 4.5.1
  > python3-arrow: add ptest, update backend and runtime dependencies
  > python3-types-python-dateutil: add recipe
  > toybox-inittab: Fix serial getty reproducibility
  > polkit: update 123 -> 124
  > mozjs-115: update 115.6.0 -> 115.8.0
  > python3-dateutil: upgrade 2.8.2 -> 2.9.0
  > python3-freezegun: add recipe and add ptest
  > drbd-utils: Fix a udev rule reproducibility
  > drbd-utils: Drop a duplicated line in DESCRIPTION
  > ptest-packagelists-meta-python: Move py3-libgpiod out of PTESTS_PROBLEMS_META_PYTHON
  > ptest-packagelists-meta-oe: Move libgpiod out of PTESTS_PROBLEMS_META_OE
  > postgresql: upgrade 15.5 -> 16.2
  > nodejs: upgrade 20.11.0 -> 20.11.1
  > multipath-tools: upgrade 0.9.3 -> 0.9.8
  > syslog-ng: upgrade 4.0.1 -> 4.6.0
  > python3-aiohappyeyeballs: Correct the typo of BBCLASSEXTEND
  > googletest: allow for shared libraries
  > e2tools: Delete unneeded files from ptest package
  > python3-wrapt: add ptest
  > ptest-packagelists-meta-python: Move python3-xlrd from PTESTS_PROBLEMS_META_PYTHON to PTESTS_FAST_META_PYTHON
  > nlohmann-json: Upgrade to 3.11.3
  > python3-netaddr: upgrade 0.10.1 -> 1.2.1 and add ptest
  > python3-google-auth: upgrade 2.28.0 -> 2.28.1
  > syzkaller: Fix build with go 1.21
  > crucible: Define GOPROXY
  > influxdb: Define GOPROXY
  > folks: update 0.15.6 -> 0.15.7
  > drbd-utils: Disable warnings as errors
  > drbd-utils: upgrade 9.22.0 -> 9.27.0
  > openvpn: upgrade 2.6.7 -> 2.6.9
  > fuse3: Make kmod as a recommendation instead of rdep for ptests
  > fuse3: use 4 spaces for indentation
  > openldap: upgrade 2.5.16 -> 2.6.7
  > postfix: upgrade 3.7.3 -> 3.8.5
  > krb5: upgrade 1.20.2 -> 1.21.2
  > keyutils: Add missing rdep for ptests
  > layer.conf: Add nativesdk-libdevmapper PREFERRED_RPROVIDER
  > cryptsetup: upgrade 2.6.1 -> 2.7.0
  > grpc: upgrade 1.60.0 -> 1.60.1
  > iperf3: upgrade 3.15 -> 3.16
  > libgpiod: Tests rely on configfs support in kernel
  > python3-betamax: Upgrade to 0.9.0
  > python3-pyzmq: Add missing dep on python3-unixadmin for ptests
  > python3-gpiod: Tests rely on configfs support in kernel
  > python3-fastjsonschema: Add missing ptest deps
  > xfce4-notifyd: use python3native and depend on python3-packaging-native
  > ristretto: use python3native and depend on glib-2.0-native, python3-packaging-native
  > libkcapi: Update HOMEPAGE url
  > openipmi: fix do_configure error when using dash

* sources/meta-qcom 567079b...e7bcac0 (1):
  > Merge pull request #582 from lumag/cuse

* sources/meta-qt6 1695f1a...394d7d9 (215):
  > qtwebengine: Fix build with clang18
  > squish: don't move executables
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-raspberrypi 95a9103...92a9b7a (1):
  > rpi-base: Added missing HiFiBerry

* sources/meta-riscv dc7aeb4...d1df527 (5):
  > musl: Drop rv32 patches
  > riscv-common: Rename bmap-tools-native -> bmaptool-native
  > linux-starfive-dev: Fix perf build with gcc-13
  > capnproto,pidgin-sipe: Re-enable on rv32
  > ostree: Do not mark unavailable for rv32

* sources/meta-rockchip bcf1d92...6adc4b3 (2):
  > rockchip.wks: fix typo
  > layer.conf: update for scarthgap

* sources/meta-ti e24577a7...fba0b171 (9):
  > CI/CD Auto-Merger: cicd.master.202402271317
  > Rework jailhouse recipe to support different image build
  > conf: beaglebone-ai64: Apply U-boot defconfig fragments
  > conf: beagleplay: Apply U-boot defconfig fragments
  > meta-ti-bsp: update BeagleBoard.org BSP to the latest
  > linux-bb.org: remove custom FILES:${KERNEL_PACKAGE_NAME}-devicetree
  > meta-ti-bsp: trusted-firmware-arm: Update to master
  > meta-ti-bsp: optee: Upgrade to 4.1
  > conf: machine: Apply U-boot fragment configs for AM62P Display Cluster Image

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

* sources/poky 4945ca640b...6343ba22e1 (197):
  > glibc: Update to tip of 2.39 branch
  > qemuriscv: Fix kbd and mouse emulation
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > genericarm64: clean up kernel modules and firmware
  > genericarm64.wks: reorder partitions
  > layer.conf: Prepare for release, drop nanbield LAYERSERIES
  > openssh: Add a workaround for ICE on powerpc64le
  > kernel-fitImage: only include valid compatible line
  > go.bbclass: set GOPROXY
  > systemd: Check for directory before chmod'ing it
  > bmaptool: Add bmap-tools runtime alias for compatibility
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests
  > poky: Update to prepare for scarthgap release
  > go: filter out build specific path from the linker flags
  > systemd: remove systemd-bus-proxy settings
  > systemd: use RDEPENDS for systemd-vconsole-setup
  > systemd: fix dead link /var/log/README
  > rxvt-unicode: Fix installing of terminfo
  > valgrind: skip intermittently failing ptests
  > sstatetests.py: Add testing for correct sstate permissions
  > oeqa/runtime/login: Fix dbus-wait timeout and loop conditional
  > oeqa/runtime/login: Add screenshot sample logic/timeout/dbus-wait
  > oeqa/runtime/login: Exclude qemuriscv64
  > oeqa/runtime/login: Mask out the mouse panel icon for now
  > oeqa/runtime/login: Various code improvements and fixes
  > oeqa/runtime/login: Proof of concept for screenshot testcases
  > screenshot-tests: Add initial screenshot test png files for core-image-sato
  > qemurunner.py: Fix error on calls to run_monitor
  > webkitgtk: upgrade 2.42.2 -> 2.42.5
  > vulkan: upgrade 1.3.268.0 -> 1.3.275.0
  > vala: upgrade 0.56.13 -> 0.56.15
  > update-rc.d: upgrade to latest revision
  > taglib: upgrade 1.13.1 -> 2.0 and add utfcpp recipe to support that
  > ttyrun: upgrade 2.30.0 -> 2.31.0
  > systemd: upgrade 255.1 -> 255.4
  > shaderc: update 2023.7 -> 2023.8
  > repo: upgrade 2.41 -> 2.42
  > python3-wcwidth: upgrade 0.2.12 -> 0.2.13
  > python3-setuptools: upgrade 69.0.3 -> 69.1.1
  > python3-ruamel-yaml: upgrade 0.17.35 -> 0.18.6
  > python3-jsonschema: upgrade 4.17.3 -> 4.21.1 and add new dependencies
  > python3-dtschema: upgrade 2023.7 -> 2024.2
  > python3-build: upgrade 1.0.3 -> 1.1.1
  > piglit: upgrade to latest revision
  > puzzles: upgrade to latest revision
  > orc: upgrade 0.4.37 -> 0.4.38
  > nghttp2: upgrade 1.59.0 -> 1.60.0
  > minicom: upgrade 2.8 -> 2.9
  > mesa: upgrade 24.0.1 -> 24.0.2
  > mc: upgrade 4.8.30 -> 4.8.31
  > man-pages: upgrade 6.05.01 -> 6.06
  > lsof: upgrade 4.98.0 -> 4.99.3
  > librsvg: upgrade 2.56.3 -> 2.57.1
  > linux-firmware: upgrade 20231211 -> 20240220
  > libxml2: upgrade 2.11.5 -> 2.12.5
  > libusb1: upgrade 1.0.26 -> 1.0.27
  > librepo: update 1.16.0 -> 1.17.0
  > libpcre2: upgrade 10.42 -> 10.43
  > libpciaccess: upgrade 0.17 -> 0.18
  > libdnf: update 0.72.0 -> 0.73.0
  > libbsd: upgrade 0.11.8 -> 0.12.1
  > kmscube: upgrade to latest revision
  > glib-networking: upgrade 2.78.0 -> 2.78.1
  > glib-2.0: upgrade 2.78.3 -> 2.78.4
  > gettext: upgrade 0.22.4 -> 0.22.5
  > epiphany: upgrade 45.1 -> 45.3
  > elfutils: upgrade 0.189 -> 0.191
  > ell: upgrade 0.62 -> 0.63
  > diffoscope: upgrade 253 -> 259
  > dnf: upgrade 4.18.2 -> 4.19.0
  > btrfs-tools: upgrade 6.5.3 -> 6.7.1
  > boost: upgrade 1.83.0 -> 1.84.0
  > appstream: upgrade 1.0.0 -> 1.0.2
  > acl: upgrade 2.3.1 -> 2.3.2
  > python3-sphinxcontrib-jquery: add a recipe and make python3-sphinx-rtd-theme depend on it
  > dev-manual: bmaptool: rename
  > manuals: document VIRTUAL-RUNTIME variables
  > contributor-guide: add notes for tests
  > dev-manual: packages: fix capitalization
  > ref-manual: variables: adding multiple groups in GROUPADD_PARAM
  > ref-manual: variables: correct sdk installation default path
  > ref-manual: tasks: do_cleansstate: recommend using '-f' instead for a shared sstate
  > ref-manual: tasks: do_cleanall: recommend using '-f' instead
  > ref-manual: classes: add cve status check for oe.qa
  > libpng: Update SRC_URI to avoid redirects
  > go: Drop linkmode with nativesdk/cross-canadian
  > go: Further tweak indentation in patch
  > go: bump 1.22.0
  > image_types.bbclass: fix vfat image names
  > xz: correct upstream version check
  > rxvt: add rxvt to desktop entry name
  > Add genericarm64 MACHINE
  > bitbake: utils: remove BB_ENV_PASSTHROUGH from preserved_envvars()
  > bmaptool: now part of Yocto Project
  > python3-cryptography_42.0.5.bb: delete redundant ptest packaging
  > expat: upgrdae 2.6.0 -> 2.6.1
  > gdb: Upgrade 14.1 -> 14.2
  > python3-hypothesis: upgrade 6.98.12 -> 6.98.15
  > rust: Fix build failure re-appeared on riscv32
  > gtk+3: update 3.24.38 -> 3.24.41
  > linux-yocto: Enable gpio-sim with ptests
  > linux-yocto/6.6: update CVE exclusions
  > linux-yocto/6.6: update to v6.6.20
  > linux-yocto/cfg/6.6: drop CONFIG_DEBUG_CREDENTIALS
  > go: upgrade 1.21.5 -> 1.21.7
  > go: upgrade 1.21.0 -> 1.21.5
  > oeqa/gotoolchain: set GOPROXY
  > goarch: disable dynamic linking globally
  > go: bump 1.21.0
  > go: rework patch to avoid identation
  > bitbake: prserv/serv: Fix a PID file removal race on prserv stop
  > bitbake: fetch/git: Avoid clean upon failure
  > qemu: backport patch for ui/clipboard issue
  > mesa,mesa-gl: Fix build when dri3 is not enabled
  > coreutils: backport patch to fix heap overflow in split
  > u-boot: Move UBOOT_INITIAL_ENV back to u-boot.inc
  > qemu: Replace workaround with proper usermode fix for shmat
  > no-gplv3: Tweak for packagemangement in core-image-full-cmdline
  > core-image-full-cmdline: add package-management
  > python3-attrs: disable Hypothesis deadline
  > rust: reproducibility issue fix with v1.75
  > rust: Revert PGO to it's default
  > rust: Upgrade 1.74.1 -> 1.75.0
  > linux-firmware: split out more firmware pieces
  > llvm: Update to 18.1.0 RC4
  > waf: Improve version parsing to avoid failing on warnings
  > xprop: upgrade 1.2.6 -> 1.2.7
  > xkeyboard-config: upgrade 2.40 -> 2.41
  > xkbcomp: upgrade 1.4.6 -> 1.4.7
  > swig: upgrade 4.2.0 -> 4.2.1
  > python3-yamllint: upgrade 1.33.0 -> 1.35.1
  > python3-urllib3: upgrade 2.1.0 -> 2.2.1
  > python3: upgrade 3.12.1 -> 3.12.2
  > python3-typing-extensions: upgrade 4.9.0 -> 4.10.0
  > python3-trove-classifiers: upgrade 2024.1.8 -> 2024.2.23
  > python3-setuptools-rust: upgrade 1.8.1 -> 1.9.0
  > python3-pytz: upgrade 2023.4 -> 2024.1
  > python3-pytest: upgrade 8.0.0 -> 8.0.2
  > python3-pycairo: upgrade 1.25.1 -> 1.26.0
  > python3-pip: upgrade 23.3.2 -> 24.0
  > python3-hypothesis: upgrade 6.97.3 -> 6.98.12
  > python3-dbusmock: upgrade 0.30.2 -> 0.31.1
  > python3-certifi: upgrade 2023.11.17 -> 2024.2.2
  > python3-beartype: upgrade 0.17.0 -> 0.17.2
  > pkgconf: upgrade 2.1.0 -> 2.1.1
  > pciutils: upgrade 3.10.0 -> 3.11.1
  > pango: upgrade 1.51.0 -> 1.52.0
  > ofono: upgrade 2.3 -> 2.4
  > mpg123: upgrade 1.32.4 -> 1.32.5
  > makedepend: upgrade 1.0.8 -> 1.0.9
  > lighttpd: upgrade 1.4.73 -> 1.4.74
  > libxvmc: upgrade 1.0.13 -> 1.0.14
  > libxkbfile: upgrade 1.1.2 -> 1.1.3
  > libxext: upgrade 1.3.5 -> 1.3.6
  > liburi-perl: upgrade 5.25 -> 5.27
  > libunistring: upgrade 1.1 -> 1.2
  > libsecret: upgrade 0.21.2 -> 0.21.4
  > libpng: upgrade 1.6.41 -> 1.6.42
  > libmicrohttpd: upgrade 0.9.77 -> 1.0.1
  > libksba: upgrade 1.6.5 -> 1.6.6
  > libhandy: upgrade 1.8.2 -> 1.8.3
  > libgpg-error: upgrade 1.47 -> 1.48
  > libffi: upgrade 3.4.5 -> 3.4.6
  > git: upgrade 2.43.0 -> 2.44.0
  > gcr: upgrade 4.1.0 -> 4.2.0
  > efivar: upgrade 38 -> 39
  > ed: upgrade 1.20 -> 1.20.1
  > createrepo-c: upgrade 1.0.3 -> 1.0.4
  > ccache: upgrade 4.9 -> 4.9.1
  > bash-completion: upgrade 2.11 -> 2.12.0
  > mirrors: Switch llvm to use shallow cloning
  > gstreamer1.0: skip a test that is known to be flaky
  > oeqa/lib/utils/postactions: fix host disk usage stats retrieval
  > python3-cryptography{-vectors}: upgrade to 42.0.5
  > libc-locale: fix ASCII compatible warning cause build failure.
  > rpm: Fix the following error when run nativesdk-rpm in nativesdk environment.
  > python3: dont disable readline module for editline
  > python3-maturin: Recognise riscv32 architecture
  > python3-bcrypt: Fix build break on arches without 64 bit atomics
  > python3-git: upgrade 3.1.41 -> 3.1.42
  > wpa-supplicant: Fix CVE-2023-52160
  > libexif: remove unused version_underscore
  > bitbake: taskexp_ncurses: fix execution example in introductory comment

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

* sources/meta-arm 1231e54a...aba92504 (1):
  > ci: Ensure tests are in the Corstone-1000 flash image

* sources/meta-clang fc56d6c...eebe4ff (13):
  > lksctp-tools: Reset SECURITY_STACK_PROTECTOR with clang
  > clang: Upgrade to clang 18.1 major release
  > clang: Adjust packaging to match new libLLVM soname
  > bpftrace: Upgrade to 0.20+ and fix with llvm 18
  > bcc: Do not set LLVM_PACKAGE_VERSION explicitly
  > vulkan-samples: Disable deprecated declaration warnings with libc++
  > castxml: Upgrade to 0.6.4
  > spirv-llvm-translator: Switch to main branch for llvm 18 support
  > libcxx: Pass LLVM_RUNTIME_TARGETS
  > rust-llvm: Fix build with clang-18
  > kernel-selftest: Use gcc for now.
  > optee-os: Use gcc instead of clang-18
  > openldap: Fix build with lld linker

* sources/meta-elm-binary e57ece1...ee89d03 (1):
  > Merge pull request #9 from YoeDistro/yoe/mut

* sources/meta-freescale cce48564...aa2eaa14 (3):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe
  > Merge pull request #1760 from mschwan-phytec/wip-master-bmap-rename

* sources/meta-freescale-3rdparty 13f46cb...ae392bf (1):
  > Merge pull request #294 from chrisdimich/master

* sources/meta-intel e318d880...9ed54a13 (7):
  > ispc: upgrade 1.22.0 -> 1.23.0
  > openvkl: upgrade 2.0.0 -> 2.0.1
  > ospray: upgrade 3.0.0 -> 3.1.0
  > embree: upgrade 4.3.0 -> 4.3.1
  > rkcommon: upgrade 1.12.0 -> 1.13.0
  > intel-compute-runtime: upgrade 23.22.26516.18 -> 24.05.28454.6
  > intel-graphics-compiler: upgrade 1.0.14062.11 -> 1.0.15985.7

* sources/meta-odroid 665b62d...ae4ac91 (1):
  > u-boot_2023: Drop PYTHON_PN

* sources/meta-openembedded 9f0e51321...6f94b3974 (120):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > layer.conf: Update for the scarthgap release series
  > remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATH
  > thin-provisioning-tools: 1.0.9 -> 1.0.12
  > gnulib: 2018-12-18 -> 202401
  > xfsprogs: 6.5.0 -> 6.6.0
  > yaffs2-utils: Upgrade to 20221209
  > webp-pixbuf-loader: update 0.2.5 -> 0.2.7
  > ydotool: Add new package
  > python3-google-auth: add ptest and update runtime dependencies
  > python3-responses: add recipe
  > python3-pytest-localserver: added recipe which is also include ptest
  > tcprelay: fix a minor cross compilation do_configure issue
  > vlc: Upgrade to 3.0.20
  > gnome-online-accounts: Fix build with libxml2 2.12
  > abseil-cpp: upgrade 20230802.1 -> 20240116.1
  > gnome-commander: Fix build with taglib 2.0
  > libmusicbrainz: Update to tip of trunk
  > mariadb: Fix build with libxml2 2.12 ABI changes
  > xmlstarlet: Fix build with API breakage in libxml2 2.12
  > python3-tomli-w: added recipe which is also include ptest
  > libosinfo: Fix build with libxml2 v2.12
  > googletest: allow for shared libraries
  > libnice: Disable the examples and the tests
  > python3-google-auth-oauthlib: add ptest
  > python3-traitlets: add ptest and update runtime dependencies
  > mozjs-115: fix reproducibility issue
  > net-snmp: upgrade 5.9.3 -> 5.9.4
  > nss: Upgrade 3.74 -> 3.98
  > squid: Upgrade to 6.8
  > re2: Upgrade 2023.03.01 -> 2024.03.01
  > googletest: Pass -fPIC to CFLAGS
  > gosu: Upgrade to 1.17
  > postfix: upgrade 3.8.5 -> 3.8.6
  > networkmanager: 1.44.0 -> 1.46.0
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > python3-invoke: add recipe
  > python3-icecream: add recipe
  > netplan: upgrade 0.106 -> 1.0
  > stunnel: upgrade 5.69 -> 5.72
  > smarty: upgrade 4.3.4 -> 4.4.1
  > python3-sentry-sdk: upgrade 1.40.4 -> 1.40.6
  > python3-scrypt: upgrade 0.8.20 -> 0.8.24
  > python3-pymisp: upgrade 2.4.185 -> 2.4.186
  > python3-pdm: upgrade 2.12.3 -> 2.12.4
  > python3-ipython: upgrade 8.21.0 -> 8.22.1
  > python3-grpcio(-tools): upgrade 1.60.1 -> 1.62.0
  > python3-google-api-python-client: upgrade 2.118.0 -> 2.120.0
  > python3-google-api-core: upgrade 2.16.2 -> 2.17.1
  > python3-gcovr: upgrade 7.0 -> 7.2
  > python3-eventlet: upgrade 0.35.1 -> 0.35.2
  > python3-dnspython: upgrade 2.6.0 -> 2.6.1
  > python3-cbor2: upgrade 5.6.1 -> 5.6.2
  > python3-astroid: upgrade 3.0.3 -> 3.1.0
  > ostree: upgrade 2024.3 -> 2024.4
  > neatvnc: upgrade 0.7.2 -> 0.8.0
  > libtdb: upgrade 1.4.9 -> 1.4.10
  > libtalloc: upgrade 2.4.1 -> 2.4.2
  > fetchmail: upgrade 6.4.37 -> 6.4.38
  > ddrescue: upgrade 1.27 -> 1.28
  > dbus-cxx: upgrade 2.5.0 -> 2.5.1
  > ctags: upgrade 6.1.20240114.0 -> 6.1.20240225.0
  > c-ares: upgrade 1.26.0 -> 1.27.0
  > bats: upgrade 1.10.0 -> 1.11.0
  > python3-marshmallow: upgrade 3.20.2 -> 3.21.1 and add ptest
  > glmark2: add upstream patch to not care about stencil config
  > signing.bbclass: fix typos
  > emacs: Add packageconfig for selinux support
  > pgpool2: Fix build with postgresql 16+
  > pgpool2: Upgrade to 4.5.1
  > python3-arrow: add ptest, update backend and runtime dependencies
  > python3-types-python-dateutil: add recipe
  > toybox-inittab: Fix serial getty reproducibility
  > polkit: update 123 -> 124
  > mozjs-115: update 115.6.0 -> 115.8.0
  > python3-dateutil: upgrade 2.8.2 -> 2.9.0
  > python3-freezegun: add recipe and add ptest
  > drbd-utils: Fix a udev rule reproducibility
  > drbd-utils: Drop a duplicated line in DESCRIPTION
  > ptest-packagelists-meta-python: Move py3-libgpiod out of PTESTS_PROBLEMS_META_PYTHON
  > ptest-packagelists-meta-oe: Move libgpiod out of PTESTS_PROBLEMS_META_OE
  > postgresql: upgrade 15.5 -> 16.2
  > nodejs: upgrade 20.11.0 -> 20.11.1
  > multipath-tools: upgrade 0.9.3 -> 0.9.8
  > syslog-ng: upgrade 4.0.1 -> 4.6.0
  > python3-aiohappyeyeballs: Correct the typo of BBCLASSEXTEND
  > googletest: allow for shared libraries
  > e2tools: Delete unneeded files from ptest package
  > python3-wrapt: add ptest
  > ptest-packagelists-meta-python: Move python3-xlrd from PTESTS_PROBLEMS_META_PYTHON to PTESTS_FAST_META_PYTHON
  > nlohmann-json: Upgrade to 3.11.3
  > python3-netaddr: upgrade 0.10.1 -> 1.2.1 and add ptest
  > python3-google-auth: upgrade 2.28.0 -> 2.28.1
  > syzkaller: Fix build with go 1.21
  > crucible: Define GOPROXY
  > influxdb: Define GOPROXY
  > folks: update 0.15.6 -> 0.15.7
  > drbd-utils: Disable warnings as errors
  > drbd-utils: upgrade 9.22.0 -> 9.27.0
  > openvpn: upgrade 2.6.7 -> 2.6.9
  > fuse3: Make kmod as a recommendation instead of rdep for ptests
  > fuse3: use 4 spaces for indentation
  > openldap: upgrade 2.5.16 -> 2.6.7
  > postfix: upgrade 3.7.3 -> 3.8.5
  > krb5: upgrade 1.20.2 -> 1.21.2
  > keyutils: Add missing rdep for ptests
  > layer.conf: Add nativesdk-libdevmapper PREFERRED_RPROVIDER
  > cryptsetup: upgrade 2.6.1 -> 2.7.0
  > grpc: upgrade 1.60.0 -> 1.60.1
  > iperf3: upgrade 3.15 -> 3.16
  > libgpiod: Tests rely on configfs support in kernel
  > python3-betamax: Upgrade to 0.9.0
  > python3-pyzmq: Add missing dep on python3-unixadmin for ptests
  > python3-gpiod: Tests rely on configfs support in kernel
  > python3-fastjsonschema: Add missing ptest deps
  > xfce4-notifyd: use python3native and depend on python3-packaging-native
  > ristretto: use python3native and depend on glib-2.0-native, python3-packaging-native
  > libkcapi: Update HOMEPAGE url
  > openipmi: fix do_configure error when using dash

* sources/meta-qcom 567079b...e7bcac0 (1):
  > Merge pull request #582 from lumag/cuse

* sources/meta-qt6 1695f1a...394d7d9 (215):
  > qtwebengine: Fix build with clang18
  > squish: don't move executables
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-raspberrypi 95a9103...92a9b7a (1):
  > rpi-base: Added missing HiFiBerry

* sources/meta-riscv dc7aeb4...d1df527 (5):
  > musl: Drop rv32 patches
  > riscv-common: Rename bmap-tools-native -> bmaptool-native
  > linux-starfive-dev: Fix perf build with gcc-13
  > capnproto,pidgin-sipe: Re-enable on rv32
  > ostree: Do not mark unavailable for rv32

* sources/meta-rockchip bcf1d92...06a65d4 (3):
  > rock-5[ab]: use regular yocto kernel
  > rockchip.wks: fix typo
  > layer.conf: update for scarthgap

* sources/meta-ti e24577a7...fba0b171 (9):
  > CI/CD Auto-Merger: cicd.master.202402271317
  > Rework jailhouse recipe to support different image build
  > conf: beaglebone-ai64: Apply U-boot defconfig fragments
  > conf: beagleplay: Apply U-boot defconfig fragments
  > meta-ti-bsp: update BeagleBoard.org BSP to the latest
  > linux-bb.org: remove custom FILES:${KERNEL_PACKAGE_NAME}-devicetree
  > meta-ti-bsp: trusted-firmware-arm: Update to master
  > meta-ti-bsp: optee: Upgrade to 4.1
  > conf: machine: Apply U-boot fragment configs for AM62P Display Cluster Image

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

* sources/poky 4945ca640b...1e98b23d2a (197):
  > glibc: Update to tip of 2.39 branch
  > qemuriscv: Fix kbd and mouse emulation
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > layer.conf: Prepare for release, drop nanbield LAYERSERIES
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests
  > openssh: Add a workaround for ICE on powerpc64le
  > kernel-fitImage: only include valid compatible line
  > go.bbclass: set GOPROXY
  > systemd: Check for directory before chmod'ing it
  > bmaptool: Add bmap-tools runtime alias for compatibility
  > genericarm64: clean up kernel modules and firmware
  > genericarm64.wks: reorder partitions
  > poky: Update to prepare for scarthgap release
  > go: filter out build specific path from the linker flags
  > systemd: remove systemd-bus-proxy settings
  > systemd: use RDEPENDS for systemd-vconsole-setup
  > systemd: fix dead link /var/log/README
  > rxvt-unicode: Fix installing of terminfo
  > valgrind: skip intermittently failing ptests
  > sstatetests.py: Add testing for correct sstate permissions
  > oeqa/runtime/login: Fix dbus-wait timeout and loop conditional
  > oeqa/runtime/login: Add screenshot sample logic/timeout/dbus-wait
  > oeqa/runtime/login: Exclude qemuriscv64
  > oeqa/runtime/login: Mask out the mouse panel icon for now
  > oeqa/runtime/login: Various code improvements and fixes
  > oeqa/runtime/login: Proof of concept for screenshot testcases
  > screenshot-tests: Add initial screenshot test png files for core-image-sato
  > qemurunner.py: Fix error on calls to run_monitor
  > webkitgtk: upgrade 2.42.2 -> 2.42.5
  > vulkan: upgrade 1.3.268.0 -> 1.3.275.0
  > vala: upgrade 0.56.13 -> 0.56.15
  > update-rc.d: upgrade to latest revision
  > taglib: upgrade 1.13.1 -> 2.0 and add utfcpp recipe to support that
  > ttyrun: upgrade 2.30.0 -> 2.31.0
  > systemd: upgrade 255.1 -> 255.4
  > shaderc: update 2023.7 -> 2023.8
  > repo: upgrade 2.41 -> 2.42
  > python3-wcwidth: upgrade 0.2.12 -> 0.2.13
  > python3-setuptools: upgrade 69.0.3 -> 69.1.1
  > python3-ruamel-yaml: upgrade 0.17.35 -> 0.18.6
  > python3-jsonschema: upgrade 4.17.3 -> 4.21.1 and add new dependencies
  > python3-dtschema: upgrade 2023.7 -> 2024.2
  > python3-build: upgrade 1.0.3 -> 1.1.1
  > piglit: upgrade to latest revision
  > puzzles: upgrade to latest revision
  > orc: upgrade 0.4.37 -> 0.4.38
  > nghttp2: upgrade 1.59.0 -> 1.60.0
  > minicom: upgrade 2.8 -> 2.9
  > mesa: upgrade 24.0.1 -> 24.0.2
  > mc: upgrade 4.8.30 -> 4.8.31
  > man-pages: upgrade 6.05.01 -> 6.06
  > lsof: upgrade 4.98.0 -> 4.99.3
  > librsvg: upgrade 2.56.3 -> 2.57.1
  > linux-firmware: upgrade 20231211 -> 20240220
  > libxml2: upgrade 2.11.5 -> 2.12.5
  > libusb1: upgrade 1.0.26 -> 1.0.27
  > librepo: update 1.16.0 -> 1.17.0
  > libpcre2: upgrade 10.42 -> 10.43
  > libpciaccess: upgrade 0.17 -> 0.18
  > libdnf: update 0.72.0 -> 0.73.0
  > libbsd: upgrade 0.11.8 -> 0.12.1
  > kmscube: upgrade to latest revision
  > glib-networking: upgrade 2.78.0 -> 2.78.1
  > glib-2.0: upgrade 2.78.3 -> 2.78.4
  > gettext: upgrade 0.22.4 -> 0.22.5
  > epiphany: upgrade 45.1 -> 45.3
  > elfutils: upgrade 0.189 -> 0.191
  > ell: upgrade 0.62 -> 0.63
  > diffoscope: upgrade 253 -> 259
  > dnf: upgrade 4.18.2 -> 4.19.0
  > btrfs-tools: upgrade 6.5.3 -> 6.7.1
  > boost: upgrade 1.83.0 -> 1.84.0
  > appstream: upgrade 1.0.0 -> 1.0.2
  > acl: upgrade 2.3.1 -> 2.3.2
  > python3-sphinxcontrib-jquery: add a recipe and make python3-sphinx-rtd-theme depend on it
  > dev-manual: bmaptool: rename
  > manuals: document VIRTUAL-RUNTIME variables
  > contributor-guide: add notes for tests
  > dev-manual: packages: fix capitalization
  > ref-manual: variables: adding multiple groups in GROUPADD_PARAM
  > ref-manual: variables: correct sdk installation default path
  > ref-manual: tasks: do_cleansstate: recommend using '-f' instead for a shared sstate
  > ref-manual: tasks: do_cleanall: recommend using '-f' instead
  > ref-manual: classes: add cve status check for oe.qa
  > libpng: Update SRC_URI to avoid redirects
  > go: Drop linkmode with nativesdk/cross-canadian
  > go: Further tweak indentation in patch
  > go: bump 1.22.0
  > image_types.bbclass: fix vfat image names
  > xz: correct upstream version check
  > rxvt: add rxvt to desktop entry name
  > Add genericarm64 MACHINE
  > bitbake: utils: remove BB_ENV_PASSTHROUGH from preserved_envvars()
  > bmaptool: now part of Yocto Project
  > python3-cryptography_42.0.5.bb: delete redundant ptest packaging
  > expat: upgrdae 2.6.0 -> 2.6.1
  > gdb: Upgrade 14.1 -> 14.2
  > python3-hypothesis: upgrade 6.98.12 -> 6.98.15
  > rust: Fix build failure re-appeared on riscv32
  > gtk+3: update 3.24.38 -> 3.24.41
  > linux-yocto: Enable gpio-sim with ptests
  > linux-yocto/6.6: update CVE exclusions
  > linux-yocto/6.6: update to v6.6.20
  > linux-yocto/cfg/6.6: drop CONFIG_DEBUG_CREDENTIALS
  > go: upgrade 1.21.5 -> 1.21.7
  > go: upgrade 1.21.0 -> 1.21.5
  > oeqa/gotoolchain: set GOPROXY
  > goarch: disable dynamic linking globally
  > go: bump 1.21.0
  > go: rework patch to avoid identation
  > bitbake: prserv/serv: Fix a PID file removal race on prserv stop
  > bitbake: fetch/git: Avoid clean upon failure
  > qemu: backport patch for ui/clipboard issue
  > mesa,mesa-gl: Fix build when dri3 is not enabled
  > coreutils: backport patch to fix heap overflow in split
  > u-boot: Move UBOOT_INITIAL_ENV back to u-boot.inc
  > qemu: Replace workaround with proper usermode fix for shmat
  > no-gplv3: Tweak for packagemangement in core-image-full-cmdline
  > core-image-full-cmdline: add package-management
  > python3-attrs: disable Hypothesis deadline
  > rust: reproducibility issue fix with v1.75
  > rust: Revert PGO to it's default
  > rust: Upgrade 1.74.1 -> 1.75.0
  > linux-firmware: split out more firmware pieces
  > llvm: Update to 18.1.0 RC4
  > waf: Improve version parsing to avoid failing on warnings
  > xprop: upgrade 1.2.6 -> 1.2.7
  > xkeyboard-config: upgrade 2.40 -> 2.41
  > xkbcomp: upgrade 1.4.6 -> 1.4.7
  > swig: upgrade 4.2.0 -> 4.2.1
  > python3-yamllint: upgrade 1.33.0 -> 1.35.1
  > python3-urllib3: upgrade 2.1.0 -> 2.2.1
  > python3: upgrade 3.12.1 -> 3.12.2
  > python3-typing-extensions: upgrade 4.9.0 -> 4.10.0
  > python3-trove-classifiers: upgrade 2024.1.8 -> 2024.2.23
  > python3-setuptools-rust: upgrade 1.8.1 -> 1.9.0
  > python3-pytz: upgrade 2023.4 -> 2024.1
  > python3-pytest: upgrade 8.0.0 -> 8.0.2
  > python3-pycairo: upgrade 1.25.1 -> 1.26.0
  > python3-pip: upgrade 23.3.2 -> 24.0
  > python3-hypothesis: upgrade 6.97.3 -> 6.98.12
  > python3-dbusmock: upgrade 0.30.2 -> 0.31.1
  > python3-certifi: upgrade 2023.11.17 -> 2024.2.2
  > python3-beartype: upgrade 0.17.0 -> 0.17.2
  > pkgconf: upgrade 2.1.0 -> 2.1.1
  > pciutils: upgrade 3.10.0 -> 3.11.1
  > pango: upgrade 1.51.0 -> 1.52.0
  > ofono: upgrade 2.3 -> 2.4
  > mpg123: upgrade 1.32.4 -> 1.32.5
  > makedepend: upgrade 1.0.8 -> 1.0.9
  > lighttpd: upgrade 1.4.73 -> 1.4.74
  > libxvmc: upgrade 1.0.13 -> 1.0.14
  > libxkbfile: upgrade 1.1.2 -> 1.1.3
  > libxext: upgrade 1.3.5 -> 1.3.6
  > liburi-perl: upgrade 5.25 -> 5.27
  > libunistring: upgrade 1.1 -> 1.2
  > libsecret: upgrade 0.21.2 -> 0.21.4
  > libpng: upgrade 1.6.41 -> 1.6.42
  > libmicrohttpd: upgrade 0.9.77 -> 1.0.1
  > libksba: upgrade 1.6.5 -> 1.6.6
  > libhandy: upgrade 1.8.2 -> 1.8.3
  > libgpg-error: upgrade 1.47 -> 1.48
  > libffi: upgrade 3.4.5 -> 3.4.6
  > git: upgrade 2.43.0 -> 2.44.0
  > gcr: upgrade 4.1.0 -> 4.2.0
  > efivar: upgrade 38 -> 39
  > ed: upgrade 1.20 -> 1.20.1
  > createrepo-c: upgrade 1.0.3 -> 1.0.4
  > ccache: upgrade 4.9 -> 4.9.1
  > bash-completion: upgrade 2.11 -> 2.12.0
  > mirrors: Switch llvm to use shallow cloning
  > gstreamer1.0: skip a test that is known to be flaky
  > oeqa/lib/utils/postactions: fix host disk usage stats retrieval
  > python3-cryptography{-vectors}: upgrade to 42.0.5
  > libc-locale: fix ASCII compatible warning cause build failure.
  > rpm: Fix the following error when run nativesdk-rpm in nativesdk environment.
  > python3: dont disable readline module for editline
  > python3-maturin: Recognise riscv32 architecture
  > python3-bcrypt: Fix build break on arches without 64 bit atomics
  > python3-git: upgrade 3.1.41 -> 3.1.42
  > wpa-supplicant: Fix CVE-2023-52160
  > libexif: remove unused version_underscore
  > bitbake: taskexp_ncurses: fix execution example in introductory comment

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

* sources/meta-arm 1231e54a...aba92504 (1):
  > ci: Ensure tests are in the Corstone-1000 flash image

* sources/meta-clang fc56d6c...eebe4ff (13):
  > lksctp-tools: Reset SECURITY_STACK_PROTECTOR with clang
  > clang: Upgrade to clang 18.1 major release
  > clang: Adjust packaging to match new libLLVM soname
  > bpftrace: Upgrade to 0.20+ and fix with llvm 18
  > bcc: Do not set LLVM_PACKAGE_VERSION explicitly
  > vulkan-samples: Disable deprecated declaration warnings with libc++
  > castxml: Upgrade to 0.6.4
  > spirv-llvm-translator: Switch to main branch for llvm 18 support
  > libcxx: Pass LLVM_RUNTIME_TARGETS
  > rust-llvm: Fix build with clang-18
  > kernel-selftest: Use gcc for now.
  > optee-os: Use gcc instead of clang-18
  > openldap: Fix build with lld linker

* sources/meta-elm-binary e57ece1...ee89d03 (1):
  > Merge pull request #9 from YoeDistro/yoe/mut

* sources/meta-freescale cce48564...aa2eaa14 (3):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe
  > Merge pull request #1760 from mschwan-phytec/wip-master-bmap-rename

* sources/meta-freescale-3rdparty 13f46cb...ae392bf (1):
  > Merge pull request #294 from chrisdimich/master

* sources/meta-intel e318d880...9ed54a13 (7):
  > ispc: upgrade 1.22.0 -> 1.23.0
  > openvkl: upgrade 2.0.0 -> 2.0.1
  > ospray: upgrade 3.0.0 -> 3.1.0
  > embree: upgrade 4.3.0 -> 4.3.1
  > rkcommon: upgrade 1.12.0 -> 1.13.0
  > intel-compute-runtime: upgrade 23.22.26516.18 -> 24.05.28454.6
  > intel-graphics-compiler: upgrade 1.0.14062.11 -> 1.0.15985.7

* sources/meta-odroid 665b62d...ae4ac91 (1):
  > u-boot_2023: Drop PYTHON_PN

* sources/meta-openembedded 9f0e51321...ed7893bb8 (119):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > layer.conf: Update for the scarthgap release series
  > remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATH
  > thin-provisioning-tools: 1.0.9 -> 1.0.12
  > gnulib: 2018-12-18 -> 202401
  > xfsprogs: 6.5.0 -> 6.6.0
  > yaffs2-utils: Upgrade to 20221209
  > webp-pixbuf-loader: update 0.2.5 -> 0.2.7
  > python3-google-auth: add ptest and update runtime dependencies
  > python3-responses: add recipe
  > python3-pytest-localserver: added recipe which is also include ptest
  > tcprelay: fix a minor cross compilation do_configure issue
  > vlc: Upgrade to 3.0.20
  > gnome-online-accounts: Fix build with libxml2 2.12
  > abseil-cpp: upgrade 20230802.1 -> 20240116.1
  > gnome-commander: Fix build with taglib 2.0
  > libmusicbrainz: Update to tip of trunk
  > mariadb: Fix build with libxml2 2.12 ABI changes
  > xmlstarlet: Fix build with API breakage in libxml2 2.12
  > python3-tomli-w: added recipe which is also include ptest
  > libosinfo: Fix build with libxml2 v2.12
  > googletest: allow for shared libraries
  > libnice: Disable the examples and the tests
  > python3-google-auth-oauthlib: add ptest
  > python3-traitlets: add ptest and update runtime dependencies
  > mozjs-115: fix reproducibility issue
  > net-snmp: upgrade 5.9.3 -> 5.9.4
  > nss: Upgrade 3.74 -> 3.98
  > squid: Upgrade to 6.8
  > re2: Upgrade 2023.03.01 -> 2024.03.01
  > googletest: Pass -fPIC to CFLAGS
  > gosu: Upgrade to 1.17
  > postfix: upgrade 3.8.5 -> 3.8.6
  > networkmanager: 1.44.0 -> 1.46.0
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > python3-invoke: add recipe
  > python3-icecream: add recipe
  > netplan: upgrade 0.106 -> 1.0
  > stunnel: upgrade 5.69 -> 5.72
  > smarty: upgrade 4.3.4 -> 4.4.1
  > python3-sentry-sdk: upgrade 1.40.4 -> 1.40.6
  > python3-scrypt: upgrade 0.8.20 -> 0.8.24
  > python3-pymisp: upgrade 2.4.185 -> 2.4.186
  > python3-pdm: upgrade 2.12.3 -> 2.12.4
  > python3-ipython: upgrade 8.21.0 -> 8.22.1
  > python3-grpcio(-tools): upgrade 1.60.1 -> 1.62.0
  > python3-google-api-python-client: upgrade 2.118.0 -> 2.120.0
  > python3-google-api-core: upgrade 2.16.2 -> 2.17.1
  > python3-gcovr: upgrade 7.0 -> 7.2
  > python3-eventlet: upgrade 0.35.1 -> 0.35.2
  > python3-dnspython: upgrade 2.6.0 -> 2.6.1
  > python3-cbor2: upgrade 5.6.1 -> 5.6.2
  > python3-astroid: upgrade 3.0.3 -> 3.1.0
  > ostree: upgrade 2024.3 -> 2024.4
  > neatvnc: upgrade 0.7.2 -> 0.8.0
  > libtdb: upgrade 1.4.9 -> 1.4.10
  > libtalloc: upgrade 2.4.1 -> 2.4.2
  > fetchmail: upgrade 6.4.37 -> 6.4.38
  > ddrescue: upgrade 1.27 -> 1.28
  > dbus-cxx: upgrade 2.5.0 -> 2.5.1
  > ctags: upgrade 6.1.20240114.0 -> 6.1.20240225.0
  > c-ares: upgrade 1.26.0 -> 1.27.0
  > bats: upgrade 1.10.0 -> 1.11.0
  > python3-marshmallow: upgrade 3.20.2 -> 3.21.1 and add ptest
  > glmark2: add upstream patch to not care about stencil config
  > signing.bbclass: fix typos
  > emacs: Add packageconfig for selinux support
  > pgpool2: Fix build with postgresql 16+
  > pgpool2: Upgrade to 4.5.1
  > python3-arrow: add ptest, update backend and runtime dependencies
  > python3-types-python-dateutil: add recipe
  > toybox-inittab: Fix serial getty reproducibility
  > polkit: update 123 -> 124
  > mozjs-115: update 115.6.0 -> 115.8.0
  > python3-dateutil: upgrade 2.8.2 -> 2.9.0
  > python3-freezegun: add recipe and add ptest
  > drbd-utils: Fix a udev rule reproducibility
  > drbd-utils: Drop a duplicated line in DESCRIPTION
  > ptest-packagelists-meta-python: Move py3-libgpiod out of PTESTS_PROBLEMS_META_PYTHON
  > ptest-packagelists-meta-oe: Move libgpiod out of PTESTS_PROBLEMS_META_OE
  > postgresql: upgrade 15.5 -> 16.2
  > nodejs: upgrade 20.11.0 -> 20.11.1
  > multipath-tools: upgrade 0.9.3 -> 0.9.8
  > syslog-ng: upgrade 4.0.1 -> 4.6.0
  > python3-aiohappyeyeballs: Correct the typo of BBCLASSEXTEND
  > googletest: allow for shared libraries
  > e2tools: Delete unneeded files from ptest package
  > python3-wrapt: add ptest
  > ptest-packagelists-meta-python: Move python3-xlrd from PTESTS_PROBLEMS_META_PYTHON to PTESTS_FAST_META_PYTHON
  > nlohmann-json: Upgrade to 3.11.3
  > python3-netaddr: upgrade 0.10.1 -> 1.2.1 and add ptest
  > python3-google-auth: upgrade 2.28.0 -> 2.28.1
  > syzkaller: Fix build with go 1.21
  > crucible: Define GOPROXY
  > influxdb: Define GOPROXY
  > folks: update 0.15.6 -> 0.15.7
  > drbd-utils: Disable warnings as errors
  > drbd-utils: upgrade 9.22.0 -> 9.27.0
  > openvpn: upgrade 2.6.7 -> 2.6.9
  > fuse3: Make kmod as a recommendation instead of rdep for ptests
  > fuse3: use 4 spaces for indentation
  > openldap: upgrade 2.5.16 -> 2.6.7
  > postfix: upgrade 3.7.3 -> 3.8.5
  > krb5: upgrade 1.20.2 -> 1.21.2
  > keyutils: Add missing rdep for ptests
  > layer.conf: Add nativesdk-libdevmapper PREFERRED_RPROVIDER
  > cryptsetup: upgrade 2.6.1 -> 2.7.0
  > grpc: upgrade 1.60.0 -> 1.60.1
  > iperf3: upgrade 3.15 -> 3.16
  > libgpiod: Tests rely on configfs support in kernel
  > python3-betamax: Upgrade to 0.9.0
  > python3-pyzmq: Add missing dep on python3-unixadmin for ptests
  > python3-gpiod: Tests rely on configfs support in kernel
  > python3-fastjsonschema: Add missing ptest deps
  > xfce4-notifyd: use python3native and depend on python3-packaging-native
  > ristretto: use python3native and depend on glib-2.0-native, python3-packaging-native
  > libkcapi: Update HOMEPAGE url
  > openipmi: fix do_configure error when using dash

* sources/meta-qcom 567079b...e7bcac0 (1):
  > Merge pull request #582 from lumag/cuse

* sources/meta-qt6 1695f1a...394d7d9 (215):
  > qtwebengine: Fix build with clang18
  > squish: don't move executables
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-raspberrypi 95a9103...92a9b7a (1):
  > rpi-base: Added missing HiFiBerry

* sources/meta-riscv dc7aeb4...d1df527 (5):
  > musl: Drop rv32 patches
  > riscv-common: Rename bmap-tools-native -> bmaptool-native
  > linux-starfive-dev: Fix perf build with gcc-13
  > capnproto,pidgin-sipe: Re-enable on rv32
  > ostree: Do not mark unavailable for rv32

* sources/meta-rockchip bcf1d92...06a65d4 (3):
  > rock-5[ab]: use regular yocto kernel
  > rockchip.wks: fix typo
  > layer.conf: update for scarthgap

* sources/meta-ti e24577a7...fba0b171 (9):
  > CI/CD Auto-Merger: cicd.master.202402271317
  > Rework jailhouse recipe to support different image build
  > conf: beaglebone-ai64: Apply U-boot defconfig fragments
  > conf: beagleplay: Apply U-boot defconfig fragments
  > meta-ti-bsp: update BeagleBoard.org BSP to the latest
  > linux-bb.org: remove custom FILES:${KERNEL_PACKAGE_NAME}-devicetree
  > meta-ti-bsp: trusted-firmware-arm: Update to master
  > meta-ti-bsp: optee: Upgrade to 4.1
  > conf: machine: Apply U-boot fragment configs for AM62P Display Cluster Image

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

* sources/poky 4945ca640b...1e98b23d2a (197):
  > glibc: Update to tip of 2.39 branch
  > qemuriscv: Fix kbd and mouse emulation
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > layer.conf: Prepare for release, drop nanbield LAYERSERIES
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests
  > openssh: Add a workaround for ICE on powerpc64le
  > kernel-fitImage: only include valid compatible line
  > go.bbclass: set GOPROXY
  > systemd: Check for directory before chmod'ing it
  > bmaptool: Add bmap-tools runtime alias for compatibility
  > genericarm64: clean up kernel modules and firmware
  > genericarm64.wks: reorder partitions
  > poky: Update to prepare for scarthgap release
  > go: filter out build specific path from the linker flags
  > systemd: remove systemd-bus-proxy settings
  > systemd: use RDEPENDS for systemd-vconsole-setup
  > systemd: fix dead link /var/log/README
  > rxvt-unicode: Fix installing of terminfo
  > valgrind: skip intermittently failing ptests
  > sstatetests.py: Add testing for correct sstate permissions
  > oeqa/runtime/login: Fix dbus-wait timeout and loop conditional
  > oeqa/runtime/login: Add screenshot sample logic/timeout/dbus-wait
  > oeqa/runtime/login: Exclude qemuriscv64
  > oeqa/runtime/login: Mask out the mouse panel icon for now
  > oeqa/runtime/login: Various code improvements and fixes
  > oeqa/runtime/login: Proof of concept for screenshot testcases
  > screenshot-tests: Add initial screenshot test png files for core-image-sato
  > qemurunner.py: Fix error on calls to run_monitor
  > webkitgtk: upgrade 2.42.2 -> 2.42.5
  > vulkan: upgrade 1.3.268.0 -> 1.3.275.0
  > vala: upgrade 0.56.13 -> 0.56.15
  > update-rc.d: upgrade to latest revision
  > taglib: upgrade 1.13.1 -> 2.0 and add utfcpp recipe to support that
  > ttyrun: upgrade 2.30.0 -> 2.31.0
  > systemd: upgrade 255.1 -> 255.4
  > shaderc: update 2023.7 -> 2023.8
  > repo: upgrade 2.41 -> 2.42
  > python3-wcwidth: upgrade 0.2.12 -> 0.2.13
  > python3-setuptools: upgrade 69.0.3 -> 69.1.1
  > python3-ruamel-yaml: upgrade 0.17.35 -> 0.18.6
  > python3-jsonschema: upgrade 4.17.3 -> 4.21.1 and add new dependencies
  > python3-dtschema: upgrade 2023.7 -> 2024.2
  > python3-build: upgrade 1.0.3 -> 1.1.1
  > piglit: upgrade to latest revision
  > puzzles: upgrade to latest revision
  > orc: upgrade 0.4.37 -> 0.4.38
  > nghttp2: upgrade 1.59.0 -> 1.60.0
  > minicom: upgrade 2.8 -> 2.9
  > mesa: upgrade 24.0.1 -> 24.0.2
  > mc: upgrade 4.8.30 -> 4.8.31
  > man-pages: upgrade 6.05.01 -> 6.06
  > lsof: upgrade 4.98.0 -> 4.99.3
  > librsvg: upgrade 2.56.3 -> 2.57.1
  > linux-firmware: upgrade 20231211 -> 20240220
  > libxml2: upgrade 2.11.5 -> 2.12.5
  > libusb1: upgrade 1.0.26 -> 1.0.27
  > librepo: update 1.16.0 -> 1.17.0
  > libpcre2: upgrade 10.42 -> 10.43
  > libpciaccess: upgrade 0.17 -> 0.18
  > libdnf: update 0.72.0 -> 0.73.0
  > libbsd: upgrade 0.11.8 -> 0.12.1
  > kmscube: upgrade to latest revision
  > glib-networking: upgrade 2.78.0 -> 2.78.1
  > glib-2.0: upgrade 2.78.3 -> 2.78.4
  > gettext: upgrade 0.22.4 -> 0.22.5
  > epiphany: upgrade 45.1 -> 45.3
  > elfutils: upgrade 0.189 -> 0.191
  > ell: upgrade 0.62 -> 0.63
  > diffoscope: upgrade 253 -> 259
  > dnf: upgrade 4.18.2 -> 4.19.0
  > btrfs-tools: upgrade 6.5.3 -> 6.7.1
  > boost: upgrade 1.83.0 -> 1.84.0
  > appstream: upgrade 1.0.0 -> 1.0.2
  > acl: upgrade 2.3.1 -> 2.3.2
  > python3-sphinxcontrib-jquery: add a recipe and make python3-sphinx-rtd-theme depend on it
  > dev-manual: bmaptool: rename
  > manuals: document VIRTUAL-RUNTIME variables
  > contributor-guide: add notes for tests
  > dev-manual: packages: fix capitalization
  > ref-manual: variables: adding multiple groups in GROUPADD_PARAM
  > ref-manual: variables: correct sdk installation default path
  > ref-manual: tasks: do_cleansstate: recommend using '-f' instead for a shared sstate
  > ref-manual: tasks: do_cleanall: recommend using '-f' instead
  > ref-manual: classes: add cve status check for oe.qa
  > libpng: Update SRC_URI to avoid redirects
  > go: Drop linkmode with nativesdk/cross-canadian
  > go: Further tweak indentation in patch
  > go: bump 1.22.0
  > image_types.bbclass: fix vfat image names
  > xz: correct upstream version check
  > rxvt: add rxvt to desktop entry name
  > Add genericarm64 MACHINE
  > bitbake: utils: remove BB_ENV_PASSTHROUGH from preserved_envvars()
  > bmaptool: now part of Yocto Project
  > python3-cryptography_42.0.5.bb: delete redundant ptest packaging
  > expat: upgrdae 2.6.0 -> 2.6.1
  > gdb: Upgrade 14.1 -> 14.2
  > python3-hypothesis: upgrade 6.98.12 -> 6.98.15
  > rust: Fix build failure re-appeared on riscv32
  > gtk+3: update 3.24.38 -> 3.24.41
  > linux-yocto: Enable gpio-sim with ptests
  > linux-yocto/6.6: update CVE exclusions
  > linux-yocto/6.6: update to v6.6.20
  > linux-yocto/cfg/6.6: drop CONFIG_DEBUG_CREDENTIALS
  > go: upgrade 1.21.5 -> 1.21.7
  > go: upgrade 1.21.0 -> 1.21.5
  > oeqa/gotoolchain: set GOPROXY
  > goarch: disable dynamic linking globally
  > go: bump 1.21.0
  > go: rework patch to avoid identation
  > bitbake: prserv/serv: Fix a PID file removal race on prserv stop
  > bitbake: fetch/git: Avoid clean upon failure
  > qemu: backport patch for ui/clipboard issue
  > mesa,mesa-gl: Fix build when dri3 is not enabled
  > coreutils: backport patch to fix heap overflow in split
  > u-boot: Move UBOOT_INITIAL_ENV back to u-boot.inc
  > qemu: Replace workaround with proper usermode fix for shmat
  > no-gplv3: Tweak for packagemangement in core-image-full-cmdline
  > core-image-full-cmdline: add package-management
  > python3-attrs: disable Hypothesis deadline
  > rust: reproducibility issue fix with v1.75
  > rust: Revert PGO to it's default
  > rust: Upgrade 1.74.1 -> 1.75.0
  > linux-firmware: split out more firmware pieces
  > llvm: Update to 18.1.0 RC4
  > waf: Improve version parsing to avoid failing on warnings
  > xprop: upgrade 1.2.6 -> 1.2.7
  > xkeyboard-config: upgrade 2.40 -> 2.41
  > xkbcomp: upgrade 1.4.6 -> 1.4.7
  > swig: upgrade 4.2.0 -> 4.2.1
  > python3-yamllint: upgrade 1.33.0 -> 1.35.1
  > python3-urllib3: upgrade 2.1.0 -> 2.2.1
  > python3: upgrade 3.12.1 -> 3.12.2
  > python3-typing-extensions: upgrade 4.9.0 -> 4.10.0
  > python3-trove-classifiers: upgrade 2024.1.8 -> 2024.2.23
  > python3-setuptools-rust: upgrade 1.8.1 -> 1.9.0
  > python3-pytz: upgrade 2023.4 -> 2024.1
  > python3-pytest: upgrade 8.0.0 -> 8.0.2
  > python3-pycairo: upgrade 1.25.1 -> 1.26.0
  > python3-pip: upgrade 23.3.2 -> 24.0
  > python3-hypothesis: upgrade 6.97.3 -> 6.98.12
  > python3-dbusmock: upgrade 0.30.2 -> 0.31.1
  > python3-certifi: upgrade 2023.11.17 -> 2024.2.2
  > python3-beartype: upgrade 0.17.0 -> 0.17.2
  > pkgconf: upgrade 2.1.0 -> 2.1.1
  > pciutils: upgrade 3.10.0 -> 3.11.1
  > pango: upgrade 1.51.0 -> 1.52.0
  > ofono: upgrade 2.3 -> 2.4
  > mpg123: upgrade 1.32.4 -> 1.32.5
  > makedepend: upgrade 1.0.8 -> 1.0.9
  > lighttpd: upgrade 1.4.73 -> 1.4.74
  > libxvmc: upgrade 1.0.13 -> 1.0.14
  > libxkbfile: upgrade 1.1.2 -> 1.1.3
  > libxext: upgrade 1.3.5 -> 1.3.6
  > liburi-perl: upgrade 5.25 -> 5.27
  > libunistring: upgrade 1.1 -> 1.2
  > libsecret: upgrade 0.21.2 -> 0.21.4
  > libpng: upgrade 1.6.41 -> 1.6.42
  > libmicrohttpd: upgrade 0.9.77 -> 1.0.1
  > libksba: upgrade 1.6.5 -> 1.6.6
  > libhandy: upgrade 1.8.2 -> 1.8.3
  > libgpg-error: upgrade 1.47 -> 1.48
  > libffi: upgrade 3.4.5 -> 3.4.6
  > git: upgrade 2.43.0 -> 2.44.0
  > gcr: upgrade 4.1.0 -> 4.2.0
  > efivar: upgrade 38 -> 39
  > ed: upgrade 1.20 -> 1.20.1
  > createrepo-c: upgrade 1.0.3 -> 1.0.4
  > ccache: upgrade 4.9 -> 4.9.1
  > bash-completion: upgrade 2.11 -> 2.12.0
  > mirrors: Switch llvm to use shallow cloning
  > gstreamer1.0: skip a test that is known to be flaky
  > oeqa/lib/utils/postactions: fix host disk usage stats retrieval
  > python3-cryptography{-vectors}: upgrade to 42.0.5
  > libc-locale: fix ASCII compatible warning cause build failure.
  > rpm: Fix the following error when run nativesdk-rpm in nativesdk environment.
  > python3: dont disable readline module for editline
  > python3-maturin: Recognise riscv32 architecture
  > python3-bcrypt: Fix build break on arches without 64 bit atomics
  > python3-git: upgrade 3.1.41 -> 3.1.42
  > wpa-supplicant: Fix CVE-2023-52160
  > libexif: remove unused version_underscore
  > bitbake: taskexp_ncurses: fix execution example in introductory comment

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

* sources/meta-arm 1231e54a...aba92504 (1):
  > ci: Ensure tests are in the Corstone-1000 flash image

* sources/meta-clang fc56d6c...eebe4ff (13):
  > lksctp-tools: Reset SECURITY_STACK_PROTECTOR with clang
  > clang: Upgrade to clang 18.1 major release
  > clang: Adjust packaging to match new libLLVM soname
  > bpftrace: Upgrade to 0.20+ and fix with llvm 18
  > bcc: Do not set LLVM_PACKAGE_VERSION explicitly
  > vulkan-samples: Disable deprecated declaration warnings with libc++
  > castxml: Upgrade to 0.6.4
  > spirv-llvm-translator: Switch to main branch for llvm 18 support
  > libcxx: Pass LLVM_RUNTIME_TARGETS
  > rust-llvm: Fix build with clang-18
  > kernel-selftest: Use gcc for now.
  > optee-os: Use gcc instead of clang-18
  > openldap: Fix build with lld linker

* sources/meta-elm-binary e57ece1...ee89d03 (1):
  > Merge pull request #9 from YoeDistro/yoe/mut

* sources/meta-freescale cce48564...aa2eaa14 (3):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe
  > Merge pull request #1760 from mschwan-phytec/wip-master-bmap-rename

* sources/meta-freescale-3rdparty 13f46cb...ae392bf (1):
  > Merge pull request #294 from chrisdimich/master

* sources/meta-intel e318d880...9ed54a13 (7):
  > ispc: upgrade 1.22.0 -> 1.23.0
  > openvkl: upgrade 2.0.0 -> 2.0.1
  > ospray: upgrade 3.0.0 -> 3.1.0
  > embree: upgrade 4.3.0 -> 4.3.1
  > rkcommon: upgrade 1.12.0 -> 1.13.0
  > intel-compute-runtime: upgrade 23.22.26516.18 -> 24.05.28454.6
  > intel-graphics-compiler: upgrade 1.0.14062.11 -> 1.0.15985.7

* sources/meta-odroid 665b62d...ae4ac91 (1):
  > u-boot_2023: Drop PYTHON_PN

* sources/meta-openembedded 9f0e51321...84b3ad017 (126):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > layer.conf: Update for the scarthgap release series
  > remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATH
  > thin-provisioning-tools: 1.0.9 -> 1.0.12
  > gnulib: 2018-12-18 -> 202401
  > xfsprogs: 6.5.0 -> 6.6.0
  > yaffs2-utils: Upgrade to 20221209
  > webp-pixbuf-loader: update 0.2.5 -> 0.2.7
  > python3-google-auth: add ptest and update runtime dependencies
  > python3-responses: add recipe
  > python3-pytest-localserver: added recipe which is also include ptest
  > tcprelay: fix a minor cross compilation do_configure issue
  > vlc: Upgrade to 3.0.20
  > gnome-online-accounts: Fix build with libxml2 2.12
  > abseil-cpp: upgrade 20230802.1 -> 20240116.1
  > gnome-commander: Fix build with taglib 2.0
  > libmusicbrainz: Update to tip of trunk
  > mariadb: Fix build with libxml2 2.12 ABI changes
  > xmlstarlet: Fix build with API breakage in libxml2 2.12
  > python3-tomli-w: added recipe which is also include ptest
  > libosinfo: Fix build with libxml2 v2.12
  > googletest: allow for shared libraries
  > libnice: Disable the examples and the tests
  > python3-google-auth-oauthlib: add ptest
  > python3-traitlets: add ptest and update runtime dependencies
  > mozjs-115: fix reproducibility issue
  > net-snmp: upgrade 5.9.3 -> 5.9.4
  > nss: Upgrade 3.74 -> 3.98
  > squid: Upgrade to 6.8
  > re2: Upgrade 2023.03.01 -> 2024.03.01
  > googletest: Pass -fPIC to CFLAGS
  > gosu: Upgrade to 1.17
  > postfix: upgrade 3.8.5 -> 3.8.6
  > networkmanager: 1.44.0 -> 1.46.0
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > python3-invoke: add recipe
  > python3-icecream: add recipe
  > netplan: upgrade 0.106 -> 1.0
  > stunnel: upgrade 5.69 -> 5.72
  > smarty: upgrade 4.3.4 -> 4.4.1
  > python3-sentry-sdk: upgrade 1.40.4 -> 1.40.6
  > python3-scrypt: upgrade 0.8.20 -> 0.8.24
  > python3-pymisp: upgrade 2.4.185 -> 2.4.186
  > python3-pdm: upgrade 2.12.3 -> 2.12.4
  > python3-ipython: upgrade 8.21.0 -> 8.22.1
  > python3-grpcio(-tools): upgrade 1.60.1 -> 1.62.0
  > python3-google-api-python-client: upgrade 2.118.0 -> 2.120.0
  > python3-google-api-core: upgrade 2.16.2 -> 2.17.1
  > python3-gcovr: upgrade 7.0 -> 7.2
  > python3-eventlet: upgrade 0.35.1 -> 0.35.2
  > python3-dnspython: upgrade 2.6.0 -> 2.6.1
  > python3-cbor2: upgrade 5.6.1 -> 5.6.2
  > python3-astroid: upgrade 3.0.3 -> 3.1.0
  > ostree: upgrade 2024.3 -> 2024.4
  > neatvnc: upgrade 0.7.2 -> 0.8.0
  > libtdb: upgrade 1.4.9 -> 1.4.10
  > libtalloc: upgrade 2.4.1 -> 2.4.2
  > fetchmail: upgrade 6.4.37 -> 6.4.38
  > ddrescue: upgrade 1.27 -> 1.28
  > dbus-cxx: upgrade 2.5.0 -> 2.5.1
  > ctags: upgrade 6.1.20240114.0 -> 6.1.20240225.0
  > c-ares: upgrade 1.26.0 -> 1.27.0
  > bats: upgrade 1.10.0 -> 1.11.0
  > python3-eth-utils: remove unused patches
  > webkitgtk3: remove unused patch
  > emacs: remove unused patch
  > opengl-es-cts: remove unused patch
  > libio-pty-perl: remove unsed patch
  > openal-soft: remove unused patches
  > tracker: remove unused patch
  > python3-marshmallow: upgrade 3.20.2 -> 3.21.1 and add ptest
  > glmark2: add upstream patch to not care about stencil config
  > signing.bbclass: fix typos
  > emacs: Add packageconfig for selinux support
  > pgpool2: Fix build with postgresql 16+
  > pgpool2: Upgrade to 4.5.1
  > python3-arrow: add ptest, update backend and runtime dependencies
  > python3-types-python-dateutil: add recipe
  > toybox-inittab: Fix serial getty reproducibility
  > polkit: update 123 -> 124
  > mozjs-115: update 115.6.0 -> 115.8.0
  > python3-dateutil: upgrade 2.8.2 -> 2.9.0
  > python3-freezegun: add recipe and add ptest
  > drbd-utils: Fix a udev rule reproducibility
  > drbd-utils: Drop a duplicated line in DESCRIPTION
  > ptest-packagelists-meta-python: Move py3-libgpiod out of PTESTS_PROBLEMS_META_PYTHON
  > ptest-packagelists-meta-oe: Move libgpiod out of PTESTS_PROBLEMS_META_OE
  > postgresql: upgrade 15.5 -> 16.2
  > nodejs: upgrade 20.11.0 -> 20.11.1
  > multipath-tools: upgrade 0.9.3 -> 0.9.8
  > syslog-ng: upgrade 4.0.1 -> 4.6.0
  > python3-aiohappyeyeballs: Correct the typo of BBCLASSEXTEND
  > googletest: allow for shared libraries
  > e2tools: Delete unneeded files from ptest package
  > python3-wrapt: add ptest
  > ptest-packagelists-meta-python: Move python3-xlrd from PTESTS_PROBLEMS_META_PYTHON to PTESTS_FAST_META_PYTHON
  > nlohmann-json: Upgrade to 3.11.3
  > python3-netaddr: upgrade 0.10.1 -> 1.2.1 and add ptest
  > python3-google-auth: upgrade 2.28.0 -> 2.28.1
  > syzkaller: Fix build with go 1.21
  > crucible: Define GOPROXY
  > influxdb: Define GOPROXY
  > folks: update 0.15.6 -> 0.15.7
  > drbd-utils: Disable warnings as errors
  > drbd-utils: upgrade 9.22.0 -> 9.27.0
  > openvpn: upgrade 2.6.7 -> 2.6.9
  > fuse3: Make kmod as a recommendation instead of rdep for ptests
  > fuse3: use 4 spaces for indentation
  > openldap: upgrade 2.5.16 -> 2.6.7
  > postfix: upgrade 3.7.3 -> 3.8.5
  > krb5: upgrade 1.20.2 -> 1.21.2
  > keyutils: Add missing rdep for ptests
  > layer.conf: Add nativesdk-libdevmapper PREFERRED_RPROVIDER
  > cryptsetup: upgrade 2.6.1 -> 2.7.0
  > grpc: upgrade 1.60.0 -> 1.60.1
  > iperf3: upgrade 3.15 -> 3.16
  > libgpiod: Tests rely on configfs support in kernel
  > python3-betamax: Upgrade to 0.9.0
  > python3-pyzmq: Add missing dep on python3-unixadmin for ptests
  > python3-gpiod: Tests rely on configfs support in kernel
  > python3-fastjsonschema: Add missing ptest deps
  > xfce4-notifyd: use python3native and depend on python3-packaging-native
  > ristretto: use python3native and depend on glib-2.0-native, python3-packaging-native
  > libkcapi: Update HOMEPAGE url
  > openipmi: fix do_configure error when using dash

* sources/meta-qcom 567079b...e7bcac0 (1):
  > Merge pull request #582 from lumag/cuse

* sources/meta-qt6 1695f1a...394d7d9 (215):
  > qtwebengine: Fix build with clang18
  > squish: don't move executables
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-raspberrypi 95a9103...92a9b7a (1):
  > rpi-base: Added missing HiFiBerry

* sources/meta-riscv dc7aeb4...d1df527 (5):
  > musl: Drop rv32 patches
  > riscv-common: Rename bmap-tools-native -> bmaptool-native
  > linux-starfive-dev: Fix perf build with gcc-13
  > capnproto,pidgin-sipe: Re-enable on rv32
  > ostree: Do not mark unavailable for rv32

* sources/meta-rockchip bcf1d92...06a65d4 (3):
  > rock-5[ab]: use regular yocto kernel
  > rockchip.wks: fix typo
  > layer.conf: update for scarthgap

* sources/meta-ti e24577a7...fba0b171 (9):
  > CI/CD Auto-Merger: cicd.master.202402271317
  > Rework jailhouse recipe to support different image build
  > conf: beaglebone-ai64: Apply U-boot defconfig fragments
  > conf: beagleplay: Apply U-boot defconfig fragments
  > meta-ti-bsp: update BeagleBoard.org BSP to the latest
  > linux-bb.org: remove custom FILES:${KERNEL_PACKAGE_NAME}-devicetree
  > meta-ti-bsp: trusted-firmware-arm: Update to master
  > meta-ti-bsp: optee: Upgrade to 4.1
  > conf: machine: Apply U-boot fragment configs for AM62P Display Cluster Image

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

* sources/poky 4945ca640b...1e98b23d2a (197):
  > glibc: Update to tip of 2.39 branch
  > qemuriscv: Fix kbd and mouse emulation
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > layer.conf: Prepare for release, drop nanbield LAYERSERIES
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests
  > openssh: Add a workaround for ICE on powerpc64le
  > kernel-fitImage: only include valid compatible line
  > go.bbclass: set GOPROXY
  > systemd: Check for directory before chmod'ing it
  > bmaptool: Add bmap-tools runtime alias for compatibility
  > genericarm64: clean up kernel modules and firmware
  > genericarm64.wks: reorder partitions
  > poky: Update to prepare for scarthgap release
  > go: filter out build specific path from the linker flags
  > systemd: remove systemd-bus-proxy settings
  > systemd: use RDEPENDS for systemd-vconsole-setup
  > systemd: fix dead link /var/log/README
  > rxvt-unicode: Fix installing of terminfo
  > valgrind: skip intermittently failing ptests
  > sstatetests.py: Add testing for correct sstate permissions
  > oeqa/runtime/login: Fix dbus-wait timeout and loop conditional
  > oeqa/runtime/login: Add screenshot sample logic/timeout/dbus-wait
  > oeqa/runtime/login: Exclude qemuriscv64
  > oeqa/runtime/login: Mask out the mouse panel icon for now
  > oeqa/runtime/login: Various code improvements and fixes
  > oeqa/runtime/login: Proof of concept for screenshot testcases
  > screenshot-tests: Add initial screenshot test png files for core-image-sato
  > qemurunner.py: Fix error on calls to run_monitor
  > webkitgtk: upgrade 2.42.2 -> 2.42.5
  > vulkan: upgrade 1.3.268.0 -> 1.3.275.0
  > vala: upgrade 0.56.13 -> 0.56.15
  > update-rc.d: upgrade to latest revision
  > taglib: upgrade 1.13.1 -> 2.0 and add utfcpp recipe to support that
  > ttyrun: upgrade 2.30.0 -> 2.31.0
  > systemd: upgrade 255.1 -> 255.4
  > shaderc: update 2023.7 -> 2023.8
  > repo: upgrade 2.41 -> 2.42
  > python3-wcwidth: upgrade 0.2.12 -> 0.2.13
  > python3-setuptools: upgrade 69.0.3 -> 69.1.1
  > python3-ruamel-yaml: upgrade 0.17.35 -> 0.18.6
  > python3-jsonschema: upgrade 4.17.3 -> 4.21.1 and add new dependencies
  > python3-dtschema: upgrade 2023.7 -> 2024.2
  > python3-build: upgrade 1.0.3 -> 1.1.1
  > piglit: upgrade to latest revision
  > puzzles: upgrade to latest revision
  > orc: upgrade 0.4.37 -> 0.4.38
  > nghttp2: upgrade 1.59.0 -> 1.60.0
  > minicom: upgrade 2.8 -> 2.9
  > mesa: upgrade 24.0.1 -> 24.0.2
  > mc: upgrade 4.8.30 -> 4.8.31
  > man-pages: upgrade 6.05.01 -> 6.06
  > lsof: upgrade 4.98.0 -> 4.99.3
  > librsvg: upgrade 2.56.3 -> 2.57.1
  > linux-firmware: upgrade 20231211 -> 20240220
  > libxml2: upgrade 2.11.5 -> 2.12.5
  > libusb1: upgrade 1.0.26 -> 1.0.27
  > librepo: update 1.16.0 -> 1.17.0
  > libpcre2: upgrade 10.42 -> 10.43
  > libpciaccess: upgrade 0.17 -> 0.18
  > libdnf: update 0.72.0 -> 0.73.0
  > libbsd: upgrade 0.11.8 -> 0.12.1
  > kmscube: upgrade to latest revision
  > glib-networking: upgrade 2.78.0 -> 2.78.1
  > glib-2.0: upgrade 2.78.3 -> 2.78.4
  > gettext: upgrade 0.22.4 -> 0.22.5
  > epiphany: upgrade 45.1 -> 45.3
  > elfutils: upgrade 0.189 -> 0.191
  > ell: upgrade 0.62 -> 0.63
  > diffoscope: upgrade 253 -> 259
  > dnf: upgrade 4.18.2 -> 4.19.0
  > btrfs-tools: upgrade 6.5.3 -> 6.7.1
  > boost: upgrade 1.83.0 -> 1.84.0
  > appstream: upgrade 1.0.0 -> 1.0.2
  > acl: upgrade 2.3.1 -> 2.3.2
  > python3-sphinxcontrib-jquery: add a recipe and make python3-sphinx-rtd-theme depend on it
  > dev-manual: bmaptool: rename
  > manuals: document VIRTUAL-RUNTIME variables
  > contributor-guide: add notes for tests
  > dev-manual: packages: fix capitalization
  > ref-manual: variables: adding multiple groups in GROUPADD_PARAM
  > ref-manual: variables: correct sdk installation default path
  > ref-manual: tasks: do_cleansstate: recommend using '-f' instead for a shared sstate
  > ref-manual: tasks: do_cleanall: recommend using '-f' instead
  > ref-manual: classes: add cve status check for oe.qa
  > libpng: Update SRC_URI to avoid redirects
  > go: Drop linkmode with nativesdk/cross-canadian
  > go: Further tweak indentation in patch
  > go: bump 1.22.0
  > image_types.bbclass: fix vfat image names
  > xz: correct upstream version check
  > rxvt: add rxvt to desktop entry name
  > Add genericarm64 MACHINE
  > bitbake: utils: remove BB_ENV_PASSTHROUGH from preserved_envvars()
  > bmaptool: now part of Yocto Project
  > python3-cryptography_42.0.5.bb: delete redundant ptest packaging
  > expat: upgrdae 2.6.0 -> 2.6.1
  > gdb: Upgrade 14.1 -> 14.2
  > python3-hypothesis: upgrade 6.98.12 -> 6.98.15
  > rust: Fix build failure re-appeared on riscv32
  > gtk+3: update 3.24.38 -> 3.24.41
  > linux-yocto: Enable gpio-sim with ptests
  > linux-yocto/6.6: update CVE exclusions
  > linux-yocto/6.6: update to v6.6.20
  > linux-yocto/cfg/6.6: drop CONFIG_DEBUG_CREDENTIALS
  > go: upgrade 1.21.5 -> 1.21.7
  > go: upgrade 1.21.0 -> 1.21.5
  > oeqa/gotoolchain: set GOPROXY
  > goarch: disable dynamic linking globally
  > go: bump 1.21.0
  > go: rework patch to avoid identation
  > bitbake: prserv/serv: Fix a PID file removal race on prserv stop
  > bitbake: fetch/git: Avoid clean upon failure
  > qemu: backport patch for ui/clipboard issue
  > mesa,mesa-gl: Fix build when dri3 is not enabled
  > coreutils: backport patch to fix heap overflow in split
  > u-boot: Move UBOOT_INITIAL_ENV back to u-boot.inc
  > qemu: Replace workaround with proper usermode fix for shmat
  > no-gplv3: Tweak for packagemangement in core-image-full-cmdline
  > core-image-full-cmdline: add package-management
  > python3-attrs: disable Hypothesis deadline
  > rust: reproducibility issue fix with v1.75
  > rust: Revert PGO to it's default
  > rust: Upgrade 1.74.1 -> 1.75.0
  > linux-firmware: split out more firmware pieces
  > llvm: Update to 18.1.0 RC4
  > waf: Improve version parsing to avoid failing on warnings
  > xprop: upgrade 1.2.6 -> 1.2.7
  > xkeyboard-config: upgrade 2.40 -> 2.41
  > xkbcomp: upgrade 1.4.6 -> 1.4.7
  > swig: upgrade 4.2.0 -> 4.2.1
  > python3-yamllint: upgrade 1.33.0 -> 1.35.1
  > python3-urllib3: upgrade 2.1.0 -> 2.2.1
  > python3: upgrade 3.12.1 -> 3.12.2
  > python3-typing-extensions: upgrade 4.9.0 -> 4.10.0
  > python3-trove-classifiers: upgrade 2024.1.8 -> 2024.2.23
  > python3-setuptools-rust: upgrade 1.8.1 -> 1.9.0
  > python3-pytz: upgrade 2023.4 -> 2024.1
  > python3-pytest: upgrade 8.0.0 -> 8.0.2
  > python3-pycairo: upgrade 1.25.1 -> 1.26.0
  > python3-pip: upgrade 23.3.2 -> 24.0
  > python3-hypothesis: upgrade 6.97.3 -> 6.98.12
  > python3-dbusmock: upgrade 0.30.2 -> 0.31.1
  > python3-certifi: upgrade 2023.11.17 -> 2024.2.2
  > python3-beartype: upgrade 0.17.0 -> 0.17.2
  > pkgconf: upgrade 2.1.0 -> 2.1.1
  > pciutils: upgrade 3.10.0 -> 3.11.1
  > pango: upgrade 1.51.0 -> 1.52.0
  > ofono: upgrade 2.3 -> 2.4
  > mpg123: upgrade 1.32.4 -> 1.32.5
  > makedepend: upgrade 1.0.8 -> 1.0.9
  > lighttpd: upgrade 1.4.73 -> 1.4.74
  > libxvmc: upgrade 1.0.13 -> 1.0.14
  > libxkbfile: upgrade 1.1.2 -> 1.1.3
  > libxext: upgrade 1.3.5 -> 1.3.6
  > liburi-perl: upgrade 5.25 -> 5.27
  > libunistring: upgrade 1.1 -> 1.2
  > libsecret: upgrade 0.21.2 -> 0.21.4
  > libpng: upgrade 1.6.41 -> 1.6.42
  > libmicrohttpd: upgrade 0.9.77 -> 1.0.1
  > libksba: upgrade 1.6.5 -> 1.6.6
  > libhandy: upgrade 1.8.2 -> 1.8.3
  > libgpg-error: upgrade 1.47 -> 1.48
  > libffi: upgrade 3.4.5 -> 3.4.6
  > git: upgrade 2.43.0 -> 2.44.0
  > gcr: upgrade 4.1.0 -> 4.2.0
  > efivar: upgrade 38 -> 39
  > ed: upgrade 1.20 -> 1.20.1
  > createrepo-c: upgrade 1.0.3 -> 1.0.4
  > ccache: upgrade 4.9 -> 4.9.1
  > bash-completion: upgrade 2.11 -> 2.12.0
  > mirrors: Switch llvm to use shallow cloning
  > gstreamer1.0: skip a test that is known to be flaky
  > oeqa/lib/utils/postactions: fix host disk usage stats retrieval
  > python3-cryptography{-vectors}: upgrade to 42.0.5
  > libc-locale: fix ASCII compatible warning cause build failure.
  > rpm: Fix the following error when run nativesdk-rpm in nativesdk environment.
  > python3: dont disable readline module for editline
  > python3-maturin: Recognise riscv32 architecture
  > python3-bcrypt: Fix build break on arches without 64 bit atomics
  > python3-git: upgrade 3.1.41 -> 3.1.42
  > wpa-supplicant: Fix CVE-2023-52160
  > libexif: remove unused version_underscore
  > bitbake: taskexp_ncurses: fix execution example in introductory comment

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

* sources/meta-arm 1231e54a...aba92504 (1):
  > ci: Ensure tests are in the Corstone-1000 flash image

* sources/meta-clang fc56d6c...eebe4ff (13):
  > lksctp-tools: Reset SECURITY_STACK_PROTECTOR with clang
  > clang: Upgrade to clang 18.1 major release
  > clang: Adjust packaging to match new libLLVM soname
  > bpftrace: Upgrade to 0.20+ and fix with llvm 18
  > bcc: Do not set LLVM_PACKAGE_VERSION explicitly
  > vulkan-samples: Disable deprecated declaration warnings with libc++
  > castxml: Upgrade to 0.6.4
  > spirv-llvm-translator: Switch to main branch for llvm 18 support
  > libcxx: Pass LLVM_RUNTIME_TARGETS
  > rust-llvm: Fix build with clang-18
  > kernel-selftest: Use gcc for now.
  > optee-os: Use gcc instead of clang-18
  > openldap: Fix build with lld linker

* sources/meta-elm-binary e57ece1...ee89d03 (1):
  > Merge pull request #9 from YoeDistro/yoe/mut

* sources/meta-freescale cce48564...f867e0d8 (4):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe
  > Merge pull request #1761 from hiagofranco/fix_uuu_bootloader_tag
  > Merge pull request #1760 from mschwan-phytec/wip-master-bmap-rename

* sources/meta-freescale-3rdparty 13f46cb...ae392bf (1):
  > Merge pull request #294 from chrisdimich/master

* sources/meta-intel e318d880...9ed54a13 (7):
  > ispc: upgrade 1.22.0 -> 1.23.0
  > openvkl: upgrade 2.0.0 -> 2.0.1
  > ospray: upgrade 3.0.0 -> 3.1.0
  > embree: upgrade 4.3.0 -> 4.3.1
  > rkcommon: upgrade 1.12.0 -> 1.13.0
  > intel-compute-runtime: upgrade 23.22.26516.18 -> 24.05.28454.6
  > intel-graphics-compiler: upgrade 1.0.14062.11 -> 1.0.15985.7

* sources/meta-odroid 665b62d...ae4ac91 (1):
  > u-boot_2023: Drop PYTHON_PN

* sources/meta-openembedded 9f0e51321...0a6aa43c3 (134):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > layer.conf: Update for the scarthgap release series
  > python3-wsproto: Add recipe
  > python3-httptools: added recipe which is also include ptest
  > python3-a2wsgi: added recipe which is also include ptest
  > libvncserver: fix reproducibility issue
  > gnome-terminal: fix reproducibility issue
  > gnome-settings-daemon: fix reproducibility issue
  > gnome-disk-utility: fix reproducibility issue
  > gnome-control-center: fix reproducibility issue
  > remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATH
  > thin-provisioning-tools: 1.0.9 -> 1.0.12
  > gnulib: 2018-12-18 -> 202401
  > xfsprogs: 6.5.0 -> 6.6.0
  > yaffs2-utils: Upgrade to 20221209
  > webp-pixbuf-loader: update 0.2.5 -> 0.2.7
  > python3-google-auth: add ptest and update runtime dependencies
  > python3-responses: add recipe
  > python3-pytest-localserver: added recipe which is also include ptest
  > tcprelay: fix a minor cross compilation do_configure issue
  > vlc: Upgrade to 3.0.20
  > gnome-online-accounts: Fix build with libxml2 2.12
  > abseil-cpp: upgrade 20230802.1 -> 20240116.1
  > gnome-commander: Fix build with taglib 2.0
  > libmusicbrainz: Update to tip of trunk
  > mariadb: Fix build with libxml2 2.12 ABI changes
  > xmlstarlet: Fix build with API breakage in libxml2 2.12
  > python3-tomli-w: added recipe which is also include ptest
  > libosinfo: Fix build with libxml2 v2.12
  > googletest: allow for shared libraries
  > libnice: Disable the examples and the tests
  > python3-google-auth-oauthlib: add ptest
  > python3-traitlets: add ptest and update runtime dependencies
  > mozjs-115: fix reproducibility issue
  > net-snmp: upgrade 5.9.3 -> 5.9.4
  > nss: Upgrade 3.74 -> 3.98
  > squid: Upgrade to 6.8
  > re2: Upgrade 2023.03.01 -> 2024.03.01
  > googletest: Pass -fPIC to CFLAGS
  > gosu: Upgrade to 1.17
  > postfix: upgrade 3.8.5 -> 3.8.6
  > networkmanager: 1.44.0 -> 1.46.0
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > python3-invoke: add recipe
  > python3-icecream: add recipe
  > netplan: upgrade 0.106 -> 1.0
  > stunnel: upgrade 5.69 -> 5.72
  > smarty: upgrade 4.3.4 -> 4.4.1
  > python3-sentry-sdk: upgrade 1.40.4 -> 1.40.6
  > python3-scrypt: upgrade 0.8.20 -> 0.8.24
  > python3-pymisp: upgrade 2.4.185 -> 2.4.186
  > python3-pdm: upgrade 2.12.3 -> 2.12.4
  > python3-ipython: upgrade 8.21.0 -> 8.22.1
  > python3-grpcio(-tools): upgrade 1.60.1 -> 1.62.0
  > python3-google-api-python-client: upgrade 2.118.0 -> 2.120.0
  > python3-google-api-core: upgrade 2.16.2 -> 2.17.1
  > python3-gcovr: upgrade 7.0 -> 7.2
  > python3-eventlet: upgrade 0.35.1 -> 0.35.2
  > python3-dnspython: upgrade 2.6.0 -> 2.6.1
  > python3-cbor2: upgrade 5.6.1 -> 5.6.2
  > python3-astroid: upgrade 3.0.3 -> 3.1.0
  > ostree: upgrade 2024.3 -> 2024.4
  > neatvnc: upgrade 0.7.2 -> 0.8.0
  > libtdb: upgrade 1.4.9 -> 1.4.10
  > libtalloc: upgrade 2.4.1 -> 2.4.2
  > fetchmail: upgrade 6.4.37 -> 6.4.38
  > ddrescue: upgrade 1.27 -> 1.28
  > dbus-cxx: upgrade 2.5.0 -> 2.5.1
  > ctags: upgrade 6.1.20240114.0 -> 6.1.20240225.0
  > c-ares: upgrade 1.26.0 -> 1.27.0
  > bats: upgrade 1.10.0 -> 1.11.0
  > python3-eth-utils: remove unused patches
  > webkitgtk3: remove unused patch
  > emacs: remove unused patch
  > opengl-es-cts: remove unused patch
  > libio-pty-perl: remove unsed patch
  > openal-soft: remove unused patches
  > tracker: remove unused patch
  > python3-marshmallow: upgrade 3.20.2 -> 3.21.1 and add ptest
  > glmark2: add upstream patch to not care about stencil config
  > signing.bbclass: fix typos
  > emacs: Add packageconfig for selinux support
  > pgpool2: Fix build with postgresql 16+
  > pgpool2: Upgrade to 4.5.1
  > python3-arrow: add ptest, update backend and runtime dependencies
  > python3-types-python-dateutil: add recipe
  > toybox-inittab: Fix serial getty reproducibility
  > polkit: update 123 -> 124
  > mozjs-115: update 115.6.0 -> 115.8.0
  > python3-dateutil: upgrade 2.8.2 -> 2.9.0
  > python3-freezegun: add recipe and add ptest
  > drbd-utils: Fix a udev rule reproducibility
  > drbd-utils: Drop a duplicated line in DESCRIPTION
  > ptest-packagelists-meta-python: Move py3-libgpiod out of PTESTS_PROBLEMS_META_PYTHON
  > ptest-packagelists-meta-oe: Move libgpiod out of PTESTS_PROBLEMS_META_OE
  > postgresql: upgrade 15.5 -> 16.2
  > nodejs: upgrade 20.11.0 -> 20.11.1
  > multipath-tools: upgrade 0.9.3 -> 0.9.8
  > syslog-ng: upgrade 4.0.1 -> 4.6.0
  > python3-aiohappyeyeballs: Correct the typo of BBCLASSEXTEND
  > googletest: allow for shared libraries
  > e2tools: Delete unneeded files from ptest package
  > python3-wrapt: add ptest
  > ptest-packagelists-meta-python: Move python3-xlrd from PTESTS_PROBLEMS_META_PYTHON to PTESTS_FAST_META_PYTHON
  > nlohmann-json: Upgrade to 3.11.3
  > python3-netaddr: upgrade 0.10.1 -> 1.2.1 and add ptest
  > python3-google-auth: upgrade 2.28.0 -> 2.28.1
  > syzkaller: Fix build with go 1.21
  > crucible: Define GOPROXY
  > influxdb: Define GOPROXY
  > folks: update 0.15.6 -> 0.15.7
  > drbd-utils: Disable warnings as errors
  > drbd-utils: upgrade 9.22.0 -> 9.27.0
  > openvpn: upgrade 2.6.7 -> 2.6.9
  > fuse3: Make kmod as a recommendation instead of rdep for ptests
  > fuse3: use 4 spaces for indentation
  > openldap: upgrade 2.5.16 -> 2.6.7
  > postfix: upgrade 3.7.3 -> 3.8.5
  > krb5: upgrade 1.20.2 -> 1.21.2
  > keyutils: Add missing rdep for ptests
  > layer.conf: Add nativesdk-libdevmapper PREFERRED_RPROVIDER
  > cryptsetup: upgrade 2.6.1 -> 2.7.0
  > grpc: upgrade 1.60.0 -> 1.60.1
  > iperf3: upgrade 3.15 -> 3.16
  > libgpiod: Tests rely on configfs support in kernel
  > python3-betamax: Upgrade to 0.9.0
  > python3-pyzmq: Add missing dep on python3-unixadmin for ptests
  > python3-gpiod: Tests rely on configfs support in kernel
  > python3-fastjsonschema: Add missing ptest deps
  > xfce4-notifyd: use python3native and depend on python3-packaging-native
  > ristretto: use python3native and depend on glib-2.0-native, python3-packaging-native
  > libkcapi: Update HOMEPAGE url
  > openipmi: fix do_configure error when using dash

* sources/meta-qcom 567079b...e7bcac0 (1):
  > Merge pull request #582 from lumag/cuse

* sources/meta-qt6 1695f1a...394d7d9 (215):
  > qtwebengine: Fix build with clang18
  > squish: don't move executables
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-raspberrypi 95a9103...92a9b7a (1):
  > rpi-base: Added missing HiFiBerry

* sources/meta-riscv dc7aeb4...d1df527 (5):
  > musl: Drop rv32 patches
  > riscv-common: Rename bmap-tools-native -> bmaptool-native
  > linux-starfive-dev: Fix perf build with gcc-13
  > capnproto,pidgin-sipe: Re-enable on rv32
  > ostree: Do not mark unavailable for rv32

* sources/meta-rockchip bcf1d92...06a65d4 (3):
  > rock-5[ab]: use regular yocto kernel
  > rockchip.wks: fix typo
  > layer.conf: update for scarthgap

* sources/meta-ti e24577a7...ee1f6799 (15):
  > CI/CD Auto-Merger: cicd.master.202403080100
  > conf: machine: am62axx: Pick overlays for V3Link cameras
  > linux-ti-staging-rt_6.6: Add KERNEL_LCOALVERSION change
  > u-boot-ti: Change from UBOOT_LOCALVERSION and SRCPV
  > linux-ti-staging: Update KERNEL_LOCALVERSION
  > Drop SRCPV
  > CI/CD Auto-Merger: cicd.master.202402271317
  > Rework jailhouse recipe to support different image build
  > conf: beaglebone-ai64: Apply U-boot defconfig fragments
  > conf: beagleplay: Apply U-boot defconfig fragments
  > meta-ti-bsp: update BeagleBoard.org BSP to the latest
  > linux-bb.org: remove custom FILES:${KERNEL_PACKAGE_NAME}-devicetree
  > meta-ti-bsp: trusted-firmware-arm: Update to master
  > meta-ti-bsp: optee: Upgrade to 4.1
  > conf: machine: Apply U-boot fragment configs for AM62P Display Cluster Image

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

* sources/poky 4945ca640b...cc40e82817 (204):
  > glibc: Update to tip of 2.39 branch
  > qemuriscv: Fix kbd and mouse emulation
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > openssh: enable sshd.service by default
  > linux-firmware: remove pointless linux-firmware-gplv2-license package
  > linux-firmware: set LICENSE field for -liquidui and -mellanox
  > linux-firmware: add support for deduplicating the firmware
  > mesa: fix opencl-spirv build
  > rust: reproducibility issue fix with v1.75
  > lttng-tools: skip kernel tests if no kernel modules present
  > layer.conf: Prepare for release, drop nanbield LAYERSERIES
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests
  > openssh: Add a workaround for ICE on powerpc64le
  > kernel-fitImage: only include valid compatible line
  > go.bbclass: set GOPROXY
  > systemd: Check for directory before chmod'ing it
  > bmaptool: Add bmap-tools runtime alias for compatibility
  > genericarm64: clean up kernel modules and firmware
  > genericarm64.wks: reorder partitions
  > poky: Update to prepare for scarthgap release
  > go: filter out build specific path from the linker flags
  > systemd: remove systemd-bus-proxy settings
  > systemd: use RDEPENDS for systemd-vconsole-setup
  > systemd: fix dead link /var/log/README
  > rxvt-unicode: Fix installing of terminfo
  > valgrind: skip intermittently failing ptests
  > sstatetests.py: Add testing for correct sstate permissions
  > oeqa/runtime/login: Fix dbus-wait timeout and loop conditional
  > oeqa/runtime/login: Add screenshot sample logic/timeout/dbus-wait
  > oeqa/runtime/login: Exclude qemuriscv64
  > oeqa/runtime/login: Mask out the mouse panel icon for now
  > oeqa/runtime/login: Various code improvements and fixes
  > oeqa/runtime/login: Proof of concept for screenshot testcases
  > screenshot-tests: Add initial screenshot test png files for core-image-sato
  > qemurunner.py: Fix error on calls to run_monitor
  > webkitgtk: upgrade 2.42.2 -> 2.42.5
  > vulkan: upgrade 1.3.268.0 -> 1.3.275.0
  > vala: upgrade 0.56.13 -> 0.56.15
  > update-rc.d: upgrade to latest revision
  > taglib: upgrade 1.13.1 -> 2.0 and add utfcpp recipe to support that
  > ttyrun: upgrade 2.30.0 -> 2.31.0
  > systemd: upgrade 255.1 -> 255.4
  > shaderc: update 2023.7 -> 2023.8
  > repo: upgrade 2.41 -> 2.42
  > python3-wcwidth: upgrade 0.2.12 -> 0.2.13
  > python3-setuptools: upgrade 69.0.3 -> 69.1.1
  > python3-ruamel-yaml: upgrade 0.17.35 -> 0.18.6
  > python3-jsonschema: upgrade 4.17.3 -> 4.21.1 and add new dependencies
  > python3-dtschema: upgrade 2023.7 -> 2024.2
  > python3-build: upgrade 1.0.3 -> 1.1.1
  > piglit: upgrade to latest revision
  > puzzles: upgrade to latest revision
  > orc: upgrade 0.4.37 -> 0.4.38
  > nghttp2: upgrade 1.59.0 -> 1.60.0
  > minicom: upgrade 2.8 -> 2.9
  > mesa: upgrade 24.0.1 -> 24.0.2
  > mc: upgrade 4.8.30 -> 4.8.31
  > man-pages: upgrade 6.05.01 -> 6.06
  > lsof: upgrade 4.98.0 -> 4.99.3
  > librsvg: upgrade 2.56.3 -> 2.57.1
  > linux-firmware: upgrade 20231211 -> 20240220
  > libxml2: upgrade 2.11.5 -> 2.12.5
  > libusb1: upgrade 1.0.26 -> 1.0.27
  > librepo: update 1.16.0 -> 1.17.0
  > libpcre2: upgrade 10.42 -> 10.43
  > libpciaccess: upgrade 0.17 -> 0.18
  > libdnf: update 0.72.0 -> 0.73.0
  > libbsd: upgrade 0.11.8 -> 0.12.1
  > kmscube: upgrade to latest revision
  > glib-networking: upgrade 2.78.0 -> 2.78.1
  > glib-2.0: upgrade 2.78.3 -> 2.78.4
  > gettext: upgrade 0.22.4 -> 0.22.5
  > epiphany: upgrade 45.1 -> 45.3
  > elfutils: upgrade 0.189 -> 0.191
  > ell: upgrade 0.62 -> 0.63
  > diffoscope: upgrade 253 -> 259
  > dnf: upgrade 4.18.2 -> 4.19.0
  > btrfs-tools: upgrade 6.5.3 -> 6.7.1
  > boost: upgrade 1.83.0 -> 1.84.0
  > appstream: upgrade 1.0.0 -> 1.0.2
  > acl: upgrade 2.3.1 -> 2.3.2
  > python3-sphinxcontrib-jquery: add a recipe and make python3-sphinx-rtd-theme depend on it
  > dev-manual: bmaptool: rename
  > manuals: document VIRTUAL-RUNTIME variables
  > contributor-guide: add notes for tests
  > dev-manual: packages: fix capitalization
  > ref-manual: variables: adding multiple groups in GROUPADD_PARAM
  > ref-manual: variables: correct sdk installation default path
  > ref-manual: tasks: do_cleansstate: recommend using '-f' instead for a shared sstate
  > ref-manual: tasks: do_cleanall: recommend using '-f' instead
  > ref-manual: classes: add cve status check for oe.qa
  > libpng: Update SRC_URI to avoid redirects
  > go: Drop linkmode with nativesdk/cross-canadian
  > go: Further tweak indentation in patch
  > go: bump 1.22.0
  > image_types.bbclass: fix vfat image names
  > xz: correct upstream version check
  > rxvt: add rxvt to desktop entry name
  > Add genericarm64 MACHINE
  > bitbake: utils: remove BB_ENV_PASSTHROUGH from preserved_envvars()
  > bmaptool: now part of Yocto Project
  > python3-cryptography_42.0.5.bb: delete redundant ptest packaging
  > expat: upgrdae 2.6.0 -> 2.6.1
  > gdb: Upgrade 14.1 -> 14.2
  > python3-hypothesis: upgrade 6.98.12 -> 6.98.15
  > rust: Fix build failure re-appeared on riscv32
  > gtk+3: update 3.24.38 -> 3.24.41
  > linux-yocto: Enable gpio-sim with ptests
  > linux-yocto/6.6: update CVE exclusions
  > linux-yocto/6.6: update to v6.6.20
  > linux-yocto/cfg/6.6: drop CONFIG_DEBUG_CREDENTIALS
  > go: upgrade 1.21.5 -> 1.21.7
  > go: upgrade 1.21.0 -> 1.21.5
  > oeqa/gotoolchain: set GOPROXY
  > goarch: disable dynamic linking globally
  > go: bump 1.21.0
  > go: rework patch to avoid identation
  > bitbake: prserv/serv: Fix a PID file removal race on prserv stop
  > bitbake: fetch/git: Avoid clean upon failure
  > qemu: backport patch for ui/clipboard issue
  > mesa,mesa-gl: Fix build when dri3 is not enabled
  > coreutils: backport patch to fix heap overflow in split
  > u-boot: Move UBOOT_INITIAL_ENV back to u-boot.inc
  > qemu: Replace workaround with proper usermode fix for shmat
  > no-gplv3: Tweak for packagemangement in core-image-full-cmdline
  > core-image-full-cmdline: add package-management
  > python3-attrs: disable Hypothesis deadline
  > rust: reproducibility issue fix with v1.75
  > rust: Revert PGO to it's default
  > rust: Upgrade 1.74.1 -> 1.75.0
  > linux-firmware: split out more firmware pieces
  > llvm: Update to 18.1.0 RC4
  > waf: Improve version parsing to avoid failing on warnings
  > xprop: upgrade 1.2.6 -> 1.2.7
  > xkeyboard-config: upgrade 2.40 -> 2.41
  > xkbcomp: upgrade 1.4.6 -> 1.4.7
  > swig: upgrade 4.2.0 -> 4.2.1
  > python3-yamllint: upgrade 1.33.0 -> 1.35.1
  > python3-urllib3: upgrade 2.1.0 -> 2.2.1
  > python3: upgrade 3.12.1 -> 3.12.2
  > python3-typing-extensions: upgrade 4.9.0 -> 4.10.0
  > python3-trove-classifiers: upgrade 2024.1.8 -> 2024.2.23
  > python3-setuptools-rust: upgrade 1.8.1 -> 1.9.0
  > python3-pytz: upgrade 2023.4 -> 2024.1
  > python3-pytest: upgrade 8.0.0 -> 8.0.2
  > python3-pycairo: upgrade 1.25.1 -> 1.26.0
  > python3-pip: upgrade 23.3.2 -> 24.0
  > python3-hypothesis: upgrade 6.97.3 -> 6.98.12
  > python3-dbusmock: upgrade 0.30.2 -> 0.31.1
  > python3-certifi: upgrade 2023.11.17 -> 2024.2.2
  > python3-beartype: upgrade 0.17.0 -> 0.17.2
  > pkgconf: upgrade 2.1.0 -> 2.1.1
  > pciutils: upgrade 3.10.0 -> 3.11.1
  > pango: upgrade 1.51.0 -> 1.52.0
  > ofono: upgrade 2.3 -> 2.4
  > mpg123: upgrade 1.32.4 -> 1.32.5
  > makedepend: upgrade 1.0.8 -> 1.0.9
  > lighttpd: upgrade 1.4.73 -> 1.4.74
  > libxvmc: upgrade 1.0.13 -> 1.0.14
  > libxkbfile: upgrade 1.1.2 -> 1.1.3
  > libxext: upgrade 1.3.5 -> 1.3.6
  > liburi-perl: upgrade 5.25 -> 5.27
  > libunistring: upgrade 1.1 -> 1.2
  > libsecret: upgrade 0.21.2 -> 0.21.4
  > libpng: upgrade 1.6.41 -> 1.6.42
  > libmicrohttpd: upgrade 0.9.77 -> 1.0.1
  > libksba: upgrade 1.6.5 -> 1.6.6
  > libhandy: upgrade 1.8.2 -> 1.8.3
  > libgpg-error: upgrade 1.47 -> 1.48
  > libffi: upgrade 3.4.5 -> 3.4.6
  > git: upgrade 2.43.0 -> 2.44.0
  > gcr: upgrade 4.1.0 -> 4.2.0
  > efivar: upgrade 38 -> 39
  > ed: upgrade 1.20 -> 1.20.1
  > createrepo-c: upgrade 1.0.3 -> 1.0.4
  > ccache: upgrade 4.9 -> 4.9.1
  > bash-completion: upgrade 2.11 -> 2.12.0
  > mirrors: Switch llvm to use shallow cloning
  > gstreamer1.0: skip a test that is known to be flaky
  > oeqa/lib/utils/postactions: fix host disk usage stats retrieval
  > python3-cryptography{-vectors}: upgrade to 42.0.5
  > libc-locale: fix ASCII compatible warning cause build failure.
  > rpm: Fix the following error when run nativesdk-rpm in nativesdk environment.
  > python3: dont disable readline module for editline
  > python3-maturin: Recognise riscv32 architecture
  > python3-bcrypt: Fix build break on arches without 64 bit atomics
  > python3-git: upgrade 3.1.41 -> 3.1.42
  > wpa-supplicant: Fix CVE-2023-52160
  > libexif: remove unused version_underscore
  > bitbake: taskexp_ncurses: fix execution example in introductory comment

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

* sources/meta-arm 1231e54a...aba92504 (1):
  > ci: Ensure tests are in the Corstone-1000 flash image

* sources/meta-clang fc56d6c...eebe4ff (13):
  > lksctp-tools: Reset SECURITY_STACK_PROTECTOR with clang
  > clang: Upgrade to clang 18.1 major release
  > clang: Adjust packaging to match new libLLVM soname
  > bpftrace: Upgrade to 0.20+ and fix with llvm 18
  > bcc: Do not set LLVM_PACKAGE_VERSION explicitly
  > vulkan-samples: Disable deprecated declaration warnings with libc++
  > castxml: Upgrade to 0.6.4
  > spirv-llvm-translator: Switch to main branch for llvm 18 support
  > libcxx: Pass LLVM_RUNTIME_TARGETS
  > rust-llvm: Fix build with clang-18
  > kernel-selftest: Use gcc for now.
  > optee-os: Use gcc instead of clang-18
  > openldap: Fix build with lld linker

* sources/meta-elm-binary e57ece1...ee89d03 (1):
  > Merge pull request #9 from YoeDistro/yoe/mut

* sources/meta-freescale cce48564...f867e0d8 (4):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe
  > Merge pull request #1761 from hiagofranco/fix_uuu_bootloader_tag
  > Merge pull request #1760 from mschwan-phytec/wip-master-bmap-rename

* sources/meta-freescale-3rdparty 13f46cb...ae392bf (1):
  > Merge pull request #294 from chrisdimich/master

* sources/meta-intel e318d880...9ed54a13 (7):
  > ispc: upgrade 1.22.0 -> 1.23.0
  > openvkl: upgrade 2.0.0 -> 2.0.1
  > ospray: upgrade 3.0.0 -> 3.1.0
  > embree: upgrade 4.3.0 -> 4.3.1
  > rkcommon: upgrade 1.12.0 -> 1.13.0
  > intel-compute-runtime: upgrade 23.22.26516.18 -> 24.05.28454.6
  > intel-graphics-compiler: upgrade 1.0.14062.11 -> 1.0.15985.7

* sources/meta-odroid 665b62d...ae4ac91 (1):
  > u-boot_2023: Drop PYTHON_PN

* sources/meta-openembedded 9f0e51321...f467c0b38 (135):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > layer.conf: Update for the scarthgap release series
  > python3-wsproto: Add recipe
  > python3-httptools: added recipe which is also include ptest
  > python3-a2wsgi: added recipe which is also include ptest
  > libvncserver: fix reproducibility issue
  > gnome-terminal: fix reproducibility issue
  > gnome-settings-daemon: fix reproducibility issue
  > gnome-disk-utility: fix reproducibility issue
  > gnome-control-center: fix reproducibility issue
  > remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATH
  > thin-provisioning-tools: 1.0.9 -> 1.0.12
  > netcf: Fix build with latest gnulib
  > gnulib: 2018-12-18 -> 202401
  > xfsprogs: 6.5.0 -> 6.6.0
  > yaffs2-utils: Upgrade to 20221209
  > webp-pixbuf-loader: update 0.2.5 -> 0.2.7
  > python3-google-auth: add ptest and update runtime dependencies
  > python3-responses: add recipe
  > python3-pytest-localserver: added recipe which is also include ptest
  > tcprelay: fix a minor cross compilation do_configure issue
  > vlc: Upgrade to 3.0.20
  > gnome-online-accounts: Fix build with libxml2 2.12
  > abseil-cpp: upgrade 20230802.1 -> 20240116.1
  > gnome-commander: Fix build with taglib 2.0
  > libmusicbrainz: Update to tip of trunk
  > mariadb: Fix build with libxml2 2.12 ABI changes
  > xmlstarlet: Fix build with API breakage in libxml2 2.12
  > python3-tomli-w: added recipe which is also include ptest
  > libosinfo: Fix build with libxml2 v2.12
  > googletest: allow for shared libraries
  > libnice: Disable the examples and the tests
  > python3-google-auth-oauthlib: add ptest
  > python3-traitlets: add ptest and update runtime dependencies
  > mozjs-115: fix reproducibility issue
  > net-snmp: upgrade 5.9.3 -> 5.9.4
  > nss: Upgrade 3.74 -> 3.98
  > squid: Upgrade to 6.8
  > re2: Upgrade 2023.03.01 -> 2024.03.01
  > googletest: Pass -fPIC to CFLAGS
  > gosu: Upgrade to 1.17
  > postfix: upgrade 3.8.5 -> 3.8.6
  > networkmanager: 1.44.0 -> 1.46.0
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > python3-invoke: add recipe
  > python3-icecream: add recipe
  > netplan: upgrade 0.106 -> 1.0
  > stunnel: upgrade 5.69 -> 5.72
  > smarty: upgrade 4.3.4 -> 4.4.1
  > python3-sentry-sdk: upgrade 1.40.4 -> 1.40.6
  > python3-scrypt: upgrade 0.8.20 -> 0.8.24
  > python3-pymisp: upgrade 2.4.185 -> 2.4.186
  > python3-pdm: upgrade 2.12.3 -> 2.12.4
  > python3-ipython: upgrade 8.21.0 -> 8.22.1
  > python3-grpcio(-tools): upgrade 1.60.1 -> 1.62.0
  > python3-google-api-python-client: upgrade 2.118.0 -> 2.120.0
  > python3-google-api-core: upgrade 2.16.2 -> 2.17.1
  > python3-gcovr: upgrade 7.0 -> 7.2
  > python3-eventlet: upgrade 0.35.1 -> 0.35.2
  > python3-dnspython: upgrade 2.6.0 -> 2.6.1
  > python3-cbor2: upgrade 5.6.1 -> 5.6.2
  > python3-astroid: upgrade 3.0.3 -> 3.1.0
  > ostree: upgrade 2024.3 -> 2024.4
  > neatvnc: upgrade 0.7.2 -> 0.8.0
  > libtdb: upgrade 1.4.9 -> 1.4.10
  > libtalloc: upgrade 2.4.1 -> 2.4.2
  > fetchmail: upgrade 6.4.37 -> 6.4.38
  > ddrescue: upgrade 1.27 -> 1.28
  > dbus-cxx: upgrade 2.5.0 -> 2.5.1
  > ctags: upgrade 6.1.20240114.0 -> 6.1.20240225.0
  > c-ares: upgrade 1.26.0 -> 1.27.0
  > bats: upgrade 1.10.0 -> 1.11.0
  > python3-eth-utils: remove unused patches
  > webkitgtk3: remove unused patch
  > emacs: remove unused patch
  > opengl-es-cts: remove unused patch
  > libio-pty-perl: remove unsed patch
  > openal-soft: remove unused patches
  > tracker: remove unused patch
  > python3-marshmallow: upgrade 3.20.2 -> 3.21.1 and add ptest
  > glmark2: add upstream patch to not care about stencil config
  > signing.bbclass: fix typos
  > emacs: Add packageconfig for selinux support
  > pgpool2: Fix build with postgresql 16+
  > pgpool2: Upgrade to 4.5.1
  > python3-arrow: add ptest, update backend and runtime dependencies
  > python3-types-python-dateutil: add recipe
  > toybox-inittab: Fix serial getty reproducibility
  > polkit: update 123 -> 124
  > mozjs-115: update 115.6.0 -> 115.8.0
  > python3-dateutil: upgrade 2.8.2 -> 2.9.0
  > python3-freezegun: add recipe and add ptest
  > drbd-utils: Fix a udev rule reproducibility
  > drbd-utils: Drop a duplicated line in DESCRIPTION
  > ptest-packagelists-meta-python: Move py3-libgpiod out of PTESTS_PROBLEMS_META_PYTHON
  > ptest-packagelists-meta-oe: Move libgpiod out of PTESTS_PROBLEMS_META_OE
  > postgresql: upgrade 15.5 -> 16.2
  > nodejs: upgrade 20.11.0 -> 20.11.1
  > multipath-tools: upgrade 0.9.3 -> 0.9.8
  > syslog-ng: upgrade 4.0.1 -> 4.6.0
  > python3-aiohappyeyeballs: Correct the typo of BBCLASSEXTEND
  > googletest: allow for shared libraries
  > e2tools: Delete unneeded files from ptest package
  > python3-wrapt: add ptest
  > ptest-packagelists-meta-python: Move python3-xlrd from PTESTS_PROBLEMS_META_PYTHON to PTESTS_FAST_META_PYTHON
  > nlohmann-json: Upgrade to 3.11.3
  > python3-netaddr: upgrade 0.10.1 -> 1.2.1 and add ptest
  > python3-google-auth: upgrade 2.28.0 -> 2.28.1
  > syzkaller: Fix build with go 1.21
  > crucible: Define GOPROXY
  > influxdb: Define GOPROXY
  > folks: update 0.15.6 -> 0.15.7
  > drbd-utils: Disable warnings as errors
  > drbd-utils: upgrade 9.22.0 -> 9.27.0
  > openvpn: upgrade 2.6.7 -> 2.6.9
  > fuse3: Make kmod as a recommendation instead of rdep for ptests
  > fuse3: use 4 spaces for indentation
  > openldap: upgrade 2.5.16 -> 2.6.7
  > postfix: upgrade 3.7.3 -> 3.8.5
  > krb5: upgrade 1.20.2 -> 1.21.2
  > keyutils: Add missing rdep for ptests
  > layer.conf: Add nativesdk-libdevmapper PREFERRED_RPROVIDER
  > cryptsetup: upgrade 2.6.1 -> 2.7.0
  > grpc: upgrade 1.60.0 -> 1.60.1
  > iperf3: upgrade 3.15 -> 3.16
  > libgpiod: Tests rely on configfs support in kernel
  > python3-betamax: Upgrade to 0.9.0
  > python3-pyzmq: Add missing dep on python3-unixadmin for ptests
  > python3-gpiod: Tests rely on configfs support in kernel
  > python3-fastjsonschema: Add missing ptest deps
  > xfce4-notifyd: use python3native and depend on python3-packaging-native
  > ristretto: use python3native and depend on glib-2.0-native, python3-packaging-native
  > libkcapi: Update HOMEPAGE url
  > openipmi: fix do_configure error when using dash

* sources/meta-qcom 567079b...e7bcac0 (1):
  > Merge pull request #582 from lumag/cuse

* sources/meta-qt6 1695f1a...394d7d9 (215):
  > qtwebengine: Fix build with clang18
  > squish: don't move executables
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-raspberrypi 95a9103...92a9b7a (1):
  > rpi-base: Added missing HiFiBerry

* sources/meta-riscv dc7aeb4...d1df527 (5):
  > musl: Drop rv32 patches
  > riscv-common: Rename bmap-tools-native -> bmaptool-native
  > linux-starfive-dev: Fix perf build with gcc-13
  > capnproto,pidgin-sipe: Re-enable on rv32
  > ostree: Do not mark unavailable for rv32

* sources/meta-rockchip bcf1d92...06a65d4 (3):
  > rock-5[ab]: use regular yocto kernel
  > rockchip.wks: fix typo
  > layer.conf: update for scarthgap

* sources/meta-ti e24577a7...ee1f6799 (15):
  > CI/CD Auto-Merger: cicd.master.202403080100
  > conf: machine: am62axx: Pick overlays for V3Link cameras
  > linux-ti-staging-rt_6.6: Add KERNEL_LCOALVERSION change
  > u-boot-ti: Change from UBOOT_LOCALVERSION and SRCPV
  > linux-ti-staging: Update KERNEL_LOCALVERSION
  > Drop SRCPV
  > CI/CD Auto-Merger: cicd.master.202402271317
  > Rework jailhouse recipe to support different image build
  > conf: beaglebone-ai64: Apply U-boot defconfig fragments
  > conf: beagleplay: Apply U-boot defconfig fragments
  > meta-ti-bsp: update BeagleBoard.org BSP to the latest
  > linux-bb.org: remove custom FILES:${KERNEL_PACKAGE_NAME}-devicetree
  > meta-ti-bsp: trusted-firmware-arm: Update to master
  > meta-ti-bsp: optee: Upgrade to 4.1
  > conf: machine: Apply U-boot fragment configs for AM62P Display Cluster Image

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

* sources/poky 4945ca640b...cc40e82817 (204):
  > glibc: Update to tip of 2.39 branch
  > qemuriscv: Fix kbd and mouse emulation
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > openssh: enable sshd.service by default
  > linux-firmware: remove pointless linux-firmware-gplv2-license package
  > linux-firmware: set LICENSE field for -liquidui and -mellanox
  > linux-firmware: add support for deduplicating the firmware
  > mesa: fix opencl-spirv build
  > rust: reproducibility issue fix with v1.75
  > lttng-tools: skip kernel tests if no kernel modules present
  > layer.conf: Prepare for release, drop nanbield LAYERSERIES
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests
  > openssh: Add a workaround for ICE on powerpc64le
  > kernel-fitImage: only include valid compatible line
  > go.bbclass: set GOPROXY
  > systemd: Check for directory before chmod'ing it
  > bmaptool: Add bmap-tools runtime alias for compatibility
  > genericarm64: clean up kernel modules and firmware
  > genericarm64.wks: reorder partitions
  > poky: Update to prepare for scarthgap release
  > go: filter out build specific path from the linker flags
  > systemd: remove systemd-bus-proxy settings
  > systemd: use RDEPENDS for systemd-vconsole-setup
  > systemd: fix dead link /var/log/README
  > rxvt-unicode: Fix installing of terminfo
  > valgrind: skip intermittently failing ptests
  > sstatetests.py: Add testing for correct sstate permissions
  > oeqa/runtime/login: Fix dbus-wait timeout and loop conditional
  > oeqa/runtime/login: Add screenshot sample logic/timeout/dbus-wait
  > oeqa/runtime/login: Exclude qemuriscv64
  > oeqa/runtime/login: Mask out the mouse panel icon for now
  > oeqa/runtime/login: Various code improvements and fixes
  > oeqa/runtime/login: Proof of concept for screenshot testcases
  > screenshot-tests: Add initial screenshot test png files for core-image-sato
  > qemurunner.py: Fix error on calls to run_monitor
  > webkitgtk: upgrade 2.42.2 -> 2.42.5
  > vulkan: upgrade 1.3.268.0 -> 1.3.275.0
  > vala: upgrade 0.56.13 -> 0.56.15
  > update-rc.d: upgrade to latest revision
  > taglib: upgrade 1.13.1 -> 2.0 and add utfcpp recipe to support that
  > ttyrun: upgrade 2.30.0 -> 2.31.0
  > systemd: upgrade 255.1 -> 255.4
  > shaderc: update 2023.7 -> 2023.8
  > repo: upgrade 2.41 -> 2.42
  > python3-wcwidth: upgrade 0.2.12 -> 0.2.13
  > python3-setuptools: upgrade 69.0.3 -> 69.1.1
  > python3-ruamel-yaml: upgrade 0.17.35 -> 0.18.6
  > python3-jsonschema: upgrade 4.17.3 -> 4.21.1 and add new dependencies
  > python3-dtschema: upgrade 2023.7 -> 2024.2
  > python3-build: upgrade 1.0.3 -> 1.1.1
  > piglit: upgrade to latest revision
  > puzzles: upgrade to latest revision
  > orc: upgrade 0.4.37 -> 0.4.38
  > nghttp2: upgrade 1.59.0 -> 1.60.0
  > minicom: upgrade 2.8 -> 2.9
  > mesa: upgrade 24.0.1 -> 24.0.2
  > mc: upgrade 4.8.30 -> 4.8.31
  > man-pages: upgrade 6.05.01 -> 6.06
  > lsof: upgrade 4.98.0 -> 4.99.3
  > librsvg: upgrade 2.56.3 -> 2.57.1
  > linux-firmware: upgrade 20231211 -> 20240220
  > libxml2: upgrade 2.11.5 -> 2.12.5
  > libusb1: upgrade 1.0.26 -> 1.0.27
  > librepo: update 1.16.0 -> 1.17.0
  > libpcre2: upgrade 10.42 -> 10.43
  > libpciaccess: upgrade 0.17 -> 0.18
  > libdnf: update 0.72.0 -> 0.73.0
  > libbsd: upgrade 0.11.8 -> 0.12.1
  > kmscube: upgrade to latest revision
  > glib-networking: upgrade 2.78.0 -> 2.78.1
  > glib-2.0: upgrade 2.78.3 -> 2.78.4
  > gettext: upgrade 0.22.4 -> 0.22.5
  > epiphany: upgrade 45.1 -> 45.3
  > elfutils: upgrade 0.189 -> 0.191
  > ell: upgrade 0.62 -> 0.63
  > diffoscope: upgrade 253 -> 259
  > dnf: upgrade 4.18.2 -> 4.19.0
  > btrfs-tools: upgrade 6.5.3 -> 6.7.1
  > boost: upgrade 1.83.0 -> 1.84.0
  > appstream: upgrade 1.0.0 -> 1.0.2
  > acl: upgrade 2.3.1 -> 2.3.2
  > python3-sphinxcontrib-jquery: add a recipe and make python3-sphinx-rtd-theme depend on it
  > dev-manual: bmaptool: rename
  > manuals: document VIRTUAL-RUNTIME variables
  > contributor-guide: add notes for tests
  > dev-manual: packages: fix capitalization
  > ref-manual: variables: adding multiple groups in GROUPADD_PARAM
  > ref-manual: variables: correct sdk installation default path
  > ref-manual: tasks: do_cleansstate: recommend using '-f' instead for a shared sstate
  > ref-manual: tasks: do_cleanall: recommend using '-f' instead
  > ref-manual: classes: add cve status check for oe.qa
  > libpng: Update SRC_URI to avoid redirects
  > go: Drop linkmode with nativesdk/cross-canadian
  > go: Further tweak indentation in patch
  > go: bump 1.22.0
  > image_types.bbclass: fix vfat image names
  > xz: correct upstream version check
  > rxvt: add rxvt to desktop entry name
  > Add genericarm64 MACHINE
  > bitbake: utils: remove BB_ENV_PASSTHROUGH from preserved_envvars()
  > bmaptool: now part of Yocto Project
  > python3-cryptography_42.0.5.bb: delete redundant ptest packaging
  > expat: upgrdae 2.6.0 -> 2.6.1
  > gdb: Upgrade 14.1 -> 14.2
  > python3-hypothesis: upgrade 6.98.12 -> 6.98.15
  > rust: Fix build failure re-appeared on riscv32
  > gtk+3: update 3.24.38 -> 3.24.41
  > linux-yocto: Enable gpio-sim with ptests
  > linux-yocto/6.6: update CVE exclusions
  > linux-yocto/6.6: update to v6.6.20
  > linux-yocto/cfg/6.6: drop CONFIG_DEBUG_CREDENTIALS
  > go: upgrade 1.21.5 -> 1.21.7
  > go: upgrade 1.21.0 -> 1.21.5
  > oeqa/gotoolchain: set GOPROXY
  > goarch: disable dynamic linking globally
  > go: bump 1.21.0
  > go: rework patch to avoid identation
  > bitbake: prserv/serv: Fix a PID file removal race on prserv stop
  > bitbake: fetch/git: Avoid clean upon failure
  > qemu: backport patch for ui/clipboard issue
  > mesa,mesa-gl: Fix build when dri3 is not enabled
  > coreutils: backport patch to fix heap overflow in split
  > u-boot: Move UBOOT_INITIAL_ENV back to u-boot.inc
  > qemu: Replace workaround with proper usermode fix for shmat
  > no-gplv3: Tweak for packagemangement in core-image-full-cmdline
  > core-image-full-cmdline: add package-management
  > python3-attrs: disable Hypothesis deadline
  > rust: reproducibility issue fix with v1.75
  > rust: Revert PGO to it's default
  > rust: Upgrade 1.74.1 -> 1.75.0
  > linux-firmware: split out more firmware pieces
  > llvm: Update to 18.1.0 RC4
  > waf: Improve version parsing to avoid failing on warnings
  > xprop: upgrade 1.2.6 -> 1.2.7
  > xkeyboard-config: upgrade 2.40 -> 2.41
  > xkbcomp: upgrade 1.4.6 -> 1.4.7
  > swig: upgrade 4.2.0 -> 4.2.1
  > python3-yamllint: upgrade 1.33.0 -> 1.35.1
  > python3-urllib3: upgrade 2.1.0 -> 2.2.1
  > python3: upgrade 3.12.1 -> 3.12.2
  > python3-typing-extensions: upgrade 4.9.0 -> 4.10.0
  > python3-trove-classifiers: upgrade 2024.1.8 -> 2024.2.23
  > python3-setuptools-rust: upgrade 1.8.1 -> 1.9.0
  > python3-pytz: upgrade 2023.4 -> 2024.1
  > python3-pytest: upgrade 8.0.0 -> 8.0.2
  > python3-pycairo: upgrade 1.25.1 -> 1.26.0
  > python3-pip: upgrade 23.3.2 -> 24.0
  > python3-hypothesis: upgrade 6.97.3 -> 6.98.12
  > python3-dbusmock: upgrade 0.30.2 -> 0.31.1
  > python3-certifi: upgrade 2023.11.17 -> 2024.2.2
  > python3-beartype: upgrade 0.17.0 -> 0.17.2
  > pkgconf: upgrade 2.1.0 -> 2.1.1
  > pciutils: upgrade 3.10.0 -> 3.11.1
  > pango: upgrade 1.51.0 -> 1.52.0
  > ofono: upgrade 2.3 -> 2.4
  > mpg123: upgrade 1.32.4 -> 1.32.5
  > makedepend: upgrade 1.0.8 -> 1.0.9
  > lighttpd: upgrade 1.4.73 -> 1.4.74
  > libxvmc: upgrade 1.0.13 -> 1.0.14
  > libxkbfile: upgrade 1.1.2 -> 1.1.3
  > libxext: upgrade 1.3.5 -> 1.3.6
  > liburi-perl: upgrade 5.25 -> 5.27
  > libunistring: upgrade 1.1 -> 1.2
  > libsecret: upgrade 0.21.2 -> 0.21.4
  > libpng: upgrade 1.6.41 -> 1.6.42
  > libmicrohttpd: upgrade 0.9.77 -> 1.0.1
  > libksba: upgrade 1.6.5 -> 1.6.6
  > libhandy: upgrade 1.8.2 -> 1.8.3
  > libgpg-error: upgrade 1.47 -> 1.48
  > libffi: upgrade 3.4.5 -> 3.4.6
  > git: upgrade 2.43.0 -> 2.44.0
  > gcr: upgrade 4.1.0 -> 4.2.0
  > efivar: upgrade 38 -> 39
  > ed: upgrade 1.20 -> 1.20.1
  > createrepo-c: upgrade 1.0.3 -> 1.0.4
  > ccache: upgrade 4.9 -> 4.9.1
  > bash-completion: upgrade 2.11 -> 2.12.0
  > mirrors: Switch llvm to use shallow cloning
  > gstreamer1.0: skip a test that is known to be flaky
  > oeqa/lib/utils/postactions: fix host disk usage stats retrieval
  > python3-cryptography{-vectors}: upgrade to 42.0.5
  > libc-locale: fix ASCII compatible warning cause build failure.
  > rpm: Fix the following error when run nativesdk-rpm in nativesdk environment.
  > python3: dont disable readline module for editline
  > python3-maturin: Recognise riscv32 architecture
  > python3-bcrypt: Fix build break on arches without 64 bit atomics
  > python3-git: upgrade 3.1.41 -> 3.1.42
  > wpa-supplicant: Fix CVE-2023-52160
  > libexif: remove unused version_underscore
  > bitbake: taskexp_ncurses: fix execution example in introductory comment

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

* sources/meta-arm 1231e54a...aba92504 (1):
  > ci: Ensure tests are in the Corstone-1000 flash image

* sources/meta-clang fc56d6c...eebe4ff (13):
  > lksctp-tools: Reset SECURITY_STACK_PROTECTOR with clang
  > clang: Upgrade to clang 18.1 major release
  > clang: Adjust packaging to match new libLLVM soname
  > bpftrace: Upgrade to 0.20+ and fix with llvm 18
  > bcc: Do not set LLVM_PACKAGE_VERSION explicitly
  > vulkan-samples: Disable deprecated declaration warnings with libc++
  > castxml: Upgrade to 0.6.4
  > spirv-llvm-translator: Switch to main branch for llvm 18 support
  > libcxx: Pass LLVM_RUNTIME_TARGETS
  > rust-llvm: Fix build with clang-18
  > kernel-selftest: Use gcc for now.
  > optee-os: Use gcc instead of clang-18
  > openldap: Fix build with lld linker

* sources/meta-elm-binary e57ece1...ee89d03 (1):
  > Merge pull request #9 from YoeDistro/yoe/mut

* sources/meta-freescale cce48564...f867e0d8 (4):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe
  > Merge pull request #1761 from hiagofranco/fix_uuu_bootloader_tag
  > Merge pull request #1760 from mschwan-phytec/wip-master-bmap-rename

* sources/meta-freescale-3rdparty 13f46cb...ae392bf (1):
  > Merge pull request #294 from chrisdimich/master

* sources/meta-intel e318d880...9ed54a13 (7):
  > ispc: upgrade 1.22.0 -> 1.23.0
  > openvkl: upgrade 2.0.0 -> 2.0.1
  > ospray: upgrade 3.0.0 -> 3.1.0
  > embree: upgrade 4.3.0 -> 4.3.1
  > rkcommon: upgrade 1.12.0 -> 1.13.0
  > intel-compute-runtime: upgrade 23.22.26516.18 -> 24.05.28454.6
  > intel-graphics-compiler: upgrade 1.0.14062.11 -> 1.0.15985.7

* sources/meta-odroid 665b62d...ae4ac91 (1):
  > u-boot_2023: Drop PYTHON_PN

* sources/meta-openembedded 9f0e51321...efb2771bc (136):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > layer.conf: Update for the scarthgap release series
  > python3-wsproto: Add recipe
  > python3-httptools: added recipe which is also include ptest
  > python3-a2wsgi: added recipe which is also include ptest
  > libvncserver: fix reproducibility issue
  > gnome-terminal: fix reproducibility issue
  > gnome-settings-daemon: fix reproducibility issue
  > gnome-disk-utility: fix reproducibility issue
  > gnome-control-center: fix reproducibility issue
  > php: Upgrade to 8.2.16
  > remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATH
  > thin-provisioning-tools: 1.0.9 -> 1.0.12
  > netcf: Fix build with latest gnulib
  > gnulib: 2018-12-18 -> 202401
  > xfsprogs: 6.5.0 -> 6.6.0
  > yaffs2-utils: Upgrade to 20221209
  > webp-pixbuf-loader: update 0.2.5 -> 0.2.7
  > python3-google-auth: add ptest and update runtime dependencies
  > python3-responses: add recipe
  > python3-pytest-localserver: added recipe which is also include ptest
  > tcprelay: fix a minor cross compilation do_configure issue
  > vlc: Upgrade to 3.0.20
  > gnome-online-accounts: Fix build with libxml2 2.12
  > abseil-cpp: upgrade 20230802.1 -> 20240116.1
  > gnome-commander: Fix build with taglib 2.0
  > libmusicbrainz: Update to tip of trunk
  > mariadb: Fix build with libxml2 2.12 ABI changes
  > xmlstarlet: Fix build with API breakage in libxml2 2.12
  > python3-tomli-w: added recipe which is also include ptest
  > libosinfo: Fix build with libxml2 v2.12
  > googletest: allow for shared libraries
  > libnice: Disable the examples and the tests
  > python3-google-auth-oauthlib: add ptest
  > python3-traitlets: add ptest and update runtime dependencies
  > mozjs-115: fix reproducibility issue
  > net-snmp: upgrade 5.9.3 -> 5.9.4
  > nss: Upgrade 3.74 -> 3.98
  > squid: Upgrade to 6.8
  > re2: Upgrade 2023.03.01 -> 2024.03.01
  > googletest: Pass -fPIC to CFLAGS
  > gosu: Upgrade to 1.17
  > postfix: upgrade 3.8.5 -> 3.8.6
  > networkmanager: 1.44.0 -> 1.46.0
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > python3-invoke: add recipe
  > python3-icecream: add recipe
  > netplan: upgrade 0.106 -> 1.0
  > stunnel: upgrade 5.69 -> 5.72
  > smarty: upgrade 4.3.4 -> 4.4.1
  > python3-sentry-sdk: upgrade 1.40.4 -> 1.40.6
  > python3-scrypt: upgrade 0.8.20 -> 0.8.24
  > python3-pymisp: upgrade 2.4.185 -> 2.4.186
  > python3-pdm: upgrade 2.12.3 -> 2.12.4
  > python3-ipython: upgrade 8.21.0 -> 8.22.1
  > python3-grpcio(-tools): upgrade 1.60.1 -> 1.62.0
  > python3-google-api-python-client: upgrade 2.118.0 -> 2.120.0
  > python3-google-api-core: upgrade 2.16.2 -> 2.17.1
  > python3-gcovr: upgrade 7.0 -> 7.2
  > python3-eventlet: upgrade 0.35.1 -> 0.35.2
  > python3-dnspython: upgrade 2.6.0 -> 2.6.1
  > python3-cbor2: upgrade 5.6.1 -> 5.6.2
  > python3-astroid: upgrade 3.0.3 -> 3.1.0
  > ostree: upgrade 2024.3 -> 2024.4
  > neatvnc: upgrade 0.7.2 -> 0.8.0
  > libtdb: upgrade 1.4.9 -> 1.4.10
  > libtalloc: upgrade 2.4.1 -> 2.4.2
  > fetchmail: upgrade 6.4.37 -> 6.4.38
  > ddrescue: upgrade 1.27 -> 1.28
  > dbus-cxx: upgrade 2.5.0 -> 2.5.1
  > ctags: upgrade 6.1.20240114.0 -> 6.1.20240225.0
  > c-ares: upgrade 1.26.0 -> 1.27.0
  > bats: upgrade 1.10.0 -> 1.11.0
  > python3-eth-utils: remove unused patches
  > webkitgtk3: remove unused patch
  > emacs: remove unused patch
  > opengl-es-cts: remove unused patch
  > libio-pty-perl: remove unsed patch
  > openal-soft: remove unused patches
  > tracker: remove unused patch
  > python3-marshmallow: upgrade 3.20.2 -> 3.21.1 and add ptest
  > glmark2: add upstream patch to not care about stencil config
  > signing.bbclass: fix typos
  > emacs: Add packageconfig for selinux support
  > pgpool2: Fix build with postgresql 16+
  > pgpool2: Upgrade to 4.5.1
  > python3-arrow: add ptest, update backend and runtime dependencies
  > python3-types-python-dateutil: add recipe
  > toybox-inittab: Fix serial getty reproducibility
  > polkit: update 123 -> 124
  > mozjs-115: update 115.6.0 -> 115.8.0
  > python3-dateutil: upgrade 2.8.2 -> 2.9.0
  > python3-freezegun: add recipe and add ptest
  > drbd-utils: Fix a udev rule reproducibility
  > drbd-utils: Drop a duplicated line in DESCRIPTION
  > ptest-packagelists-meta-python: Move py3-libgpiod out of PTESTS_PROBLEMS_META_PYTHON
  > ptest-packagelists-meta-oe: Move libgpiod out of PTESTS_PROBLEMS_META_OE
  > postgresql: upgrade 15.5 -> 16.2
  > nodejs: upgrade 20.11.0 -> 20.11.1
  > multipath-tools: upgrade 0.9.3 -> 0.9.8
  > syslog-ng: upgrade 4.0.1 -> 4.6.0
  > python3-aiohappyeyeballs: Correct the typo of BBCLASSEXTEND
  > googletest: allow for shared libraries
  > e2tools: Delete unneeded files from ptest package
  > python3-wrapt: add ptest
  > ptest-packagelists-meta-python: Move python3-xlrd from PTESTS_PROBLEMS_META_PYTHON to PTESTS_FAST_META_PYTHON
  > nlohmann-json: Upgrade to 3.11.3
  > python3-netaddr: upgrade 0.10.1 -> 1.2.1 and add ptest
  > python3-google-auth: upgrade 2.28.0 -> 2.28.1
  > syzkaller: Fix build with go 1.21
  > crucible: Define GOPROXY
  > influxdb: Define GOPROXY
  > folks: update 0.15.6 -> 0.15.7
  > drbd-utils: Disable warnings as errors
  > drbd-utils: upgrade 9.22.0 -> 9.27.0
  > openvpn: upgrade 2.6.7 -> 2.6.9
  > fuse3: Make kmod as a recommendation instead of rdep for ptests
  > fuse3: use 4 spaces for indentation
  > openldap: upgrade 2.5.16 -> 2.6.7
  > postfix: upgrade 3.7.3 -> 3.8.5
  > krb5: upgrade 1.20.2 -> 1.21.2
  > keyutils: Add missing rdep for ptests
  > layer.conf: Add nativesdk-libdevmapper PREFERRED_RPROVIDER
  > cryptsetup: upgrade 2.6.1 -> 2.7.0
  > grpc: upgrade 1.60.0 -> 1.60.1
  > iperf3: upgrade 3.15 -> 3.16
  > libgpiod: Tests rely on configfs support in kernel
  > python3-betamax: Upgrade to 0.9.0
  > python3-pyzmq: Add missing dep on python3-unixadmin for ptests
  > python3-gpiod: Tests rely on configfs support in kernel
  > python3-fastjsonschema: Add missing ptest deps
  > xfce4-notifyd: use python3native and depend on python3-packaging-native
  > ristretto: use python3native and depend on glib-2.0-native, python3-packaging-native
  > libkcapi: Update HOMEPAGE url
  > openipmi: fix do_configure error when using dash

* sources/meta-qcom 567079b...e7bcac0 (1):
  > Merge pull request #582 from lumag/cuse

* sources/meta-qt6 1695f1a...394d7d9 (215):
  > qtwebengine: Fix build with clang18
  > squish: don't move executables
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-raspberrypi 95a9103...92a9b7a (1):
  > rpi-base: Added missing HiFiBerry

* sources/meta-riscv dc7aeb4...d1df527 (5):
  > musl: Drop rv32 patches
  > riscv-common: Rename bmap-tools-native -> bmaptool-native
  > linux-starfive-dev: Fix perf build with gcc-13
  > capnproto,pidgin-sipe: Re-enable on rv32
  > ostree: Do not mark unavailable for rv32

* sources/meta-rockchip bcf1d92...06a65d4 (3):
  > rock-5[ab]: use regular yocto kernel
  > rockchip.wks: fix typo
  > layer.conf: update for scarthgap

* sources/meta-ti e24577a7...ee1f6799 (15):
  > CI/CD Auto-Merger: cicd.master.202403080100
  > conf: machine: am62axx: Pick overlays for V3Link cameras
  > linux-ti-staging-rt_6.6: Add KERNEL_LCOALVERSION change
  > u-boot-ti: Change from UBOOT_LOCALVERSION and SRCPV
  > linux-ti-staging: Update KERNEL_LOCALVERSION
  > Drop SRCPV
  > CI/CD Auto-Merger: cicd.master.202402271317
  > Rework jailhouse recipe to support different image build
  > conf: beaglebone-ai64: Apply U-boot defconfig fragments
  > conf: beagleplay: Apply U-boot defconfig fragments
  > meta-ti-bsp: update BeagleBoard.org BSP to the latest
  > linux-bb.org: remove custom FILES:${KERNEL_PACKAGE_NAME}-devicetree
  > meta-ti-bsp: trusted-firmware-arm: Update to master
  > meta-ti-bsp: optee: Upgrade to 4.1
  > conf: machine: Apply U-boot fragment configs for AM62P Display Cluster Image

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

* sources/poky 4945ca640b...cc40e82817 (204):
  > glibc: Update to tip of 2.39 branch
  > qemuriscv: Fix kbd and mouse emulation
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > openssh: enable sshd.service by default
  > linux-firmware: remove pointless linux-firmware-gplv2-license package
  > linux-firmware: set LICENSE field for -liquidui and -mellanox
  > linux-firmware: add support for deduplicating the firmware
  > mesa: fix opencl-spirv build
  > rust: reproducibility issue fix with v1.75
  > lttng-tools: skip kernel tests if no kernel modules present
  > layer.conf: Prepare for release, drop nanbield LAYERSERIES
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests
  > openssh: Add a workaround for ICE on powerpc64le
  > kernel-fitImage: only include valid compatible line
  > go.bbclass: set GOPROXY
  > systemd: Check for directory before chmod'ing it
  > bmaptool: Add bmap-tools runtime alias for compatibility
  > genericarm64: clean up kernel modules and firmware
  > genericarm64.wks: reorder partitions
  > poky: Update to prepare for scarthgap release
  > go: filter out build specific path from the linker flags
  > systemd: remove systemd-bus-proxy settings
  > systemd: use RDEPENDS for systemd-vconsole-setup
  > systemd: fix dead link /var/log/README
  > rxvt-unicode: Fix installing of terminfo
  > valgrind: skip intermittently failing ptests
  > sstatetests.py: Add testing for correct sstate permissions
  > oeqa/runtime/login: Fix dbus-wait timeout and loop conditional
  > oeqa/runtime/login: Add screenshot sample logic/timeout/dbus-wait
  > oeqa/runtime/login: Exclude qemuriscv64
  > oeqa/runtime/login: Mask out the mouse panel icon for now
  > oeqa/runtime/login: Various code improvements and fixes
  > oeqa/runtime/login: Proof of concept for screenshot testcases
  > screenshot-tests: Add initial screenshot test png files for core-image-sato
  > qemurunner.py: Fix error on calls to run_monitor
  > webkitgtk: upgrade 2.42.2 -> 2.42.5
  > vulkan: upgrade 1.3.268.0 -> 1.3.275.0
  > vala: upgrade 0.56.13 -> 0.56.15
  > update-rc.d: upgrade to latest revision
  > taglib: upgrade 1.13.1 -> 2.0 and add utfcpp recipe to support that
  > ttyrun: upgrade 2.30.0 -> 2.31.0
  > systemd: upgrade 255.1 -> 255.4
  > shaderc: update 2023.7 -> 2023.8
  > repo: upgrade 2.41 -> 2.42
  > python3-wcwidth: upgrade 0.2.12 -> 0.2.13
  > python3-setuptools: upgrade 69.0.3 -> 69.1.1
  > python3-ruamel-yaml: upgrade 0.17.35 -> 0.18.6
  > python3-jsonschema: upgrade 4.17.3 -> 4.21.1 and add new dependencies
  > python3-dtschema: upgrade 2023.7 -> 2024.2
  > python3-build: upgrade 1.0.3 -> 1.1.1
  > piglit: upgrade to latest revision
  > puzzles: upgrade to latest revision
  > orc: upgrade 0.4.37 -> 0.4.38
  > nghttp2: upgrade 1.59.0 -> 1.60.0
  > minicom: upgrade 2.8 -> 2.9
  > mesa: upgrade 24.0.1 -> 24.0.2
  > mc: upgrade 4.8.30 -> 4.8.31
  > man-pages: upgrade 6.05.01 -> 6.06
  > lsof: upgrade 4.98.0 -> 4.99.3
  > librsvg: upgrade 2.56.3 -> 2.57.1
  > linux-firmware: upgrade 20231211 -> 20240220
  > libxml2: upgrade 2.11.5 -> 2.12.5
  > libusb1: upgrade 1.0.26 -> 1.0.27
  > librepo: update 1.16.0 -> 1.17.0
  > libpcre2: upgrade 10.42 -> 10.43
  > libpciaccess: upgrade 0.17 -> 0.18
  > libdnf: update 0.72.0 -> 0.73.0
  > libbsd: upgrade 0.11.8 -> 0.12.1
  > kmscube: upgrade to latest revision
  > glib-networking: upgrade 2.78.0 -> 2.78.1
  > glib-2.0: upgrade 2.78.3 -> 2.78.4
  > gettext: upgrade 0.22.4 -> 0.22.5
  > epiphany: upgrade 45.1 -> 45.3
  > elfutils: upgrade 0.189 -> 0.191
  > ell: upgrade 0.62 -> 0.63
  > diffoscope: upgrade 253 -> 259
  > dnf: upgrade 4.18.2 -> 4.19.0
  > btrfs-tools: upgrade 6.5.3 -> 6.7.1
  > boost: upgrade 1.83.0 -> 1.84.0
  > appstream: upgrade 1.0.0 -> 1.0.2
  > acl: upgrade 2.3.1 -> 2.3.2
  > python3-sphinxcontrib-jquery: add a recipe and make python3-sphinx-rtd-theme depend on it
  > dev-manual: bmaptool: rename
  > manuals: document VIRTUAL-RUNTIME variables
  > contributor-guide: add notes for tests
  > dev-manual: packages: fix capitalization
  > ref-manual: variables: adding multiple groups in GROUPADD_PARAM
  > ref-manual: variables: correct sdk installation default path
  > ref-manual: tasks: do_cleansstate: recommend using '-f' instead for a shared sstate
  > ref-manual: tasks: do_cleanall: recommend using '-f' instead
  > ref-manual: classes: add cve status check for oe.qa
  > libpng: Update SRC_URI to avoid redirects
  > go: Drop linkmode with nativesdk/cross-canadian
  > go: Further tweak indentation in patch
  > go: bump 1.22.0
  > image_types.bbclass: fix vfat image names
  > xz: correct upstream version check
  > rxvt: add rxvt to desktop entry name
  > Add genericarm64 MACHINE
  > bitbake: utils: remove BB_ENV_PASSTHROUGH from preserved_envvars()
  > bmaptool: now part of Yocto Project
  > python3-cryptography_42.0.5.bb: delete redundant ptest packaging
  > expat: upgrdae 2.6.0 -> 2.6.1
  > gdb: Upgrade 14.1 -> 14.2
  > python3-hypothesis: upgrade 6.98.12 -> 6.98.15
  > rust: Fix build failure re-appeared on riscv32
  > gtk+3: update 3.24.38 -> 3.24.41
  > linux-yocto: Enable gpio-sim with ptests
  > linux-yocto/6.6: update CVE exclusions
  > linux-yocto/6.6: update to v6.6.20
  > linux-yocto/cfg/6.6: drop CONFIG_DEBUG_CREDENTIALS
  > go: upgrade 1.21.5 -> 1.21.7
  > go: upgrade 1.21.0 -> 1.21.5
  > oeqa/gotoolchain: set GOPROXY
  > goarch: disable dynamic linking globally
  > go: bump 1.21.0
  > go: rework patch to avoid identation
  > bitbake: prserv/serv: Fix a PID file removal race on prserv stop
  > bitbake: fetch/git: Avoid clean upon failure
  > qemu: backport patch for ui/clipboard issue
  > mesa,mesa-gl: Fix build when dri3 is not enabled
  > coreutils: backport patch to fix heap overflow in split
  > u-boot: Move UBOOT_INITIAL_ENV back to u-boot.inc
  > qemu: Replace workaround with proper usermode fix for shmat
  > no-gplv3: Tweak for packagemangement in core-image-full-cmdline
  > core-image-full-cmdline: add package-management
  > python3-attrs: disable Hypothesis deadline
  > rust: reproducibility issue fix with v1.75
  > rust: Revert PGO to it's default
  > rust: Upgrade 1.74.1 -> 1.75.0
  > linux-firmware: split out more firmware pieces
  > llvm: Update to 18.1.0 RC4
  > waf: Improve version parsing to avoid failing on warnings
  > xprop: upgrade 1.2.6 -> 1.2.7
  > xkeyboard-config: upgrade 2.40 -> 2.41
  > xkbcomp: upgrade 1.4.6 -> 1.4.7
  > swig: upgrade 4.2.0 -> 4.2.1
  > python3-yamllint: upgrade 1.33.0 -> 1.35.1
  > python3-urllib3: upgrade 2.1.0 -> 2.2.1
  > python3: upgrade 3.12.1 -> 3.12.2
  > python3-typing-extensions: upgrade 4.9.0 -> 4.10.0
  > python3-trove-classifiers: upgrade 2024.1.8 -> 2024.2.23
  > python3-setuptools-rust: upgrade 1.8.1 -> 1.9.0
  > python3-pytz: upgrade 2023.4 -> 2024.1
  > python3-pytest: upgrade 8.0.0 -> 8.0.2
  > python3-pycairo: upgrade 1.25.1 -> 1.26.0
  > python3-pip: upgrade 23.3.2 -> 24.0
  > python3-hypothesis: upgrade 6.97.3 -> 6.98.12
  > python3-dbusmock: upgrade 0.30.2 -> 0.31.1
  > python3-certifi: upgrade 2023.11.17 -> 2024.2.2
  > python3-beartype: upgrade 0.17.0 -> 0.17.2
  > pkgconf: upgrade 2.1.0 -> 2.1.1
  > pciutils: upgrade 3.10.0 -> 3.11.1
  > pango: upgrade 1.51.0 -> 1.52.0
  > ofono: upgrade 2.3 -> 2.4
  > mpg123: upgrade 1.32.4 -> 1.32.5
  > makedepend: upgrade 1.0.8 -> 1.0.9
  > lighttpd: upgrade 1.4.73 -> 1.4.74
  > libxvmc: upgrade 1.0.13 -> 1.0.14
  > libxkbfile: upgrade 1.1.2 -> 1.1.3
  > libxext: upgrade 1.3.5 -> 1.3.6
  > liburi-perl: upgrade 5.25 -> 5.27
  > libunistring: upgrade 1.1 -> 1.2
  > libsecret: upgrade 0.21.2 -> 0.21.4
  > libpng: upgrade 1.6.41 -> 1.6.42
  > libmicrohttpd: upgrade 0.9.77 -> 1.0.1
  > libksba: upgrade 1.6.5 -> 1.6.6
  > libhandy: upgrade 1.8.2 -> 1.8.3
  > libgpg-error: upgrade 1.47 -> 1.48
  > libffi: upgrade 3.4.5 -> 3.4.6
  > git: upgrade 2.43.0 -> 2.44.0
  > gcr: upgrade 4.1.0 -> 4.2.0
  > efivar: upgrade 38 -> 39
  > ed: upgrade 1.20 -> 1.20.1
  > createrepo-c: upgrade 1.0.3 -> 1.0.4
  > ccache: upgrade 4.9 -> 4.9.1
  > bash-completion: upgrade 2.11 -> 2.12.0
  > mirrors: Switch llvm to use shallow cloning
  > gstreamer1.0: skip a test that is known to be flaky
  > oeqa/lib/utils/postactions: fix host disk usage stats retrieval
  > python3-cryptography{-vectors}: upgrade to 42.0.5
  > libc-locale: fix ASCII compatible warning cause build failure.
  > rpm: Fix the following error when run nativesdk-rpm in nativesdk environment.
  > python3: dont disable readline module for editline
  > python3-maturin: Recognise riscv32 architecture
  > python3-bcrypt: Fix build break on arches without 64 bit atomics
  > python3-git: upgrade 3.1.41 -> 3.1.42
  > wpa-supplicant: Fix CVE-2023-52160
  > libexif: remove unused version_underscore
  > bitbake: taskexp_ncurses: fix execution example in introductory comment

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

* sources/meta-arm 1231e54a...aba92504 (1):
  > ci: Ensure tests are in the Corstone-1000 flash image

* sources/meta-clang fc56d6c...eebe4ff (13):
  > lksctp-tools: Reset SECURITY_STACK_PROTECTOR with clang
  > clang: Upgrade to clang 18.1 major release
  > clang: Adjust packaging to match new libLLVM soname
  > bpftrace: Upgrade to 0.20+ and fix with llvm 18
  > bcc: Do not set LLVM_PACKAGE_VERSION explicitly
  > vulkan-samples: Disable deprecated declaration warnings with libc++
  > castxml: Upgrade to 0.6.4
  > spirv-llvm-translator: Switch to main branch for llvm 18 support
  > libcxx: Pass LLVM_RUNTIME_TARGETS
  > rust-llvm: Fix build with clang-18
  > kernel-selftest: Use gcc for now.
  > optee-os: Use gcc instead of clang-18
  > openldap: Fix build with lld linker

* sources/meta-elm-binary e57ece1...ee89d03 (1):
  > Merge pull request #9 from YoeDistro/yoe/mut

* sources/meta-freescale cce48564...f867e0d8 (4):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe
  > Merge pull request #1761 from hiagofranco/fix_uuu_bootloader_tag
  > Merge pull request #1760 from mschwan-phytec/wip-master-bmap-rename

* sources/meta-freescale-3rdparty 13f46cb...ae392bf (1):
  > Merge pull request #294 from chrisdimich/master

* sources/meta-intel e318d880...9ed54a13 (7):
  > ispc: upgrade 1.22.0 -> 1.23.0
  > openvkl: upgrade 2.0.0 -> 2.0.1
  > ospray: upgrade 3.0.0 -> 3.1.0
  > embree: upgrade 4.3.0 -> 4.3.1
  > rkcommon: upgrade 1.12.0 -> 1.13.0
  > intel-compute-runtime: upgrade 23.22.26516.18 -> 24.05.28454.6
  > intel-graphics-compiler: upgrade 1.0.14062.11 -> 1.0.15985.7

* sources/meta-odroid 665b62d...ae4ac91 (1):
  > u-boot_2023: Drop PYTHON_PN

* sources/meta-openembedded 9f0e51321...3a94bc1c0 (137):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > layer.conf: Update for the scarthgap release series
  > python3-wsproto: Add recipe
  > python3-httptools: added recipe which is also include ptest
  > python3-a2wsgi: added recipe which is also include ptest
  > libvncserver: fix reproducibility issue
  > gnome-terminal: fix reproducibility issue
  > gnome-settings-daemon: fix reproducibility issue
  > gnome-disk-utility: fix reproducibility issue
  > gnome-control-center: fix reproducibility issue
  > vlc: Fix build on 32bit x86
  > php: Upgrade to 8.2.16
  > remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATH
  > thin-provisioning-tools: 1.0.9 -> 1.0.12
  > netcf: Fix build with latest gnulib
  > gnulib: 2018-12-18 -> 202401
  > xfsprogs: 6.5.0 -> 6.6.0
  > yaffs2-utils: Upgrade to 20221209
  > webp-pixbuf-loader: update 0.2.5 -> 0.2.7
  > python3-google-auth: add ptest and update runtime dependencies
  > python3-responses: add recipe
  > python3-pytest-localserver: added recipe which is also include ptest
  > tcprelay: fix a minor cross compilation do_configure issue
  > vlc: Upgrade to 3.0.20
  > gnome-online-accounts: Fix build with libxml2 2.12
  > abseil-cpp: upgrade 20230802.1 -> 20240116.1
  > gnome-commander: Fix build with taglib 2.0
  > libmusicbrainz: Update to tip of trunk
  > mariadb: Fix build with libxml2 2.12 ABI changes
  > xmlstarlet: Fix build with API breakage in libxml2 2.12
  > python3-tomli-w: added recipe which is also include ptest
  > libosinfo: Fix build with libxml2 v2.12
  > googletest: allow for shared libraries
  > libnice: Disable the examples and the tests
  > python3-google-auth-oauthlib: add ptest
  > python3-traitlets: add ptest and update runtime dependencies
  > mozjs-115: fix reproducibility issue
  > net-snmp: upgrade 5.9.3 -> 5.9.4
  > nss: Upgrade 3.74 -> 3.98
  > squid: Upgrade to 6.8
  > re2: Upgrade 2023.03.01 -> 2024.03.01
  > googletest: Pass -fPIC to CFLAGS
  > gosu: Upgrade to 1.17
  > postfix: upgrade 3.8.5 -> 3.8.6
  > networkmanager: 1.44.0 -> 1.46.0
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > python3-invoke: add recipe
  > python3-icecream: add recipe
  > netplan: upgrade 0.106 -> 1.0
  > stunnel: upgrade 5.69 -> 5.72
  > smarty: upgrade 4.3.4 -> 4.4.1
  > python3-sentry-sdk: upgrade 1.40.4 -> 1.40.6
  > python3-scrypt: upgrade 0.8.20 -> 0.8.24
  > python3-pymisp: upgrade 2.4.185 -> 2.4.186
  > python3-pdm: upgrade 2.12.3 -> 2.12.4
  > python3-ipython: upgrade 8.21.0 -> 8.22.1
  > python3-grpcio(-tools): upgrade 1.60.1 -> 1.62.0
  > python3-google-api-python-client: upgrade 2.118.0 -> 2.120.0
  > python3-google-api-core: upgrade 2.16.2 -> 2.17.1
  > python3-gcovr: upgrade 7.0 -> 7.2
  > python3-eventlet: upgrade 0.35.1 -> 0.35.2
  > python3-dnspython: upgrade 2.6.0 -> 2.6.1
  > python3-cbor2: upgrade 5.6.1 -> 5.6.2
  > python3-astroid: upgrade 3.0.3 -> 3.1.0
  > ostree: upgrade 2024.3 -> 2024.4
  > neatvnc: upgrade 0.7.2 -> 0.8.0
  > libtdb: upgrade 1.4.9 -> 1.4.10
  > libtalloc: upgrade 2.4.1 -> 2.4.2
  > fetchmail: upgrade 6.4.37 -> 6.4.38
  > ddrescue: upgrade 1.27 -> 1.28
  > dbus-cxx: upgrade 2.5.0 -> 2.5.1
  > ctags: upgrade 6.1.20240114.0 -> 6.1.20240225.0
  > c-ares: upgrade 1.26.0 -> 1.27.0
  > bats: upgrade 1.10.0 -> 1.11.0
  > python3-eth-utils: remove unused patches
  > webkitgtk3: remove unused patch
  > emacs: remove unused patch
  > opengl-es-cts: remove unused patch
  > libio-pty-perl: remove unsed patch
  > openal-soft: remove unused patches
  > tracker: remove unused patch
  > python3-marshmallow: upgrade 3.20.2 -> 3.21.1 and add ptest
  > glmark2: add upstream patch to not care about stencil config
  > signing.bbclass: fix typos
  > emacs: Add packageconfig for selinux support
  > pgpool2: Fix build with postgresql 16+
  > pgpool2: Upgrade to 4.5.1
  > python3-arrow: add ptest, update backend and runtime dependencies
  > python3-types-python-dateutil: add recipe
  > toybox-inittab: Fix serial getty reproducibility
  > polkit: update 123 -> 124
  > mozjs-115: update 115.6.0 -> 115.8.0
  > python3-dateutil: upgrade 2.8.2 -> 2.9.0
  > python3-freezegun: add recipe and add ptest
  > drbd-utils: Fix a udev rule reproducibility
  > drbd-utils: Drop a duplicated line in DESCRIPTION
  > ptest-packagelists-meta-python: Move py3-libgpiod out of PTESTS_PROBLEMS_META_PYTHON
  > ptest-packagelists-meta-oe: Move libgpiod out of PTESTS_PROBLEMS_META_OE
  > postgresql: upgrade 15.5 -> 16.2
  > nodejs: upgrade 20.11.0 -> 20.11.1
  > multipath-tools: upgrade 0.9.3 -> 0.9.8
  > syslog-ng: upgrade 4.0.1 -> 4.6.0
  > python3-aiohappyeyeballs: Correct the typo of BBCLASSEXTEND
  > googletest: allow for shared libraries
  > e2tools: Delete unneeded files from ptest package
  > python3-wrapt: add ptest
  > ptest-packagelists-meta-python: Move python3-xlrd from PTESTS_PROBLEMS_META_PYTHON to PTESTS_FAST_META_PYTHON
  > nlohmann-json: Upgrade to 3.11.3
  > python3-netaddr: upgrade 0.10.1 -> 1.2.1 and add ptest
  > python3-google-auth: upgrade 2.28.0 -> 2.28.1
  > syzkaller: Fix build with go 1.21
  > crucible: Define GOPROXY
  > influxdb: Define GOPROXY
  > folks: update 0.15.6 -> 0.15.7
  > drbd-utils: Disable warnings as errors
  > drbd-utils: upgrade 9.22.0 -> 9.27.0
  > openvpn: upgrade 2.6.7 -> 2.6.9
  > fuse3: Make kmod as a recommendation instead of rdep for ptests
  > fuse3: use 4 spaces for indentation
  > openldap: upgrade 2.5.16 -> 2.6.7
  > postfix: upgrade 3.7.3 -> 3.8.5
  > krb5: upgrade 1.20.2 -> 1.21.2
  > keyutils: Add missing rdep for ptests
  > layer.conf: Add nativesdk-libdevmapper PREFERRED_RPROVIDER
  > cryptsetup: upgrade 2.6.1 -> 2.7.0
  > grpc: upgrade 1.60.0 -> 1.60.1
  > iperf3: upgrade 3.15 -> 3.16
  > libgpiod: Tests rely on configfs support in kernel
  > python3-betamax: Upgrade to 0.9.0
  > python3-pyzmq: Add missing dep on python3-unixadmin for ptests
  > python3-gpiod: Tests rely on configfs support in kernel
  > python3-fastjsonschema: Add missing ptest deps
  > xfce4-notifyd: use python3native and depend on python3-packaging-native
  > ristretto: use python3native and depend on glib-2.0-native, python3-packaging-native
  > libkcapi: Update HOMEPAGE url
  > openipmi: fix do_configure error when using dash

* sources/meta-qcom 567079b...e7bcac0 (1):
  > Merge pull request #582 from lumag/cuse

* sources/meta-qt6 1695f1a...394d7d9 (215):
  > qtwebengine: Fix build with clang18
  > squish: don't move executables
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-raspberrypi 95a9103...92a9b7a (1):
  > rpi-base: Added missing HiFiBerry

* sources/meta-riscv dc7aeb4...d1df527 (5):
  > musl: Drop rv32 patches
  > riscv-common: Rename bmap-tools-native -> bmaptool-native
  > linux-starfive-dev: Fix perf build with gcc-13
  > capnproto,pidgin-sipe: Re-enable on rv32
  > ostree: Do not mark unavailable for rv32

* sources/meta-rockchip bcf1d92...06a65d4 (3):
  > rock-5[ab]: use regular yocto kernel
  > rockchip.wks: fix typo
  > layer.conf: update for scarthgap

* sources/meta-ti e24577a7...ee1f6799 (15):
  > CI/CD Auto-Merger: cicd.master.202403080100
  > conf: machine: am62axx: Pick overlays for V3Link cameras
  > linux-ti-staging-rt_6.6: Add KERNEL_LCOALVERSION change
  > u-boot-ti: Change from UBOOT_LOCALVERSION and SRCPV
  > linux-ti-staging: Update KERNEL_LOCALVERSION
  > Drop SRCPV
  > CI/CD Auto-Merger: cicd.master.202402271317
  > Rework jailhouse recipe to support different image build
  > conf: beaglebone-ai64: Apply U-boot defconfig fragments
  > conf: beagleplay: Apply U-boot defconfig fragments
  > meta-ti-bsp: update BeagleBoard.org BSP to the latest
  > linux-bb.org: remove custom FILES:${KERNEL_PACKAGE_NAME}-devicetree
  > meta-ti-bsp: trusted-firmware-arm: Update to master
  > meta-ti-bsp: optee: Upgrade to 4.1
  > conf: machine: Apply U-boot fragment configs for AM62P Display Cluster Image

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

* sources/poky 4945ca640b...cc40e82817 (204):
  > glibc: Update to tip of 2.39 branch
  > qemuriscv: Fix kbd and mouse emulation
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > openssh: enable sshd.service by default
  > linux-firmware: remove pointless linux-firmware-gplv2-license package
  > linux-firmware: set LICENSE field for -liquidui and -mellanox
  > linux-firmware: add support for deduplicating the firmware
  > mesa: fix opencl-spirv build
  > rust: reproducibility issue fix with v1.75
  > lttng-tools: skip kernel tests if no kernel modules present
  > layer.conf: Prepare for release, drop nanbield LAYERSERIES
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests
  > openssh: Add a workaround for ICE on powerpc64le
  > kernel-fitImage: only include valid compatible line
  > go.bbclass: set GOPROXY
  > systemd: Check for directory before chmod'ing it
  > bmaptool: Add bmap-tools runtime alias for compatibility
  > genericarm64: clean up kernel modules and firmware
  > genericarm64.wks: reorder partitions
  > poky: Update to prepare for scarthgap release
  > go: filter out build specific path from the linker flags
  > systemd: remove systemd-bus-proxy settings
  > systemd: use RDEPENDS for systemd-vconsole-setup
  > systemd: fix dead link /var/log/README
  > rxvt-unicode: Fix installing of terminfo
  > valgrind: skip intermittently failing ptests
  > sstatetests.py: Add testing for correct sstate permissions
  > oeqa/runtime/login: Fix dbus-wait timeout and loop conditional
  > oeqa/runtime/login: Add screenshot sample logic/timeout/dbus-wait
  > oeqa/runtime/login: Exclude qemuriscv64
  > oeqa/runtime/login: Mask out the mouse panel icon for now
  > oeqa/runtime/login: Various code improvements and fixes
  > oeqa/runtime/login: Proof of concept for screenshot testcases
  > screenshot-tests: Add initial screenshot test png files for core-image-sato
  > qemurunner.py: Fix error on calls to run_monitor
  > webkitgtk: upgrade 2.42.2 -> 2.42.5
  > vulkan: upgrade 1.3.268.0 -> 1.3.275.0
  > vala: upgrade 0.56.13 -> 0.56.15
  > update-rc.d: upgrade to latest revision
  > taglib: upgrade 1.13.1 -> 2.0 and add utfcpp recipe to support that
  > ttyrun: upgrade 2.30.0 -> 2.31.0
  > systemd: upgrade 255.1 -> 255.4
  > shaderc: update 2023.7 -> 2023.8
  > repo: upgrade 2.41 -> 2.42
  > python3-wcwidth: upgrade 0.2.12 -> 0.2.13
  > python3-setuptools: upgrade 69.0.3 -> 69.1.1
  > python3-ruamel-yaml: upgrade 0.17.35 -> 0.18.6
  > python3-jsonschema: upgrade 4.17.3 -> 4.21.1 and add new dependencies
  > python3-dtschema: upgrade 2023.7 -> 2024.2
  > python3-build: upgrade 1.0.3 -> 1.1.1
  > piglit: upgrade to latest revision
  > puzzles: upgrade to latest revision
  > orc: upgrade 0.4.37 -> 0.4.38
  > nghttp2: upgrade 1.59.0 -> 1.60.0
  > minicom: upgrade 2.8 -> 2.9
  > mesa: upgrade 24.0.1 -> 24.0.2
  > mc: upgrade 4.8.30 -> 4.8.31
  > man-pages: upgrade 6.05.01 -> 6.06
  > lsof: upgrade 4.98.0 -> 4.99.3
  > librsvg: upgrade 2.56.3 -> 2.57.1
  > linux-firmware: upgrade 20231211 -> 20240220
  > libxml2: upgrade 2.11.5 -> 2.12.5
  > libusb1: upgrade 1.0.26 -> 1.0.27
  > librepo: update 1.16.0 -> 1.17.0
  > libpcre2: upgrade 10.42 -> 10.43
  > libpciaccess: upgrade 0.17 -> 0.18
  > libdnf: update 0.72.0 -> 0.73.0
  > libbsd: upgrade 0.11.8 -> 0.12.1
  > kmscube: upgrade to latest revision
  > glib-networking: upgrade 2.78.0 -> 2.78.1
  > glib-2.0: upgrade 2.78.3 -> 2.78.4
  > gettext: upgrade 0.22.4 -> 0.22.5
  > epiphany: upgrade 45.1 -> 45.3
  > elfutils: upgrade 0.189 -> 0.191
  > ell: upgrade 0.62 -> 0.63
  > diffoscope: upgrade 253 -> 259
  > dnf: upgrade 4.18.2 -> 4.19.0
  > btrfs-tools: upgrade 6.5.3 -> 6.7.1
  > boost: upgrade 1.83.0 -> 1.84.0
  > appstream: upgrade 1.0.0 -> 1.0.2
  > acl: upgrade 2.3.1 -> 2.3.2
  > python3-sphinxcontrib-jquery: add a recipe and make python3-sphinx-rtd-theme depend on it
  > dev-manual: bmaptool: rename
  > manuals: document VIRTUAL-RUNTIME variables
  > contributor-guide: add notes for tests
  > dev-manual: packages: fix capitalization
  > ref-manual: variables: adding multiple groups in GROUPADD_PARAM
  > ref-manual: variables: correct sdk installation default path
  > ref-manual: tasks: do_cleansstate: recommend using '-f' instead for a shared sstate
  > ref-manual: tasks: do_cleanall: recommend using '-f' instead
  > ref-manual: classes: add cve status check for oe.qa
  > libpng: Update SRC_URI to avoid redirects
  > go: Drop linkmode with nativesdk/cross-canadian
  > go: Further tweak indentation in patch
  > go: bump 1.22.0
  > image_types.bbclass: fix vfat image names
  > xz: correct upstream version check
  > rxvt: add rxvt to desktop entry name
  > Add genericarm64 MACHINE
  > bitbake: utils: remove BB_ENV_PASSTHROUGH from preserved_envvars()
  > bmaptool: now part of Yocto Project
  > python3-cryptography_42.0.5.bb: delete redundant ptest packaging
  > expat: upgrdae 2.6.0 -> 2.6.1
  > gdb: Upgrade 14.1 -> 14.2
  > python3-hypothesis: upgrade 6.98.12 -> 6.98.15
  > rust: Fix build failure re-appeared on riscv32
  > gtk+3: update 3.24.38 -> 3.24.41
  > linux-yocto: Enable gpio-sim with ptests
  > linux-yocto/6.6: update CVE exclusions
  > linux-yocto/6.6: update to v6.6.20
  > linux-yocto/cfg/6.6: drop CONFIG_DEBUG_CREDENTIALS
  > go: upgrade 1.21.5 -> 1.21.7
  > go: upgrade 1.21.0 -> 1.21.5
  > oeqa/gotoolchain: set GOPROXY
  > goarch: disable dynamic linking globally
  > go: bump 1.21.0
  > go: rework patch to avoid identation
  > bitbake: prserv/serv: Fix a PID file removal race on prserv stop
  > bitbake: fetch/git: Avoid clean upon failure
  > qemu: backport patch for ui/clipboard issue
  > mesa,mesa-gl: Fix build when dri3 is not enabled
  > coreutils: backport patch to fix heap overflow in split
  > u-boot: Move UBOOT_INITIAL_ENV back to u-boot.inc
  > qemu: Replace workaround with proper usermode fix for shmat
  > no-gplv3: Tweak for packagemangement in core-image-full-cmdline
  > core-image-full-cmdline: add package-management
  > python3-attrs: disable Hypothesis deadline
  > rust: reproducibility issue fix with v1.75
  > rust: Revert PGO to it's default
  > rust: Upgrade 1.74.1 -> 1.75.0
  > linux-firmware: split out more firmware pieces
  > llvm: Update to 18.1.0 RC4
  > waf: Improve version parsing to avoid failing on warnings
  > xprop: upgrade 1.2.6 -> 1.2.7
  > xkeyboard-config: upgrade 2.40 -> 2.41
  > xkbcomp: upgrade 1.4.6 -> 1.4.7
  > swig: upgrade 4.2.0 -> 4.2.1
  > python3-yamllint: upgrade 1.33.0 -> 1.35.1
  > python3-urllib3: upgrade 2.1.0 -> 2.2.1
  > python3: upgrade 3.12.1 -> 3.12.2
  > python3-typing-extensions: upgrade 4.9.0 -> 4.10.0
  > python3-trove-classifiers: upgrade 2024.1.8 -> 2024.2.23
  > python3-setuptools-rust: upgrade 1.8.1 -> 1.9.0
  > python3-pytz: upgrade 2023.4 -> 2024.1
  > python3-pytest: upgrade 8.0.0 -> 8.0.2
  > python3-pycairo: upgrade 1.25.1 -> 1.26.0
  > python3-pip: upgrade 23.3.2 -> 24.0
  > python3-hypothesis: upgrade 6.97.3 -> 6.98.12
  > python3-dbusmock: upgrade 0.30.2 -> 0.31.1
  > python3-certifi: upgrade 2023.11.17 -> 2024.2.2
  > python3-beartype: upgrade 0.17.0 -> 0.17.2
  > pkgconf: upgrade 2.1.0 -> 2.1.1
  > pciutils: upgrade 3.10.0 -> 3.11.1
  > pango: upgrade 1.51.0 -> 1.52.0
  > ofono: upgrade 2.3 -> 2.4
  > mpg123: upgrade 1.32.4 -> 1.32.5
  > makedepend: upgrade 1.0.8 -> 1.0.9
  > lighttpd: upgrade 1.4.73 -> 1.4.74
  > libxvmc: upgrade 1.0.13 -> 1.0.14
  > libxkbfile: upgrade 1.1.2 -> 1.1.3
  > libxext: upgrade 1.3.5 -> 1.3.6
  > liburi-perl: upgrade 5.25 -> 5.27
  > libunistring: upgrade 1.1 -> 1.2
  > libsecret: upgrade 0.21.2 -> 0.21.4
  > libpng: upgrade 1.6.41 -> 1.6.42
  > libmicrohttpd: upgrade 0.9.77 -> 1.0.1
  > libksba: upgrade 1.6.5 -> 1.6.6
  > libhandy: upgrade 1.8.2 -> 1.8.3
  > libgpg-error: upgrade 1.47 -> 1.48
  > libffi: upgrade 3.4.5 -> 3.4.6
  > git: upgrade 2.43.0 -> 2.44.0
  > gcr: upgrade 4.1.0 -> 4.2.0
  > efivar: upgrade 38 -> 39
  > ed: upgrade 1.20 -> 1.20.1
  > createrepo-c: upgrade 1.0.3 -> 1.0.4
  > ccache: upgrade 4.9 -> 4.9.1
  > bash-completion: upgrade 2.11 -> 2.12.0
  > mirrors: Switch llvm to use shallow cloning
  > gstreamer1.0: skip a test that is known to be flaky
  > oeqa/lib/utils/postactions: fix host disk usage stats retrieval
  > python3-cryptography{-vectors}: upgrade to 42.0.5
  > libc-locale: fix ASCII compatible warning cause build failure.
  > rpm: Fix the following error when run nativesdk-rpm in nativesdk environment.
  > python3: dont disable readline module for editline
  > python3-maturin: Recognise riscv32 architecture
  > python3-bcrypt: Fix build break on arches without 64 bit atomics
  > python3-git: upgrade 3.1.41 -> 3.1.42
  > wpa-supplicant: Fix CVE-2023-52160
  > libexif: remove unused version_underscore
  > bitbake: taskexp_ncurses: fix execution example in introductory comment

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

* sources/meta-arm 1231e54a...aba92504 (1):
  > ci: Ensure tests are in the Corstone-1000 flash image

* sources/meta-clang fc56d6c...d0d4339 (14):
  > clang: Bump version to 18.1.1
  > lksctp-tools: Reset SECURITY_STACK_PROTECTOR with clang
  > clang: Upgrade to clang 18.1 major release
  > clang: Adjust packaging to match new libLLVM soname
  > bpftrace: Upgrade to 0.20+ and fix with llvm 18
  > bcc: Do not set LLVM_PACKAGE_VERSION explicitly
  > vulkan-samples: Disable deprecated declaration warnings with libc++
  > castxml: Upgrade to 0.6.4
  > spirv-llvm-translator: Switch to main branch for llvm 18 support
  > libcxx: Pass LLVM_RUNTIME_TARGETS
  > rust-llvm: Fix build with clang-18
  > kernel-selftest: Use gcc for now.
  > optee-os: Use gcc instead of clang-18
  > openldap: Fix build with lld linker

* sources/meta-elm-binary e57ece1...ee89d03 (1):
  > Merge pull request #9 from YoeDistro/yoe/mut

* sources/meta-freescale cce48564...f867e0d8 (4):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe
  > Merge pull request #1761 from hiagofranco/fix_uuu_bootloader_tag
  > Merge pull request #1760 from mschwan-phytec/wip-master-bmap-rename

* sources/meta-freescale-3rdparty 13f46cb...ae392bf (1):
  > Merge pull request #294 from chrisdimich/master

* sources/meta-intel e318d880...9ed54a13 (7):
  > ispc: upgrade 1.22.0 -> 1.23.0
  > openvkl: upgrade 2.0.0 -> 2.0.1
  > ospray: upgrade 3.0.0 -> 3.1.0
  > embree: upgrade 4.3.0 -> 4.3.1
  > rkcommon: upgrade 1.12.0 -> 1.13.0
  > intel-compute-runtime: upgrade 23.22.26516.18 -> 24.05.28454.6
  > intel-graphics-compiler: upgrade 1.0.14062.11 -> 1.0.15985.7

* sources/meta-odroid 665b62d...ae4ac91 (1):
  > u-boot_2023: Drop PYTHON_PN

* sources/meta-openembedded 9f0e51321...3a94bc1c0 (137):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > layer.conf: Update for the scarthgap release series
  > python3-wsproto: Add recipe
  > python3-httptools: added recipe which is also include ptest
  > python3-a2wsgi: added recipe which is also include ptest
  > libvncserver: fix reproducibility issue
  > gnome-terminal: fix reproducibility issue
  > gnome-settings-daemon: fix reproducibility issue
  > gnome-disk-utility: fix reproducibility issue
  > gnome-control-center: fix reproducibility issue
  > vlc: Fix build on 32bit x86
  > php: Upgrade to 8.2.16
  > remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATH
  > thin-provisioning-tools: 1.0.9 -> 1.0.12
  > netcf: Fix build with latest gnulib
  > gnulib: 2018-12-18 -> 202401
  > xfsprogs: 6.5.0 -> 6.6.0
  > yaffs2-utils: Upgrade to 20221209
  > webp-pixbuf-loader: update 0.2.5 -> 0.2.7
  > python3-google-auth: add ptest and update runtime dependencies
  > python3-responses: add recipe
  > python3-pytest-localserver: added recipe which is also include ptest
  > tcprelay: fix a minor cross compilation do_configure issue
  > vlc: Upgrade to 3.0.20
  > gnome-online-accounts: Fix build with libxml2 2.12
  > abseil-cpp: upgrade 20230802.1 -> 20240116.1
  > gnome-commander: Fix build with taglib 2.0
  > libmusicbrainz: Update to tip of trunk
  > mariadb: Fix build with libxml2 2.12 ABI changes
  > xmlstarlet: Fix build with API breakage in libxml2 2.12
  > python3-tomli-w: added recipe which is also include ptest
  > libosinfo: Fix build with libxml2 v2.12
  > googletest: allow for shared libraries
  > libnice: Disable the examples and the tests
  > python3-google-auth-oauthlib: add ptest
  > python3-traitlets: add ptest and update runtime dependencies
  > mozjs-115: fix reproducibility issue
  > net-snmp: upgrade 5.9.3 -> 5.9.4
  > nss: Upgrade 3.74 -> 3.98
  > squid: Upgrade to 6.8
  > re2: Upgrade 2023.03.01 -> 2024.03.01
  > googletest: Pass -fPIC to CFLAGS
  > gosu: Upgrade to 1.17
  > postfix: upgrade 3.8.5 -> 3.8.6
  > networkmanager: 1.44.0 -> 1.46.0
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > python3-invoke: add recipe
  > python3-icecream: add recipe
  > netplan: upgrade 0.106 -> 1.0
  > stunnel: upgrade 5.69 -> 5.72
  > smarty: upgrade 4.3.4 -> 4.4.1
  > python3-sentry-sdk: upgrade 1.40.4 -> 1.40.6
  > python3-scrypt: upgrade 0.8.20 -> 0.8.24
  > python3-pymisp: upgrade 2.4.185 -> 2.4.186
  > python3-pdm: upgrade 2.12.3 -> 2.12.4
  > python3-ipython: upgrade 8.21.0 -> 8.22.1
  > python3-grpcio(-tools): upgrade 1.60.1 -> 1.62.0
  > python3-google-api-python-client: upgrade 2.118.0 -> 2.120.0
  > python3-google-api-core: upgrade 2.16.2 -> 2.17.1
  > python3-gcovr: upgrade 7.0 -> 7.2
  > python3-eventlet: upgrade 0.35.1 -> 0.35.2
  > python3-dnspython: upgrade 2.6.0 -> 2.6.1
  > python3-cbor2: upgrade 5.6.1 -> 5.6.2
  > python3-astroid: upgrade 3.0.3 -> 3.1.0
  > ostree: upgrade 2024.3 -> 2024.4
  > neatvnc: upgrade 0.7.2 -> 0.8.0
  > libtdb: upgrade 1.4.9 -> 1.4.10
  > libtalloc: upgrade 2.4.1 -> 2.4.2
  > fetchmail: upgrade 6.4.37 -> 6.4.38
  > ddrescue: upgrade 1.27 -> 1.28
  > dbus-cxx: upgrade 2.5.0 -> 2.5.1
  > ctags: upgrade 6.1.20240114.0 -> 6.1.20240225.0
  > c-ares: upgrade 1.26.0 -> 1.27.0
  > bats: upgrade 1.10.0 -> 1.11.0
  > python3-eth-utils: remove unused patches
  > webkitgtk3: remove unused patch
  > emacs: remove unused patch
  > opengl-es-cts: remove unused patch
  > libio-pty-perl: remove unsed patch
  > openal-soft: remove unused patches
  > tracker: remove unused patch
  > python3-marshmallow: upgrade 3.20.2 -> 3.21.1 and add ptest
  > glmark2: add upstream patch to not care about stencil config
  > signing.bbclass: fix typos
  > emacs: Add packageconfig for selinux support
  > pgpool2: Fix build with postgresql 16+
  > pgpool2: Upgrade to 4.5.1
  > python3-arrow: add ptest, update backend and runtime dependencies
  > python3-types-python-dateutil: add recipe
  > toybox-inittab: Fix serial getty reproducibility
  > polkit: update 123 -> 124
  > mozjs-115: update 115.6.0 -> 115.8.0
  > python3-dateutil: upgrade 2.8.2 -> 2.9.0
  > python3-freezegun: add recipe and add ptest
  > drbd-utils: Fix a udev rule reproducibility
  > drbd-utils: Drop a duplicated line in DESCRIPTION
  > ptest-packagelists-meta-python: Move py3-libgpiod out of PTESTS_PROBLEMS_META_PYTHON
  > ptest-packagelists-meta-oe: Move libgpiod out of PTESTS_PROBLEMS_META_OE
  > postgresql: upgrade 15.5 -> 16.2
  > nodejs: upgrade 20.11.0 -> 20.11.1
  > multipath-tools: upgrade 0.9.3 -> 0.9.8
  > syslog-ng: upgrade 4.0.1 -> 4.6.0
  > python3-aiohappyeyeballs: Correct the typo of BBCLASSEXTEND
  > googletest: allow for shared libraries
  > e2tools: Delete unneeded files from ptest package
  > python3-wrapt: add ptest
  > ptest-packagelists-meta-python: Move python3-xlrd from PTESTS_PROBLEMS_META_PYTHON to PTESTS_FAST_META_PYTHON
  > nlohmann-json: Upgrade to 3.11.3
  > python3-netaddr: upgrade 0.10.1 -> 1.2.1 and add ptest
  > python3-google-auth: upgrade 2.28.0 -> 2.28.1
  > syzkaller: Fix build with go 1.21
  > crucible: Define GOPROXY
  > influxdb: Define GOPROXY
  > folks: update 0.15.6 -> 0.15.7
  > drbd-utils: Disable warnings as errors
  > drbd-utils: upgrade 9.22.0 -> 9.27.0
  > openvpn: upgrade 2.6.7 -> 2.6.9
  > fuse3: Make kmod as a recommendation instead of rdep for ptests
  > fuse3: use 4 spaces for indentation
  > openldap: upgrade 2.5.16 -> 2.6.7
  > postfix: upgrade 3.7.3 -> 3.8.5
  > krb5: upgrade 1.20.2 -> 1.21.2
  > keyutils: Add missing rdep for ptests
  > layer.conf: Add nativesdk-libdevmapper PREFERRED_RPROVIDER
  > cryptsetup: upgrade 2.6.1 -> 2.7.0
  > grpc: upgrade 1.60.0 -> 1.60.1
  > iperf3: upgrade 3.15 -> 3.16
  > libgpiod: Tests rely on configfs support in kernel
  > python3-betamax: Upgrade to 0.9.0
  > python3-pyzmq: Add missing dep on python3-unixadmin for ptests
  > python3-gpiod: Tests rely on configfs support in kernel
  > python3-fastjsonschema: Add missing ptest deps
  > xfce4-notifyd: use python3native and depend on python3-packaging-native
  > ristretto: use python3native and depend on glib-2.0-native, python3-packaging-native
  > libkcapi: Update HOMEPAGE url
  > openipmi: fix do_configure error when using dash

* sources/meta-qcom 567079b...e7bcac0 (1):
  > Merge pull request #582 from lumag/cuse

* sources/meta-qt6 1695f1a...394d7d9 (215):
  > qtwebengine: Fix build with clang18
  > squish: don't move executables
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-raspberrypi 95a9103...92a9b7a (1):
  > rpi-base: Added missing HiFiBerry

* sources/meta-riscv dc7aeb4...d1df527 (5):
  > musl: Drop rv32 patches
  > riscv-common: Rename bmap-tools-native -> bmaptool-native
  > linux-starfive-dev: Fix perf build with gcc-13
  > capnproto,pidgin-sipe: Re-enable on rv32
  > ostree: Do not mark unavailable for rv32

* sources/meta-rockchip bcf1d92...06a65d4 (3):
  > rock-5[ab]: use regular yocto kernel
  > rockchip.wks: fix typo
  > layer.conf: update for scarthgap

* sources/meta-ti e24577a7...ee1f6799 (15):
  > CI/CD Auto-Merger: cicd.master.202403080100
  > conf: machine: am62axx: Pick overlays for V3Link cameras
  > linux-ti-staging-rt_6.6: Add KERNEL_LCOALVERSION change
  > u-boot-ti: Change from UBOOT_LOCALVERSION and SRCPV
  > linux-ti-staging: Update KERNEL_LOCALVERSION
  > Drop SRCPV
  > CI/CD Auto-Merger: cicd.master.202402271317
  > Rework jailhouse recipe to support different image build
  > conf: beaglebone-ai64: Apply U-boot defconfig fragments
  > conf: beagleplay: Apply U-boot defconfig fragments
  > meta-ti-bsp: update BeagleBoard.org BSP to the latest
  > linux-bb.org: remove custom FILES:${KERNEL_PACKAGE_NAME}-devicetree
  > meta-ti-bsp: trusted-firmware-arm: Update to master
  > meta-ti-bsp: optee: Upgrade to 4.1
  > conf: machine: Apply U-boot fragment configs for AM62P Display Cluster Image

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

* sources/poky 4945ca640b...84c03265c4 (205):
  > llvm: Update to 18.1.1 release
  > glibc: Update to tip of 2.39 branch
  > qemuriscv: Fix kbd and mouse emulation
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > openssh: enable sshd.service by default
  > linux-firmware: remove pointless linux-firmware-gplv2-license package
  > linux-firmware: set LICENSE field for -liquidui and -mellanox
  > linux-firmware: add support for deduplicating the firmware
  > mesa: fix opencl-spirv build
  > rust: reproducibility issue fix with v1.75
  > lttng-tools: skip kernel tests if no kernel modules present
  > layer.conf: Prepare for release, drop nanbield LAYERSERIES
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests
  > openssh: Add a workaround for ICE on powerpc64le
  > kernel-fitImage: only include valid compatible line
  > go.bbclass: set GOPROXY
  > systemd: Check for directory before chmod'ing it
  > bmaptool: Add bmap-tools runtime alias for compatibility
  > genericarm64: clean up kernel modules and firmware
  > genericarm64.wks: reorder partitions
  > poky: Update to prepare for scarthgap release
  > go: filter out build specific path from the linker flags
  > systemd: remove systemd-bus-proxy settings
  > systemd: use RDEPENDS for systemd-vconsole-setup
  > systemd: fix dead link /var/log/README
  > rxvt-unicode: Fix installing of terminfo
  > valgrind: skip intermittently failing ptests
  > sstatetests.py: Add testing for correct sstate permissions
  > oeqa/runtime/login: Fix dbus-wait timeout and loop conditional
  > oeqa/runtime/login: Add screenshot sample logic/timeout/dbus-wait
  > oeqa/runtime/login: Exclude qemuriscv64
  > oeqa/runtime/login: Mask out the mouse panel icon for now
  > oeqa/runtime/login: Various code improvements and fixes
  > oeqa/runtime/login: Proof of concept for screenshot testcases
  > screenshot-tests: Add initial screenshot test png files for core-image-sato
  > qemurunner.py: Fix error on calls to run_monitor
  > webkitgtk: upgrade 2.42.2 -> 2.42.5
  > vulkan: upgrade 1.3.268.0 -> 1.3.275.0
  > vala: upgrade 0.56.13 -> 0.56.15
  > update-rc.d: upgrade to latest revision
  > taglib: upgrade 1.13.1 -> 2.0 and add utfcpp recipe to support that
  > ttyrun: upgrade 2.30.0 -> 2.31.0
  > systemd: upgrade 255.1 -> 255.4
  > shaderc: update 2023.7 -> 2023.8
  > repo: upgrade 2.41 -> 2.42
  > python3-wcwidth: upgrade 0.2.12 -> 0.2.13
  > python3-setuptools: upgrade 69.0.3 -> 69.1.1
  > python3-ruamel-yaml: upgrade 0.17.35 -> 0.18.6
  > python3-jsonschema: upgrade 4.17.3 -> 4.21.1 and add new dependencies
  > python3-dtschema: upgrade 2023.7 -> 2024.2
  > python3-build: upgrade 1.0.3 -> 1.1.1
  > piglit: upgrade to latest revision
  > puzzles: upgrade to latest revision
  > orc: upgrade 0.4.37 -> 0.4.38
  > nghttp2: upgrade 1.59.0 -> 1.60.0
  > minicom: upgrade 2.8 -> 2.9
  > mesa: upgrade 24.0.1 -> 24.0.2
  > mc: upgrade 4.8.30 -> 4.8.31
  > man-pages: upgrade 6.05.01 -> 6.06
  > lsof: upgrade 4.98.0 -> 4.99.3
  > librsvg: upgrade 2.56.3 -> 2.57.1
  > linux-firmware: upgrade 20231211 -> 20240220
  > libxml2: upgrade 2.11.5 -> 2.12.5
  > libusb1: upgrade 1.0.26 -> 1.0.27
  > librepo: update 1.16.0 -> 1.17.0
  > libpcre2: upgrade 10.42 -> 10.43
  > libpciaccess: upgrade 0.17 -> 0.18
  > libdnf: update 0.72.0 -> 0.73.0
  > libbsd: upgrade 0.11.8 -> 0.12.1
  > kmscube: upgrade to latest revision
  > glib-networking: upgrade 2.78.0 -> 2.78.1
  > glib-2.0: upgrade 2.78.3 -> 2.78.4
  > gettext: upgrade 0.22.4 -> 0.22.5
  > epiphany: upgrade 45.1 -> 45.3
  > elfutils: upgrade 0.189 -> 0.191
  > ell: upgrade 0.62 -> 0.63
  > diffoscope: upgrade 253 -> 259
  > dnf: upgrade 4.18.2 -> 4.19.0
  > btrfs-tools: upgrade 6.5.3 -> 6.7.1
  > boost: upgrade 1.83.0 -> 1.84.0
  > appstream: upgrade 1.0.0 -> 1.0.2
  > acl: upgrade 2.3.1 -> 2.3.2
  > python3-sphinxcontrib-jquery: add a recipe and make python3-sphinx-rtd-theme depend on it
  > dev-manual: bmaptool: rename
  > manuals: document VIRTUAL-RUNTIME variables
  > contributor-guide: add notes for tests
  > dev-manual: packages: fix capitalization
  > ref-manual: variables: adding multiple groups in GROUPADD_PARAM
  > ref-manual: variables: correct sdk installation default path
  > ref-manual: tasks: do_cleansstate: recommend using '-f' instead for a shared sstate
  > ref-manual: tasks: do_cleanall: recommend using '-f' instead
  > ref-manual: classes: add cve status check for oe.qa
  > libpng: Update SRC_URI to avoid redirects
  > go: Drop linkmode with nativesdk/cross-canadian
  > go: Further tweak indentation in patch
  > go: bump 1.22.0
  > image_types.bbclass: fix vfat image names
  > xz: correct upstream version check
  > rxvt: add rxvt to desktop entry name
  > Add genericarm64 MACHINE
  > bitbake: utils: remove BB_ENV_PASSTHROUGH from preserved_envvars()
  > bmaptool: now part of Yocto Project
  > python3-cryptography_42.0.5.bb: delete redundant ptest packaging
  > expat: upgrdae 2.6.0 -> 2.6.1
  > gdb: Upgrade 14.1 -> 14.2
  > python3-hypothesis: upgrade 6.98.12 -> 6.98.15
  > rust: Fix build failure re-appeared on riscv32
  > gtk+3: update 3.24.38 -> 3.24.41
  > linux-yocto: Enable gpio-sim with ptests
  > linux-yocto/6.6: update CVE exclusions
  > linux-yocto/6.6: update to v6.6.20
  > linux-yocto/cfg/6.6: drop CONFIG_DEBUG_CREDENTIALS
  > go: upgrade 1.21.5 -> 1.21.7
  > go: upgrade 1.21.0 -> 1.21.5
  > oeqa/gotoolchain: set GOPROXY
  > goarch: disable dynamic linking globally
  > go: bump 1.21.0
  > go: rework patch to avoid identation
  > bitbake: prserv/serv: Fix a PID file removal race on prserv stop
  > bitbake: fetch/git: Avoid clean upon failure
  > qemu: backport patch for ui/clipboard issue
  > mesa,mesa-gl: Fix build when dri3 is not enabled
  > coreutils: backport patch to fix heap overflow in split
  > u-boot: Move UBOOT_INITIAL_ENV back to u-boot.inc
  > qemu: Replace workaround with proper usermode fix for shmat
  > no-gplv3: Tweak for packagemangement in core-image-full-cmdline
  > core-image-full-cmdline: add package-management
  > python3-attrs: disable Hypothesis deadline
  > rust: reproducibility issue fix with v1.75
  > rust: Revert PGO to it's default
  > rust: Upgrade 1.74.1 -> 1.75.0
  > linux-firmware: split out more firmware pieces
  > llvm: Update to 18.1.0 RC4
  > waf: Improve version parsing to avoid failing on warnings
  > xprop: upgrade 1.2.6 -> 1.2.7
  > xkeyboard-config: upgrade 2.40 -> 2.41
  > xkbcomp: upgrade 1.4.6 -> 1.4.7
  > swig: upgrade 4.2.0 -> 4.2.1
  > python3-yamllint: upgrade 1.33.0 -> 1.35.1
  > python3-urllib3: upgrade 2.1.0 -> 2.2.1
  > python3: upgrade 3.12.1 -> 3.12.2
  > python3-typing-extensions: upgrade 4.9.0 -> 4.10.0
  > python3-trove-classifiers: upgrade 2024.1.8 -> 2024.2.23
  > python3-setuptools-rust: upgrade 1.8.1 -> 1.9.0
  > python3-pytz: upgrade 2023.4 -> 2024.1
  > python3-pytest: upgrade 8.0.0 -> 8.0.2
  > python3-pycairo: upgrade 1.25.1 -> 1.26.0
  > python3-pip: upgrade 23.3.2 -> 24.0
  > python3-hypothesis: upgrade 6.97.3 -> 6.98.12
  > python3-dbusmock: upgrade 0.30.2 -> 0.31.1
  > python3-certifi: upgrade 2023.11.17 -> 2024.2.2
  > python3-beartype: upgrade 0.17.0 -> 0.17.2
  > pkgconf: upgrade 2.1.0 -> 2.1.1
  > pciutils: upgrade 3.10.0 -> 3.11.1
  > pango: upgrade 1.51.0 -> 1.52.0
  > ofono: upgrade 2.3 -> 2.4
  > mpg123: upgrade 1.32.4 -> 1.32.5
  > makedepend: upgrade 1.0.8 -> 1.0.9
  > lighttpd: upgrade 1.4.73 -> 1.4.74
  > libxvmc: upgrade 1.0.13 -> 1.0.14
  > libxkbfile: upgrade 1.1.2 -> 1.1.3
  > libxext: upgrade 1.3.5 -> 1.3.6
  > liburi-perl: upgrade 5.25 -> 5.27
  > libunistring: upgrade 1.1 -> 1.2
  > libsecret: upgrade 0.21.2 -> 0.21.4
  > libpng: upgrade 1.6.41 -> 1.6.42
  > libmicrohttpd: upgrade 0.9.77 -> 1.0.1
  > libksba: upgrade 1.6.5 -> 1.6.6
  > libhandy: upgrade 1.8.2 -> 1.8.3
  > libgpg-error: upgrade 1.47 -> 1.48
  > libffi: upgrade 3.4.5 -> 3.4.6
  > git: upgrade 2.43.0 -> 2.44.0
  > gcr: upgrade 4.1.0 -> 4.2.0
  > efivar: upgrade 38 -> 39
  > ed: upgrade 1.20 -> 1.20.1
  > createrepo-c: upgrade 1.0.3 -> 1.0.4
  > ccache: upgrade 4.9 -> 4.9.1
  > bash-completion: upgrade 2.11 -> 2.12.0
  > mirrors: Switch llvm to use shallow cloning
  > gstreamer1.0: skip a test that is known to be flaky
  > oeqa/lib/utils/postactions: fix host disk usage stats retrieval
  > python3-cryptography{-vectors}: upgrade to 42.0.5
  > libc-locale: fix ASCII compatible warning cause build failure.
  > rpm: Fix the following error when run nativesdk-rpm in nativesdk environment.
  > python3: dont disable readline module for editline
  > python3-maturin: Recognise riscv32 architecture
  > python3-bcrypt: Fix build break on arches without 64 bit atomics
  > python3-git: upgrade 3.1.41 -> 3.1.42
  > wpa-supplicant: Fix CVE-2023-52160
  > libexif: remove unused version_underscore
  > bitbake: taskexp_ncurses: fix execution example in introductory comment

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

* sources/meta-arm 1231e54a...aba92504 (1):
  > ci: Ensure tests are in the Corstone-1000 flash image

* sources/meta-clang fc56d6c...d0d4339 (14):
  > clang: Bump version to 18.1.1
  > lksctp-tools: Reset SECURITY_STACK_PROTECTOR with clang
  > clang: Upgrade to clang 18.1 major release
  > clang: Adjust packaging to match new libLLVM soname
  > bpftrace: Upgrade to 0.20+ and fix with llvm 18
  > bcc: Do not set LLVM_PACKAGE_VERSION explicitly
  > vulkan-samples: Disable deprecated declaration warnings with libc++
  > castxml: Upgrade to 0.6.4
  > spirv-llvm-translator: Switch to main branch for llvm 18 support
  > libcxx: Pass LLVM_RUNTIME_TARGETS
  > rust-llvm: Fix build with clang-18
  > kernel-selftest: Use gcc for now.
  > optee-os: Use gcc instead of clang-18
  > openldap: Fix build with lld linker

* sources/meta-elm-binary e57ece1...ee89d03 (1):
  > Merge pull request #9 from YoeDistro/yoe/mut

* sources/meta-freescale cce48564...c57141fa (5):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe
  > Merge pull request #1763 from hiagofranco/add_uuu_untagged_to_u-boot-imx
  > Merge pull request #1761 from hiagofranco/fix_uuu_bootloader_tag
  > Merge pull request #1760 from mschwan-phytec/wip-master-bmap-rename

* sources/meta-freescale-3rdparty 13f46cb...ae392bf (1):
  > Merge pull request #294 from chrisdimich/master

* sources/meta-intel e318d880...9ed54a13 (7):
  > ispc: upgrade 1.22.0 -> 1.23.0
  > openvkl: upgrade 2.0.0 -> 2.0.1
  > ospray: upgrade 3.0.0 -> 3.1.0
  > embree: upgrade 4.3.0 -> 4.3.1
  > rkcommon: upgrade 1.12.0 -> 1.13.0
  > intel-compute-runtime: upgrade 23.22.26516.18 -> 24.05.28454.6
  > intel-graphics-compiler: upgrade 1.0.14062.11 -> 1.0.15985.7

* sources/meta-odroid 665b62d...ae4ac91 (1):
  > u-boot_2023: Drop PYTHON_PN

* sources/meta-openembedded 9f0e51321...3a94bc1c0 (137):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > layer.conf: Update for the scarthgap release series
  > python3-wsproto: Add recipe
  > python3-httptools: added recipe which is also include ptest
  > python3-a2wsgi: added recipe which is also include ptest
  > libvncserver: fix reproducibility issue
  > gnome-terminal: fix reproducibility issue
  > gnome-settings-daemon: fix reproducibility issue
  > gnome-disk-utility: fix reproducibility issue
  > gnome-control-center: fix reproducibility issue
  > vlc: Fix build on 32bit x86
  > php: Upgrade to 8.2.16
  > remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATH
  > thin-provisioning-tools: 1.0.9 -> 1.0.12
  > netcf: Fix build with latest gnulib
  > gnulib: 2018-12-18 -> 202401
  > xfsprogs: 6.5.0 -> 6.6.0
  > yaffs2-utils: Upgrade to 20221209
  > webp-pixbuf-loader: update 0.2.5 -> 0.2.7
  > python3-google-auth: add ptest and update runtime dependencies
  > python3-responses: add recipe
  > python3-pytest-localserver: added recipe which is also include ptest
  > tcprelay: fix a minor cross compilation do_configure issue
  > vlc: Upgrade to 3.0.20
  > gnome-online-accounts: Fix build with libxml2 2.12
  > abseil-cpp: upgrade 20230802.1 -> 20240116.1
  > gnome-commander: Fix build with taglib 2.0
  > libmusicbrainz: Update to tip of trunk
  > mariadb: Fix build with libxml2 2.12 ABI changes
  > xmlstarlet: Fix build with API breakage in libxml2 2.12
  > python3-tomli-w: added recipe which is also include ptest
  > libosinfo: Fix build with libxml2 v2.12
  > googletest: allow for shared libraries
  > libnice: Disable the examples and the tests
  > python3-google-auth-oauthlib: add ptest
  > python3-traitlets: add ptest and update runtime dependencies
  > mozjs-115: fix reproducibility issue
  > net-snmp: upgrade 5.9.3 -> 5.9.4
  > nss: Upgrade 3.74 -> 3.98
  > squid: Upgrade to 6.8
  > re2: Upgrade 2023.03.01 -> 2024.03.01
  > googletest: Pass -fPIC to CFLAGS
  > gosu: Upgrade to 1.17
  > postfix: upgrade 3.8.5 -> 3.8.6
  > networkmanager: 1.44.0 -> 1.46.0
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > python3-invoke: add recipe
  > python3-icecream: add recipe
  > netplan: upgrade 0.106 -> 1.0
  > stunnel: upgrade 5.69 -> 5.72
  > smarty: upgrade 4.3.4 -> 4.4.1
  > python3-sentry-sdk: upgrade 1.40.4 -> 1.40.6
  > python3-scrypt: upgrade 0.8.20 -> 0.8.24
  > python3-pymisp: upgrade 2.4.185 -> 2.4.186
  > python3-pdm: upgrade 2.12.3 -> 2.12.4
  > python3-ipython: upgrade 8.21.0 -> 8.22.1
  > python3-grpcio(-tools): upgrade 1.60.1 -> 1.62.0
  > python3-google-api-python-client: upgrade 2.118.0 -> 2.120.0
  > python3-google-api-core: upgrade 2.16.2 -> 2.17.1
  > python3-gcovr: upgrade 7.0 -> 7.2
  > python3-eventlet: upgrade 0.35.1 -> 0.35.2
  > python3-dnspython: upgrade 2.6.0 -> 2.6.1
  > python3-cbor2: upgrade 5.6.1 -> 5.6.2
  > python3-astroid: upgrade 3.0.3 -> 3.1.0
  > ostree: upgrade 2024.3 -> 2024.4
  > neatvnc: upgrade 0.7.2 -> 0.8.0
  > libtdb: upgrade 1.4.9 -> 1.4.10
  > libtalloc: upgrade 2.4.1 -> 2.4.2
  > fetchmail: upgrade 6.4.37 -> 6.4.38
  > ddrescue: upgrade 1.27 -> 1.28
  > dbus-cxx: upgrade 2.5.0 -> 2.5.1
  > ctags: upgrade 6.1.20240114.0 -> 6.1.20240225.0
  > c-ares: upgrade 1.26.0 -> 1.27.0
  > bats: upgrade 1.10.0 -> 1.11.0
  > python3-eth-utils: remove unused patches
  > webkitgtk3: remove unused patch
  > emacs: remove unused patch
  > opengl-es-cts: remove unused patch
  > libio-pty-perl: remove unsed patch
  > openal-soft: remove unused patches
  > tracker: remove unused patch
  > python3-marshmallow: upgrade 3.20.2 -> 3.21.1 and add ptest
  > glmark2: add upstream patch to not care about stencil config
  > signing.bbclass: fix typos
  > emacs: Add packageconfig for selinux support
  > pgpool2: Fix build with postgresql 16+
  > pgpool2: Upgrade to 4.5.1
  > python3-arrow: add ptest, update backend and runtime dependencies
  > python3-types-python-dateutil: add recipe
  > toybox-inittab: Fix serial getty reproducibility
  > polkit: update 123 -> 124
  > mozjs-115: update 115.6.0 -> 115.8.0
  > python3-dateutil: upgrade 2.8.2 -> 2.9.0
  > python3-freezegun: add recipe and add ptest
  > drbd-utils: Fix a udev rule reproducibility
  > drbd-utils: Drop a duplicated line in DESCRIPTION
  > ptest-packagelists-meta-python: Move py3-libgpiod out of PTESTS_PROBLEMS_META_PYTHON
  > ptest-packagelists-meta-oe: Move libgpiod out of PTESTS_PROBLEMS_META_OE
  > postgresql: upgrade 15.5 -> 16.2
  > nodejs: upgrade 20.11.0 -> 20.11.1
  > multipath-tools: upgrade 0.9.3 -> 0.9.8
  > syslog-ng: upgrade 4.0.1 -> 4.6.0
  > python3-aiohappyeyeballs: Correct the typo of BBCLASSEXTEND
  > googletest: allow for shared libraries
  > e2tools: Delete unneeded files from ptest package
  > python3-wrapt: add ptest
  > ptest-packagelists-meta-python: Move python3-xlrd from PTESTS_PROBLEMS_META_PYTHON to PTESTS_FAST_META_PYTHON
  > nlohmann-json: Upgrade to 3.11.3
  > python3-netaddr: upgrade 0.10.1 -> 1.2.1 and add ptest
  > python3-google-auth: upgrade 2.28.0 -> 2.28.1
  > syzkaller: Fix build with go 1.21
  > crucible: Define GOPROXY
  > influxdb: Define GOPROXY
  > folks: update 0.15.6 -> 0.15.7
  > drbd-utils: Disable warnings as errors
  > drbd-utils: upgrade 9.22.0 -> 9.27.0
  > openvpn: upgrade 2.6.7 -> 2.6.9
  > fuse3: Make kmod as a recommendation instead of rdep for ptests
  > fuse3: use 4 spaces for indentation
  > openldap: upgrade 2.5.16 -> 2.6.7
  > postfix: upgrade 3.7.3 -> 3.8.5
  > krb5: upgrade 1.20.2 -> 1.21.2
  > keyutils: Add missing rdep for ptests
  > layer.conf: Add nativesdk-libdevmapper PREFERRED_RPROVIDER
  > cryptsetup: upgrade 2.6.1 -> 2.7.0
  > grpc: upgrade 1.60.0 -> 1.60.1
  > iperf3: upgrade 3.15 -> 3.16
  > libgpiod: Tests rely on configfs support in kernel
  > python3-betamax: Upgrade to 0.9.0
  > python3-pyzmq: Add missing dep on python3-unixadmin for ptests
  > python3-gpiod: Tests rely on configfs support in kernel
  > python3-fastjsonschema: Add missing ptest deps
  > xfce4-notifyd: use python3native and depend on python3-packaging-native
  > ristretto: use python3native and depend on glib-2.0-native, python3-packaging-native
  > libkcapi: Update HOMEPAGE url
  > openipmi: fix do_configure error when using dash

* sources/meta-qcom 567079b...e7bcac0 (1):
  > Merge pull request #582 from lumag/cuse

* sources/meta-qt6 1695f1a...394d7d9 (215):
  > qtwebengine: Fix build with clang18
  > squish: don't move executables
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-raspberrypi 95a9103...92a9b7a (1):
  > rpi-base: Added missing HiFiBerry

* sources/meta-riscv dc7aeb4...d1df527 (5):
  > musl: Drop rv32 patches
  > riscv-common: Rename bmap-tools-native -> bmaptool-native
  > linux-starfive-dev: Fix perf build with gcc-13
  > capnproto,pidgin-sipe: Re-enable on rv32
  > ostree: Do not mark unavailable for rv32

* sources/meta-rockchip bcf1d92...06a65d4 (3):
  > rock-5[ab]: use regular yocto kernel
  > rockchip.wks: fix typo
  > layer.conf: update for scarthgap

* sources/meta-ti e24577a7...ee1f6799 (15):
  > CI/CD Auto-Merger: cicd.master.202403080100
  > conf: machine: am62axx: Pick overlays for V3Link cameras
  > linux-ti-staging-rt_6.6: Add KERNEL_LCOALVERSION change
  > u-boot-ti: Change from UBOOT_LOCALVERSION and SRCPV
  > linux-ti-staging: Update KERNEL_LOCALVERSION
  > Drop SRCPV
  > CI/CD Auto-Merger: cicd.master.202402271317
  > Rework jailhouse recipe to support different image build
  > conf: beaglebone-ai64: Apply U-boot defconfig fragments
  > conf: beagleplay: Apply U-boot defconfig fragments
  > meta-ti-bsp: update BeagleBoard.org BSP to the latest
  > linux-bb.org: remove custom FILES:${KERNEL_PACKAGE_NAME}-devicetree
  > meta-ti-bsp: trusted-firmware-arm: Update to master
  > meta-ti-bsp: optee: Upgrade to 4.1
  > conf: machine: Apply U-boot fragment configs for AM62P Display Cluster Image

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

* sources/poky 4945ca640b...b990dab8d1 (206):
  > elfutils: Fix build break with clang
  > llvm: Update to 18.1.1 release
  > glibc: Update to tip of 2.39 branch
  > qemuriscv: Fix kbd and mouse emulation
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > openssh: enable sshd.service by default
  > linux-firmware: remove pointless linux-firmware-gplv2-license package
  > linux-firmware: set LICENSE field for -liquidui and -mellanox
  > linux-firmware: add support for deduplicating the firmware
  > mesa: fix opencl-spirv build
  > rust: reproducibility issue fix with v1.75
  > lttng-tools: skip kernel tests if no kernel modules present
  > layer.conf: Prepare for release, drop nanbield LAYERSERIES
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests
  > openssh: Add a workaround for ICE on powerpc64le
  > kernel-fitImage: only include valid compatible line
  > go.bbclass: set GOPROXY
  > systemd: Check for directory before chmod'ing it
  > bmaptool: Add bmap-tools runtime alias for compatibility
  > genericarm64: clean up kernel modules and firmware
  > genericarm64.wks: reorder partitions
  > poky: Update to prepare for scarthgap release
  > go: filter out build specific path from the linker flags
  > systemd: remove systemd-bus-proxy settings
  > systemd: use RDEPENDS for systemd-vconsole-setup
  > systemd: fix dead link /var/log/README
  > rxvt-unicode: Fix installing of terminfo
  > valgrind: skip intermittently failing ptests
  > sstatetests.py: Add testing for correct sstate permissions
  > oeqa/runtime/login: Fix dbus-wait timeout and loop conditional
  > oeqa/runtime/login: Add screenshot sample logic/timeout/dbus-wait
  > oeqa/runtime/login: Exclude qemuriscv64
  > oeqa/runtime/login: Mask out the mouse panel icon for now
  > oeqa/runtime/login: Various code improvements and fixes
  > oeqa/runtime/login: Proof of concept for screenshot testcases
  > screenshot-tests: Add initial screenshot test png files for core-image-sato
  > qemurunner.py: Fix error on calls to run_monitor
  > webkitgtk: upgrade 2.42.2 -> 2.42.5
  > vulkan: upgrade 1.3.268.0 -> 1.3.275.0
  > vala: upgrade 0.56.13 -> 0.56.15
  > update-rc.d: upgrade to latest revision
  > taglib: upgrade 1.13.1 -> 2.0 and add utfcpp recipe to support that
  > ttyrun: upgrade 2.30.0 -> 2.31.0
  > systemd: upgrade 255.1 -> 255.4
  > shaderc: update 2023.7 -> 2023.8
  > repo: upgrade 2.41 -> 2.42
  > python3-wcwidth: upgrade 0.2.12 -> 0.2.13
  > python3-setuptools: upgrade 69.0.3 -> 69.1.1
  > python3-ruamel-yaml: upgrade 0.17.35 -> 0.18.6
  > python3-jsonschema: upgrade 4.17.3 -> 4.21.1 and add new dependencies
  > python3-dtschema: upgrade 2023.7 -> 2024.2
  > python3-build: upgrade 1.0.3 -> 1.1.1
  > piglit: upgrade to latest revision
  > puzzles: upgrade to latest revision
  > orc: upgrade 0.4.37 -> 0.4.38
  > nghttp2: upgrade 1.59.0 -> 1.60.0
  > minicom: upgrade 2.8 -> 2.9
  > mesa: upgrade 24.0.1 -> 24.0.2
  > mc: upgrade 4.8.30 -> 4.8.31
  > man-pages: upgrade 6.05.01 -> 6.06
  > lsof: upgrade 4.98.0 -> 4.99.3
  > librsvg: upgrade 2.56.3 -> 2.57.1
  > linux-firmware: upgrade 20231211 -> 20240220
  > libxml2: upgrade 2.11.5 -> 2.12.5
  > libusb1: upgrade 1.0.26 -> 1.0.27
  > librepo: update 1.16.0 -> 1.17.0
  > libpcre2: upgrade 10.42 -> 10.43
  > libpciaccess: upgrade 0.17 -> 0.18
  > libdnf: update 0.72.0 -> 0.73.0
  > libbsd: upgrade 0.11.8 -> 0.12.1
  > kmscube: upgrade to latest revision
  > glib-networking: upgrade 2.78.0 -> 2.78.1
  > glib-2.0: upgrade 2.78.3 -> 2.78.4
  > gettext: upgrade 0.22.4 -> 0.22.5
  > epiphany: upgrade 45.1 -> 45.3
  > elfutils: upgrade 0.189 -> 0.191
  > ell: upgrade 0.62 -> 0.63
  > diffoscope: upgrade 253 -> 259
  > dnf: upgrade 4.18.2 -> 4.19.0
  > btrfs-tools: upgrade 6.5.3 -> 6.7.1
  > boost: upgrade 1.83.0 -> 1.84.0
  > appstream: upgrade 1.0.0 -> 1.0.2
  > acl: upgrade 2.3.1 -> 2.3.2
  > python3-sphinxcontrib-jquery: add a recipe and make python3-sphinx-rtd-theme depend on it
  > dev-manual: bmaptool: rename
  > manuals: document VIRTUAL-RUNTIME variables
  > contributor-guide: add notes for tests
  > dev-manual: packages: fix capitalization
  > ref-manual: variables: adding multiple groups in GROUPADD_PARAM
  > ref-manual: variables: correct sdk installation default path
  > ref-manual: tasks: do_cleansstate: recommend using '-f' instead for a shared sstate
  > ref-manual: tasks: do_cleanall: recommend using '-f' instead
  > ref-manual: classes: add cve status check for oe.qa
  > libpng: Update SRC_URI to avoid redirects
  > go: Drop linkmode with nativesdk/cross-canadian
  > go: Further tweak indentation in patch
  > go: bump 1.22.0
  > image_types.bbclass: fix vfat image names
  > xz: correct upstream version check
  > rxvt: add rxvt to desktop entry name
  > Add genericarm64 MACHINE
  > bitbake: utils: remove BB_ENV_PASSTHROUGH from preserved_envvars()
  > bmaptool: now part of Yocto Project
  > python3-cryptography_42.0.5.bb: delete redundant ptest packaging
  > expat: upgrdae 2.6.0 -> 2.6.1
  > gdb: Upgrade 14.1 -> 14.2
  > python3-hypothesis: upgrade 6.98.12 -> 6.98.15
  > rust: Fix build failure re-appeared on riscv32
  > gtk+3: update 3.24.38 -> 3.24.41
  > linux-yocto: Enable gpio-sim with ptests
  > linux-yocto/6.6: update CVE exclusions
  > linux-yocto/6.6: update to v6.6.20
  > linux-yocto/cfg/6.6: drop CONFIG_DEBUG_CREDENTIALS
  > go: upgrade 1.21.5 -> 1.21.7
  > go: upgrade 1.21.0 -> 1.21.5
  > oeqa/gotoolchain: set GOPROXY
  > goarch: disable dynamic linking globally
  > go: bump 1.21.0
  > go: rework patch to avoid identation
  > bitbake: prserv/serv: Fix a PID file removal race on prserv stop
  > bitbake: fetch/git: Avoid clean upon failure
  > qemu: backport patch for ui/clipboard issue
  > mesa,mesa-gl: Fix build when dri3 is not enabled
  > coreutils: backport patch to fix heap overflow in split
  > u-boot: Move UBOOT_INITIAL_ENV back to u-boot.inc
  > qemu: Replace workaround with proper usermode fix for shmat
  > no-gplv3: Tweak for packagemangement in core-image-full-cmdline
  > core-image-full-cmdline: add package-management
  > python3-attrs: disable Hypothesis deadline
  > rust: reproducibility issue fix with v1.75
  > rust: Revert PGO to it's default
  > rust: Upgrade 1.74.1 -> 1.75.0
  > linux-firmware: split out more firmware pieces
  > llvm: Update to 18.1.0 RC4
  > waf: Improve version parsing to avoid failing on warnings
  > xprop: upgrade 1.2.6 -> 1.2.7
  > xkeyboard-config: upgrade 2.40 -> 2.41
  > xkbcomp: upgrade 1.4.6 -> 1.4.7
  > swig: upgrade 4.2.0 -> 4.2.1
  > python3-yamllint: upgrade 1.33.0 -> 1.35.1
  > python3-urllib3: upgrade 2.1.0 -> 2.2.1
  > python3: upgrade 3.12.1 -> 3.12.2
  > python3-typing-extensions: upgrade 4.9.0 -> 4.10.0
  > python3-trove-classifiers: upgrade 2024.1.8 -> 2024.2.23
  > python3-setuptools-rust: upgrade 1.8.1 -> 1.9.0
  > python3-pytz: upgrade 2023.4 -> 2024.1
  > python3-pytest: upgrade 8.0.0 -> 8.0.2
  > python3-pycairo: upgrade 1.25.1 -> 1.26.0
  > python3-pip: upgrade 23.3.2 -> 24.0
  > python3-hypothesis: upgrade 6.97.3 -> 6.98.12
  > python3-dbusmock: upgrade 0.30.2 -> 0.31.1
  > python3-certifi: upgrade 2023.11.17 -> 2024.2.2
  > python3-beartype: upgrade 0.17.0 -> 0.17.2
  > pkgconf: upgrade 2.1.0 -> 2.1.1
  > pciutils: upgrade 3.10.0 -> 3.11.1
  > pango: upgrade 1.51.0 -> 1.52.0
  > ofono: upgrade 2.3 -> 2.4
  > mpg123: upgrade 1.32.4 -> 1.32.5
  > makedepend: upgrade 1.0.8 -> 1.0.9
  > lighttpd: upgrade 1.4.73 -> 1.4.74
  > libxvmc: upgrade 1.0.13 -> 1.0.14
  > libxkbfile: upgrade 1.1.2 -> 1.1.3
  > libxext: upgrade 1.3.5 -> 1.3.6
  > liburi-perl: upgrade 5.25 -> 5.27
  > libunistring: upgrade 1.1 -> 1.2
  > libsecret: upgrade 0.21.2 -> 0.21.4
  > libpng: upgrade 1.6.41 -> 1.6.42
  > libmicrohttpd: upgrade 0.9.77 -> 1.0.1
  > libksba: upgrade 1.6.5 -> 1.6.6
  > libhandy: upgrade 1.8.2 -> 1.8.3
  > libgpg-error: upgrade 1.47 -> 1.48
  > libffi: upgrade 3.4.5 -> 3.4.6
  > git: upgrade 2.43.0 -> 2.44.0
  > gcr: upgrade 4.1.0 -> 4.2.0
  > efivar: upgrade 38 -> 39
  > ed: upgrade 1.20 -> 1.20.1
  > createrepo-c: upgrade 1.0.3 -> 1.0.4
  > ccache: upgrade 4.9 -> 4.9.1
  > bash-completion: upgrade 2.11 -> 2.12.0
  > mirrors: Switch llvm to use shallow cloning
  > gstreamer1.0: skip a test that is known to be flaky
  > oeqa/lib/utils/postactions: fix host disk usage stats retrieval
  > python3-cryptography{-vectors}: upgrade to 42.0.5
  > libc-locale: fix ASCII compatible warning cause build failure.
  > rpm: Fix the following error when run nativesdk-rpm in nativesdk environment.
  > python3: dont disable readline module for editline
  > python3-maturin: Recognise riscv32 architecture
  > python3-bcrypt: Fix build break on arches without 64 bit atomics
  > python3-git: upgrade 3.1.41 -> 3.1.42
  > wpa-supplicant: Fix CVE-2023-52160
  > libexif: remove unused version_underscore
  > bitbake: taskexp_ncurses: fix execution example in introductory comment

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

* sources/meta-arm 1231e54a...aba92504 (1):
  > ci: Ensure tests are in the Corstone-1000 flash image

* sources/meta-clang fc56d6c...d0d4339 (14):
  > clang: Bump version to 18.1.1
  > lksctp-tools: Reset SECURITY_STACK_PROTECTOR with clang
  > clang: Upgrade to clang 18.1 major release
  > clang: Adjust packaging to match new libLLVM soname
  > bpftrace: Upgrade to 0.20+ and fix with llvm 18
  > bcc: Do not set LLVM_PACKAGE_VERSION explicitly
  > vulkan-samples: Disable deprecated declaration warnings with libc++
  > castxml: Upgrade to 0.6.4
  > spirv-llvm-translator: Switch to main branch for llvm 18 support
  > libcxx: Pass LLVM_RUNTIME_TARGETS
  > rust-llvm: Fix build with clang-18
  > kernel-selftest: Use gcc for now.
  > optee-os: Use gcc instead of clang-18
  > openldap: Fix build with lld linker

* sources/meta-elm-binary e57ece1...ee89d03 (1):
  > Merge pull request #9 from YoeDistro/yoe/mut

* sources/meta-freescale cce48564...dc7a2cd4 (6):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe
  > Merge pull request #1764 from hiagofranco/add_uuu_tagged_to_uuubootloader-class
  > Merge pull request #1763 from hiagofranco/add_uuu_untagged_to_u-boot-imx
  > Merge pull request #1761 from hiagofranco/fix_uuu_bootloader_tag
  > Merge pull request #1760 from mschwan-phytec/wip-master-bmap-rename

* sources/meta-freescale-3rdparty 13f46cb...ae392bf (1):
  > Merge pull request #294 from chrisdimich/master

* sources/meta-intel e318d880...9ed54a13 (7):
  > ispc: upgrade 1.22.0 -> 1.23.0
  > openvkl: upgrade 2.0.0 -> 2.0.1
  > ospray: upgrade 3.0.0 -> 3.1.0
  > embree: upgrade 4.3.0 -> 4.3.1
  > rkcommon: upgrade 1.12.0 -> 1.13.0
  > intel-compute-runtime: upgrade 23.22.26516.18 -> 24.05.28454.6
  > intel-graphics-compiler: upgrade 1.0.14062.11 -> 1.0.15985.7

* sources/meta-odroid 665b62d...ae4ac91 (1):
  > u-boot_2023: Drop PYTHON_PN

* sources/meta-openembedded 9f0e51321...3a94bc1c0 (137):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > layer.conf: Update for the scarthgap release series
  > python3-wsproto: Add recipe
  > python3-httptools: added recipe which is also include ptest
  > python3-a2wsgi: added recipe which is also include ptest
  > libvncserver: fix reproducibility issue
  > gnome-terminal: fix reproducibility issue
  > gnome-settings-daemon: fix reproducibility issue
  > gnome-disk-utility: fix reproducibility issue
  > gnome-control-center: fix reproducibility issue
  > vlc: Fix build on 32bit x86
  > php: Upgrade to 8.2.16
  > remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATH
  > thin-provisioning-tools: 1.0.9 -> 1.0.12
  > netcf: Fix build with latest gnulib
  > gnulib: 2018-12-18 -> 202401
  > xfsprogs: 6.5.0 -> 6.6.0
  > yaffs2-utils: Upgrade to 20221209
  > webp-pixbuf-loader: update 0.2.5 -> 0.2.7
  > python3-google-auth: add ptest and update runtime dependencies
  > python3-responses: add recipe
  > python3-pytest-localserver: added recipe which is also include ptest
  > tcprelay: fix a minor cross compilation do_configure issue
  > vlc: Upgrade to 3.0.20
  > gnome-online-accounts: Fix build with libxml2 2.12
  > abseil-cpp: upgrade 20230802.1 -> 20240116.1
  > gnome-commander: Fix build with taglib 2.0
  > libmusicbrainz: Update to tip of trunk
  > mariadb: Fix build with libxml2 2.12 ABI changes
  > xmlstarlet: Fix build with API breakage in libxml2 2.12
  > python3-tomli-w: added recipe which is also include ptest
  > libosinfo: Fix build with libxml2 v2.12
  > googletest: allow for shared libraries
  > libnice: Disable the examples and the tests
  > python3-google-auth-oauthlib: add ptest
  > python3-traitlets: add ptest and update runtime dependencies
  > mozjs-115: fix reproducibility issue
  > net-snmp: upgrade 5.9.3 -> 5.9.4
  > nss: Upgrade 3.74 -> 3.98
  > squid: Upgrade to 6.8
  > re2: Upgrade 2023.03.01 -> 2024.03.01
  > googletest: Pass -fPIC to CFLAGS
  > gosu: Upgrade to 1.17
  > postfix: upgrade 3.8.5 -> 3.8.6
  > networkmanager: 1.44.0 -> 1.46.0
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > python3-invoke: add recipe
  > python3-icecream: add recipe
  > netplan: upgrade 0.106 -> 1.0
  > stunnel: upgrade 5.69 -> 5.72
  > smarty: upgrade 4.3.4 -> 4.4.1
  > python3-sentry-sdk: upgrade 1.40.4 -> 1.40.6
  > python3-scrypt: upgrade 0.8.20 -> 0.8.24
  > python3-pymisp: upgrade 2.4.185 -> 2.4.186
  > python3-pdm: upgrade 2.12.3 -> 2.12.4
  > python3-ipython: upgrade 8.21.0 -> 8.22.1
  > python3-grpcio(-tools): upgrade 1.60.1 -> 1.62.0
  > python3-google-api-python-client: upgrade 2.118.0 -> 2.120.0
  > python3-google-api-core: upgrade 2.16.2 -> 2.17.1
  > python3-gcovr: upgrade 7.0 -> 7.2
  > python3-eventlet: upgrade 0.35.1 -> 0.35.2
  > python3-dnspython: upgrade 2.6.0 -> 2.6.1
  > python3-cbor2: upgrade 5.6.1 -> 5.6.2
  > python3-astroid: upgrade 3.0.3 -> 3.1.0
  > ostree: upgrade 2024.3 -> 2024.4
  > neatvnc: upgrade 0.7.2 -> 0.8.0
  > libtdb: upgrade 1.4.9 -> 1.4.10
  > libtalloc: upgrade 2.4.1 -> 2.4.2
  > fetchmail: upgrade 6.4.37 -> 6.4.38
  > ddrescue: upgrade 1.27 -> 1.28
  > dbus-cxx: upgrade 2.5.0 -> 2.5.1
  > ctags: upgrade 6.1.20240114.0 -> 6.1.20240225.0
  > c-ares: upgrade 1.26.0 -> 1.27.0
  > bats: upgrade 1.10.0 -> 1.11.0
  > python3-eth-utils: remove unused patches
  > webkitgtk3: remove unused patch
  > emacs: remove unused patch
  > opengl-es-cts: remove unused patch
  > libio-pty-perl: remove unsed patch
  > openal-soft: remove unused patches
  > tracker: remove unused patch
  > python3-marshmallow: upgrade 3.20.2 -> 3.21.1 and add ptest
  > glmark2: add upstream patch to not care about stencil config
  > signing.bbclass: fix typos
  > emacs: Add packageconfig for selinux support
  > pgpool2: Fix build with postgresql 16+
  > pgpool2: Upgrade to 4.5.1
  > python3-arrow: add ptest, update backend and runtime dependencies
  > python3-types-python-dateutil: add recipe
  > toybox-inittab: Fix serial getty reproducibility
  > polkit: update 123 -> 124
  > mozjs-115: update 115.6.0 -> 115.8.0
  > python3-dateutil: upgrade 2.8.2 -> 2.9.0
  > python3-freezegun: add recipe and add ptest
  > drbd-utils: Fix a udev rule reproducibility
  > drbd-utils: Drop a duplicated line in DESCRIPTION
  > ptest-packagelists-meta-python: Move py3-libgpiod out of PTESTS_PROBLEMS_META_PYTHON
  > ptest-packagelists-meta-oe: Move libgpiod out of PTESTS_PROBLEMS_META_OE
  > postgresql: upgrade 15.5 -> 16.2
  > nodejs: upgrade 20.11.0 -> 20.11.1
  > multipath-tools: upgrade 0.9.3 -> 0.9.8
  > syslog-ng: upgrade 4.0.1 -> 4.6.0
  > python3-aiohappyeyeballs: Correct the typo of BBCLASSEXTEND
  > googletest: allow for shared libraries
  > e2tools: Delete unneeded files from ptest package
  > python3-wrapt: add ptest
  > ptest-packagelists-meta-python: Move python3-xlrd from PTESTS_PROBLEMS_META_PYTHON to PTESTS_FAST_META_PYTHON
  > nlohmann-json: Upgrade to 3.11.3
  > python3-netaddr: upgrade 0.10.1 -> 1.2.1 and add ptest
  > python3-google-auth: upgrade 2.28.0 -> 2.28.1
  > syzkaller: Fix build with go 1.21
  > crucible: Define GOPROXY
  > influxdb: Define GOPROXY
  > folks: update 0.15.6 -> 0.15.7
  > drbd-utils: Disable warnings as errors
  > drbd-utils: upgrade 9.22.0 -> 9.27.0
  > openvpn: upgrade 2.6.7 -> 2.6.9
  > fuse3: Make kmod as a recommendation instead of rdep for ptests
  > fuse3: use 4 spaces for indentation
  > openldap: upgrade 2.5.16 -> 2.6.7
  > postfix: upgrade 3.7.3 -> 3.8.5
  > krb5: upgrade 1.20.2 -> 1.21.2
  > keyutils: Add missing rdep for ptests
  > layer.conf: Add nativesdk-libdevmapper PREFERRED_RPROVIDER
  > cryptsetup: upgrade 2.6.1 -> 2.7.0
  > grpc: upgrade 1.60.0 -> 1.60.1
  > iperf3: upgrade 3.15 -> 3.16
  > libgpiod: Tests rely on configfs support in kernel
  > python3-betamax: Upgrade to 0.9.0
  > python3-pyzmq: Add missing dep on python3-unixadmin for ptests
  > python3-gpiod: Tests rely on configfs support in kernel
  > python3-fastjsonschema: Add missing ptest deps
  > xfce4-notifyd: use python3native and depend on python3-packaging-native
  > ristretto: use python3native and depend on glib-2.0-native, python3-packaging-native
  > libkcapi: Update HOMEPAGE url
  > openipmi: fix do_configure error when using dash

* sources/meta-qcom 567079b...e7bcac0 (1):
  > Merge pull request #582 from lumag/cuse

* sources/meta-qt6 1695f1a...394d7d9 (215):
  > qtwebengine: Fix build with clang18
  > squish: don't move executables
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-raspberrypi 95a9103...92a9b7a (1):
  > rpi-base: Added missing HiFiBerry

* sources/meta-riscv dc7aeb4...d1df527 (5):
  > musl: Drop rv32 patches
  > riscv-common: Rename bmap-tools-native -> bmaptool-native
  > linux-starfive-dev: Fix perf build with gcc-13
  > capnproto,pidgin-sipe: Re-enable on rv32
  > ostree: Do not mark unavailable for rv32

* sources/meta-rockchip bcf1d92...06a65d4 (3):
  > rock-5[ab]: use regular yocto kernel
  > rockchip.wks: fix typo
  > layer.conf: update for scarthgap

* sources/meta-tegra 5237f91d...d4e0d078 (1):
  > layer.conf, README.md: drop nanbield from LAYERSERIES_COMPAT

* sources/meta-ti e24577a7...ee1f6799 (15):
  > CI/CD Auto-Merger: cicd.master.202403080100
  > conf: machine: am62axx: Pick overlays for V3Link cameras
  > linux-ti-staging-rt_6.6: Add KERNEL_LCOALVERSION change
  > u-boot-ti: Change from UBOOT_LOCALVERSION and SRCPV
  > linux-ti-staging: Update KERNEL_LOCALVERSION
  > Drop SRCPV
  > CI/CD Auto-Merger: cicd.master.202402271317
  > Rework jailhouse recipe to support different image build
  > conf: beaglebone-ai64: Apply U-boot defconfig fragments
  > conf: beagleplay: Apply U-boot defconfig fragments
  > meta-ti-bsp: update BeagleBoard.org BSP to the latest
  > linux-bb.org: remove custom FILES:${KERNEL_PACKAGE_NAME}-devicetree
  > meta-ti-bsp: trusted-firmware-arm: Update to master
  > meta-ti-bsp: optee: Upgrade to 4.1
  > conf: machine: Apply U-boot fragment configs for AM62P Display Cluster Image

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

* sources/poky 4945ca640b...b990dab8d1 (206):
  > elfutils: Fix build break with clang
  > llvm: Update to 18.1.1 release
  > glibc: Update to tip of 2.39 branch
  > qemuriscv: Fix kbd and mouse emulation
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > openssh: enable sshd.service by default
  > linux-firmware: remove pointless linux-firmware-gplv2-license package
  > linux-firmware: set LICENSE field for -liquidui and -mellanox
  > linux-firmware: add support for deduplicating the firmware
  > mesa: fix opencl-spirv build
  > rust: reproducibility issue fix with v1.75
  > lttng-tools: skip kernel tests if no kernel modules present
  > layer.conf: Prepare for release, drop nanbield LAYERSERIES
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests
  > openssh: Add a workaround for ICE on powerpc64le
  > kernel-fitImage: only include valid compatible line
  > go.bbclass: set GOPROXY
  > systemd: Check for directory before chmod'ing it
  > bmaptool: Add bmap-tools runtime alias for compatibility
  > genericarm64: clean up kernel modules and firmware
  > genericarm64.wks: reorder partitions
  > poky: Update to prepare for scarthgap release
  > go: filter out build specific path from the linker flags
  > systemd: remove systemd-bus-proxy settings
  > systemd: use RDEPENDS for systemd-vconsole-setup
  > systemd: fix dead link /var/log/README
  > rxvt-unicode: Fix installing of terminfo
  > valgrind: skip intermittently failing ptests
  > sstatetests.py: Add testing for correct sstate permissions
  > oeqa/runtime/login: Fix dbus-wait timeout and loop conditional
  > oeqa/runtime/login: Add screenshot sample logic/timeout/dbus-wait
  > oeqa/runtime/login: Exclude qemuriscv64
  > oeqa/runtime/login: Mask out the mouse panel icon for now
  > oeqa/runtime/login: Various code improvements and fixes
  > oeqa/runtime/login: Proof of concept for screenshot testcases
  > screenshot-tests: Add initial screenshot test png files for core-image-sato
  > qemurunner.py: Fix error on calls to run_monitor
  > webkitgtk: upgrade 2.42.2 -> 2.42.5
  > vulkan: upgrade 1.3.268.0 -> 1.3.275.0
  > vala: upgrade 0.56.13 -> 0.56.15
  > update-rc.d: upgrade to latest revision
  > taglib: upgrade 1.13.1 -> 2.0 and add utfcpp recipe to support that
  > ttyrun: upgrade 2.30.0 -> 2.31.0
  > systemd: upgrade 255.1 -> 255.4
  > shaderc: update 2023.7 -> 2023.8
  > repo: upgrade 2.41 -> 2.42
  > python3-wcwidth: upgrade 0.2.12 -> 0.2.13
  > python3-setuptools: upgrade 69.0.3 -> 69.1.1
  > python3-ruamel-yaml: upgrade 0.17.35 -> 0.18.6
  > python3-jsonschema: upgrade 4.17.3 -> 4.21.1 and add new dependencies
  > python3-dtschema: upgrade 2023.7 -> 2024.2
  > python3-build: upgrade 1.0.3 -> 1.1.1
  > piglit: upgrade to latest revision
  > puzzles: upgrade to latest revision
  > orc: upgrade 0.4.37 -> 0.4.38
  > nghttp2: upgrade 1.59.0 -> 1.60.0
  > minicom: upgrade 2.8 -> 2.9
  > mesa: upgrade 24.0.1 -> 24.0.2
  > mc: upgrade 4.8.30 -> 4.8.31
  > man-pages: upgrade 6.05.01 -> 6.06
  > lsof: upgrade 4.98.0 -> 4.99.3
  > librsvg: upgrade 2.56.3 -> 2.57.1
  > linux-firmware: upgrade 20231211 -> 20240220
  > libxml2: upgrade 2.11.5 -> 2.12.5
  > libusb1: upgrade 1.0.26 -> 1.0.27
  > librepo: update 1.16.0 -> 1.17.0
  > libpcre2: upgrade 10.42 -> 10.43
  > libpciaccess: upgrade 0.17 -> 0.18
  > libdnf: update 0.72.0 -> 0.73.0
  > libbsd: upgrade 0.11.8 -> 0.12.1
  > kmscube: upgrade to latest revision
  > glib-networking: upgrade 2.78.0 -> 2.78.1
  > glib-2.0: upgrade 2.78.3 -> 2.78.4
  > gettext: upgrade 0.22.4 -> 0.22.5
  > epiphany: upgrade 45.1 -> 45.3
  > elfutils: upgrade 0.189 -> 0.191
  > ell: upgrade 0.62 -> 0.63
  > diffoscope: upgrade 253 -> 259
  > dnf: upgrade 4.18.2 -> 4.19.0
  > btrfs-tools: upgrade 6.5.3 -> 6.7.1
  > boost: upgrade 1.83.0 -> 1.84.0
  > appstream: upgrade 1.0.0 -> 1.0.2
  > acl: upgrade 2.3.1 -> 2.3.2
  > python3-sphinxcontrib-jquery: add a recipe and make python3-sphinx-rtd-theme depend on it
  > dev-manual: bmaptool: rename
  > manuals: document VIRTUAL-RUNTIME variables
  > contributor-guide: add notes for tests
  > dev-manual: packages: fix capitalization
  > ref-manual: variables: adding multiple groups in GROUPADD_PARAM
  > ref-manual: variables: correct sdk installation default path
  > ref-manual: tasks: do_cleansstate: recommend using '-f' instead for a shared sstate
  > ref-manual: tasks: do_cleanall: recommend using '-f' instead
  > ref-manual: classes: add cve status check for oe.qa
  > libpng: Update SRC_URI to avoid redirects
  > go: Drop linkmode with nativesdk/cross-canadian
  > go: Further tweak indentation in patch
  > go: bump 1.22.0
  > image_types.bbclass: fix vfat image names
  > xz: correct upstream version check
  > rxvt: add rxvt to desktop entry name
  > Add genericarm64 MACHINE
  > bitbake: utils: remove BB_ENV_PASSTHROUGH from preserved_envvars()
  > bmaptool: now part of Yocto Project
  > python3-cryptography_42.0.5.bb: delete redundant ptest packaging
  > expat: upgrdae 2.6.0 -> 2.6.1
  > gdb: Upgrade 14.1 -> 14.2
  > python3-hypothesis: upgrade 6.98.12 -> 6.98.15
  > rust: Fix build failure re-appeared on riscv32
  > gtk+3: update 3.24.38 -> 3.24.41
  > linux-yocto: Enable gpio-sim with ptests
  > linux-yocto/6.6: update CVE exclusions
  > linux-yocto/6.6: update to v6.6.20
  > linux-yocto/cfg/6.6: drop CONFIG_DEBUG_CREDENTIALS
  > go: upgrade 1.21.5 -> 1.21.7
  > go: upgrade 1.21.0 -> 1.21.5
  > oeqa/gotoolchain: set GOPROXY
  > goarch: disable dynamic linking globally
  > go: bump 1.21.0
  > go: rework patch to avoid identation
  > bitbake: prserv/serv: Fix a PID file removal race on prserv stop
  > bitbake: fetch/git: Avoid clean upon failure
  > qemu: backport patch for ui/clipboard issue
  > mesa,mesa-gl: Fix build when dri3 is not enabled
  > coreutils: backport patch to fix heap overflow in split
  > u-boot: Move UBOOT_INITIAL_ENV back to u-boot.inc
  > qemu: Replace workaround with proper usermode fix for shmat
  > no-gplv3: Tweak for packagemangement in core-image-full-cmdline
  > core-image-full-cmdline: add package-management
  > python3-attrs: disable Hypothesis deadline
  > rust: reproducibility issue fix with v1.75
  > rust: Revert PGO to it's default
  > rust: Upgrade 1.74.1 -> 1.75.0
  > linux-firmware: split out more firmware pieces
  > llvm: Update to 18.1.0 RC4
  > waf: Improve version parsing to avoid failing on warnings
  > xprop: upgrade 1.2.6 -> 1.2.7
  > xkeyboard-config: upgrade 2.40 -> 2.41
  > xkbcomp: upgrade 1.4.6 -> 1.4.7
  > swig: upgrade 4.2.0 -> 4.2.1
  > python3-yamllint: upgrade 1.33.0 -> 1.35.1
  > python3-urllib3: upgrade 2.1.0 -> 2.2.1
  > python3: upgrade 3.12.1 -> 3.12.2
  > python3-typing-extensions: upgrade 4.9.0 -> 4.10.0
  > python3-trove-classifiers: upgrade 2024.1.8 -> 2024.2.23
  > python3-setuptools-rust: upgrade 1.8.1 -> 1.9.0
  > python3-pytz: upgrade 2023.4 -> 2024.1
  > python3-pytest: upgrade 8.0.0 -> 8.0.2
  > python3-pycairo: upgrade 1.25.1 -> 1.26.0
  > python3-pip: upgrade 23.3.2 -> 24.0
  > python3-hypothesis: upgrade 6.97.3 -> 6.98.12
  > python3-dbusmock: upgrade 0.30.2 -> 0.31.1
  > python3-certifi: upgrade 2023.11.17 -> 2024.2.2
  > python3-beartype: upgrade 0.17.0 -> 0.17.2
  > pkgconf: upgrade 2.1.0 -> 2.1.1
  > pciutils: upgrade 3.10.0 -> 3.11.1
  > pango: upgrade 1.51.0 -> 1.52.0
  > ofono: upgrade 2.3 -> 2.4
  > mpg123: upgrade 1.32.4 -> 1.32.5
  > makedepend: upgrade 1.0.8 -> 1.0.9
  > lighttpd: upgrade 1.4.73 -> 1.4.74
  > libxvmc: upgrade 1.0.13 -> 1.0.14
  > libxkbfile: upgrade 1.1.2 -> 1.1.3
  > libxext: upgrade 1.3.5 -> 1.3.6
  > liburi-perl: upgrade 5.25 -> 5.27
  > libunistring: upgrade 1.1 -> 1.2
  > libsecret: upgrade 0.21.2 -> 0.21.4
  > libpng: upgrade 1.6.41 -> 1.6.42
  > libmicrohttpd: upgrade 0.9.77 -> 1.0.1
  > libksba: upgrade 1.6.5 -> 1.6.6
  > libhandy: upgrade 1.8.2 -> 1.8.3
  > libgpg-error: upgrade 1.47 -> 1.48
  > libffi: upgrade 3.4.5 -> 3.4.6
  > git: upgrade 2.43.0 -> 2.44.0
  > gcr: upgrade 4.1.0 -> 4.2.0
  > efivar: upgrade 38 -> 39
  > ed: upgrade 1.20 -> 1.20.1
  > createrepo-c: upgrade 1.0.3 -> 1.0.4
  > ccache: upgrade 4.9 -> 4.9.1
  > bash-completion: upgrade 2.11 -> 2.12.0
  > mirrors: Switch llvm to use shallow cloning
  > gstreamer1.0: skip a test that is known to be flaky
  > oeqa/lib/utils/postactions: fix host disk usage stats retrieval
  > python3-cryptography{-vectors}: upgrade to 42.0.5
  > libc-locale: fix ASCII compatible warning cause build failure.
  > rpm: Fix the following error when run nativesdk-rpm in nativesdk environment.
  > python3: dont disable readline module for editline
  > python3-maturin: Recognise riscv32 architecture
  > python3-bcrypt: Fix build break on arches without 64 bit atomics
  > python3-git: upgrade 3.1.41 -> 3.1.42
  > wpa-supplicant: Fix CVE-2023-52160
  > libexif: remove unused version_underscore
  > bitbake: taskexp_ncurses: fix execution example in introductory comment

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

* sources/meta-arm 1231e54a...aba92504 (1):
  > ci: Ensure tests are in the Corstone-1000 flash image

* sources/meta-clang fc56d6c...d0d4339 (14):
  > clang: Bump version to 18.1.1
  > lksctp-tools: Reset SECURITY_STACK_PROTECTOR with clang
  > clang: Upgrade to clang 18.1 major release
  > clang: Adjust packaging to match new libLLVM soname
  > bpftrace: Upgrade to 0.20+ and fix with llvm 18
  > bcc: Do not set LLVM_PACKAGE_VERSION explicitly
  > vulkan-samples: Disable deprecated declaration warnings with libc++
  > castxml: Upgrade to 0.6.4
  > spirv-llvm-translator: Switch to main branch for llvm 18 support
  > libcxx: Pass LLVM_RUNTIME_TARGETS
  > rust-llvm: Fix build with clang-18
  > kernel-selftest: Use gcc for now.
  > optee-os: Use gcc instead of clang-18
  > openldap: Fix build with lld linker

* sources/meta-elm-binary e57ece1...ee89d03 (1):
  > Merge pull request #9 from YoeDistro/yoe/mut

* sources/meta-freescale cce48564...dc7a2cd4 (6):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe
  > Merge pull request #1764 from hiagofranco/add_uuu_tagged_to_uuubootloader-class
  > Merge pull request #1763 from hiagofranco/add_uuu_untagged_to_u-boot-imx
  > Merge pull request #1761 from hiagofranco/fix_uuu_bootloader_tag
  > Merge pull request #1760 from mschwan-phytec/wip-master-bmap-rename

* sources/meta-freescale-3rdparty 13f46cb...ae392bf (1):
  > Merge pull request #294 from chrisdimich/master

* sources/meta-intel e318d880...9ed54a13 (7):
  > ispc: upgrade 1.22.0 -> 1.23.0
  > openvkl: upgrade 2.0.0 -> 2.0.1
  > ospray: upgrade 3.0.0 -> 3.1.0
  > embree: upgrade 4.3.0 -> 4.3.1
  > rkcommon: upgrade 1.12.0 -> 1.13.0
  > intel-compute-runtime: upgrade 23.22.26516.18 -> 24.05.28454.6
  > intel-graphics-compiler: upgrade 1.0.14062.11 -> 1.0.15985.7

* sources/meta-odroid 665b62d...ae4ac91 (1):
  > u-boot_2023: Drop PYTHON_PN

* sources/meta-openembedded 9f0e51321...3920b1313 (142):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > layer.conf: Update for the scarthgap release series
  > ser2net: add a systemd service file
  > waylandpp: fix reproducibility issue
  > crossguid: fix reproducibility issue
  > editorconfig-core-c: fix reproducibility issue
  > fmt: remove unnecessary "inherit ptest" directive
  > python3-wsproto: Add recipe
  > python3-httptools: added recipe which is also include ptest
  > python3-a2wsgi: added recipe which is also include ptest
  > libvncserver: fix reproducibility issue
  > gnome-terminal: fix reproducibility issue
  > gnome-settings-daemon: fix reproducibility issue
  > gnome-disk-utility: fix reproducibility issue
  > gnome-control-center: fix reproducibility issue
  > vlc: Fix build on 32bit x86
  > php: Upgrade to 8.2.16
  > remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATH
  > thin-provisioning-tools: 1.0.9 -> 1.0.12
  > netcf: Fix build with latest gnulib
  > gnulib: 2018-12-18 -> 202401
  > xfsprogs: 6.5.0 -> 6.6.0
  > yaffs2-utils: Upgrade to 20221209
  > webp-pixbuf-loader: update 0.2.5 -> 0.2.7
  > python3-google-auth: add ptest and update runtime dependencies
  > python3-responses: add recipe
  > python3-pytest-localserver: added recipe which is also include ptest
  > tcprelay: fix a minor cross compilation do_configure issue
  > vlc: Upgrade to 3.0.20
  > gnome-online-accounts: Fix build with libxml2 2.12
  > abseil-cpp: upgrade 20230802.1 -> 20240116.1
  > gnome-commander: Fix build with taglib 2.0
  > libmusicbrainz: Update to tip of trunk
  > mariadb: Fix build with libxml2 2.12 ABI changes
  > xmlstarlet: Fix build with API breakage in libxml2 2.12
  > python3-tomli-w: added recipe which is also include ptest
  > libosinfo: Fix build with libxml2 v2.12
  > googletest: allow for shared libraries
  > libnice: Disable the examples and the tests
  > python3-google-auth-oauthlib: add ptest
  > python3-traitlets: add ptest and update runtime dependencies
  > mozjs-115: fix reproducibility issue
  > net-snmp: upgrade 5.9.3 -> 5.9.4
  > nss: Upgrade 3.74 -> 3.98
  > squid: Upgrade to 6.8
  > re2: Upgrade 2023.03.01 -> 2024.03.01
  > googletest: Pass -fPIC to CFLAGS
  > gosu: Upgrade to 1.17
  > postfix: upgrade 3.8.5 -> 3.8.6
  > networkmanager: 1.44.0 -> 1.46.0
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > python3-invoke: add recipe
  > python3-icecream: add recipe
  > netplan: upgrade 0.106 -> 1.0
  > stunnel: upgrade 5.69 -> 5.72
  > smarty: upgrade 4.3.4 -> 4.4.1
  > python3-sentry-sdk: upgrade 1.40.4 -> 1.40.6
  > python3-scrypt: upgrade 0.8.20 -> 0.8.24
  > python3-pymisp: upgrade 2.4.185 -> 2.4.186
  > python3-pdm: upgrade 2.12.3 -> 2.12.4
  > python3-ipython: upgrade 8.21.0 -> 8.22.1
  > python3-grpcio(-tools): upgrade 1.60.1 -> 1.62.0
  > python3-google-api-python-client: upgrade 2.118.0 -> 2.120.0
  > python3-google-api-core: upgrade 2.16.2 -> 2.17.1
  > python3-gcovr: upgrade 7.0 -> 7.2
  > python3-eventlet: upgrade 0.35.1 -> 0.35.2
  > python3-dnspython: upgrade 2.6.0 -> 2.6.1
  > python3-cbor2: upgrade 5.6.1 -> 5.6.2
  > python3-astroid: upgrade 3.0.3 -> 3.1.0
  > ostree: upgrade 2024.3 -> 2024.4
  > neatvnc: upgrade 0.7.2 -> 0.8.0
  > libtdb: upgrade 1.4.9 -> 1.4.10
  > libtalloc: upgrade 2.4.1 -> 2.4.2
  > fetchmail: upgrade 6.4.37 -> 6.4.38
  > ddrescue: upgrade 1.27 -> 1.28
  > dbus-cxx: upgrade 2.5.0 -> 2.5.1
  > ctags: upgrade 6.1.20240114.0 -> 6.1.20240225.0
  > c-ares: upgrade 1.26.0 -> 1.27.0
  > bats: upgrade 1.10.0 -> 1.11.0
  > python3-eth-utils: remove unused patches
  > webkitgtk3: remove unused patch
  > emacs: remove unused patch
  > opengl-es-cts: remove unused patch
  > libio-pty-perl: remove unsed patch
  > openal-soft: remove unused patches
  > tracker: remove unused patch
  > python3-marshmallow: upgrade 3.20.2 -> 3.21.1 and add ptest
  > glmark2: add upstream patch to not care about stencil config
  > signing.bbclass: fix typos
  > emacs: Add packageconfig for selinux support
  > pgpool2: Fix build with postgresql 16+
  > pgpool2: Upgrade to 4.5.1
  > python3-arrow: add ptest, update backend and runtime dependencies
  > python3-types-python-dateutil: add recipe
  > toybox-inittab: Fix serial getty reproducibility
  > polkit: update 123 -> 124
  > mozjs-115: update 115.6.0 -> 115.8.0
  > python3-dateutil: upgrade 2.8.2 -> 2.9.0
  > python3-freezegun: add recipe and add ptest
  > drbd-utils: Fix a udev rule reproducibility
  > drbd-utils: Drop a duplicated line in DESCRIPTION
  > ptest-packagelists-meta-python: Move py3-libgpiod out of PTESTS_PROBLEMS_META_PYTHON
  > ptest-packagelists-meta-oe: Move libgpiod out of PTESTS_PROBLEMS_META_OE
  > postgresql: upgrade 15.5 -> 16.2
  > nodejs: upgrade 20.11.0 -> 20.11.1
  > multipath-tools: upgrade 0.9.3 -> 0.9.8
  > syslog-ng: upgrade 4.0.1 -> 4.6.0
  > python3-aiohappyeyeballs: Correct the typo of BBCLASSEXTEND
  > googletest: allow for shared libraries
  > e2tools: Delete unneeded files from ptest package
  > python3-wrapt: add ptest
  > ptest-packagelists-meta-python: Move python3-xlrd from PTESTS_PROBLEMS_META_PYTHON to PTESTS_FAST_META_PYTHON
  > nlohmann-json: Upgrade to 3.11.3
  > python3-netaddr: upgrade 0.10.1 -> 1.2.1 and add ptest
  > python3-google-auth: upgrade 2.28.0 -> 2.28.1
  > syzkaller: Fix build with go 1.21
  > crucible: Define GOPROXY
  > influxdb: Define GOPROXY
  > folks: update 0.15.6 -> 0.15.7
  > drbd-utils: Disable warnings as errors
  > drbd-utils: upgrade 9.22.0 -> 9.27.0
  > openvpn: upgrade 2.6.7 -> 2.6.9
  > fuse3: Make kmod as a recommendation instead of rdep for ptests
  > fuse3: use 4 spaces for indentation
  > openldap: upgrade 2.5.16 -> 2.6.7
  > postfix: upgrade 3.7.3 -> 3.8.5
  > krb5: upgrade 1.20.2 -> 1.21.2
  > keyutils: Add missing rdep for ptests
  > layer.conf: Add nativesdk-libdevmapper PREFERRED_RPROVIDER
  > cryptsetup: upgrade 2.6.1 -> 2.7.0
  > grpc: upgrade 1.60.0 -> 1.60.1
  > iperf3: upgrade 3.15 -> 3.16
  > libgpiod: Tests rely on configfs support in kernel
  > python3-betamax: Upgrade to 0.9.0
  > python3-pyzmq: Add missing dep on python3-unixadmin for ptests
  > python3-gpiod: Tests rely on configfs support in kernel
  > python3-fastjsonschema: Add missing ptest deps
  > xfce4-notifyd: use python3native and depend on python3-packaging-native
  > ristretto: use python3native and depend on glib-2.0-native, python3-packaging-native
  > libkcapi: Update HOMEPAGE url
  > openipmi: fix do_configure error when using dash

* sources/meta-qcom 567079b...e7bcac0 (1):
  > Merge pull request #582 from lumag/cuse

* sources/meta-qt6 1695f1a...394d7d9 (215):
  > qtwebengine: Fix build with clang18
  > squish: don't move executables
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-raspberrypi 95a9103...92a9b7a (1):
  > rpi-base: Added missing HiFiBerry

* sources/meta-riscv dc7aeb4...d1df527 (5):
  > musl: Drop rv32 patches
  > riscv-common: Rename bmap-tools-native -> bmaptool-native
  > linux-starfive-dev: Fix perf build with gcc-13
  > capnproto,pidgin-sipe: Re-enable on rv32
  > ostree: Do not mark unavailable for rv32

* sources/meta-rockchip bcf1d92...06a65d4 (3):
  > rock-5[ab]: use regular yocto kernel
  > rockchip.wks: fix typo
  > layer.conf: update for scarthgap

* sources/meta-tegra 5237f91d...d4e0d078 (1):
  > layer.conf, README.md: drop nanbield from LAYERSERIES_COMPAT

* sources/meta-ti e24577a7...ee1f6799 (15):
  > CI/CD Auto-Merger: cicd.master.202403080100
  > conf: machine: am62axx: Pick overlays for V3Link cameras
  > linux-ti-staging-rt_6.6: Add KERNEL_LCOALVERSION change
  > u-boot-ti: Change from UBOOT_LOCALVERSION and SRCPV
  > linux-ti-staging: Update KERNEL_LOCALVERSION
  > Drop SRCPV
  > CI/CD Auto-Merger: cicd.master.202402271317
  > Rework jailhouse recipe to support different image build
  > conf: beaglebone-ai64: Apply U-boot defconfig fragments
  > conf: beagleplay: Apply U-boot defconfig fragments
  > meta-ti-bsp: update BeagleBoard.org BSP to the latest
  > linux-bb.org: remove custom FILES:${KERNEL_PACKAGE_NAME}-devicetree
  > meta-ti-bsp: trusted-firmware-arm: Update to master
  > meta-ti-bsp: optee: Upgrade to 4.1
  > conf: machine: Apply U-boot fragment configs for AM62P Display Cluster Image

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

* sources/poky 4945ca640b...b990dab8d1 (206):
  > elfutils: Fix build break with clang
  > llvm: Update to 18.1.1 release
  > glibc: Update to tip of 2.39 branch
  > qemuriscv: Fix kbd and mouse emulation
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > openssh: enable sshd.service by default
  > linux-firmware: remove pointless linux-firmware-gplv2-license package
  > linux-firmware: set LICENSE field for -liquidui and -mellanox
  > linux-firmware: add support for deduplicating the firmware
  > mesa: fix opencl-spirv build
  > rust: reproducibility issue fix with v1.75
  > lttng-tools: skip kernel tests if no kernel modules present
  > layer.conf: Prepare for release, drop nanbield LAYERSERIES
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests
  > openssh: Add a workaround for ICE on powerpc64le
  > kernel-fitImage: only include valid compatible line
  > go.bbclass: set GOPROXY
  > systemd: Check for directory before chmod'ing it
  > bmaptool: Add bmap-tools runtime alias for compatibility
  > genericarm64: clean up kernel modules and firmware
  > genericarm64.wks: reorder partitions
  > poky: Update to prepare for scarthgap release
  > go: filter out build specific path from the linker flags
  > systemd: remove systemd-bus-proxy settings
  > systemd: use RDEPENDS for systemd-vconsole-setup
  > systemd: fix dead link /var/log/README
  > rxvt-unicode: Fix installing of terminfo
  > valgrind: skip intermittently failing ptests
  > sstatetests.py: Add testing for correct sstate permissions
  > oeqa/runtime/login: Fix dbus-wait timeout and loop conditional
  > oeqa/runtime/login: Add screenshot sample logic/timeout/dbus-wait
  > oeqa/runtime/login: Exclude qemuriscv64
  > oeqa/runtime/login: Mask out the mouse panel icon for now
  > oeqa/runtime/login: Various code improvements and fixes
  > oeqa/runtime/login: Proof of concept for screenshot testcases
  > screenshot-tests: Add initial screenshot test png files for core-image-sato
  > qemurunner.py: Fix error on calls to run_monitor
  > webkitgtk: upgrade 2.42.2 -> 2.42.5
  > vulkan: upgrade 1.3.268.0 -> 1.3.275.0
  > vala: upgrade 0.56.13 -> 0.56.15
  > update-rc.d: upgrade to latest revision
  > taglib: upgrade 1.13.1 -> 2.0 and add utfcpp recipe to support that
  > ttyrun: upgrade 2.30.0 -> 2.31.0
  > systemd: upgrade 255.1 -> 255.4
  > shaderc: update 2023.7 -> 2023.8
  > repo: upgrade 2.41 -> 2.42
  > python3-wcwidth: upgrade 0.2.12 -> 0.2.13
  > python3-setuptools: upgrade 69.0.3 -> 69.1.1
  > python3-ruamel-yaml: upgrade 0.17.35 -> 0.18.6
  > python3-jsonschema: upgrade 4.17.3 -> 4.21.1 and add new dependencies
  > python3-dtschema: upgrade 2023.7 -> 2024.2
  > python3-build: upgrade 1.0.3 -> 1.1.1
  > piglit: upgrade to latest revision
  > puzzles: upgrade to latest revision
  > orc: upgrade 0.4.37 -> 0.4.38
  > nghttp2: upgrade 1.59.0 -> 1.60.0
  > minicom: upgrade 2.8 -> 2.9
  > mesa: upgrade 24.0.1 -> 24.0.2
  > mc: upgrade 4.8.30 -> 4.8.31
  > man-pages: upgrade 6.05.01 -> 6.06
  > lsof: upgrade 4.98.0 -> 4.99.3
  > librsvg: upgrade 2.56.3 -> 2.57.1
  > linux-firmware: upgrade 20231211 -> 20240220
  > libxml2: upgrade 2.11.5 -> 2.12.5
  > libusb1: upgrade 1.0.26 -> 1.0.27
  > librepo: update 1.16.0 -> 1.17.0
  > libpcre2: upgrade 10.42 -> 10.43
  > libpciaccess: upgrade 0.17 -> 0.18
  > libdnf: update 0.72.0 -> 0.73.0
  > libbsd: upgrade 0.11.8 -> 0.12.1
  > kmscube: upgrade to latest revision
  > glib-networking: upgrade 2.78.0 -> 2.78.1
  > glib-2.0: upgrade 2.78.3 -> 2.78.4
  > gettext: upgrade 0.22.4 -> 0.22.5
  > epiphany: upgrade 45.1 -> 45.3
  > elfutils: upgrade 0.189 -> 0.191
  > ell: upgrade 0.62 -> 0.63
  > diffoscope: upgrade 253 -> 259
  > dnf: upgrade 4.18.2 -> 4.19.0
  > btrfs-tools: upgrade 6.5.3 -> 6.7.1
  > boost: upgrade 1.83.0 -> 1.84.0
  > appstream: upgrade 1.0.0 -> 1.0.2
  > acl: upgrade 2.3.1 -> 2.3.2
  > python3-sphinxcontrib-jquery: add a recipe and make python3-sphinx-rtd-theme depend on it
  > dev-manual: bmaptool: rename
  > manuals: document VIRTUAL-RUNTIME variables
  > contributor-guide: add notes for tests
  > dev-manual: packages: fix capitalization
  > ref-manual: variables: adding multiple groups in GROUPADD_PARAM
  > ref-manual: variables: correct sdk installation default path
  > ref-manual: tasks: do_cleansstate: recommend using '-f' instead for a shared sstate
  > ref-manual: tasks: do_cleanall: recommend using '-f' instead
  > ref-manual: classes: add cve status check for oe.qa
  > libpng: Update SRC_URI to avoid redirects
  > go: Drop linkmode with nativesdk/cross-canadian
  > go: Further tweak indentation in patch
  > go: bump 1.22.0
  > image_types.bbclass: fix vfat image names
  > xz: correct upstream version check
  > rxvt: add rxvt to desktop entry name
  > Add genericarm64 MACHINE
  > bitbake: utils: remove BB_ENV_PASSTHROUGH from preserved_envvars()
  > bmaptool: now part of Yocto Project
  > python3-cryptography_42.0.5.bb: delete redundant ptest packaging
  > expat: upgrdae 2.6.0 -> 2.6.1
  > gdb: Upgrade 14.1 -> 14.2
  > python3-hypothesis: upgrade 6.98.12 -> 6.98.15
  > rust: Fix build failure re-appeared on riscv32
  > gtk+3: update 3.24.38 -> 3.24.41
  > linux-yocto: Enable gpio-sim with ptests
  > linux-yocto/6.6: update CVE exclusions
  > linux-yocto/6.6: update to v6.6.20
  > linux-yocto/cfg/6.6: drop CONFIG_DEBUG_CREDENTIALS
  > go: upgrade 1.21.5 -> 1.21.7
  > go: upgrade 1.21.0 -> 1.21.5
  > oeqa/gotoolchain: set GOPROXY
  > goarch: disable dynamic linking globally
  > go: bump 1.21.0
  > go: rework patch to avoid identation
  > bitbake: prserv/serv: Fix a PID file removal race on prserv stop
  > bitbake: fetch/git: Avoid clean upon failure
  > qemu: backport patch for ui/clipboard issue
  > mesa,mesa-gl: Fix build when dri3 is not enabled
  > coreutils: backport patch to fix heap overflow in split
  > u-boot: Move UBOOT_INITIAL_ENV back to u-boot.inc
  > qemu: Replace workaround with proper usermode fix for shmat
  > no-gplv3: Tweak for packagemangement in core-image-full-cmdline
  > core-image-full-cmdline: add package-management
  > python3-attrs: disable Hypothesis deadline
  > rust: reproducibility issue fix with v1.75
  > rust: Revert PGO to it's default
  > rust: Upgrade 1.74.1 -> 1.75.0
  > linux-firmware: split out more firmware pieces
  > llvm: Update to 18.1.0 RC4
  > waf: Improve version parsing to avoid failing on warnings
  > xprop: upgrade 1.2.6 -> 1.2.7
  > xkeyboard-config: upgrade 2.40 -> 2.41
  > xkbcomp: upgrade 1.4.6 -> 1.4.7
  > swig: upgrade 4.2.0 -> 4.2.1
  > python3-yamllint: upgrade 1.33.0 -> 1.35.1
  > python3-urllib3: upgrade 2.1.0 -> 2.2.1
  > python3: upgrade 3.12.1 -> 3.12.2
  > python3-typing-extensions: upgrade 4.9.0 -> 4.10.0
  > python3-trove-classifiers: upgrade 2024.1.8 -> 2024.2.23
  > python3-setuptools-rust: upgrade 1.8.1 -> 1.9.0
  > python3-pytz: upgrade 2023.4 -> 2024.1
  > python3-pytest: upgrade 8.0.0 -> 8.0.2
  > python3-pycairo: upgrade 1.25.1 -> 1.26.0
  > python3-pip: upgrade 23.3.2 -> 24.0
  > python3-hypothesis: upgrade 6.97.3 -> 6.98.12
  > python3-dbusmock: upgrade 0.30.2 -> 0.31.1
  > python3-certifi: upgrade 2023.11.17 -> 2024.2.2
  > python3-beartype: upgrade 0.17.0 -> 0.17.2
  > pkgconf: upgrade 2.1.0 -> 2.1.1
  > pciutils: upgrade 3.10.0 -> 3.11.1
  > pango: upgrade 1.51.0 -> 1.52.0
  > ofono: upgrade 2.3 -> 2.4
  > mpg123: upgrade 1.32.4 -> 1.32.5
  > makedepend: upgrade 1.0.8 -> 1.0.9
  > lighttpd: upgrade 1.4.73 -> 1.4.74
  > libxvmc: upgrade 1.0.13 -> 1.0.14
  > libxkbfile: upgrade 1.1.2 -> 1.1.3
  > libxext: upgrade 1.3.5 -> 1.3.6
  > liburi-perl: upgrade 5.25 -> 5.27
  > libunistring: upgrade 1.1 -> 1.2
  > libsecret: upgrade 0.21.2 -> 0.21.4
  > libpng: upgrade 1.6.41 -> 1.6.42
  > libmicrohttpd: upgrade 0.9.77 -> 1.0.1
  > libksba: upgrade 1.6.5 -> 1.6.6
  > libhandy: upgrade 1.8.2 -> 1.8.3
  > libgpg-error: upgrade 1.47 -> 1.48
  > libffi: upgrade 3.4.5 -> 3.4.6
  > git: upgrade 2.43.0 -> 2.44.0
  > gcr: upgrade 4.1.0 -> 4.2.0
  > efivar: upgrade 38 -> 39
  > ed: upgrade 1.20 -> 1.20.1
  > createrepo-c: upgrade 1.0.3 -> 1.0.4
  > ccache: upgrade 4.9 -> 4.9.1
  > bash-completion: upgrade 2.11 -> 2.12.0
  > mirrors: Switch llvm to use shallow cloning
  > gstreamer1.0: skip a test that is known to be flaky
  > oeqa/lib/utils/postactions: fix host disk usage stats retrieval
  > python3-cryptography{-vectors}: upgrade to 42.0.5
  > libc-locale: fix ASCII compatible warning cause build failure.
  > rpm: Fix the following error when run nativesdk-rpm in nativesdk environment.
  > python3: dont disable readline module for editline
  > python3-maturin: Recognise riscv32 architecture
  > python3-bcrypt: Fix build break on arches without 64 bit atomics
  > python3-git: upgrade 3.1.41 -> 3.1.42
  > wpa-supplicant: Fix CVE-2023-52160
  > libexif: remove unused version_underscore
  > bitbake: taskexp_ncurses: fix execution example in introductory comment

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

* sources/meta-arm 1231e54a...aba92504 (1):
  > ci: Ensure tests are in the Corstone-1000 flash image

* sources/meta-clang fc56d6c...d0d4339 (14):
  > clang: Bump version to 18.1.1
  > lksctp-tools: Reset SECURITY_STACK_PROTECTOR with clang
  > clang: Upgrade to clang 18.1 major release
  > clang: Adjust packaging to match new libLLVM soname
  > bpftrace: Upgrade to 0.20+ and fix with llvm 18
  > bcc: Do not set LLVM_PACKAGE_VERSION explicitly
  > vulkan-samples: Disable deprecated declaration warnings with libc++
  > castxml: Upgrade to 0.6.4
  > spirv-llvm-translator: Switch to main branch for llvm 18 support
  > libcxx: Pass LLVM_RUNTIME_TARGETS
  > rust-llvm: Fix build with clang-18
  > kernel-selftest: Use gcc for now.
  > optee-os: Use gcc instead of clang-18
  > openldap: Fix build with lld linker

* sources/meta-elm-binary e57ece1...ee89d03 (1):
  > Merge pull request #9 from YoeDistro/yoe/mut

* sources/meta-freescale cce48564...dc7a2cd4 (6):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe
  > Merge pull request #1764 from hiagofranco/add_uuu_tagged_to_uuubootloader-class
  > Merge pull request #1763 from hiagofranco/add_uuu_untagged_to_u-boot-imx
  > Merge pull request #1761 from hiagofranco/fix_uuu_bootloader_tag
  > Merge pull request #1760 from mschwan-phytec/wip-master-bmap-rename

* sources/meta-freescale-3rdparty 13f46cb...ae392bf (1):
  > Merge pull request #294 from chrisdimich/master

* sources/meta-intel e318d880...9ed54a13 (7):
  > ispc: upgrade 1.22.0 -> 1.23.0
  > openvkl: upgrade 2.0.0 -> 2.0.1
  > ospray: upgrade 3.0.0 -> 3.1.0
  > embree: upgrade 4.3.0 -> 4.3.1
  > rkcommon: upgrade 1.12.0 -> 1.13.0
  > intel-compute-runtime: upgrade 23.22.26516.18 -> 24.05.28454.6
  > intel-graphics-compiler: upgrade 1.0.14062.11 -> 1.0.15985.7

* sources/meta-odroid 665b62d...ae4ac91 (1):
  > u-boot_2023: Drop PYTHON_PN

* sources/meta-openembedded 9f0e51321...3a153f293 (144):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > layer.conf: Update for the scarthgap release series
  > samba: upgrade 4.19.4 -> 4.19.5
  > cryptsetup: upgrade 2.7.0 -> 2.7.1
  > ser2net: add a systemd service file
  > waylandpp: fix reproducibility issue
  > crossguid: fix reproducibility issue
  > editorconfig-core-c: fix reproducibility issue
  > fmt: remove unnecessary "inherit ptest" directive
  > python3-wsproto: Add recipe
  > python3-httptools: added recipe which is also include ptest
  > python3-a2wsgi: added recipe which is also include ptest
  > libvncserver: fix reproducibility issue
  > gnome-terminal: fix reproducibility issue
  > gnome-settings-daemon: fix reproducibility issue
  > gnome-disk-utility: fix reproducibility issue
  > gnome-control-center: fix reproducibility issue
  > vlc: Fix build on 32bit x86
  > php: Upgrade to 8.2.16
  > remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATH
  > thin-provisioning-tools: 1.0.9 -> 1.0.12
  > netcf: Fix build with latest gnulib
  > gnulib: 2018-12-18 -> 202401
  > xfsprogs: 6.5.0 -> 6.6.0
  > yaffs2-utils: Upgrade to 20221209
  > webp-pixbuf-loader: update 0.2.5 -> 0.2.7
  > python3-google-auth: add ptest and update runtime dependencies
  > python3-responses: add recipe
  > python3-pytest-localserver: added recipe which is also include ptest
  > tcprelay: fix a minor cross compilation do_configure issue
  > vlc: Upgrade to 3.0.20
  > gnome-online-accounts: Fix build with libxml2 2.12
  > abseil-cpp: upgrade 20230802.1 -> 20240116.1
  > gnome-commander: Fix build with taglib 2.0
  > libmusicbrainz: Update to tip of trunk
  > mariadb: Fix build with libxml2 2.12 ABI changes
  > xmlstarlet: Fix build with API breakage in libxml2 2.12
  > python3-tomli-w: added recipe which is also include ptest
  > libosinfo: Fix build with libxml2 v2.12
  > googletest: allow for shared libraries
  > libnice: Disable the examples and the tests
  > python3-google-auth-oauthlib: add ptest
  > python3-traitlets: add ptest and update runtime dependencies
  > mozjs-115: fix reproducibility issue
  > net-snmp: upgrade 5.9.3 -> 5.9.4
  > nss: Upgrade 3.74 -> 3.98
  > squid: Upgrade to 6.8
  > re2: Upgrade 2023.03.01 -> 2024.03.01
  > googletest: Pass -fPIC to CFLAGS
  > gosu: Upgrade to 1.17
  > postfix: upgrade 3.8.5 -> 3.8.6
  > networkmanager: 1.44.0 -> 1.46.0
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > python3-invoke: add recipe
  > python3-icecream: add recipe
  > netplan: upgrade 0.106 -> 1.0
  > stunnel: upgrade 5.69 -> 5.72
  > smarty: upgrade 4.3.4 -> 4.4.1
  > python3-sentry-sdk: upgrade 1.40.4 -> 1.40.6
  > python3-scrypt: upgrade 0.8.20 -> 0.8.24
  > python3-pymisp: upgrade 2.4.185 -> 2.4.186
  > python3-pdm: upgrade 2.12.3 -> 2.12.4
  > python3-ipython: upgrade 8.21.0 -> 8.22.1
  > python3-grpcio(-tools): upgrade 1.60.1 -> 1.62.0
  > python3-google-api-python-client: upgrade 2.118.0 -> 2.120.0
  > python3-google-api-core: upgrade 2.16.2 -> 2.17.1
  > python3-gcovr: upgrade 7.0 -> 7.2
  > python3-eventlet: upgrade 0.35.1 -> 0.35.2
  > python3-dnspython: upgrade 2.6.0 -> 2.6.1
  > python3-cbor2: upgrade 5.6.1 -> 5.6.2
  > python3-astroid: upgrade 3.0.3 -> 3.1.0
  > ostree: upgrade 2024.3 -> 2024.4
  > neatvnc: upgrade 0.7.2 -> 0.8.0
  > libtdb: upgrade 1.4.9 -> 1.4.10
  > libtalloc: upgrade 2.4.1 -> 2.4.2
  > fetchmail: upgrade 6.4.37 -> 6.4.38
  > ddrescue: upgrade 1.27 -> 1.28
  > dbus-cxx: upgrade 2.5.0 -> 2.5.1
  > ctags: upgrade 6.1.20240114.0 -> 6.1.20240225.0
  > c-ares: upgrade 1.26.0 -> 1.27.0
  > bats: upgrade 1.10.0 -> 1.11.0
  > python3-eth-utils: remove unused patches
  > webkitgtk3: remove unused patch
  > emacs: remove unused patch
  > opengl-es-cts: remove unused patch
  > libio-pty-perl: remove unsed patch
  > openal-soft: remove unused patches
  > tracker: remove unused patch
  > python3-marshmallow: upgrade 3.20.2 -> 3.21.1 and add ptest
  > glmark2: add upstream patch to not care about stencil config
  > signing.bbclass: fix typos
  > emacs: Add packageconfig for selinux support
  > pgpool2: Fix build with postgresql 16+
  > pgpool2: Upgrade to 4.5.1
  > python3-arrow: add ptest, update backend and runtime dependencies
  > python3-types-python-dateutil: add recipe
  > toybox-inittab: Fix serial getty reproducibility
  > polkit: update 123 -> 124
  > mozjs-115: update 115.6.0 -> 115.8.0
  > python3-dateutil: upgrade 2.8.2 -> 2.9.0
  > python3-freezegun: add recipe and add ptest
  > drbd-utils: Fix a udev rule reproducibility
  > drbd-utils: Drop a duplicated line in DESCRIPTION
  > ptest-packagelists-meta-python: Move py3-libgpiod out of PTESTS_PROBLEMS_META_PYTHON
  > ptest-packagelists-meta-oe: Move libgpiod out of PTESTS_PROBLEMS_META_OE
  > postgresql: upgrade 15.5 -> 16.2
  > nodejs: upgrade 20.11.0 -> 20.11.1
  > multipath-tools: upgrade 0.9.3 -> 0.9.8
  > syslog-ng: upgrade 4.0.1 -> 4.6.0
  > python3-aiohappyeyeballs: Correct the typo of BBCLASSEXTEND
  > googletest: allow for shared libraries
  > e2tools: Delete unneeded files from ptest package
  > python3-wrapt: add ptest
  > ptest-packagelists-meta-python: Move python3-xlrd from PTESTS_PROBLEMS_META_PYTHON to PTESTS_FAST_META_PYTHON
  > nlohmann-json: Upgrade to 3.11.3
  > python3-netaddr: upgrade 0.10.1 -> 1.2.1 and add ptest
  > python3-google-auth: upgrade 2.28.0 -> 2.28.1
  > syzkaller: Fix build with go 1.21
  > crucible: Define GOPROXY
  > influxdb: Define GOPROXY
  > folks: update 0.15.6 -> 0.15.7
  > drbd-utils: Disable warnings as errors
  > drbd-utils: upgrade 9.22.0 -> 9.27.0
  > openvpn: upgrade 2.6.7 -> 2.6.9
  > fuse3: Make kmod as a recommendation instead of rdep for ptests
  > fuse3: use 4 spaces for indentation
  > openldap: upgrade 2.5.16 -> 2.6.7
  > postfix: upgrade 3.7.3 -> 3.8.5
  > krb5: upgrade 1.20.2 -> 1.21.2
  > keyutils: Add missing rdep for ptests
  > layer.conf: Add nativesdk-libdevmapper PREFERRED_RPROVIDER
  > cryptsetup: upgrade 2.6.1 -> 2.7.0
  > grpc: upgrade 1.60.0 -> 1.60.1
  > iperf3: upgrade 3.15 -> 3.16
  > libgpiod: Tests rely on configfs support in kernel
  > python3-betamax: Upgrade to 0.9.0
  > python3-pyzmq: Add missing dep on python3-unixadmin for ptests
  > python3-gpiod: Tests rely on configfs support in kernel
  > python3-fastjsonschema: Add missing ptest deps
  > xfce4-notifyd: use python3native and depend on python3-packaging-native
  > ristretto: use python3native and depend on glib-2.0-native, python3-packaging-native
  > libkcapi: Update HOMEPAGE url
  > openipmi: fix do_configure error when using dash

* sources/meta-qcom 567079b...e7bcac0 (1):
  > Merge pull request #582 from lumag/cuse

* sources/meta-qt6 1695f1a...394d7d9 (215):
  > qtwebengine: Fix build with clang18
  > squish: don't move executables
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-raspberrypi 95a9103...92a9b7a (1):
  > rpi-base: Added missing HiFiBerry

* sources/meta-riscv dc7aeb4...d1df527 (5):
  > musl: Drop rv32 patches
  > riscv-common: Rename bmap-tools-native -> bmaptool-native
  > linux-starfive-dev: Fix perf build with gcc-13
  > capnproto,pidgin-sipe: Re-enable on rv32
  > ostree: Do not mark unavailable for rv32

* sources/meta-rockchip bcf1d92...06a65d4 (3):
  > rock-5[ab]: use regular yocto kernel
  > rockchip.wks: fix typo
  > layer.conf: update for scarthgap

* sources/meta-tegra 5237f91d...d4e0d078 (1):
  > layer.conf, README.md: drop nanbield from LAYERSERIES_COMPAT

* sources/meta-ti e24577a7...ee1f6799 (15):
  > CI/CD Auto-Merger: cicd.master.202403080100
  > conf: machine: am62axx: Pick overlays for V3Link cameras
  > linux-ti-staging-rt_6.6: Add KERNEL_LCOALVERSION change
  > u-boot-ti: Change from UBOOT_LOCALVERSION and SRCPV
  > linux-ti-staging: Update KERNEL_LOCALVERSION
  > Drop SRCPV
  > CI/CD Auto-Merger: cicd.master.202402271317
  > Rework jailhouse recipe to support different image build
  > conf: beaglebone-ai64: Apply U-boot defconfig fragments
  > conf: beagleplay: Apply U-boot defconfig fragments
  > meta-ti-bsp: update BeagleBoard.org BSP to the latest
  > linux-bb.org: remove custom FILES:${KERNEL_PACKAGE_NAME}-devicetree
  > meta-ti-bsp: trusted-firmware-arm: Update to master
  > meta-ti-bsp: optee: Upgrade to 4.1
  > conf: machine: Apply U-boot fragment configs for AM62P Display Cluster Image

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

* sources/poky 4945ca640b...b990dab8d1 (206):
  > elfutils: Fix build break with clang
  > llvm: Update to 18.1.1 release
  > glibc: Update to tip of 2.39 branch
  > qemuriscv: Fix kbd and mouse emulation
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > openssh: enable sshd.service by default
  > linux-firmware: remove pointless linux-firmware-gplv2-license package
  > linux-firmware: set LICENSE field for -liquidui and -mellanox
  > linux-firmware: add support for deduplicating the firmware
  > mesa: fix opencl-spirv build
  > rust: reproducibility issue fix with v1.75
  > lttng-tools: skip kernel tests if no kernel modules present
  > layer.conf: Prepare for release, drop nanbield LAYERSERIES
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests
  > openssh: Add a workaround for ICE on powerpc64le
  > kernel-fitImage: only include valid compatible line
  > go.bbclass: set GOPROXY
  > systemd: Check for directory before chmod'ing it
  > bmaptool: Add bmap-tools runtime alias for compatibility
  > genericarm64: clean up kernel modules and firmware
  > genericarm64.wks: reorder partitions
  > poky: Update to prepare for scarthgap release
  > go: filter out build specific path from the linker flags
  > systemd: remove systemd-bus-proxy settings
  > systemd: use RDEPENDS for systemd-vconsole-setup
  > systemd: fix dead link /var/log/README
  > rxvt-unicode: Fix installing of terminfo
  > valgrind: skip intermittently failing ptests
  > sstatetests.py: Add testing for correct sstate permissions
  > oeqa/runtime/login: Fix dbus-wait timeout and loop conditional
  > oeqa/runtime/login: Add screenshot sample logic/timeout/dbus-wait
  > oeqa/runtime/login: Exclude qemuriscv64
  > oeqa/runtime/login: Mask out the mouse panel icon for now
  > oeqa/runtime/login: Various code improvements and fixes
  > oeqa/runtime/login: Proof of concept for screenshot testcases
  > screenshot-tests: Add initial screenshot test png files for core-image-sato
  > qemurunner.py: Fix error on calls to run_monitor
  > webkitgtk: upgrade 2.42.2 -> 2.42.5
  > vulkan: upgrade 1.3.268.0 -> 1.3.275.0
  > vala: upgrade 0.56.13 -> 0.56.15
  > update-rc.d: upgrade to latest revision
  > taglib: upgrade 1.13.1 -> 2.0 and add utfcpp recipe to support that
  > ttyrun: upgrade 2.30.0 -> 2.31.0
  > systemd: upgrade 255.1 -> 255.4
  > shaderc: update 2023.7 -> 2023.8
  > repo: upgrade 2.41 -> 2.42
  > python3-wcwidth: upgrade 0.2.12 -> 0.2.13
  > python3-setuptools: upgrade 69.0.3 -> 69.1.1
  > python3-ruamel-yaml: upgrade 0.17.35 -> 0.18.6
  > python3-jsonschema: upgrade 4.17.3 -> 4.21.1 and add new dependencies
  > python3-dtschema: upgrade 2023.7 -> 2024.2
  > python3-build: upgrade 1.0.3 -> 1.1.1
  > piglit: upgrade to latest revision
  > puzzles: upgrade to latest revision
  > orc: upgrade 0.4.37 -> 0.4.38
  > nghttp2: upgrade 1.59.0 -> 1.60.0
  > minicom: upgrade 2.8 -> 2.9
  > mesa: upgrade 24.0.1 -> 24.0.2
  > mc: upgrade 4.8.30 -> 4.8.31
  > man-pages: upgrade 6.05.01 -> 6.06
  > lsof: upgrade 4.98.0 -> 4.99.3
  > librsvg: upgrade 2.56.3 -> 2.57.1
  > linux-firmware: upgrade 20231211 -> 20240220
  > libxml2: upgrade 2.11.5 -> 2.12.5
  > libusb1: upgrade 1.0.26 -> 1.0.27
  > librepo: update 1.16.0 -> 1.17.0
  > libpcre2: upgrade 10.42 -> 10.43
  > libpciaccess: upgrade 0.17 -> 0.18
  > libdnf: update 0.72.0 -> 0.73.0
  > libbsd: upgrade 0.11.8 -> 0.12.1
  > kmscube: upgrade to latest revision
  > glib-networking: upgrade 2.78.0 -> 2.78.1
  > glib-2.0: upgrade 2.78.3 -> 2.78.4
  > gettext: upgrade 0.22.4 -> 0.22.5
  > epiphany: upgrade 45.1 -> 45.3
  > elfutils: upgrade 0.189 -> 0.191
  > ell: upgrade 0.62 -> 0.63
  > diffoscope: upgrade 253 -> 259
  > dnf: upgrade 4.18.2 -> 4.19.0
  > btrfs-tools: upgrade 6.5.3 -> 6.7.1
  > boost: upgrade 1.83.0 -> 1.84.0
  > appstream: upgrade 1.0.0 -> 1.0.2
  > acl: upgrade 2.3.1 -> 2.3.2
  > python3-sphinxcontrib-jquery: add a recipe and make python3-sphinx-rtd-theme depend on it
  > dev-manual: bmaptool: rename
  > manuals: document VIRTUAL-RUNTIME variables
  > contributor-guide: add notes for tests
  > dev-manual: packages: fix capitalization
  > ref-manual: variables: adding multiple groups in GROUPADD_PARAM
  > ref-manual: variables: correct sdk installation default path
  > ref-manual: tasks: do_cleansstate: recommend using '-f' instead for a shared sstate
  > ref-manual: tasks: do_cleanall: recommend using '-f' instead
  > ref-manual: classes: add cve status check for oe.qa
  > libpng: Update SRC_URI to avoid redirects
  > go: Drop linkmode with nativesdk/cross-canadian
  > go: Further tweak indentation in patch
  > go: bump 1.22.0
  > image_types.bbclass: fix vfat image names
  > xz: correct upstream version check
  > rxvt: add rxvt to desktop entry name
  > Add genericarm64 MACHINE
  > bitbake: utils: remove BB_ENV_PASSTHROUGH from preserved_envvars()
  > bmaptool: now part of Yocto Project
  > python3-cryptography_42.0.5.bb: delete redundant ptest packaging
  > expat: upgrdae 2.6.0 -> 2.6.1
  > gdb: Upgrade 14.1 -> 14.2
  > python3-hypothesis: upgrade 6.98.12 -> 6.98.15
  > rust: Fix build failure re-appeared on riscv32
  > gtk+3: update 3.24.38 -> 3.24.41
  > linux-yocto: Enable gpio-sim with ptests
  > linux-yocto/6.6: update CVE exclusions
  > linux-yocto/6.6: update to v6.6.20
  > linux-yocto/cfg/6.6: drop CONFIG_DEBUG_CREDENTIALS
  > go: upgrade 1.21.5 -> 1.21.7
  > go: upgrade 1.21.0 -> 1.21.5
  > oeqa/gotoolchain: set GOPROXY
  > goarch: disable dynamic linking globally
  > go: bump 1.21.0
  > go: rework patch to avoid identation
  > bitbake: prserv/serv: Fix a PID file removal race on prserv stop
  > bitbake: fetch/git: Avoid clean upon failure
  > qemu: backport patch for ui/clipboard issue
  > mesa,mesa-gl: Fix build when dri3 is not enabled
  > coreutils: backport patch to fix heap overflow in split
  > u-boot: Move UBOOT_INITIAL_ENV back to u-boot.inc
  > qemu: Replace workaround with proper usermode fix for shmat
  > no-gplv3: Tweak for packagemangement in core-image-full-cmdline
  > core-image-full-cmdline: add package-management
  > python3-attrs: disable Hypothesis deadline
  > rust: reproducibility issue fix with v1.75
  > rust: Revert PGO to it's default
  > rust: Upgrade 1.74.1 -> 1.75.0
  > linux-firmware: split out more firmware pieces
  > llvm: Update to 18.1.0 RC4
  > waf: Improve version parsing to avoid failing on warnings
  > xprop: upgrade 1.2.6 -> 1.2.7
  > xkeyboard-config: upgrade 2.40 -> 2.41
  > xkbcomp: upgrade 1.4.6 -> 1.4.7
  > swig: upgrade 4.2.0 -> 4.2.1
  > python3-yamllint: upgrade 1.33.0 -> 1.35.1
  > python3-urllib3: upgrade 2.1.0 -> 2.2.1
  > python3: upgrade 3.12.1 -> 3.12.2
  > python3-typing-extensions: upgrade 4.9.0 -> 4.10.0
  > python3-trove-classifiers: upgrade 2024.1.8 -> 2024.2.23
  > python3-setuptools-rust: upgrade 1.8.1 -> 1.9.0
  > python3-pytz: upgrade 2023.4 -> 2024.1
  > python3-pytest: upgrade 8.0.0 -> 8.0.2
  > python3-pycairo: upgrade 1.25.1 -> 1.26.0
  > python3-pip: upgrade 23.3.2 -> 24.0
  > python3-hypothesis: upgrade 6.97.3 -> 6.98.12
  > python3-dbusmock: upgrade 0.30.2 -> 0.31.1
  > python3-certifi: upgrade 2023.11.17 -> 2024.2.2
  > python3-beartype: upgrade 0.17.0 -> 0.17.2
  > pkgconf: upgrade 2.1.0 -> 2.1.1
  > pciutils: upgrade 3.10.0 -> 3.11.1
  > pango: upgrade 1.51.0 -> 1.52.0
  > ofono: upgrade 2.3 -> 2.4
  > mpg123: upgrade 1.32.4 -> 1.32.5
  > makedepend: upgrade 1.0.8 -> 1.0.9
  > lighttpd: upgrade 1.4.73 -> 1.4.74
  > libxvmc: upgrade 1.0.13 -> 1.0.14
  > libxkbfile: upgrade 1.1.2 -> 1.1.3
  > libxext: upgrade 1.3.5 -> 1.3.6
  > liburi-perl: upgrade 5.25 -> 5.27
  > libunistring: upgrade 1.1 -> 1.2
  > libsecret: upgrade 0.21.2 -> 0.21.4
  > libpng: upgrade 1.6.41 -> 1.6.42
  > libmicrohttpd: upgrade 0.9.77 -> 1.0.1
  > libksba: upgrade 1.6.5 -> 1.6.6
  > libhandy: upgrade 1.8.2 -> 1.8.3
  > libgpg-error: upgrade 1.47 -> 1.48
  > libffi: upgrade 3.4.5 -> 3.4.6
  > git: upgrade 2.43.0 -> 2.44.0
  > gcr: upgrade 4.1.0 -> 4.2.0
  > efivar: upgrade 38 -> 39
  > ed: upgrade 1.20 -> 1.20.1
  > createrepo-c: upgrade 1.0.3 -> 1.0.4
  > ccache: upgrade 4.9 -> 4.9.1
  > bash-completion: upgrade 2.11 -> 2.12.0
  > mirrors: Switch llvm to use shallow cloning
  > gstreamer1.0: skip a test that is known to be flaky
  > oeqa/lib/utils/postactions: fix host disk usage stats retrieval
  > python3-cryptography{-vectors}: upgrade to 42.0.5
  > libc-locale: fix ASCII compatible warning cause build failure.
  > rpm: Fix the following error when run nativesdk-rpm in nativesdk environment.
  > python3: dont disable readline module for editline
  > python3-maturin: Recognise riscv32 architecture
  > python3-bcrypt: Fix build break on arches without 64 bit atomics
  > python3-git: upgrade 3.1.41 -> 3.1.42
  > wpa-supplicant: Fix CVE-2023-52160
  > libexif: remove unused version_underscore
  > bitbake: taskexp_ncurses: fix execution example in introductory comment

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

* sources/meta-arm 1231e54a...aba92504 (1):
  > ci: Ensure tests are in the Corstone-1000 flash image

* sources/meta-clang fc56d6c...d0d4339 (14):
  > clang: Bump version to 18.1.1
  > lksctp-tools: Reset SECURITY_STACK_PROTECTOR with clang
  > clang: Upgrade to clang 18.1 major release
  > clang: Adjust packaging to match new libLLVM soname
  > bpftrace: Upgrade to 0.20+ and fix with llvm 18
  > bcc: Do not set LLVM_PACKAGE_VERSION explicitly
  > vulkan-samples: Disable deprecated declaration warnings with libc++
  > castxml: Upgrade to 0.6.4
  > spirv-llvm-translator: Switch to main branch for llvm 18 support
  > libcxx: Pass LLVM_RUNTIME_TARGETS
  > rust-llvm: Fix build with clang-18
  > kernel-selftest: Use gcc for now.
  > optee-os: Use gcc instead of clang-18
  > openldap: Fix build with lld linker

* sources/meta-elm-binary e57ece1...ee89d03 (1):
  > Merge pull request #9 from YoeDistro/yoe/mut

* sources/meta-freescale cce48564...dc7a2cd4 (6):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe
  > Merge pull request #1764 from hiagofranco/add_uuu_tagged_to_uuubootloader-class
  > Merge pull request #1763 from hiagofranco/add_uuu_untagged_to_u-boot-imx
  > Merge pull request #1761 from hiagofranco/fix_uuu_bootloader_tag
  > Merge pull request #1760 from mschwan-phytec/wip-master-bmap-rename

* sources/meta-freescale-3rdparty 13f46cb...ae392bf (1):
  > Merge pull request #294 from chrisdimich/master

* sources/meta-intel e318d880...9ed54a13 (7):
  > ispc: upgrade 1.22.0 -> 1.23.0
  > openvkl: upgrade 2.0.0 -> 2.0.1
  > ospray: upgrade 3.0.0 -> 3.1.0
  > embree: upgrade 4.3.0 -> 4.3.1
  > rkcommon: upgrade 1.12.0 -> 1.13.0
  > intel-compute-runtime: upgrade 23.22.26516.18 -> 24.05.28454.6
  > intel-graphics-compiler: upgrade 1.0.14062.11 -> 1.0.15985.7

* sources/meta-odroid 665b62d...ae4ac91 (1):
  > u-boot_2023: Drop PYTHON_PN

* sources/meta-openembedded 9f0e51321...3a153f293 (144):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > layer.conf: Update for the scarthgap release series
  > samba: upgrade 4.19.4 -> 4.19.5
  > cryptsetup: upgrade 2.7.0 -> 2.7.1
  > ser2net: add a systemd service file
  > waylandpp: fix reproducibility issue
  > crossguid: fix reproducibility issue
  > editorconfig-core-c: fix reproducibility issue
  > fmt: remove unnecessary "inherit ptest" directive
  > python3-wsproto: Add recipe
  > python3-httptools: added recipe which is also include ptest
  > python3-a2wsgi: added recipe which is also include ptest
  > libvncserver: fix reproducibility issue
  > gnome-terminal: fix reproducibility issue
  > gnome-settings-daemon: fix reproducibility issue
  > gnome-disk-utility: fix reproducibility issue
  > gnome-control-center: fix reproducibility issue
  > vlc: Fix build on 32bit x86
  > php: Upgrade to 8.2.16
  > remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATH
  > thin-provisioning-tools: 1.0.9 -> 1.0.12
  > netcf: Fix build with latest gnulib
  > gnulib: 2018-12-18 -> 202401
  > xfsprogs: 6.5.0 -> 6.6.0
  > yaffs2-utils: Upgrade to 20221209
  > webp-pixbuf-loader: update 0.2.5 -> 0.2.7
  > python3-google-auth: add ptest and update runtime dependencies
  > python3-responses: add recipe
  > python3-pytest-localserver: added recipe which is also include ptest
  > tcprelay: fix a minor cross compilation do_configure issue
  > vlc: Upgrade to 3.0.20
  > gnome-online-accounts: Fix build with libxml2 2.12
  > abseil-cpp: upgrade 20230802.1 -> 20240116.1
  > gnome-commander: Fix build with taglib 2.0
  > libmusicbrainz: Update to tip of trunk
  > mariadb: Fix build with libxml2 2.12 ABI changes
  > xmlstarlet: Fix build with API breakage in libxml2 2.12
  > python3-tomli-w: added recipe which is also include ptest
  > libosinfo: Fix build with libxml2 v2.12
  > googletest: allow for shared libraries
  > libnice: Disable the examples and the tests
  > python3-google-auth-oauthlib: add ptest
  > python3-traitlets: add ptest and update runtime dependencies
  > mozjs-115: fix reproducibility issue
  > net-snmp: upgrade 5.9.3 -> 5.9.4
  > nss: Upgrade 3.74 -> 3.98
  > squid: Upgrade to 6.8
  > re2: Upgrade 2023.03.01 -> 2024.03.01
  > googletest: Pass -fPIC to CFLAGS
  > gosu: Upgrade to 1.17
  > postfix: upgrade 3.8.5 -> 3.8.6
  > networkmanager: 1.44.0 -> 1.46.0
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > python3-invoke: add recipe
  > python3-icecream: add recipe
  > netplan: upgrade 0.106 -> 1.0
  > stunnel: upgrade 5.69 -> 5.72
  > smarty: upgrade 4.3.4 -> 4.4.1
  > python3-sentry-sdk: upgrade 1.40.4 -> 1.40.6
  > python3-scrypt: upgrade 0.8.20 -> 0.8.24
  > python3-pymisp: upgrade 2.4.185 -> 2.4.186
  > python3-pdm: upgrade 2.12.3 -> 2.12.4
  > python3-ipython: upgrade 8.21.0 -> 8.22.1
  > python3-grpcio(-tools): upgrade 1.60.1 -> 1.62.0
  > python3-google-api-python-client: upgrade 2.118.0 -> 2.120.0
  > python3-google-api-core: upgrade 2.16.2 -> 2.17.1
  > python3-gcovr: upgrade 7.0 -> 7.2
  > python3-eventlet: upgrade 0.35.1 -> 0.35.2
  > python3-dnspython: upgrade 2.6.0 -> 2.6.1
  > python3-cbor2: upgrade 5.6.1 -> 5.6.2
  > python3-astroid: upgrade 3.0.3 -> 3.1.0
  > ostree: upgrade 2024.3 -> 2024.4
  > neatvnc: upgrade 0.7.2 -> 0.8.0
  > libtdb: upgrade 1.4.9 -> 1.4.10
  > libtalloc: upgrade 2.4.1 -> 2.4.2
  > fetchmail: upgrade 6.4.37 -> 6.4.38
  > ddrescue: upgrade 1.27 -> 1.28
  > dbus-cxx: upgrade 2.5.0 -> 2.5.1
  > ctags: upgrade 6.1.20240114.0 -> 6.1.20240225.0
  > c-ares: upgrade 1.26.0 -> 1.27.0
  > bats: upgrade 1.10.0 -> 1.11.0
  > python3-eth-utils: remove unused patches
  > webkitgtk3: remove unused patch
  > emacs: remove unused patch
  > opengl-es-cts: remove unused patch
  > libio-pty-perl: remove unsed patch
  > openal-soft: remove unused patches
  > tracker: remove unused patch
  > python3-marshmallow: upgrade 3.20.2 -> 3.21.1 and add ptest
  > glmark2: add upstream patch to not care about stencil config
  > signing.bbclass: fix typos
  > emacs: Add packageconfig for selinux support
  > pgpool2: Fix build with postgresql 16+
  > pgpool2: Upgrade to 4.5.1
  > python3-arrow: add ptest, update backend and runtime dependencies
  > python3-types-python-dateutil: add recipe
  > toybox-inittab: Fix serial getty reproducibility
  > polkit: update 123 -> 124
  > mozjs-115: update 115.6.0 -> 115.8.0
  > python3-dateutil: upgrade 2.8.2 -> 2.9.0
  > python3-freezegun: add recipe and add ptest
  > drbd-utils: Fix a udev rule reproducibility
  > drbd-utils: Drop a duplicated line in DESCRIPTION
  > ptest-packagelists-meta-python: Move py3-libgpiod out of PTESTS_PROBLEMS_META_PYTHON
  > ptest-packagelists-meta-oe: Move libgpiod out of PTESTS_PROBLEMS_META_OE
  > postgresql: upgrade 15.5 -> 16.2
  > nodejs: upgrade 20.11.0 -> 20.11.1
  > multipath-tools: upgrade 0.9.3 -> 0.9.8
  > syslog-ng: upgrade 4.0.1 -> 4.6.0
  > python3-aiohappyeyeballs: Correct the typo of BBCLASSEXTEND
  > googletest: allow for shared libraries
  > e2tools: Delete unneeded files from ptest package
  > python3-wrapt: add ptest
  > ptest-packagelists-meta-python: Move python3-xlrd from PTESTS_PROBLEMS_META_PYTHON to PTESTS_FAST_META_PYTHON
  > nlohmann-json: Upgrade to 3.11.3
  > python3-netaddr: upgrade 0.10.1 -> 1.2.1 and add ptest
  > python3-google-auth: upgrade 2.28.0 -> 2.28.1
  > syzkaller: Fix build with go 1.21
  > crucible: Define GOPROXY
  > influxdb: Define GOPROXY
  > folks: update 0.15.6 -> 0.15.7
  > drbd-utils: Disable warnings as errors
  > drbd-utils: upgrade 9.22.0 -> 9.27.0
  > openvpn: upgrade 2.6.7 -> 2.6.9
  > fuse3: Make kmod as a recommendation instead of rdep for ptests
  > fuse3: use 4 spaces for indentation
  > openldap: upgrade 2.5.16 -> 2.6.7
  > postfix: upgrade 3.7.3 -> 3.8.5
  > krb5: upgrade 1.20.2 -> 1.21.2
  > keyutils: Add missing rdep for ptests
  > layer.conf: Add nativesdk-libdevmapper PREFERRED_RPROVIDER
  > cryptsetup: upgrade 2.6.1 -> 2.7.0
  > grpc: upgrade 1.60.0 -> 1.60.1
  > iperf3: upgrade 3.15 -> 3.16
  > libgpiod: Tests rely on configfs support in kernel
  > python3-betamax: Upgrade to 0.9.0
  > python3-pyzmq: Add missing dep on python3-unixadmin for ptests
  > python3-gpiod: Tests rely on configfs support in kernel
  > python3-fastjsonschema: Add missing ptest deps
  > xfce4-notifyd: use python3native and depend on python3-packaging-native
  > ristretto: use python3native and depend on glib-2.0-native, python3-packaging-native
  > libkcapi: Update HOMEPAGE url
  > openipmi: fix do_configure error when using dash

* sources/meta-qcom 567079b...e7bcac0 (1):
  > Merge pull request #582 from lumag/cuse

* sources/meta-qt6 1695f1a...394d7d9 (215):
  > qtwebengine: Fix build with clang18
  > squish: don't move executables
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-raspberrypi 95a9103...92a9b7a (1):
  > rpi-base: Added missing HiFiBerry

* sources/meta-riscv dc7aeb4...d1df527 (5):
  > musl: Drop rv32 patches
  > riscv-common: Rename bmap-tools-native -> bmaptool-native
  > linux-starfive-dev: Fix perf build with gcc-13
  > capnproto,pidgin-sipe: Re-enable on rv32
  > ostree: Do not mark unavailable for rv32

* sources/meta-rockchip bcf1d92...06a65d4 (3):
  > rock-5[ab]: use regular yocto kernel
  > rockchip.wks: fix typo
  > layer.conf: update for scarthgap

* sources/meta-tegra 5237f91d...d4e0d078 (1):
  > layer.conf, README.md: drop nanbield from LAYERSERIES_COMPAT

* sources/meta-ti e24577a7...ee1f6799 (15):
  > CI/CD Auto-Merger: cicd.master.202403080100
  > conf: machine: am62axx: Pick overlays for V3Link cameras
  > linux-ti-staging-rt_6.6: Add KERNEL_LCOALVERSION change
  > u-boot-ti: Change from UBOOT_LOCALVERSION and SRCPV
  > linux-ti-staging: Update KERNEL_LOCALVERSION
  > Drop SRCPV
  > CI/CD Auto-Merger: cicd.master.202402271317
  > Rework jailhouse recipe to support different image build
  > conf: beaglebone-ai64: Apply U-boot defconfig fragments
  > conf: beagleplay: Apply U-boot defconfig fragments
  > meta-ti-bsp: update BeagleBoard.org BSP to the latest
  > linux-bb.org: remove custom FILES:${KERNEL_PACKAGE_NAME}-devicetree
  > meta-ti-bsp: trusted-firmware-arm: Update to master
  > meta-ti-bsp: optee: Upgrade to 4.1
  > conf: machine: Apply U-boot fragment configs for AM62P Display Cluster Image

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

* sources/poky 4945ca640b...b990dab8d1 (206):
  > elfutils: Fix build break with clang
  > llvm: Update to 18.1.1 release
  > glibc: Update to tip of 2.39 branch
  > qemuriscv: Fix kbd and mouse emulation
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > openssh: enable sshd.service by default
  > linux-firmware: remove pointless linux-firmware-gplv2-license package
  > linux-firmware: set LICENSE field for -liquidui and -mellanox
  > linux-firmware: add support for deduplicating the firmware
  > mesa: fix opencl-spirv build
  > rust: reproducibility issue fix with v1.75
  > lttng-tools: skip kernel tests if no kernel modules present
  > layer.conf: Prepare for release, drop nanbield LAYERSERIES
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests
  > openssh: Add a workaround for ICE on powerpc64le
  > kernel-fitImage: only include valid compatible line
  > go.bbclass: set GOPROXY
  > systemd: Check for directory before chmod'ing it
  > bmaptool: Add bmap-tools runtime alias for compatibility
  > genericarm64: clean up kernel modules and firmware
  > genericarm64.wks: reorder partitions
  > poky: Update to prepare for scarthgap release
  > go: filter out build specific path from the linker flags
  > systemd: remove systemd-bus-proxy settings
  > systemd: use RDEPENDS for systemd-vconsole-setup
  > systemd: fix dead link /var/log/README
  > rxvt-unicode: Fix installing of terminfo
  > valgrind: skip intermittently failing ptests
  > sstatetests.py: Add testing for correct sstate permissions
  > oeqa/runtime/login: Fix dbus-wait timeout and loop conditional
  > oeqa/runtime/login: Add screenshot sample logic/timeout/dbus-wait
  > oeqa/runtime/login: Exclude qemuriscv64
  > oeqa/runtime/login: Mask out the mouse panel icon for now
  > oeqa/runtime/login: Various code improvements and fixes
  > oeqa/runtime/login: Proof of concept for screenshot testcases
  > screenshot-tests: Add initial screenshot test png files for core-image-sato
  > qemurunner.py: Fix error on calls to run_monitor
  > webkitgtk: upgrade 2.42.2 -> 2.42.5
  > vulkan: upgrade 1.3.268.0 -> 1.3.275.0
  > vala: upgrade 0.56.13 -> 0.56.15
  > update-rc.d: upgrade to latest revision
  > taglib: upgrade 1.13.1 -> 2.0 and add utfcpp recipe to support that
  > ttyrun: upgrade 2.30.0 -> 2.31.0
  > systemd: upgrade 255.1 -> 255.4
  > shaderc: update 2023.7 -> 2023.8
  > repo: upgrade 2.41 -> 2.42
  > python3-wcwidth: upgrade 0.2.12 -> 0.2.13
  > python3-setuptools: upgrade 69.0.3 -> 69.1.1
  > python3-ruamel-yaml: upgrade 0.17.35 -> 0.18.6
  > python3-jsonschema: upgrade 4.17.3 -> 4.21.1 and add new dependencies
  > python3-dtschema: upgrade 2023.7 -> 2024.2
  > python3-build: upgrade 1.0.3 -> 1.1.1
  > piglit: upgrade to latest revision
  > puzzles: upgrade to latest revision
  > orc: upgrade 0.4.37 -> 0.4.38
  > nghttp2: upgrade 1.59.0 -> 1.60.0
  > minicom: upgrade 2.8 -> 2.9
  > mesa: upgrade 24.0.1 -> 24.0.2
  > mc: upgrade 4.8.30 -> 4.8.31
  > man-pages: upgrade 6.05.01 -> 6.06
  > lsof: upgrade 4.98.0 -> 4.99.3
  > librsvg: upgrade 2.56.3 -> 2.57.1
  > linux-firmware: upgrade 20231211 -> 20240220
  > libxml2: upgrade 2.11.5 -> 2.12.5
  > libusb1: upgrade 1.0.26 -> 1.0.27
  > librepo: update 1.16.0 -> 1.17.0
  > libpcre2: upgrade 10.42 -> 10.43
  > libpciaccess: upgrade 0.17 -> 0.18
  > libdnf: update 0.72.0 -> 0.73.0
  > libbsd: upgrade 0.11.8 -> 0.12.1
  > kmscube: upgrade to latest revision
  > glib-networking: upgrade 2.78.0 -> 2.78.1
  > glib-2.0: upgrade 2.78.3 -> 2.78.4
  > gettext: upgrade 0.22.4 -> 0.22.5
  > epiphany: upgrade 45.1 -> 45.3
  > elfutils: upgrade 0.189 -> 0.191
  > ell: upgrade 0.62 -> 0.63
  > diffoscope: upgrade 253 -> 259
  > dnf: upgrade 4.18.2 -> 4.19.0
  > btrfs-tools: upgrade 6.5.3 -> 6.7.1
  > boost: upgrade 1.83.0 -> 1.84.0
  > appstream: upgrade 1.0.0 -> 1.0.2
  > acl: upgrade 2.3.1 -> 2.3.2
  > python3-sphinxcontrib-jquery: add a recipe and make python3-sphinx-rtd-theme depend on it
  > dev-manual: bmaptool: rename
  > manuals: document VIRTUAL-RUNTIME variables
  > contributor-guide: add notes for tests
  > dev-manual: packages: fix capitalization
  > ref-manual: variables: adding multiple groups in GROUPADD_PARAM
  > ref-manual: variables: correct sdk installation default path
  > ref-manual: tasks: do_cleansstate: recommend using '-f' instead for a shared sstate
  > ref-manual: tasks: do_cleanall: recommend using '-f' instead
  > ref-manual: classes: add cve status check for oe.qa
  > libpng: Update SRC_URI to avoid redirects
  > go: Drop linkmode with nativesdk/cross-canadian
  > go: Further tweak indentation in patch
  > go: bump 1.22.0
  > image_types.bbclass: fix vfat image names
  > xz: correct upstream version check
  > rxvt: add rxvt to desktop entry name
  > Add genericarm64 MACHINE
  > bitbake: utils: remove BB_ENV_PASSTHROUGH from preserved_envvars()
  > bmaptool: now part of Yocto Project
  > python3-cryptography_42.0.5.bb: delete redundant ptest packaging
  > expat: upgrdae 2.6.0 -> 2.6.1
  > gdb: Upgrade 14.1 -> 14.2
  > python3-hypothesis: upgrade 6.98.12 -> 6.98.15
  > rust: Fix build failure re-appeared on riscv32
  > gtk+3: update 3.24.38 -> 3.24.41
  > linux-yocto: Enable gpio-sim with ptests
  > linux-yocto/6.6: update CVE exclusions
  > linux-yocto/6.6: update to v6.6.20
  > linux-yocto/cfg/6.6: drop CONFIG_DEBUG_CREDENTIALS
  > go: upgrade 1.21.5 -> 1.21.7
  > go: upgrade 1.21.0 -> 1.21.5
  > oeqa/gotoolchain: set GOPROXY
  > goarch: disable dynamic linking globally
  > go: bump 1.21.0
  > go: rework patch to avoid identation
  > bitbake: prserv/serv: Fix a PID file removal race on prserv stop
  > bitbake: fetch/git: Avoid clean upon failure
  > qemu: backport patch for ui/clipboard issue
  > mesa,mesa-gl: Fix build when dri3 is not enabled
  > coreutils: backport patch to fix heap overflow in split
  > u-boot: Move UBOOT_INITIAL_ENV back to u-boot.inc
  > qemu: Replace workaround with proper usermode fix for shmat
  > no-gplv3: Tweak for packagemangement in core-image-full-cmdline
  > core-image-full-cmdline: add package-management
  > python3-attrs: disable Hypothesis deadline
  > rust: reproducibility issue fix with v1.75
  > rust: Revert PGO to it's default
  > rust: Upgrade 1.74.1 -> 1.75.0
  > linux-firmware: split out more firmware pieces
  > llvm: Update to 18.1.0 RC4
  > waf: Improve version parsing to avoid failing on warnings
  > xprop: upgrade 1.2.6 -> 1.2.7
  > xkeyboard-config: upgrade 2.40 -> 2.41
  > xkbcomp: upgrade 1.4.6 -> 1.4.7
  > swig: upgrade 4.2.0 -> 4.2.1
  > python3-yamllint: upgrade 1.33.0 -> 1.35.1
  > python3-urllib3: upgrade 2.1.0 -> 2.2.1
  > python3: upgrade 3.12.1 -> 3.12.2
  > python3-typing-extensions: upgrade 4.9.0 -> 4.10.0
  > python3-trove-classifiers: upgrade 2024.1.8 -> 2024.2.23
  > python3-setuptools-rust: upgrade 1.8.1 -> 1.9.0
  > python3-pytz: upgrade 2023.4 -> 2024.1
  > python3-pytest: upgrade 8.0.0 -> 8.0.2
  > python3-pycairo: upgrade 1.25.1 -> 1.26.0
  > python3-pip: upgrade 23.3.2 -> 24.0
  > python3-hypothesis: upgrade 6.97.3 -> 6.98.12
  > python3-dbusmock: upgrade 0.30.2 -> 0.31.1
  > python3-certifi: upgrade 2023.11.17 -> 2024.2.2
  > python3-beartype: upgrade 0.17.0 -> 0.17.2
  > pkgconf: upgrade 2.1.0 -> 2.1.1
  > pciutils: upgrade 3.10.0 -> 3.11.1
  > pango: upgrade 1.51.0 -> 1.52.0
  > ofono: upgrade 2.3 -> 2.4
  > mpg123: upgrade 1.32.4 -> 1.32.5
  > makedepend: upgrade 1.0.8 -> 1.0.9
  > lighttpd: upgrade 1.4.73 -> 1.4.74
  > libxvmc: upgrade 1.0.13 -> 1.0.14
  > libxkbfile: upgrade 1.1.2 -> 1.1.3
  > libxext: upgrade 1.3.5 -> 1.3.6
  > liburi-perl: upgrade 5.25 -> 5.27
  > libunistring: upgrade 1.1 -> 1.2
  > libsecret: upgrade 0.21.2 -> 0.21.4
  > libpng: upgrade 1.6.41 -> 1.6.42
  > libmicrohttpd: upgrade 0.9.77 -> 1.0.1
  > libksba: upgrade 1.6.5 -> 1.6.6
  > libhandy: upgrade 1.8.2 -> 1.8.3
  > libgpg-error: upgrade 1.47 -> 1.48
  > libffi: upgrade 3.4.5 -> 3.4.6
  > git: upgrade 2.43.0 -> 2.44.0
  > gcr: upgrade 4.1.0 -> 4.2.0
  > efivar: upgrade 38 -> 39
  > ed: upgrade 1.20 -> 1.20.1
  > createrepo-c: upgrade 1.0.3 -> 1.0.4
  > ccache: upgrade 4.9 -> 4.9.1
  > bash-completion: upgrade 2.11 -> 2.12.0
  > mirrors: Switch llvm to use shallow cloning
  > gstreamer1.0: skip a test that is known to be flaky
  > oeqa/lib/utils/postactions: fix host disk usage stats retrieval
  > python3-cryptography{-vectors}: upgrade to 42.0.5
  > libc-locale: fix ASCII compatible warning cause build failure.
  > rpm: Fix the following error when run nativesdk-rpm in nativesdk environment.
  > python3: dont disable readline module for editline
  > python3-maturin: Recognise riscv32 architecture
  > python3-bcrypt: Fix build break on arches without 64 bit atomics
  > python3-git: upgrade 3.1.41 -> 3.1.42
  > wpa-supplicant: Fix CVE-2023-52160
  > libexif: remove unused version_underscore
  > bitbake: taskexp_ncurses: fix execution example in introductory comment

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

* sources/meta-arm 1231e54a...aba92504 (1):
  > ci: Ensure tests are in the Corstone-1000 flash image

* sources/meta-clang fc56d6c...d0d4339 (14):
  > clang: Bump version to 18.1.1
  > lksctp-tools: Reset SECURITY_STACK_PROTECTOR with clang
  > clang: Upgrade to clang 18.1 major release
  > clang: Adjust packaging to match new libLLVM soname
  > bpftrace: Upgrade to 0.20+ and fix with llvm 18
  > bcc: Do not set LLVM_PACKAGE_VERSION explicitly
  > vulkan-samples: Disable deprecated declaration warnings with libc++
  > castxml: Upgrade to 0.6.4
  > spirv-llvm-translator: Switch to main branch for llvm 18 support
  > libcxx: Pass LLVM_RUNTIME_TARGETS
  > rust-llvm: Fix build with clang-18
  > kernel-selftest: Use gcc for now.
  > optee-os: Use gcc instead of clang-18
  > openldap: Fix build with lld linker

* sources/meta-elm-binary e57ece1...ee89d03 (1):
  > Merge pull request #9 from YoeDistro/yoe/mut

* sources/meta-freescale cce48564...dc7a2cd4 (6):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe
  > Merge pull request #1764 from hiagofranco/add_uuu_tagged_to_uuubootloader-class
  > Merge pull request #1763 from hiagofranco/add_uuu_untagged_to_u-boot-imx
  > Merge pull request #1761 from hiagofranco/fix_uuu_bootloader_tag
  > Merge pull request #1760 from mschwan-phytec/wip-master-bmap-rename

* sources/meta-freescale-3rdparty 13f46cb...ae392bf (1):
  > Merge pull request #294 from chrisdimich/master

* sources/meta-intel e318d880...9ed54a13 (7):
  > ispc: upgrade 1.22.0 -> 1.23.0
  > openvkl: upgrade 2.0.0 -> 2.0.1
  > ospray: upgrade 3.0.0 -> 3.1.0
  > embree: upgrade 4.3.0 -> 4.3.1
  > rkcommon: upgrade 1.12.0 -> 1.13.0
  > intel-compute-runtime: upgrade 23.22.26516.18 -> 24.05.28454.6
  > intel-graphics-compiler: upgrade 1.0.14062.11 -> 1.0.15985.7

* sources/meta-odroid 665b62d...ae4ac91 (1):
  > u-boot_2023: Drop PYTHON_PN

* sources/meta-openembedded 9f0e51321...aa29f9c76 (144):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > layer.conf: Update for the scarthgap release series
  > samba: upgrade 4.19.4 -> 4.19.5
  > cryptsetup: upgrade 2.7.0 -> 2.7.1
  > ser2net: add a systemd service file
  > waylandpp: fix reproducibility issue
  > crossguid: fix reproducibility issue
  > editorconfig-core-c: fix reproducibility issue
  > fmt: remove unnecessary "inherit ptest" directive
  > python3-wsproto: Add recipe
  > python3-httptools: added recipe which is also include ptest
  > python3-a2wsgi: added recipe which is also include ptest
  > libvncserver: fix reproducibility issue
  > gnome-terminal: fix reproducibility issue
  > gnome-settings-daemon: fix reproducibility issue
  > gnome-disk-utility: fix reproducibility issue
  > gnome-control-center: fix reproducibility issue
  > vlc: Fix build on 32bit x86
  > php: Upgrade to 8.2.16
  > remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATH
  > thin-provisioning-tools: 1.0.9 -> 1.0.12
  > netcf: Fix build with latest gnulib
  > gnulib: 2018-12-18 -> 202401
  > xfsprogs: 6.5.0 -> 6.6.0
  > yaffs2-utils: Upgrade to 20221209
  > webp-pixbuf-loader: update 0.2.5 -> 0.2.7
  > python3-google-auth: add ptest and update runtime dependencies
  > python3-responses: add recipe
  > python3-pytest-localserver: added recipe which is also include ptest
  > tcprelay: fix a minor cross compilation do_configure issue
  > vlc: Upgrade to 3.0.20
  > gnome-online-accounts: Fix build with libxml2 2.12
  > abseil-cpp: upgrade 20230802.1 -> 20240116.1
  > gnome-commander: Fix build with taglib 2.0
  > libmusicbrainz: Update to tip of trunk
  > mariadb: Fix build with libxml2 2.12 ABI changes
  > xmlstarlet: Fix build with API breakage in libxml2 2.12
  > python3-tomli-w: added recipe which is also include ptest
  > libosinfo: Fix build with libxml2 v2.12
  > googletest: allow for shared libraries
  > libnice: Disable the examples and the tests
  > python3-google-auth-oauthlib: add ptest
  > python3-traitlets: add ptest and update runtime dependencies
  > mozjs-115: fix reproducibility issue
  > net-snmp: upgrade 5.9.3 -> 5.9.4
  > nss: Upgrade 3.74 -> 3.98
  > squid: Upgrade to 6.8
  > re2: Upgrade 2023.03.01 -> 2024.03.01
  > googletest: Pass -fPIC to CFLAGS
  > gosu: Upgrade to 1.17
  > postfix: upgrade 3.8.5 -> 3.8.6
  > networkmanager: 1.44.0 -> 1.46.0
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > python3-invoke: add recipe
  > python3-icecream: add recipe
  > netplan: upgrade 0.106 -> 1.0
  > stunnel: upgrade 5.69 -> 5.72
  > smarty: upgrade 4.3.4 -> 4.4.1
  > python3-sentry-sdk: upgrade 1.40.4 -> 1.40.6
  > python3-scrypt: upgrade 0.8.20 -> 0.8.24
  > python3-pymisp: upgrade 2.4.185 -> 2.4.186
  > python3-pdm: upgrade 2.12.3 -> 2.12.4
  > python3-ipython: upgrade 8.21.0 -> 8.22.1
  > python3-grpcio(-tools): upgrade 1.60.1 -> 1.62.0
  > python3-google-api-python-client: upgrade 2.118.0 -> 2.120.0
  > python3-google-api-core: upgrade 2.16.2 -> 2.17.1
  > python3-gcovr: upgrade 7.0 -> 7.2
  > python3-eventlet: upgrade 0.35.1 -> 0.35.2
  > python3-dnspython: upgrade 2.6.0 -> 2.6.1
  > python3-cbor2: upgrade 5.6.1 -> 5.6.2
  > python3-astroid: upgrade 3.0.3 -> 3.1.0
  > ostree: upgrade 2024.3 -> 2024.4
  > neatvnc: upgrade 0.7.2 -> 0.8.0
  > libtdb: upgrade 1.4.9 -> 1.4.10
  > libtalloc: upgrade 2.4.1 -> 2.4.2
  > fetchmail: upgrade 6.4.37 -> 6.4.38
  > ddrescue: upgrade 1.27 -> 1.28
  > dbus-cxx: upgrade 2.5.0 -> 2.5.1
  > ctags: upgrade 6.1.20240114.0 -> 6.1.20240225.0
  > c-ares: upgrade 1.26.0 -> 1.27.0
  > bats: upgrade 1.10.0 -> 1.11.0
  > python3-eth-utils: remove unused patches
  > webkitgtk3: remove unused patch
  > emacs: remove unused patch
  > opengl-es-cts: remove unused patch
  > libio-pty-perl: remove unsed patch
  > openal-soft: remove unused patches
  > tracker: remove unused patch
  > python3-marshmallow: upgrade 3.20.2 -> 3.21.1 and add ptest
  > glmark2: add upstream patch to not care about stencil config
  > signing.bbclass: fix typos
  > emacs: Add packageconfig for selinux support
  > pgpool2: Fix build with postgresql 16+
  > pgpool2: Upgrade to 4.5.1
  > python3-arrow: add ptest, update backend and runtime dependencies
  > python3-types-python-dateutil: add recipe
  > toybox-inittab: Fix serial getty reproducibility
  > polkit: update 123 -> 124
  > mozjs-115: update 115.6.0 -> 115.8.0
  > python3-dateutil: upgrade 2.8.2 -> 2.9.0
  > python3-freezegun: add recipe and add ptest
  > drbd-utils: Fix a udev rule reproducibility
  > drbd-utils: Drop a duplicated line in DESCRIPTION
  > ptest-packagelists-meta-python: Move py3-libgpiod out of PTESTS_PROBLEMS_META_PYTHON
  > ptest-packagelists-meta-oe: Move libgpiod out of PTESTS_PROBLEMS_META_OE
  > postgresql: upgrade 15.5 -> 16.2
  > nodejs: upgrade 20.11.0 -> 20.11.1
  > multipath-tools: upgrade 0.9.3 -> 0.9.8
  > syslog-ng: upgrade 4.0.1 -> 4.6.0
  > python3-aiohappyeyeballs: Correct the typo of BBCLASSEXTEND
  > googletest: allow for shared libraries
  > e2tools: Delete unneeded files from ptest package
  > python3-wrapt: add ptest
  > ptest-packagelists-meta-python: Move python3-xlrd from PTESTS_PROBLEMS_META_PYTHON to PTESTS_FAST_META_PYTHON
  > nlohmann-json: Upgrade to 3.11.3
  > python3-netaddr: upgrade 0.10.1 -> 1.2.1 and add ptest
  > python3-google-auth: upgrade 2.28.0 -> 2.28.1
  > syzkaller: Fix build with go 1.21
  > crucible: Define GOPROXY
  > influxdb: Define GOPROXY
  > folks: update 0.15.6 -> 0.15.7
  > drbd-utils: Disable warnings as errors
  > drbd-utils: upgrade 9.22.0 -> 9.27.0
  > openvpn: upgrade 2.6.7 -> 2.6.9
  > fuse3: Make kmod as a recommendation instead of rdep for ptests
  > fuse3: use 4 spaces for indentation
  > openldap: upgrade 2.5.16 -> 2.6.7
  > postfix: upgrade 3.7.3 -> 3.8.5
  > krb5: upgrade 1.20.2 -> 1.21.2
  > keyutils: Add missing rdep for ptests
  > layer.conf: Add nativesdk-libdevmapper PREFERRED_RPROVIDER
  > cryptsetup: upgrade 2.6.1 -> 2.7.0
  > grpc: upgrade 1.60.0 -> 1.60.1
  > iperf3: upgrade 3.15 -> 3.16
  > libgpiod: Tests rely on configfs support in kernel
  > python3-betamax: Upgrade to 0.9.0
  > python3-pyzmq: Add missing dep on python3-unixadmin for ptests
  > python3-gpiod: Tests rely on configfs support in kernel
  > python3-fastjsonschema: Add missing ptest deps
  > xfce4-notifyd: use python3native and depend on python3-packaging-native
  > ristretto: use python3native and depend on glib-2.0-native, python3-packaging-native
  > libkcapi: Update HOMEPAGE url
  > openipmi: fix do_configure error when using dash

* sources/meta-qcom 567079b...e7bcac0 (1):
  > Merge pull request #582 from lumag/cuse

* sources/meta-qt6 1695f1a...394d7d9 (215):
  > qtwebengine: Fix build with clang18
  > squish: don't move executables
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-raspberrypi 95a9103...92a9b7a (1):
  > rpi-base: Added missing HiFiBerry

* sources/meta-riscv dc7aeb4...d1df527 (5):
  > musl: Drop rv32 patches
  > riscv-common: Rename bmap-tools-native -> bmaptool-native
  > linux-starfive-dev: Fix perf build with gcc-13
  > capnproto,pidgin-sipe: Re-enable on rv32
  > ostree: Do not mark unavailable for rv32

* sources/meta-rockchip bcf1d92...06a65d4 (3):
  > rock-5[ab]: use regular yocto kernel
  > rockchip.wks: fix typo
  > layer.conf: update for scarthgap

* sources/meta-tegra 5237f91d...d4e0d078 (1):
  > layer.conf, README.md: drop nanbield from LAYERSERIES_COMPAT

* sources/meta-ti e24577a7...ee1f6799 (15):
  > CI/CD Auto-Merger: cicd.master.202403080100
  > conf: machine: am62axx: Pick overlays for V3Link cameras
  > linux-ti-staging-rt_6.6: Add KERNEL_LCOALVERSION change
  > u-boot-ti: Change from UBOOT_LOCALVERSION and SRCPV
  > linux-ti-staging: Update KERNEL_LOCALVERSION
  > Drop SRCPV
  > CI/CD Auto-Merger: cicd.master.202402271317
  > Rework jailhouse recipe to support different image build
  > conf: beaglebone-ai64: Apply U-boot defconfig fragments
  > conf: beagleplay: Apply U-boot defconfig fragments
  > meta-ti-bsp: update BeagleBoard.org BSP to the latest
  > linux-bb.org: remove custom FILES:${KERNEL_PACKAGE_NAME}-devicetree
  > meta-ti-bsp: trusted-firmware-arm: Update to master
  > meta-ti-bsp: optee: Upgrade to 4.1
  > conf: machine: Apply U-boot fragment configs for AM62P Display Cluster Image

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

* sources/poky 4945ca640b...b990dab8d1 (206):
  > elfutils: Fix build break with clang
  > llvm: Update to 18.1.1 release
  > glibc: Update to tip of 2.39 branch
  > qemuriscv: Fix kbd and mouse emulation
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > openssh: enable sshd.service by default
  > linux-firmware: remove pointless linux-firmware-gplv2-license package
  > linux-firmware: set LICENSE field for -liquidui and -mellanox
  > linux-firmware: add support for deduplicating the firmware
  > mesa: fix opencl-spirv build
  > rust: reproducibility issue fix with v1.75
  > lttng-tools: skip kernel tests if no kernel modules present
  > layer.conf: Prepare for release, drop nanbield LAYERSERIES
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests
  > openssh: Add a workaround for ICE on powerpc64le
  > kernel-fitImage: only include valid compatible line
  > go.bbclass: set GOPROXY
  > systemd: Check for directory before chmod'ing it
  > bmaptool: Add bmap-tools runtime alias for compatibility
  > genericarm64: clean up kernel modules and firmware
  > genericarm64.wks: reorder partitions
  > poky: Update to prepare for scarthgap release
  > go: filter out build specific path from the linker flags
  > systemd: remove systemd-bus-proxy settings
  > systemd: use RDEPENDS for systemd-vconsole-setup
  > systemd: fix dead link /var/log/README
  > rxvt-unicode: Fix installing of terminfo
  > valgrind: skip intermittently failing ptests
  > sstatetests.py: Add testing for correct sstate permissions
  > oeqa/runtime/login: Fix dbus-wait timeout and loop conditional
  > oeqa/runtime/login: Add screenshot sample logic/timeout/dbus-wait
  > oeqa/runtime/login: Exclude qemuriscv64
  > oeqa/runtime/login: Mask out the mouse panel icon for now
  > oeqa/runtime/login: Various code improvements and fixes
  > oeqa/runtime/login: Proof of concept for screenshot testcases
  > screenshot-tests: Add initial screenshot test png files for core-image-sato
  > qemurunner.py: Fix error on calls to run_monitor
  > webkitgtk: upgrade 2.42.2 -> 2.42.5
  > vulkan: upgrade 1.3.268.0 -> 1.3.275.0
  > vala: upgrade 0.56.13 -> 0.56.15
  > update-rc.d: upgrade to latest revision
  > taglib: upgrade 1.13.1 -> 2.0 and add utfcpp recipe to support that
  > ttyrun: upgrade 2.30.0 -> 2.31.0
  > systemd: upgrade 255.1 -> 255.4
  > shaderc: update 2023.7 -> 2023.8
  > repo: upgrade 2.41 -> 2.42
  > python3-wcwidth: upgrade 0.2.12 -> 0.2.13
  > python3-setuptools: upgrade 69.0.3 -> 69.1.1
  > python3-ruamel-yaml: upgrade 0.17.35 -> 0.18.6
  > python3-jsonschema: upgrade 4.17.3 -> 4.21.1 and add new dependencies
  > python3-dtschema: upgrade 2023.7 -> 2024.2
  > python3-build: upgrade 1.0.3 -> 1.1.1
  > piglit: upgrade to latest revision
  > puzzles: upgrade to latest revision
  > orc: upgrade 0.4.37 -> 0.4.38
  > nghttp2: upgrade 1.59.0 -> 1.60.0
  > minicom: upgrade 2.8 -> 2.9
  > mesa: upgrade 24.0.1 -> 24.0.2
  > mc: upgrade 4.8.30 -> 4.8.31
  > man-pages: upgrade 6.05.01 -> 6.06
  > lsof: upgrade 4.98.0 -> 4.99.3
  > librsvg: upgrade 2.56.3 -> 2.57.1
  > linux-firmware: upgrade 20231211 -> 20240220
  > libxml2: upgrade 2.11.5 -> 2.12.5
  > libusb1: upgrade 1.0.26 -> 1.0.27
  > librepo: update 1.16.0 -> 1.17.0
  > libpcre2: upgrade 10.42 -> 10.43
  > libpciaccess: upgrade 0.17 -> 0.18
  > libdnf: update 0.72.0 -> 0.73.0
  > libbsd: upgrade 0.11.8 -> 0.12.1
  > kmscube: upgrade to latest revision
  > glib-networking: upgrade 2.78.0 -> 2.78.1
  > glib-2.0: upgrade 2.78.3 -> 2.78.4
  > gettext: upgrade 0.22.4 -> 0.22.5
  > epiphany: upgrade 45.1 -> 45.3
  > elfutils: upgrade 0.189 -> 0.191
  > ell: upgrade 0.62 -> 0.63
  > diffoscope: upgrade 253 -> 259
  > dnf: upgrade 4.18.2 -> 4.19.0
  > btrfs-tools: upgrade 6.5.3 -> 6.7.1
  > boost: upgrade 1.83.0 -> 1.84.0
  > appstream: upgrade 1.0.0 -> 1.0.2
  > acl: upgrade 2.3.1 -> 2.3.2
  > python3-sphinxcontrib-jquery: add a recipe and make python3-sphinx-rtd-theme depend on it
  > dev-manual: bmaptool: rename
  > manuals: document VIRTUAL-RUNTIME variables
  > contributor-guide: add notes for tests
  > dev-manual: packages: fix capitalization
  > ref-manual: variables: adding multiple groups in GROUPADD_PARAM
  > ref-manual: variables: correct sdk installation default path
  > ref-manual: tasks: do_cleansstate: recommend using '-f' instead for a shared sstate
  > ref-manual: tasks: do_cleanall: recommend using '-f' instead
  > ref-manual: classes: add cve status check for oe.qa
  > libpng: Update SRC_URI to avoid redirects
  > go: Drop linkmode with nativesdk/cross-canadian
  > go: Further tweak indentation in patch
  > go: bump 1.22.0
  > image_types.bbclass: fix vfat image names
  > xz: correct upstream version check
  > rxvt: add rxvt to desktop entry name
  > Add genericarm64 MACHINE
  > bitbake: utils: remove BB_ENV_PASSTHROUGH from preserved_envvars()
  > bmaptool: now part of Yocto Project
  > python3-cryptography_42.0.5.bb: delete redundant ptest packaging
  > expat: upgrdae 2.6.0 -> 2.6.1
  > gdb: Upgrade 14.1 -> 14.2
  > python3-hypothesis: upgrade 6.98.12 -> 6.98.15
  > rust: Fix build failure re-appeared on riscv32
  > gtk+3: update 3.24.38 -> 3.24.41
  > linux-yocto: Enable gpio-sim with ptests
  > linux-yocto/6.6: update CVE exclusions
  > linux-yocto/6.6: update to v6.6.20
  > linux-yocto/cfg/6.6: drop CONFIG_DEBUG_CREDENTIALS
  > go: upgrade 1.21.5 -> 1.21.7
  > go: upgrade 1.21.0 -> 1.21.5
  > oeqa/gotoolchain: set GOPROXY
  > goarch: disable dynamic linking globally
  > go: bump 1.21.0
  > go: rework patch to avoid identation
  > bitbake: prserv/serv: Fix a PID file removal race on prserv stop
  > bitbake: fetch/git: Avoid clean upon failure
  > qemu: backport patch for ui/clipboard issue
  > mesa,mesa-gl: Fix build when dri3 is not enabled
  > coreutils: backport patch to fix heap overflow in split
  > u-boot: Move UBOOT_INITIAL_ENV back to u-boot.inc
  > qemu: Replace workaround with proper usermode fix for shmat
  > no-gplv3: Tweak for packagemangement in core-image-full-cmdline
  > core-image-full-cmdline: add package-management
  > python3-attrs: disable Hypothesis deadline
  > rust: reproducibility issue fix with v1.75
  > rust: Revert PGO to it's default
  > rust: Upgrade 1.74.1 -> 1.75.0
  > linux-firmware: split out more firmware pieces
  > llvm: Update to 18.1.0 RC4
  > waf: Improve version parsing to avoid failing on warnings
  > xprop: upgrade 1.2.6 -> 1.2.7
  > xkeyboard-config: upgrade 2.40 -> 2.41
  > xkbcomp: upgrade 1.4.6 -> 1.4.7
  > swig: upgrade 4.2.0 -> 4.2.1
  > python3-yamllint: upgrade 1.33.0 -> 1.35.1
  > python3-urllib3: upgrade 2.1.0 -> 2.2.1
  > python3: upgrade 3.12.1 -> 3.12.2
  > python3-typing-extensions: upgrade 4.9.0 -> 4.10.0
  > python3-trove-classifiers: upgrade 2024.1.8 -> 2024.2.23
  > python3-setuptools-rust: upgrade 1.8.1 -> 1.9.0
  > python3-pytz: upgrade 2023.4 -> 2024.1
  > python3-pytest: upgrade 8.0.0 -> 8.0.2
  > python3-pycairo: upgrade 1.25.1 -> 1.26.0
  > python3-pip: upgrade 23.3.2 -> 24.0
  > python3-hypothesis: upgrade 6.97.3 -> 6.98.12
  > python3-dbusmock: upgrade 0.30.2 -> 0.31.1
  > python3-certifi: upgrade 2023.11.17 -> 2024.2.2
  > python3-beartype: upgrade 0.17.0 -> 0.17.2
  > pkgconf: upgrade 2.1.0 -> 2.1.1
  > pciutils: upgrade 3.10.0 -> 3.11.1
  > pango: upgrade 1.51.0 -> 1.52.0
  > ofono: upgrade 2.3 -> 2.4
  > mpg123: upgrade 1.32.4 -> 1.32.5
  > makedepend: upgrade 1.0.8 -> 1.0.9
  > lighttpd: upgrade 1.4.73 -> 1.4.74
  > libxvmc: upgrade 1.0.13 -> 1.0.14
  > libxkbfile: upgrade 1.1.2 -> 1.1.3
  > libxext: upgrade 1.3.5 -> 1.3.6
  > liburi-perl: upgrade 5.25 -> 5.27
  > libunistring: upgrade 1.1 -> 1.2
  > libsecret: upgrade 0.21.2 -> 0.21.4
  > libpng: upgrade 1.6.41 -> 1.6.42
  > libmicrohttpd: upgrade 0.9.77 -> 1.0.1
  > libksba: upgrade 1.6.5 -> 1.6.6
  > libhandy: upgrade 1.8.2 -> 1.8.3
  > libgpg-error: upgrade 1.47 -> 1.48
  > libffi: upgrade 3.4.5 -> 3.4.6
  > git: upgrade 2.43.0 -> 2.44.0
  > gcr: upgrade 4.1.0 -> 4.2.0
  > efivar: upgrade 38 -> 39
  > ed: upgrade 1.20 -> 1.20.1
  > createrepo-c: upgrade 1.0.3 -> 1.0.4
  > ccache: upgrade 4.9 -> 4.9.1
  > bash-completion: upgrade 2.11 -> 2.12.0
  > mirrors: Switch llvm to use shallow cloning
  > gstreamer1.0: skip a test that is known to be flaky
  > oeqa/lib/utils/postactions: fix host disk usage stats retrieval
  > python3-cryptography{-vectors}: upgrade to 42.0.5
  > libc-locale: fix ASCII compatible warning cause build failure.
  > rpm: Fix the following error when run nativesdk-rpm in nativesdk environment.
  > python3: dont disable readline module for editline
  > python3-maturin: Recognise riscv32 architecture
  > python3-bcrypt: Fix build break on arches without 64 bit atomics
  > python3-git: upgrade 3.1.41 -> 3.1.42
  > wpa-supplicant: Fix CVE-2023-52160
  > libexif: remove unused version_underscore
  > bitbake: taskexp_ncurses: fix execution example in introductory comment

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

* sources/meta-arm 1231e54a...aba92504 (1):
  > ci: Ensure tests are in the Corstone-1000 flash image

* sources/meta-clang fc56d6c...d0d4339 (14):
  > clang: Bump version to 18.1.1
  > lksctp-tools: Reset SECURITY_STACK_PROTECTOR with clang
  > clang: Upgrade to clang 18.1 major release
  > clang: Adjust packaging to match new libLLVM soname
  > bpftrace: Upgrade to 0.20+ and fix with llvm 18
  > bcc: Do not set LLVM_PACKAGE_VERSION explicitly
  > vulkan-samples: Disable deprecated declaration warnings with libc++
  > castxml: Upgrade to 0.6.4
  > spirv-llvm-translator: Switch to main branch for llvm 18 support
  > libcxx: Pass LLVM_RUNTIME_TARGETS
  > rust-llvm: Fix build with clang-18
  > kernel-selftest: Use gcc for now.
  > optee-os: Use gcc instead of clang-18
  > openldap: Fix build with lld linker

* sources/meta-elm-binary e57ece1...ee89d03 (1):
  > Merge pull request #9 from YoeDistro/yoe/mut

* sources/meta-freescale cce48564...dc7a2cd4 (6):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe
  > Merge pull request #1764 from hiagofranco/add_uuu_tagged_to_uuubootloader-class
  > Merge pull request #1763 from hiagofranco/add_uuu_untagged_to_u-boot-imx
  > Merge pull request #1761 from hiagofranco/fix_uuu_bootloader_tag
  > Merge pull request #1760 from mschwan-phytec/wip-master-bmap-rename

* sources/meta-freescale-3rdparty 13f46cb...ae392bf (1):
  > Merge pull request #294 from chrisdimich/master

* sources/meta-intel e318d880...ec6e087a (8):
  > layer.conf: update LAYERSERIES_COMPAT to use scarthgap
  > ispc: upgrade 1.22.0 -> 1.23.0
  > openvkl: upgrade 2.0.0 -> 2.0.1
  > ospray: upgrade 3.0.0 -> 3.1.0
  > embree: upgrade 4.3.0 -> 4.3.1
  > rkcommon: upgrade 1.12.0 -> 1.13.0
  > intel-compute-runtime: upgrade 23.22.26516.18 -> 24.05.28454.6
  > intel-graphics-compiler: upgrade 1.0.14062.11 -> 1.0.15985.7

* sources/meta-odroid 665b62d...ae4ac91 (1):
  > u-boot_2023: Drop PYTHON_PN

* sources/meta-openembedded 9f0e51321...f42ebc971 (149):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > layer.conf: Update for the scarthgap release series
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > gtk-vnc: fix reproducibility issue
  > libgpiod: update to v2.1.1
  > polkit: remove unneeded workaround
  > samba: upgrade 4.19.4 -> 4.19.5
  > cryptsetup: upgrade 2.7.0 -> 2.7.1
  > ser2net: add a systemd service file
  > waylandpp: fix reproducibility issue
  > crossguid: fix reproducibility issue
  > editorconfig-core-c: fix reproducibility issue
  > fmt: remove unnecessary "inherit ptest" directive
  > python3-wsproto: Add recipe
  > python3-httptools: added recipe which is also include ptest
  > python3-a2wsgi: added recipe which is also include ptest
  > libvncserver: fix reproducibility issue
  > gnome-terminal: fix reproducibility issue
  > gnome-settings-daemon: fix reproducibility issue
  > gnome-disk-utility: fix reproducibility issue
  > gnome-control-center: fix reproducibility issue
  > vlc: Fix build on 32bit x86
  > php: Upgrade to 8.2.16
  > remove obsolete PIP_INSTALL_PACKAGE and PIP_INSTALL_DIST_PATH
  > thin-provisioning-tools: 1.0.9 -> 1.0.12
  > netcf: Fix build with latest gnulib
  > gnulib: 2018-12-18 -> 202401
  > xfsprogs: 6.5.0 -> 6.6.0
  > yaffs2-utils: Upgrade to 20221209
  > webp-pixbuf-loader: update 0.2.5 -> 0.2.7
  > python3-google-auth: add ptest and update runtime dependencies
  > python3-responses: add recipe
  > python3-pytest-localserver: added recipe which is also include ptest
  > tcprelay: fix a minor cross compilation do_configure issue
  > vlc: Upgrade to 3.0.20
  > gnome-online-accounts: Fix build with libxml2 2.12
  > abseil-cpp: upgrade 20230802.1 -> 20240116.1
  > gnome-commander: Fix build with taglib 2.0
  > libmusicbrainz: Update to tip of trunk
  > mariadb: Fix build with libxml2 2.12 ABI changes
  > xmlstarlet: Fix build with API breakage in libxml2 2.12
  > python3-tomli-w: added recipe which is also include ptest
  > libosinfo: Fix build with libxml2 v2.12
  > googletest: allow for shared libraries
  > libnice: Disable the examples and the tests
  > python3-google-auth-oauthlib: add ptest
  > python3-traitlets: add ptest and update runtime dependencies
  > mozjs-115: fix reproducibility issue
  > net-snmp: upgrade 5.9.3 -> 5.9.4
  > nss: Upgrade 3.74 -> 3.98
  > squid: Upgrade to 6.8
  > re2: Upgrade 2023.03.01 -> 2024.03.01
  > googletest: Pass -fPIC to CFLAGS
  > gosu: Upgrade to 1.17
  > postfix: upgrade 3.8.5 -> 3.8.6
  > networkmanager: 1.44.0 -> 1.46.0
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > python3-invoke: add recipe
  > python3-icecream: add recipe
  > netplan: upgrade 0.106 -> 1.0
  > stunnel: upgrade 5.69 -> 5.72
  > smarty: upgrade 4.3.4 -> 4.4.1
  > python3-sentry-sdk: upgrade 1.40.4 -> 1.40.6
  > python3-scrypt: upgrade 0.8.20 -> 0.8.24
  > python3-pymisp: upgrade 2.4.185 -> 2.4.186
  > python3-pdm: upgrade 2.12.3 -> 2.12.4
  > python3-ipython: upgrade 8.21.0 -> 8.22.1
  > python3-grpcio(-tools): upgrade 1.60.1 -> 1.62.0
  > python3-google-api-python-client: upgrade 2.118.0 -> 2.120.0
  > python3-google-api-core: upgrade 2.16.2 -> 2.17.1
  > python3-gcovr: upgrade 7.0 -> 7.2
  > python3-eventlet: upgrade 0.35.1 -> 0.35.2
  > python3-dnspython: upgrade 2.6.0 -> 2.6.1
  > python3-cbor2: upgrade 5.6.1 -> 5.6.2
  > python3-astroid: upgrade 3.0.3 -> 3.1.0
  > ostree: upgrade 2024.3 -> 2024.4
  > neatvnc: upgrade 0.7.2 -> 0.8.0
  > libtdb: upgrade 1.4.9 -> 1.4.10
  > libtalloc: upgrade 2.4.1 -> 2.4.2
  > fetchmail: upgrade 6.4.37 -> 6.4.38
  > ddrescue: upgrade 1.27 -> 1.28
  > dbus-cxx: upgrade 2.5.0 -> 2.5.1
  > ctags: upgrade 6.1.20240114.0 -> 6.1.20240225.0
  > c-ares: upgrade 1.26.0 -> 1.27.0
  > bats: upgrade 1.10.0 -> 1.11.0
  > python3-eth-utils: remove unused patches
  > webkitgtk3: remove unused patch
  > emacs: remove unused patch
  > opengl-es-cts: remove unused patch
  > libio-pty-perl: remove unsed patch
  > openal-soft: remove unused patches
  > tracker: remove unused patch
  > python3-marshmallow: upgrade 3.20.2 -> 3.21.1 and add ptest
  > glmark2: add upstream patch to not care about stencil config
  > signing.bbclass: fix typos
  > emacs: Add packageconfig for selinux support
  > pgpool2: Fix build with postgresql 16+
  > pgpool2: Upgrade to 4.5.1
  > python3-arrow: add ptest, update backend and runtime dependencies
  > python3-types-python-dateutil: add recipe
  > toybox-inittab: Fix serial getty reproducibility
  > polkit: update 123 -> 124
  > mozjs-115: update 115.6.0 -> 115.8.0
  > python3-dateutil: upgrade 2.8.2 -> 2.9.0
  > python3-freezegun: add recipe and add ptest
  > drbd-utils: Fix a udev rule reproducibility
  > drbd-utils: Drop a duplicated line in DESCRIPTION
  > ptest-packagelists-meta-python: Move py3-libgpiod out of PTESTS_PROBLEMS_META_PYTHON
  > ptest-packagelists-meta-oe: Move libgpiod out of PTESTS_PROBLEMS_META_OE
  > postgresql: upgrade 15.5 -> 16.2
  > nodejs: upgrade 20.11.0 -> 20.11.1
  > multipath-tools: upgrade 0.9.3 -> 0.9.8
  > syslog-ng: upgrade 4.0.1 -> 4.6.0
  > python3-aiohappyeyeballs: Correct the typo of BBCLASSEXTEND
  > googletest: allow for shared libraries
  > e2tools: Delete unneeded files from ptest package
  > python3-wrapt: add ptest
  > ptest-packagelists-meta-python: Move python3-xlrd from PTESTS_PROBLEMS_META_PYTHON to PTESTS_FAST_META_PYTHON
  > nlohmann-json: Upgrade to 3.11.3
  > python3-netaddr: upgrade 0.10.1 -> 1.2.1 and add ptest
  > python3-google-auth: upgrade 2.28.0 -> 2.28.1
  > syzkaller: Fix build with go 1.21
  > crucible: Define GOPROXY
  > influxdb: Define GOPROXY
  > folks: update 0.15.6 -> 0.15.7
  > drbd-utils: Disable warnings as errors
  > drbd-utils: upgrade 9.22.0 -> 9.27.0
  > openvpn: upgrade 2.6.7 -> 2.6.9
  > fuse3: Make kmod as a recommendation instead of rdep for ptests
  > fuse3: use 4 spaces for indentation
  > openldap: upgrade 2.5.16 -> 2.6.7
  > postfix: upgrade 3.7.3 -> 3.8.5
  > krb5: upgrade 1.20.2 -> 1.21.2
  > keyutils: Add missing rdep for ptests
  > layer.conf: Add nativesdk-libdevmapper PREFERRED_RPROVIDER
  > cryptsetup: upgrade 2.6.1 -> 2.7.0
  > grpc: upgrade 1.60.0 -> 1.60.1
  > iperf3: upgrade 3.15 -> 3.16
  > libgpiod: Tests rely on configfs support in kernel
  > python3-betamax: Upgrade to 0.9.0
  > python3-pyzmq: Add missing dep on python3-unixadmin for ptests
  > python3-gpiod: Tests rely on configfs support in kernel
  > python3-fastjsonschema: Add missing ptest deps
  > xfce4-notifyd: use python3native and depend on python3-packaging-native
  > ristretto: use python3native and depend on glib-2.0-native, python3-packaging-native
  > libkcapi: Update HOMEPAGE url
  > openipmi: fix do_configure error when using dash

* sources/meta-qcom 567079b...e7bcac0 (1):
  > Merge pull request #582 from lumag/cuse

* sources/meta-qt6 1695f1a...394d7d9 (215):
  > qtwebengine: Fix build with clang18
  > squish: don't move executables
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-raspberrypi 95a9103...92a9b7a (1):
  > rpi-base: Added missing HiFiBerry

* sources/meta-riscv dc7aeb4...d1df527 (5):
  > musl: Drop rv32 patches
  > riscv-common: Rename bmap-tools-native -> bmaptool-native
  > linux-starfive-dev: Fix perf build with gcc-13
  > capnproto,pidgin-sipe: Re-enable on rv32
  > ostree: Do not mark unavailable for rv32

* sources/meta-rockchip bcf1d92...06a65d4 (3):
  > rock-5[ab]: use regular yocto kernel
  > rockchip.wks: fix typo
  > layer.conf: update for scarthgap

* sources/meta-tegra 5237f91d...d4e0d078 (1):
  > layer.conf, README.md: drop nanbield from LAYERSERIES_COMPAT

* sources/meta-ti e24577a7...ee1f6799 (15):
  > CI/CD Auto-Merger: cicd.master.202403080100
  > conf: machine: am62axx: Pick overlays for V3Link cameras
  > linux-ti-staging-rt_6.6: Add KERNEL_LCOALVERSION change
  > u-boot-ti: Change from UBOOT_LOCALVERSION and SRCPV
  > linux-ti-staging: Update KERNEL_LOCALVERSION
  > Drop SRCPV
  > CI/CD Auto-Merger: cicd.master.202402271317
  > Rework jailhouse recipe to support different image build
  > conf: beaglebone-ai64: Apply U-boot defconfig fragments
  > conf: beagleplay: Apply U-boot defconfig fragments
  > meta-ti-bsp: update BeagleBoard.org BSP to the latest
  > linux-bb.org: remove custom FILES:${KERNEL_PACKAGE_NAME}-devicetree
  > meta-ti-bsp: trusted-firmware-arm: Update to master
  > meta-ti-bsp: optee: Upgrade to 4.1
  > conf: machine: Apply U-boot fragment configs for AM62P Display Cluster Image

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

* sources/poky 4945ca640b...b990dab8d1 (206):
  > elfutils: Fix build break with clang
  > llvm: Update to 18.1.1 release
  > glibc: Update to tip of 2.39 branch
  > qemuriscv: Fix kbd and mouse emulation
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > openssh: enable sshd.service by default
  > linux-firmware: remove pointless linux-firmware-gplv2-license package
  > linux-firmware: set LICENSE field for -liquidui and -mellanox
  > linux-firmware: add support for deduplicating the firmware
  > mesa: fix opencl-spirv build
  > rust: reproducibility issue fix with v1.75
  > lttng-tools: skip kernel tests if no kernel modules present
  > layer.conf: Prepare for release, drop nanbield LAYERSERIES
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests
  > openssh: Add a workaround for ICE on powerpc64le
  > kernel-fitImage: only include valid compatible line
  > go.bbclass: set GOPROXY
  > systemd: Check for directory before chmod'ing it
  > bmaptool: Add bmap-tools runtime alias for compatibility
  > genericarm64: clean up kernel modules and firmware
  > genericarm64.wks: reorder partitions
  > poky: Update to prepare for scarthgap release
  > go: filter out build specific path from the linker flags
  > systemd: remove systemd-bus-proxy settings
  > systemd: use RDEPENDS for systemd-vconsole-setup
  > systemd: fix dead link /var/log/README
  > rxvt-unicode: Fix installing of terminfo
  > valgrind: skip intermittently failing ptests
  > sstatetests.py: Add testing for correct sstate permissions
  > oeqa/runtime/login: Fix dbus-wait timeout and loop conditional
  > oeqa/runtime/login: Add screenshot sample logic/timeout/dbus-wait
  > oeqa/runtime/login: Exclude qemuriscv64
  > oeqa/runtime/login: Mask out the mouse panel icon for now
  > oeqa/runtime/login: Various code improvements and fixes
  > oeqa/runtime/login: Proof of concept for screenshot testcases
  > screenshot-tests: Add initial screenshot test png files for core-image-sato
  > qemurunner.py: Fix error on calls to run_monitor
  > webkitgtk: upgrade 2.42.2 -> 2.42.5
  > vulkan: upgrade 1.3.268.0 -> 1.3.275.0
  > vala: upgrade 0.56.13 -> 0.56.15
  > update-rc.d: upgrade to latest revision
  > taglib: upgrade 1.13.1 -> 2.0 and add utfcpp recipe to support that
  > ttyrun: upgrade 2.30.0 -> 2.31.0
  > systemd: upgrade 255.1 -> 255.4
  > shaderc: update 2023.7 -> 2023.8
  > repo: upgrade 2.41 -> 2.42
  > python3-wcwidth: upgrade 0.2.12 -> 0.2.13
  > python3-setuptools: upgrade 69.0.3 -> 69.1.1
  > python3-ruamel-yaml: upgrade 0.17.35 -> 0.18.6
  > python3-jsonschema: upgrade 4.17.3 -> 4.21.1 and add new dependencies
  > python3-dtschema: upgrade 2023.7 -> 2024.2
  > python3-build: upgrade 1.0.3 -> 1.1.1
  > piglit: upgrade to latest revision
  > puzzles: upgrade to latest revision
  > orc: upgrade 0.4.37 -> 0.4.38
  > nghttp2: upgrade 1.59.0 -> 1.60.0
  > minicom: upgrade 2.8 -> 2.9
  > mesa: upgrade 24.0.1 -> 24.0.2
  > mc: upgrade 4.8.30 -> 4.8.31
  > man-pages: upgrade 6.05.01 -> 6.06
  > lsof: upgrade 4.98.0 -> 4.99.3
  > librsvg: upgrade 2.56.3 -> 2.57.1
  > linux-firmware: upgrade 20231211 -> 20240220
  > libxml2: upgrade 2.11.5 -> 2.12.5
  > libusb1: upgrade 1.0.26 -> 1.0.27
  > librepo: update 1.16.0 -> 1.17.0
  > libpcre2: upgrade 10.42 -> 10.43
  > libpciaccess: upgrade 0.17 -> 0.18
  > libdnf: update 0.72.0 -> 0.73.0
  > libbsd: upgrade 0.11.8 -> 0.12.1
  > kmscube: upgrade to latest revision
  > glib-networking: upgrade 2.78.0 -> 2.78.1
  > glib-2.0: upgrade 2.78.3 -> 2.78.4
  > gettext: upgrade 0.22.4 -> 0.22.5
  > epiphany: upgrade 45.1 -> 45.3
  > elfutils: upgrade 0.189 -> 0.191
  > ell: upgrade 0.62 -> 0.63
  > diffoscope: upgrade 253 -> 259
  > dnf: upgrade 4.18.2 -> 4.19.0
  > btrfs-tools: upgrade 6.5.3 -> 6.7.1
  > boost: upgrade 1.83.0 -> 1.84.0
  > appstream: upgrade 1.0.0 -> 1.0.2
  > acl: upgrade 2.3.1 -> 2.3.2
  > python3-sphinxcontrib-jquery: add a recipe and make python3-sphinx-rtd-theme depend on it
  > dev-manual: bmaptool: rename
  > manuals: document VIRTUAL-RUNTIME variables
  > contributor-guide: add notes for tests
  > dev-manual: packages: fix capitalization
  > ref-manual: variables: adding multiple groups in GROUPADD_PARAM
  > ref-manual: variables: correct sdk installation default path
  > ref-manual: tasks: do_cleansstate: recommend using '-f' instead for a shared sstate
  > ref-manual: tasks: do_cleanall: recommend using '-f' instead
  > ref-manual: classes: add cve status check for oe.qa
  > libpng: Update SRC_URI to avoid redirects
  > go: Drop linkmode with nativesdk/cross-canadian
  > go: Further tweak indentation in patch
  > go: bump 1.22.0
  > image_types.bbclass: fix vfat image names
  > xz: correct upstream version check
  > rxvt: add rxvt to desktop entry name
  > Add genericarm64 MACHINE
  > bitbake: utils: remove BB_ENV_PASSTHROUGH from preserved_envvars()
  > bmaptool: now part of Yocto Project
  > python3-cryptography_42.0.5.bb: delete redundant ptest packaging
  > expat: upgrdae 2.6.0 -> 2.6.1
  > gdb: Upgrade 14.1 -> 14.2
  > python3-hypothesis: upgrade 6.98.12 -> 6.98.15
  > rust: Fix build failure re-appeared on riscv32
  > gtk+3: update 3.24.38 -> 3.24.41
  > linux-yocto: Enable gpio-sim with ptests
  > linux-yocto/6.6: update CVE exclusions
  > linux-yocto/6.6: update to v6.6.20
  > linux-yocto/cfg/6.6: drop CONFIG_DEBUG_CREDENTIALS
  > go: upgrade 1.21.5 -> 1.21.7
  > go: upgrade 1.21.0 -> 1.21.5
  > oeqa/gotoolchain: set GOPROXY
  > goarch: disable dynamic linking globally
  > go: bump 1.21.0
  > go: rework patch to avoid identation
  > bitbake: prserv/serv: Fix a PID file removal race on prserv stop
  > bitbake: fetch/git: Avoid clean upon failure
  > qemu: backport patch for ui/clipboard issue
  > mesa,mesa-gl: Fix build when dri3 is not enabled
  > coreutils: backport patch to fix heap overflow in split
  > u-boot: Move UBOOT_INITIAL_ENV back to u-boot.inc
  > qemu: Replace workaround with proper usermode fix for shmat
  > no-gplv3: Tweak for packagemangement in core-image-full-cmdline
  > core-image-full-cmdline: add package-management
  > python3-attrs: disable Hypothesis deadline
  > rust: reproducibility issue fix with v1.75
  > rust: Revert PGO to it's default
  > rust: Upgrade 1.74.1 -> 1.75.0
  > linux-firmware: split out more firmware pieces
  > llvm: Update to 18.1.0 RC4
  > waf: Improve version parsing to avoid failing on warnings
  > xprop: upgrade 1.2.6 -> 1.2.7
  > xkeyboard-config: upgrade 2.40 -> 2.41
  > xkbcomp: upgrade 1.4.6 -> 1.4.7
  > swig: upgrade 4.2.0 -> 4.2.1
  > python3-yamllint: upgrade 1.33.0 -> 1.35.1
  > python3-urllib3: upgrade 2.1.0 -> 2.2.1
  > python3: upgrade 3.12.1 -> 3.12.2
  > python3-typing-extensions: upgrade 4.9.0 -> 4.10.0
  > python3-trove-classifiers: upgrade 2024.1.8 -> 2024.2.23
  > python3-setuptools-rust: upgrade 1.8.1 -> 1.9.0
  > python3-pytz: upgrade 2023.4 -> 2024.1
  > python3-pytest: upgrade 8.0.0 -> 8.0.2
  > python3-pycairo: upgrade 1.25.1 -> 1.26.0
  > python3-pip: upgrade 23.3.2 -> 24.0
  > python3-hypothesis: upgrade 6.97.3 -> 6.98.12
  > python3-dbusmock: upgrade 0.30.2 -> 0.31.1
  > python3-certifi: upgrade 2023.11.17 -> 2024.2.2
  > python3-beartype: upgrade 0.17.0 -> 0.17.2
  > pkgconf: upgrade 2.1.0 -> 2.1.1
  > pciutils: upgrade 3.10.0 -> 3.11.1
  > pango: upgrade 1.51.0 -> 1.52.0
  > ofono: upgrade 2.3 -> 2.4
  > mpg123: upgrade 1.32.4 -> 1.32.5
  > makedepend: upgrade 1.0.8 -> 1.0.9
  > lighttpd: upgrade 1.4.73 -> 1.4.74
  > libxvmc: upgrade 1.0.13 -> 1.0.14
  > libxkbfile: upgrade 1.1.2 -> 1.1.3
  > libxext: upgrade 1.3.5 -> 1.3.6
  > liburi-perl: upgrade 5.25 -> 5.27
  > libunistring: upgrade 1.1 -> 1.2
  > libsecret: upgrade 0.21.2 -> 0.21.4
  > libpng: upgrade 1.6.41 -> 1.6.42
  > libmicrohttpd: upgrade 0.9.77 -> 1.0.1
  > libksba: upgrade 1.6.5 -> 1.6.6
  > libhandy: upgrade 1.8.2 -> 1.8.3
  > libgpg-error: upgrade 1.47 -> 1.48
  > libffi: upgrade 3.4.5 -> 3.4.6
  > git: upgrade 2.43.0 -> 2.44.0
  > gcr: upgrade 4.1.0 -> 4.2.0
  > efivar: upgrade 38 -> 39
  > ed: upgrade 1.20 -> 1.20.1
  > createrepo-c: upgrade 1.0.3 -> 1.0.4
  > ccache: upgrade 4.9 -> 4.9.1
  > bash-completion: upgrade 2.11 -> 2.12.0
  > mirrors: Switch llvm to use shallow cloning
  > gstreamer1.0: skip a test that is known to be flaky
  > oeqa/lib/utils/postactions: fix host disk usage stats retrieval
  > python3-cryptography{-vectors}: upgrade to 42.0.5
  > libc-locale: fix ASCII compatible warning cause build failure.
  > rpm: Fix the following error when run nativesdk-rpm in nativesdk environment.
  > python3: dont disable readline module for editline
  > python3-maturin: Recognise riscv32 architecture
  > python3-bcrypt: Fix build break on arches without 64 bit atomics
  > python3-git: upgrade 3.1.41 -> 3.1.42
  > wpa-supplicant: Fix CVE-2023-52160
  > libexif: remove unused version_underscore
  > bitbake: taskexp_ncurses: fix execution example in introductory comment

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Mar 11, 2024
…-intel sources/meta-openembedded sources/meta-qt6 sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-clang eebe4ff...d0d4339 (1):
  > clang: Bump version to 18.1.1

* sources/meta-freescale f063f659...dc7a2cd4 (2):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe

* sources/meta-intel 9ed54a13...ec6e087a (1):
  > layer.conf: update LAYERSERIES_COMPAT to use scarthgap

* sources/meta-openembedded 5eb1fa341...5b1cc507d (15):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > layer.conf: Update for the scarthgap release series
  > libtinyxml2: Extend for nativesdk
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > gtk-vnc: fix reproducibility issue
  > libgpiod: update to v2.1.1
  > polkit: remove unneeded workaround
  > samba: upgrade 4.19.4 -> 4.19.5
  > cryptsetup: upgrade 2.7.0 -> 2.7.1
  > ser2net: add a systemd service file
  > waylandpp: fix reproducibility issue
  > crossguid: fix reproducibility issue
  > editorconfig-core-c: fix reproducibility issue
  > fmt: remove unnecessary "inherit ptest" directive

* sources/meta-qt6 2e1ca1e...394d7d9 (217):
  > qtwebengine: Fix build with clang18
  > squish: don't move executables
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  < Merge pull request #38 from YoeDistro/kraj/6.6
  < Merge pull request #37 from YoeDistro/kraj/6.6
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-riscv 15fccb2...d1df527 (1):
  > musl: Drop rv32 patches

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

* sources/poky b5624ee564...b990dab8d1 (28):
  > elfutils: Fix build break with clang
  > llvm: Update to 18.1.1 release
  > glibc: Update to tip of 2.39 branch
  > qemuriscv: Fix kbd and mouse emulation
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > openssh: enable sshd.service by default
  > linux-firmware: remove pointless linux-firmware-gplv2-license package
  > linux-firmware: set LICENSE field for -liquidui and -mellanox
  > linux-firmware: add support for deduplicating the firmware
  > mesa: fix opencl-spirv build
  > rust: reproducibility issue fix with v1.75
  > lttng-tools: skip kernel tests if no kernel modules present
  > layer.conf: Prepare for release, drop nanbield LAYERSERIES
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests

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

* sources/meta-clang eebe4ff...d0d4339 (1):
  > clang: Bump version to 18.1.1

* sources/meta-freescale f063f659...1470857c (3):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe
  > Merge pull request #1767 from quaresmajose/bmaptools

* sources/meta-intel 9ed54a13...ec6e087a (1):
  > layer.conf: update LAYERSERIES_COMPAT to use scarthgap

* sources/meta-openembedded 5eb1fa341...5b1cc507d (15):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > layer.conf: Update for the scarthgap release series
  > libtinyxml2: Extend for nativesdk
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > gtk-vnc: fix reproducibility issue
  > libgpiod: update to v2.1.1
  > polkit: remove unneeded workaround
  > samba: upgrade 4.19.4 -> 4.19.5
  > cryptsetup: upgrade 2.7.0 -> 2.7.1
  > ser2net: add a systemd service file
  > waylandpp: fix reproducibility issue
  > crossguid: fix reproducibility issue
  > editorconfig-core-c: fix reproducibility issue
  > fmt: remove unnecessary "inherit ptest" directive

* sources/meta-qcom e7bcac0...37ceaf8 (1):
  > Merge pull request #581 from lumag/db-apq8074

* sources/meta-qt6 2e1ca1e...394d7d9 (217):
  > qtwebengine: Fix build with clang18
  > squish: don't move executables
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  < Merge pull request #38 from YoeDistro/kraj/6.6
  < Merge pull request #37 from YoeDistro/kraj/6.6
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-riscv 15fccb2...d1df527 (1):
  > musl: Drop rv32 patches

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

* sources/poky b5624ee564...b990dab8d1 (28):
  > elfutils: Fix build break with clang
  > llvm: Update to 18.1.1 release
  > glibc: Update to tip of 2.39 branch
  > qemuriscv: Fix kbd and mouse emulation
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > openssh: enable sshd.service by default
  > linux-firmware: remove pointless linux-firmware-gplv2-license package
  > linux-firmware: set LICENSE field for -liquidui and -mellanox
  > linux-firmware: add support for deduplicating the firmware
  > mesa: fix opencl-spirv build
  > rust: reproducibility issue fix with v1.75
  > lttng-tools: skip kernel tests if no kernel modules present
  > layer.conf: Prepare for release, drop nanbield LAYERSERIES
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests

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

* sources/meta-clang eebe4ff...d0d4339 (1):
  > clang: Bump version to 18.1.1

* sources/meta-freescale f063f659...1470857c (3):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe
  > Merge pull request #1767 from quaresmajose/bmaptools

* sources/meta-intel 9ed54a13...9ce6cc89 (10):
  > README: drop obsolete README.sources
  > thermald : upgrade 2.5.4 -> 2.5.6
  > metee : upgrade 3.1.6 -> 3.2.4
  > lms : upgrade 2322.0.0.0 -> 2406.0.0.0
  > isa-l : upgrade 2.30.0 -> 2.31.0
  > onednn : upgrade 3.3.4 -> 3.4
  > intel-crypto-mb : upgrade 2021.9.0 -> 2021.11.1
  > intel-cmt-cat : upgrade 23.11 -> 23.11.1
  > libipt : upgrade 2.1.0 -> 2.1.1
  > layer.conf: update LAYERSERIES_COMPAT to use scarthgap

* sources/meta-openembedded 5eb1fa341...5b1cc507d (15):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > layer.conf: Update for the scarthgap release series
  > libtinyxml2: Extend for nativesdk
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > gtk-vnc: fix reproducibility issue
  > libgpiod: update to v2.1.1
  > polkit: remove unneeded workaround
  > samba: upgrade 4.19.4 -> 4.19.5
  > cryptsetup: upgrade 2.7.0 -> 2.7.1
  > ser2net: add a systemd service file
  > waylandpp: fix reproducibility issue
  > crossguid: fix reproducibility issue
  > editorconfig-core-c: fix reproducibility issue
  > fmt: remove unnecessary "inherit ptest" directive

* sources/meta-qcom e7bcac0...37ceaf8 (1):
  > Merge pull request #581 from lumag/db-apq8074

* sources/meta-qt6 2e1ca1e...394d7d9 (217):
  > qtwebengine: Fix build with clang18
  > squish: don't move executables
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  < Merge pull request #38 from YoeDistro/kraj/6.6
  < Merge pull request #37 from YoeDistro/kraj/6.6
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-riscv 15fccb2...d1df527 (1):
  > musl: Drop rv32 patches

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

* sources/poky b5624ee564...cda4bc3442 (36):
  > glibc: Update to tip of 2.39 branch
  > qemuriscv: Fix kbd and mouse emulation
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > poky-altcfg: Default to ipk packaging
  > elfutils: Fix build break with clang
  > llvm: Update to 18.1.1 release
  > git: git-replacement-native: depend on ca-certificate
  > vala: fix for gtk4 prior to 4.14
  > vala: merge bb and inc files
  > openssh: enable sshd.service by default
  > linux-firmware: remove pointless linux-firmware-gplv2-license package
  > linux-firmware: set LICENSE field for -liquidui and -mellanox
  > linux-firmware: add support for deduplicating the firmware
  > mesa: fix opencl-spirv build
  > rust: reproducibility issue fix with v1.75
  > lttng-tools: skip kernel tests if no kernel modules present
  > layer.conf: Prepare for release, drop nanbield LAYERSERIES
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests
  > bitbake: fetch2: Fix misleading "no output" msg
  > bitbake: fetch2: handle URIs with single-valued query parameters
  > bitbake: lib/bb: support NO_COLOR
  > bitbake: bitbake: fetch2/git: Escape parentheses in git src name

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

* sources/meta-clang eebe4ff...d0d4339 (1):
  > clang: Bump version to 18.1.1

* sources/meta-freescale f063f659...1470857c (3):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe
  > Merge pull request #1767 from quaresmajose/bmaptools

* sources/meta-intel 9ed54a13...9ce6cc89 (10):
  > README: drop obsolete README.sources
  > thermald : upgrade 2.5.4 -> 2.5.6
  > metee : upgrade 3.1.6 -> 3.2.4
  > lms : upgrade 2322.0.0.0 -> 2406.0.0.0
  > isa-l : upgrade 2.30.0 -> 2.31.0
  > onednn : upgrade 3.3.4 -> 3.4
  > intel-crypto-mb : upgrade 2021.9.0 -> 2021.11.1
  > intel-cmt-cat : upgrade 23.11 -> 23.11.1
  > libipt : upgrade 2.1.0 -> 2.1.1
  > layer.conf: update LAYERSERIES_COMPAT to use scarthgap

* sources/meta-openembedded 5eb1fa341...603835cc8 (16):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > layer.conf: Update for the scarthgap release series
  > python3-pylint: Update to 3.1.0
  > libtinyxml2: Extend for nativesdk
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > gtk-vnc: fix reproducibility issue
  > libgpiod: update to v2.1.1
  > polkit: remove unneeded workaround
  > samba: upgrade 4.19.4 -> 4.19.5
  > cryptsetup: upgrade 2.7.0 -> 2.7.1
  > ser2net: add a systemd service file
  > waylandpp: fix reproducibility issue
  > crossguid: fix reproducibility issue
  > editorconfig-core-c: fix reproducibility issue
  > fmt: remove unnecessary "inherit ptest" directive

* sources/meta-qcom e7bcac0...37ceaf8 (1):
  > Merge pull request #581 from lumag/db-apq8074

* sources/meta-qt6 2e1ca1e...394d7d9 (217):
  > qtwebengine: Fix build with clang18
  > squish: don't move executables
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  < Merge pull request #38 from YoeDistro/kraj/6.6
  < Merge pull request #37 from YoeDistro/kraj/6.6
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-riscv 15fccb2...d1df527 (1):
  > musl: Drop rv32 patches

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

* sources/poky b5624ee564...7f0d42ae7e (36):
  > qemuriscv: Fix kbd and mouse emulation
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > poky-altcfg: Default to ipk packaging
  > glibc: Update to tip of 2.39 branch
  > elfutils: Fix build break with clang
  > llvm: Update to 18.1.1 release
  > git: git-replacement-native: depend on ca-certificate
  > vala: fix for gtk4 prior to 4.14
  > vala: merge bb and inc files
  > openssh: enable sshd.service by default
  > linux-firmware: remove pointless linux-firmware-gplv2-license package
  > linux-firmware: set LICENSE field for -liquidui and -mellanox
  > linux-firmware: add support for deduplicating the firmware
  > mesa: fix opencl-spirv build
  > rust: reproducibility issue fix with v1.75
  > lttng-tools: skip kernel tests if no kernel modules present
  > layer.conf: Prepare for release, drop nanbield LAYERSERIES
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests
  > bitbake: fetch2: Fix misleading "no output" msg
  > bitbake: fetch2: handle URIs with single-valued query parameters
  > bitbake: lib/bb: support NO_COLOR
  > bitbake: bitbake: fetch2/git: Escape parentheses in git src name

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Mar 13, 2024
…-intel sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-clang eebe4ff...d0d4339 (1):
  > clang: Bump version to 18.1.1

* sources/meta-freescale f063f659...1470857c (3):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe
  > Merge pull request #1767 from quaresmajose/bmaptools

* sources/meta-intel 9ed54a13...9ce6cc89 (10):
  > README: drop obsolete README.sources
  > thermald : upgrade 2.5.4 -> 2.5.6
  > metee : upgrade 3.1.6 -> 3.2.4
  > lms : upgrade 2322.0.0.0 -> 2406.0.0.0
  > isa-l : upgrade 2.30.0 -> 2.31.0
  > onednn : upgrade 3.3.4 -> 3.4
  > intel-crypto-mb : upgrade 2021.9.0 -> 2021.11.1
  > intel-cmt-cat : upgrade 23.11 -> 23.11.1
  > libipt : upgrade 2.1.0 -> 2.1.1
  > layer.conf: update LAYERSERIES_COMPAT to use scarthgap

* sources/meta-openembedded 5eb1fa341...540fb96a1 (24):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > layer.conf: Update for the scarthgap release series
  > lvgl: Replace sed patching with real patches
  > lvgl: Build shared library
  > lvgl: Default to XRGB8888 DRM framebuffer
  > lvgl: Configure assertions based on DEBUG_BUILD
  > lvgl: Add SDL2 fullscreen mode configuration option
  > lvgl: Rename lv-drivers.inc to lv-conf.inc
  > lvgl: Upgrade to LVGL 9 series
  > lvgl: Drop dialog-lvgl
  > python3-pylint: Update to 3.1.0
  > libtinyxml2: Extend for nativesdk
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > gtk-vnc: fix reproducibility issue
  > libgpiod: update to v2.1.1
  > polkit: remove unneeded workaround
  > samba: upgrade 4.19.4 -> 4.19.5
  > cryptsetup: upgrade 2.7.0 -> 2.7.1
  > ser2net: add a systemd service file
  > waylandpp: fix reproducibility issue
  > crossguid: fix reproducibility issue
  > editorconfig-core-c: fix reproducibility issue
  > fmt: remove unnecessary "inherit ptest" directive

* sources/meta-qcom e7bcac0...37ceaf8 (1):
  > Merge pull request #581 from lumag/db-apq8074

* sources/meta-qt6 2e1ca1e...180820b (218):
  > qtwebengine: Fix build with clang18
  > Bump version to 6.7.1
  > squish: don't move executables
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  < Merge pull request #38 from YoeDistro/kraj/6.6
  < Merge pull request #37 from YoeDistro/kraj/6.6
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-riscv 15fccb2...d1df527 (1):
  > musl: Drop rv32 patches

* sources/meta-ti ee1f6799...abd4c74b (1):
  > CI/CD Auto-Merger: cicd.master.202403120100

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

* sources/poky b5624ee564...7f0d42ae7e (36):
  > qemuriscv: Fix kbd and mouse emulation
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > poky-altcfg: Default to ipk packaging
  > glibc: Update to tip of 2.39 branch
  > elfutils: Fix build break with clang
  > llvm: Update to 18.1.1 release
  > git: git-replacement-native: depend on ca-certificate
  > vala: fix for gtk4 prior to 4.14
  > vala: merge bb and inc files
  > openssh: enable sshd.service by default
  > linux-firmware: remove pointless linux-firmware-gplv2-license package
  > linux-firmware: set LICENSE field for -liquidui and -mellanox
  > linux-firmware: add support for deduplicating the firmware
  > mesa: fix opencl-spirv build
  > rust: reproducibility issue fix with v1.75
  > lttng-tools: skip kernel tests if no kernel modules present
  > layer.conf: Prepare for release, drop nanbield LAYERSERIES
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests
  > bitbake: fetch2: Fix misleading "no output" msg
  > bitbake: fetch2: handle URIs with single-valued query parameters
  > bitbake: lib/bb: support NO_COLOR
  > bitbake: bitbake: fetch2/git: Escape parentheses in git src name

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Mar 13, 2024
…-intel sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-clang eebe4ff...d0d4339 (1):
  > clang: Bump version to 18.1.1

* sources/meta-freescale f063f659...1470857c (3):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe
  > Merge pull request #1767 from quaresmajose/bmaptools

* sources/meta-intel 9ed54a13...9ce6cc89 (10):
  > README: drop obsolete README.sources
  > thermald : upgrade 2.5.4 -> 2.5.6
  > metee : upgrade 3.1.6 -> 3.2.4
  > lms : upgrade 2322.0.0.0 -> 2406.0.0.0
  > isa-l : upgrade 2.30.0 -> 2.31.0
  > onednn : upgrade 3.3.4 -> 3.4
  > intel-crypto-mb : upgrade 2021.9.0 -> 2021.11.1
  > intel-cmt-cat : upgrade 23.11 -> 23.11.1
  > libipt : upgrade 2.1.0 -> 2.1.1
  > layer.conf: update LAYERSERIES_COMPAT to use scarthgap

* sources/meta-openembedded 5eb1fa341...540fb96a1 (24):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > layer.conf: Update for the scarthgap release series
  > lvgl: Replace sed patching with real patches
  > lvgl: Build shared library
  > lvgl: Default to XRGB8888 DRM framebuffer
  > lvgl: Configure assertions based on DEBUG_BUILD
  > lvgl: Add SDL2 fullscreen mode configuration option
  > lvgl: Rename lv-drivers.inc to lv-conf.inc
  > lvgl: Upgrade to LVGL 9 series
  > lvgl: Drop dialog-lvgl
  > python3-pylint: Update to 3.1.0
  > libtinyxml2: Extend for nativesdk
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > gtk-vnc: fix reproducibility issue
  > libgpiod: update to v2.1.1
  > polkit: remove unneeded workaround
  > samba: upgrade 4.19.4 -> 4.19.5
  > cryptsetup: upgrade 2.7.0 -> 2.7.1
  > ser2net: add a systemd service file
  > waylandpp: fix reproducibility issue
  > crossguid: fix reproducibility issue
  > editorconfig-core-c: fix reproducibility issue
  > fmt: remove unnecessary "inherit ptest" directive

* sources/meta-qcom e7bcac0...37ceaf8 (1):
  > Merge pull request #581 from lumag/db-apq8074

* sources/meta-qt6 2e1ca1e...180820b (218):
  > qtwebengine: Fix build with clang18
  > Bump version to 6.7.1
  > squish: don't move executables
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  < Merge pull request #38 from YoeDistro/kraj/6.6
  < Merge pull request #37 from YoeDistro/kraj/6.6
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-riscv 15fccb2...d1df527 (1):
  > musl: Drop rv32 patches

* sources/meta-ti ee1f6799...abd4c74b (1):
  > CI/CD Auto-Merger: cicd.master.202403120100

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

* sources/poky b5624ee564...7f0d42ae7e (36):
  > qemuriscv: Fix kbd and mouse emulation
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > poky-altcfg: Default to ipk packaging
  > glibc: Update to tip of 2.39 branch
  > elfutils: Fix build break with clang
  > llvm: Update to 18.1.1 release
  > git: git-replacement-native: depend on ca-certificate
  > vala: fix for gtk4 prior to 4.14
  > vala: merge bb and inc files
  > openssh: enable sshd.service by default
  > linux-firmware: remove pointless linux-firmware-gplv2-license package
  > linux-firmware: set LICENSE field for -liquidui and -mellanox
  > linux-firmware: add support for deduplicating the firmware
  > mesa: fix opencl-spirv build
  > rust: reproducibility issue fix with v1.75
  > lttng-tools: skip kernel tests if no kernel modules present
  > layer.conf: Prepare for release, drop nanbield LAYERSERIES
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests
  > bitbake: fetch2: Fix misleading "no output" msg
  > bitbake: fetch2: handle URIs with single-valued query parameters
  > bitbake: lib/bb: support NO_COLOR
  > bitbake: bitbake: fetch2/git: Escape parentheses in git src name

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Mar 13, 2024
…-intel sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-clang eebe4ff...d0d4339 (1):
  > clang: Bump version to 18.1.1

* sources/meta-freescale f063f659...1470857c (3):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe
  > Merge pull request #1767 from quaresmajose/bmaptools

* sources/meta-intel 9ed54a13...9ce6cc89 (10):
  > README: drop obsolete README.sources
  > thermald : upgrade 2.5.4 -> 2.5.6
  > metee : upgrade 3.1.6 -> 3.2.4
  > lms : upgrade 2322.0.0.0 -> 2406.0.0.0
  > isa-l : upgrade 2.30.0 -> 2.31.0
  > onednn : upgrade 3.3.4 -> 3.4
  > intel-crypto-mb : upgrade 2021.9.0 -> 2021.11.1
  > intel-cmt-cat : upgrade 23.11 -> 23.11.1
  > libipt : upgrade 2.1.0 -> 2.1.1
  > layer.conf: update LAYERSERIES_COMPAT to use scarthgap

* sources/meta-openembedded 5eb1fa341...4193fb429 (26):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > layer.conf: Update for the scarthgap release series
  > jwt-cpp: fix cmake file install path
  > dnf-plugin-tui: upgrade 1.3 -> 1.4
  > lvgl: Replace sed patching with real patches
  > lvgl: Build shared library
  > lvgl: Default to XRGB8888 DRM framebuffer
  > lvgl: Configure assertions based on DEBUG_BUILD
  > lvgl: Add SDL2 fullscreen mode configuration option
  > lvgl: Rename lv-drivers.inc to lv-conf.inc
  > lvgl: Upgrade to LVGL 9 series
  > lvgl: Drop dialog-lvgl
  > python3-pylint: Update to 3.1.0
  > libtinyxml2: Extend for nativesdk
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > gtk-vnc: fix reproducibility issue
  > libgpiod: update to v2.1.1
  > polkit: remove unneeded workaround
  > samba: upgrade 4.19.4 -> 4.19.5
  > cryptsetup: upgrade 2.7.0 -> 2.7.1
  > ser2net: add a systemd service file
  > waylandpp: fix reproducibility issue
  > crossguid: fix reproducibility issue
  > editorconfig-core-c: fix reproducibility issue
  > fmt: remove unnecessary "inherit ptest" directive

* sources/meta-qcom e7bcac0...37ceaf8 (1):
  > Merge pull request #581 from lumag/db-apq8074

* sources/meta-qt6 2e1ca1e...180820b (218):
  > qtwebengine: Fix build with clang18
  > Bump version to 6.7.1
  > squish: don't move executables
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  < Merge pull request #38 from YoeDistro/kraj/6.6
  < Merge pull request #37 from YoeDistro/kraj/6.6
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-riscv 15fccb2...d1df527 (1):
  > musl: Drop rv32 patches

* sources/meta-ti ee1f6799...abd4c74b (1):
  > CI/CD Auto-Merger: cicd.master.202403120100

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

* sources/poky b5624ee564...7f0d42ae7e (36):
  > qemuriscv: Fix kbd and mouse emulation
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > poky-altcfg: Default to ipk packaging
  > glibc: Update to tip of 2.39 branch
  > elfutils: Fix build break with clang
  > llvm: Update to 18.1.1 release
  > git: git-replacement-native: depend on ca-certificate
  > vala: fix for gtk4 prior to 4.14
  > vala: merge bb and inc files
  > openssh: enable sshd.service by default
  > linux-firmware: remove pointless linux-firmware-gplv2-license package
  > linux-firmware: set LICENSE field for -liquidui and -mellanox
  > linux-firmware: add support for deduplicating the firmware
  > mesa: fix opencl-spirv build
  > rust: reproducibility issue fix with v1.75
  > lttng-tools: skip kernel tests if no kernel modules present
  > layer.conf: Prepare for release, drop nanbield LAYERSERIES
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests
  > bitbake: fetch2: Fix misleading "no output" msg
  > bitbake: fetch2: handle URIs with single-valued query parameters
  > bitbake: lib/bb: support NO_COLOR
  > bitbake: bitbake: fetch2/git: Escape parentheses in git src name

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Mar 13, 2024
…-intel sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-clang eebe4ff...d0d4339 (1):
  > clang: Bump version to 18.1.1

* sources/meta-freescale f063f659...1470857c (3):
  > qtbase: Enable wayland knob when in distro features
  > wayland: Delete recipe
  > Merge pull request #1767 from quaresmajose/bmaptools

* sources/meta-intel 9ed54a13...9ce6cc89 (10):
  > README: drop obsolete README.sources
  > thermald : upgrade 2.5.4 -> 2.5.6
  > metee : upgrade 3.1.6 -> 3.2.4
  > lms : upgrade 2322.0.0.0 -> 2406.0.0.0
  > isa-l : upgrade 2.30.0 -> 2.31.0
  > onednn : upgrade 3.3.4 -> 3.4
  > intel-crypto-mb : upgrade 2021.9.0 -> 2021.11.1
  > intel-cmt-cat : upgrade 23.11 -> 23.11.1
  > libipt : upgrade 2.1.0 -> 2.1.1
  > layer.conf: update LAYERSERIES_COMPAT to use scarthgap

* sources/meta-openembedded 5eb1fa341...2a3317485 (27):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > layer.conf: Update for the scarthgap release series
  > jwt-cpp: fix cmake file install path
  > dnf-plugin-tui: upgrade 1.3 -> 1.4
  > lvgl: Fix dev-elf build QA
  > lvgl: Replace sed patching with real patches
  > lvgl: Build shared library
  > lvgl: Default to XRGB8888 DRM framebuffer
  > lvgl: Configure assertions based on DEBUG_BUILD
  > lvgl: Add SDL2 fullscreen mode configuration option
  > lvgl: Rename lv-drivers.inc to lv-conf.inc
  > lvgl: Upgrade to LVGL 9 series
  > lvgl: Drop dialog-lvgl
  > python3-pylint: Update to 3.1.0
  > libtinyxml2: Extend for nativesdk
  > abseil-cpp: Split so-files into separate packages
  > abseil-cpp: A little clean-up
  > gtk-vnc: fix reproducibility issue
  > libgpiod: update to v2.1.1
  > polkit: remove unneeded workaround
  > samba: upgrade 4.19.4 -> 4.19.5
  > cryptsetup: upgrade 2.7.0 -> 2.7.1
  > ser2net: add a systemd service file
  > waylandpp: fix reproducibility issue
  > crossguid: fix reproducibility issue
  > editorconfig-core-c: fix reproducibility issue
  > fmt: remove unnecessary "inherit ptest" directive

* sources/meta-qcom e7bcac0...37ceaf8 (1):
  > Merge pull request #581 from lumag/db-apq8074

* sources/meta-qt6 2e1ca1e...180820b (218):
  > qtwebengine: Fix build with clang18
  > Bump version to 6.7.1
  > squish: don't move executables
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > qtbase: fix patch fuzz
  > qtbase: don't generate qmake wrapper
  < Merge pull request #38 from YoeDistro/kraj/6.6
  < Merge pull request #37 from YoeDistro/kraj/6.6
  > qtbase: add PACKAGECONFIG for wayland support
  > squish: fix QA issue
  > squish: add profile script
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > squish: make wayland optional
  < Merge pull request #36 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Add support for building Squish
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #35 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #34 from YoeDistro/kraj/6.6
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > packagegroup: add Qt modules only on supported archs
  > qtbase: prefer system png
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > libwebp: add workaround for native build
  > qtwebengine: Remove setting --target option with yocto
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #33 from YoeDistro/kraj/6.6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #32 from YoeDistro/kraj/6.6
  > packagegroup: fix warning caused by inherit_defer
  > coin: update build targets
  > ptest: skip non-existing tests
  < Merge pull request #31 from YoeDistro/kraj/6.6
  > Add recipe for QtDoc
  > qtmultimedia: update revision
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #30 from YoeDistro/kraj/6.6
  < Merge pull request #29 from YoeDistro/kraj/6.6
  < Merge pull request #28 from YoeDistro/kraj/6.6
  > webengine: update patch
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #27 from YoeDistro/kraj/6.6
  < Merge pull request #26 from YoeDistro/kraj/6.6
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  > pytest-qt: upgrade to latest version
  < Merge pull request #25 from YoeDistro/kraj/6.6
  > qt6-git.inc: Switch to 6.7 branch
  > qtwebengine: update to 118-based
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error
  < Merge pull request #24 from YoeDistro/kraj/6.6
  < Merge pull request #23 from YoeDistro/kraj/6.6
  > qtinterfaceframework: remove simulation and reference api
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtdeclarative: add dependency to qtsvg
  > qtbase: fix QLibraryInfo prefix with usrmerge
  < Merge pull request #22 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #21 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #20 from YoeDistro/kraj/6.6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #19 from YoeDistro/kraj/6.6
  > qt3d: remove upstreamed patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: add test config for build ptest image
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > ptest: better ptest support
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  > coin: add CI build for nanbield
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  > qtgrpc: update to latest revision to fix build failure
  < Merge pull request #16 from YoeDistro/kraj/6.6
  > protobuf: add workaround for qtgrpc
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker
  > Remove old patches from qtwebengine
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Workaround too eager packagegroup sanity check
  > Workaround too eager packagegroup sanity check
  < Remove checks for required meta layers
  < layer.conf: fix LAYERDEPENDS_qt6-layer
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Remove checks for required meta layers
  > layer.conf: fix LAYERDEPENDS_qt6-layer
  < qtgraphs: remove opengl requirement
  > qtgraphs: remove opengl requirement
  < Remove old patches from qtwebengine
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add PACKAGECONFIG for egldevice platform plugin
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: add PACKAGECONFIG for egldevice platform plugin
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > readme: remove notes about webengine testing
  > qtapplicationmanager: remove unneeded CFLAGS
  > qtopcua: add support for native and nativesdk
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: add at-spi2-core as dependency for accessibility option
  < qtmultimedia: enable ffmpeg only if its license is accepted
  < readme: Add link to bug tracker
  > qtbase: add at-spi2-core as dependency for accessibility option
  > readme: Add link to bug tracker
  > qtmultimedia: enable ffmpeg only if its license is accepted
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Revert "qtbase: fix build with kirkstone"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtwebengine: fix build without DRI"
  < Revert "qtwebengine: fix build without DRI"
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Bump version to 6.6.1
  > qtapplicationmanager: Fix build with musl
  < layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > layer.conf: update LAYERSERIES_COMPAT for nanbield
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtshadertools: Fix missing dependency to spirv-tools
  > qtshadertools: Fix missing dependency to spirv-tools
  > qtbase: Add locale-base-c only on glibc based targets
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtbase: fix install if lcl_maybe_fortify is empty
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtbase: fix install if lcl_maybe_fortify is empty
  > Conversion script to use new module names
  < qtdeclarative: add dependency to QtSvg for example
  > qtwebengine: fix build without DRI
  < qtwebengine: fix x86_64 build of ffmpeg
  > qtdeclarative: add dependency to QtSvg for example
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: remove langdale from CI tests
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: fix x86_64 build of ffmpeg
  > Use std::size_t instead of int to store position in string
  > qtwebengine: update chromium branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > coin: Add workaround for static build in CI
  > spirv-tools: remove bbappend
  > python: remove duplicate python recipes
  > qtbase: fix build with kirkstone
  > coin: remove langdale from CI tests
  > Drop support for older Yocto releases
  < qtwebengine: fix build without DRI
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < coin: add workaround for QA warning on qemu
  < coin: use INIT_MANAGER to select systemd
  > coin: add workaround for QA warning on qemu
  > coin: use INIT_MANAGER to select systemd
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < qtwebengine: update chromium branch
  < coin: Add workaround for static build in CI
  < Use std::size_t instead of int to store position in string
  < examples: add runtime dependency to main package
  < readme: add note about release branches and tags
  < qtshadertools: add runtime dependency to spirv-tools
  > qtshadertools: add runtime dependency to spirv-tools
  > examples: add runtime dependency to main package
  > readme: add note about release branches and tags
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > conan.inc: Remove support
  > qtbase: Add a packageconfig knob to enable lld linker
  < *.patch: add Upstream-Status to all patches
  > *.patch: add Upstream-Status to all patches
  < Update submodule refs on '6.6' in yocto/meta-qt6
  < Add 6.6 compatibility notes
  > Add 6.6 compatibility notes
  < Remove legacy license identifier mappings in layer config
  > Remove legacy license identifier mappings in layer config
  < qt6: update module branch
  < qtwebengine: update patch
  < Update submodule refs on '6.6' in yocto/meta-qt6
  > qtwebengine: update patch
  > qt6: bump version to 6.7.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qttools: add PACKAGECONFIG for clang dependency
  > qttools: add PACKAGECONFIG for clang dependency

* sources/meta-riscv 15fccb2...d1df527 (1):
  > musl: Drop rv32 patches

* sources/meta-ti ee1f6799...abd4c74b (1):
  > CI/CD Auto-Merger: cicd.master.202403120100

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

* sources/poky b5624ee564...7f0d42ae7e (36):
  > qemuriscv: Fix kbd and mouse emulation
  > linux-yocto: Fix rv32 syscall wrappers
  > poky-bleeding.bbclass: Remove use of SRCPV
  > ofono: Fix build with musl
  > quota: Fix build with latest musl.
  > pciutils: Fix build with latest musl
  > iproute2: Provide gnu compatible basename API locally
  > bluez5: Fix build with musl
  > btrfs-tools: Fix build with musl
  > mdadm: Fix build with musl
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > poky-altcfg: Default to ipk packaging
  > glibc: Update to tip of 2.39 branch
  > elfutils: Fix build break with clang
  > llvm: Update to 18.1.1 release
  > git: git-replacement-native: depend on ca-certificate
  > vala: fix for gtk4 prior to 4.14
  > vala: merge bb and inc files
  > openssh: enable sshd.service by default
  > linux-firmware: remove pointless linux-firmware-gplv2-license package
  > linux-firmware: set LICENSE field for -liquidui and -mellanox
  > linux-firmware: add support for deduplicating the firmware
  > mesa: fix opencl-spirv build
  > rust: reproducibility issue fix with v1.75
  > lttng-tools: skip kernel tests if no kernel modules present
  > layer.conf: Prepare for release, drop nanbield LAYERSERIES
  > Revert "testimage: Enable runtime 'login' screenshot tests"
  > testimage: Enable runtime 'login' screenshot tests
  > bitbake: fetch2: Fix misleading "no output" msg
  > bitbake: fetch2: handle URIs with single-valued query parameters
  > bitbake: lib/bb: support NO_COLOR
  > bitbake: bitbake: fetch2/git: Escape parentheses in git src name

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