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

Kraj/update layers #12

Merged
merged 4 commits into from
Oct 2, 2018
Merged

Kraj/update layers #12

merged 4 commits into from
Oct 2, 2018

Conversation

kraj
Copy link
Contributor

@kraj kraj commented Oct 2, 2018

No description provided.

kraj added 4 commits October 2, 2018 07:19
* sources/meta-freescale d2bff41...eed9592 (4):
  > layer.conf: Add thud to LAYERSERIES_COMPAT
  > mxldr: Fix QA errors seen on x86 builds
  > recipes: Limit BSP specific recipes on relevant SOCs
  > recipes: Mark compatible machines as restricted by dependencies

Signed-off-by: Khem Raj <[email protected]>
…sources/meta-openembedded sources/meta-qt5 sources/meta-ti sources/openembedded-core

* sources/meta-browser 5072063...3750e6a (2):
  > firefox: Depend on yasm-native instead of nasm-native
  > layer.conf: Add thud to compatible layer series

* sources/meta-intel 5cbac7d...847dcbb (3):
  > layer.conf: update layer compatibility sumo->thud
  > libyami-utils: 1.3.0 -> 1.3.1
  > libyami: 1.3.0 -> 1.3.1

* sources/meta-odroid b737de2...0adceae (7):
  > meson64-common.cfg: remove old config options
  > meta-odroid-extras: add only of x11 in DISTRO_FEATURES
  > mali-example: add x11 and opengl to REQUIRED_DISTRO_FEATURES
  > wayland: make bbappend play well with other bsps
  > meta-odroid-extras: add dynamlic-layer for xf86-video-armsoc
  > linux-stable/4.18: update to 4.18.10
  > u-boot: Inherit uboot-boot-scr only for odroid machines

* sources/meta-openembedded 5f23d82...d273070 (9):
  > layers: Update layer compatibility to thud
  > yasm: Add recipe ( previously in oe-core )
  > rsyslog: avoid recompiling program during running ptest
  > thunar-shares-plugin: add pam to REQUIRED_DISTRO_FEATURES
  > grpc-native: Fix buld on ubuntu 14.04 with gcc 4.8
  > botan: Add recipe
  > net-snmp: improve reproducibility
  > tinyproxy: Refresh patches
  > mongodb: Consolidate COMPATIBLE_HOST

* sources/meta-qt5 4fb1e60...0c7eb25 (5):
  > layer.conf: Add thud to LAYERSERIES_COMPAT
  > qt5-creator: Check before editing translation Makefile
  > qt5-creator: Pick native tools from native sysroot e.g. lrelease etc.
  > qt5-creator: fix build with QMAKE_AR
  > qt5-creator: upgrade to 4.7.1+

* sources/meta-ti c1f82b6...5f6e6c3 (33):
  > u-boot-ti-staging: update to version with separated SYSFW
  > dsplib/mathlib: do not install/deploy .metadata
  > ti-sgx-ddk-um: bump SRCREV to pickup the latest fixes
  > cmb-addon: Update to version 01.01.00.02
  > ti-ns: Adding support for TI network services
  > ti-ndk: Upgrading to 3.40.01.01
  > vps-lld-rtos: Updated to version 01.00.01.13
  > profiling-rtos: Update to version 01.00.00.07 and added k3 support
  > usb-lld-rtos: update to versin 01.00.00.15A and added k3 support
  > sciclient-rtos: SRCREV update
  > transport-rtos: nimu-rtos: Updated to version 01.00.00.13 & added k3 support
  > sa-lld: sa-lld-rtos: Updated to version 04.00.00.00A, added k3 support and makefile build for k3
  > pruss-lld: pruss-lld-rtos: Update to version 01.00.00.11 and added k3 support for rtos
  > pcie-lld-rtos: Update to version 02.03.00.01 and added k3 support
  > spi-lld-rtos: Update to version 01.00.00.12A and added k3 support
  > udma-lld-rtos: Added support for udma-lld on rtos (initial version)
  > pm-lld-rtos: Update to version 01.08.00.19 and k3 support
  > pa-lld: Update to version 03.00.02.07
  > mcbsp-lld-rtos: Update to version 01.00.00.11A
  > fatfs-rtos: Update to version 01.00.00.11 & added k3 support
  > mcasp-lld-rtos: Update to 01.00.00.11A and add support to k3
  > mmcsd-lld-rtos: Update to version 01.00.00.13 and added k3 support
  > starterware: Update to version 02.01.01.08
  > emac-lld-rtos:Update to version 01.00.03.12A and added support to k3
  > icss-emac-lld: Update to version 01.00.00.13
  > gpio-lld-rtos: Update to version 01.00.00.12 and added support to k3
  > i2c-lld-rtos: Update to version 01.00.00.02 and added support to k3
  > board-rtos: Update to version 01.00.10.02 and added support to k3
  > uart-lld-rtos: Update to version 01.00.00.12
  > ti-pdk-build: Update to version 01.00.00.10A
  > osal: SRCREV update to 01.00.00.12.r1
  > common-csl-ip: Update to version 03.03.00.12
  > ti-pdk-bbclass: Using machine name as k3 instead of am65xx

* sources/openembedded-core 4dad156...8dcd4e6 (14):
  > go.bbclass: Add -buildmode=pie for non mips arch
  > archiver: generalise task running when in configured mode
  > archiver: check tasks exist before adding dependencies
  > multilib: avoid expanding grub and grub-efi to multilib
  > libsdl2: disable sndio explicitly to avoid inconsistent result
  > mime.bbclass: fix do_package_qa_multilib error of lib32-fltk
  > multilib.bbclass: fix do_package_qa_multilib error
  > bind: fix multilib install file conflicts
  > groff: fix multilib install file conflicts
  > python: move sqlite module into python-sqlite
  > python: mark the tests modules as special when updating the manifest
  > python3: move sqlite files into python-sqlite
  > sysklogd: Re-enable alternatives for syslogd.8 man page
  > layer.conf: Drop sumo from LAYERSERIES_CORENAMES

Signed-off-by: Khem Raj <[email protected]>
…es/meta-qcom

* sources/meta-freescale eed9592...4e13011 (35):
  > imx-gst1.0-plugin: Upgrade version from 4.4.0 to 4.4.2
  > gstreamer1.0-plugins-bad: Update to L4.9.123-2.3.0_8mm_ga release
  > gstreamer1.0-plugins-good: Update to L4.9.123-2.3.0_8mm_ga release
  > gstreamer1.0-plugins-base: Update to L4.9.123-2.3.0_8mm_ga release
  > gstreamer1.0: Update to L4.9.123-2.3.0_8mm_ga
  > imx-codec: Upgrade version from 4.4.0 to 4.4.2
  > imx-parser: Upgrade version from 4.4.0 to 4.4.2
  > imx-vpuwrap: Upgrade version form 4.4.0 to 4.4.2
  > imx-vpu-hantro: Upgrade version from 1.7.0 to 1.8.0
  > u-boot-imx: Update to L4.9.123-2.3.0_8mm_ga release
  > linux-imx-mfgtool: Upgrade to v4.9.123 for L4.9.123-2.3.0_8mm_ga
  > linux-imx: Upgrade to v4.9.123 for L4.9.123-2.3.0_8mm_ga
  > qoriq-base : remove PREFERRED_PROVIDER_openssl10
  > optee-client-qoriq: update to ab3c79c
  > optee-test-qoriq: update to 83c87d9
  > optee-os-qoriq : update to 5f6c95c
  > linux-qoriq/4.9: update to e8b01fb
  > linux-qoriq/4.14: update to f2f35bb
  > cryptodev-qoriq: update to 479e6e7
  > secure-obj:update to bbcbe6c
  > libpkcs11: update to e9f570c
  > openssl-qoriq: update to 1.1.0
  > hyperrelay: add ldflags to INSANE_SKIP
  > dpdk: update to 0c0332a
  > restool: update to 9815bb6
  > management-complex : upgrade 10.8.0->10.10.0
  > gpp-aioptool:remove libio.h
  > aiopsl: update to ec0e50b
  > fmlib: update to 82d89ad
  > fmc: udpate to 09a497f
  > ppfe-firmware: udpate to 58aa0ca
  > uboot: update to 1e96fd8
  > rcw: udpate to 04ec3bb
  > mc-utils: update to 30c6310
  > ppa: update to 90e13c9

* sources/meta-freescale-3rdparty 3f892ee...66f45b2 (1):
  > layer.conf: Add thud to compatible layer series

* sources/meta-qcom e4fdfe5...c986ceb (1):
  > Merge pull request #79 from YoeDistro/yoe/thud

Signed-off-by: Khem Raj <[email protected]>
* sources/meta-96boards ce2cb29...21e877c (1):
  > Merge pull request #273 from YoeDistro/yoe/mut

* sources/meta-odroid 0adceae...2ca99ce (1):
  > linux-stable/4.18: update to 4.18.11

* sources/meta-ti 5f6e6c3...fb64da6 (4):
  > am65xx-evm: update DTBOs
  > linux-ti-staging: update to ti2018.04-rc3
  > u-boot-ti-staging: update to ti2018.04-rc3 tag
  > layer.conf: Add thud to compatible layer series

Signed-off-by: Khem Raj <[email protected]>
@kraj kraj force-pushed the kraj/update-layers branch from c051889 to 9eeefd8 Compare October 2, 2018 14:19
@cbrake cbrake merged commit 6be2337 into master Oct 2, 2018
kraj added a commit that referenced this pull request Jan 13, 2019
* sources/meta-yoe 4cef5ba...0bdbbf3 (3):
  > yoe.inc: Do not hardcode DISTRO
  > distro/musl: fix TCLIBC
  > Merge pull request #12 from YoeDistro/kraj/master

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this pull request Jan 13, 2019
* sources/meta-qt5 f4c8cef...82abc2b (1):
  > qtbase: fix incomplete recipe changes from previous commit

* sources/meta-yoe 4cef5ba...0bdbbf3 (3):
  > yoe.inc: Do not hardcode DISTRO
  > distro/musl: fix TCLIBC
  > Merge pull request #12 from YoeDistro/kraj/master

Signed-off-by: Khem Raj <[email protected]>
cbrake added a commit that referenced this pull request Apr 8, 2020
layer.conf: Define LAYERSERIES_COMPAT
cbrake added a commit that referenced this pull request Apr 8, 2020
distro: Add commonly used distro specs
kraj added a commit that referenced this pull request Oct 15, 2023
* sources/meta-openembedded d59f6c7529...35bcd8c6dd (3):
  > linuxptp: add systemd services
  > linuxptp: install default configuration file in sysconfdir
  > linuxptp: update linuxptp recipe to 4.1

* sources/meta-qt6 062cee0...08293ca (1):
  > Merge pull request #12 from YoeDistro/kraj/6.5

* sources/poky 0e351df0425...988dc0dea43 (5):
  > linux/cve-exclusion6.1/6.5: Update to latest kernel point releases
  > openssh: upgrade 9.4p1 -> 9.5p1
  > linux-yocto: Update dtb path for qemuarmv5
  > qemu: drop unreferenced patch
  > vim: Upgrade 9.0.1894 -> 9.0.2009

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this pull request Oct 16, 2023
…es/meta-qt6 sources/meta-variscite-bsp sources/poky

* sources/meta-freescale 7327e03c...06ea839e (1):
  > wayland: Delete recipe

* sources/meta-openembedded 35bcd8c6d...6945b1786 (4):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > cjson: Add ptest
  > vboxguestdrivers: Remove the buildpath
  > libqmi: Upgrade 1.32.4 -> 1.34.0

* sources/meta-qt6 6e50360...25c7897 (42):
  < Merge pull request #13 from YoeDistro/kraj/6.5
  < Merge pull request #12 from YoeDistro/kraj/6.5
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtquick3dphysics: Fix build on clang/x86
  > qtwebengine: Fix zlib build on 32bit arches with LF64 functions
  > 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
  > qtwebengine: Fix build with libc++ from clang-17
  > qtwebengine: Fix build with clang 17
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Do not pass --target with clang
  > 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
  < Merge pull request #11 from YoeDistro/kraj/6.5
  < Merge pull request #10 from YoeDistro/kraj/6.5
  < Merge pull request #9 from YoeDistro/kraj/6.5
  < Merge pull request #8 from YoeDistro/kraj/6.5
  < Merge pull request #7 from YoeDistro/kraj/6.5
  < Merge pull request #6 from YoeDistro/kraj/6.5
  < Merge pull request #5 from YoeDistro/kraj/6.5
  < Merge pull request #4 from YoeDistro/kraj/6.5
  < Merge pull request #3 from YoeDistro/kraj/6.5
  < Merge pull request #2 from YoeDistro/kraj/6.5
  < Merge pull request #1 from YoeDistro/kraj/6.5
  < qtbase: Add locale-base-c only on glibc based targets
  < qtmultimedia: Check for commercial licence before enabling ffmpeg
  < qtwebengine: Fix build with libc++ from clang-17
  < qtwebengine: Fix build with clang 17
  < recipes: Add missing patch header tags
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Do not pass --target with clang
  < 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
  < qtwebengine: Fix skia build issue on aarch64/clang

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

* sources/poky 9dc27f922f...f328e64464 (20):
  > python3-urllib3: Update to 2.0.6
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > insane: unimplemented-ptest: ignore source file errors
  > insane: skip unimplemented-ptest on S=WORKDIR recipes
  > qemu: ignore RHEL specific CVE-2023-2680
  > systemd: fix packaging tpm2 plugin for cryptsetup
  > linux-yocto/6.5: avoid serial port suspend issues
  > oeqa/qemurunner: Extra debug
  > DOCS-WIP: Add some notes about WORKDIR name and SRCPV changes
  > Add DOCS-WIP
  > bitbake: toaster: bug-fix on tests.browser.test_most_recent_builds_states
  > bitbake: toaster: fixed functional test
  > bitbake: toaster: update jquery version 2.0.3 -> 3.7.1
  > bitbake: toaster: Update bootstrap version to 3.4.1
  > bitbake: toaster: updated bootstrap version 3.3.6 -> 3.3.7
  > recipes-rt: update README to match newer override syntax
  > gcompat: Upgrade to 1.1.0 release
  > gcompat: Add fcntl64 wrapper

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this pull request Oct 16, 2023
…es/meta-qt6 sources/meta-variscite-bsp sources/poky

* sources/meta-freescale 7327e03c...06ea839e (1):
  > wayland: Delete recipe

* sources/meta-openembedded 35bcd8c6d...6945b1786 (4):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > cjson: Add ptest
  > vboxguestdrivers: Remove the buildpath
  > libqmi: Upgrade 1.32.4 -> 1.34.0

* sources/meta-qt6 6e50360...25c7897 (42):
  < Merge pull request #13 from YoeDistro/kraj/6.5
  < Merge pull request #12 from YoeDistro/kraj/6.5
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtquick3dphysics: Fix build on clang/x86
  > qtwebengine: Fix zlib build on 32bit arches with LF64 functions
  > 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
  > qtwebengine: Fix build with libc++ from clang-17
  > qtwebengine: Fix build with clang 17
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Do not pass --target with clang
  > 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
  < Merge pull request #11 from YoeDistro/kraj/6.5
  < Merge pull request #10 from YoeDistro/kraj/6.5
  < Merge pull request #9 from YoeDistro/kraj/6.5
  < Merge pull request #8 from YoeDistro/kraj/6.5
  < Merge pull request #7 from YoeDistro/kraj/6.5
  < Merge pull request #6 from YoeDistro/kraj/6.5
  < Merge pull request #5 from YoeDistro/kraj/6.5
  < Merge pull request #4 from YoeDistro/kraj/6.5
  < Merge pull request #3 from YoeDistro/kraj/6.5
  < Merge pull request #2 from YoeDistro/kraj/6.5
  < Merge pull request #1 from YoeDistro/kraj/6.5
  < qtbase: Add locale-base-c only on glibc based targets
  < qtmultimedia: Check for commercial licence before enabling ffmpeg
  < qtwebengine: Fix build with libc++ from clang-17
  < qtwebengine: Fix build with clang 17
  < recipes: Add missing patch header tags
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Do not pass --target with clang
  < 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
  < qtwebengine: Fix skia build issue on aarch64/clang

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

* sources/poky 9dc27f922f...6c3a3fe5b9 (30):
  > python3-urllib3: Update to 2.0.6
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > qemuarmv5: Drop QB_DTB conditional for older kernels
  > patchtest: set default repo and testdir targets
  > patchtest: add scripts to oe-core
  > patchtest: add supporting modules
  > patchtest/requirements.txt: update
  > man-db: remove inexplicable man_db.conf patch
  > man-db: add RRECOMMENDS on glibc-utils for iconv
  > insane: unimplemented-ptest: ignore source file errors
  > insane: skip unimplemented-ptest on S=WORKDIR recipes
  > qemu: ignore RHEL specific CVE-2023-2680
  > systemd: fix packaging tpm2 plugin for cryptsetup
  > linux-yocto/6.5: avoid serial port suspend issues
  > oeqa/qemurunner: Extra debug
  > DOCS-WIP: Add some notes about WORKDIR name and SRCPV changes
  > Add DOCS-WIP
  > bitbake: codeparser: replace deprecated ast.Str and 's'
  > bitbake: Toaster: Fixed javascript issue on tests.browser.test_js_unit_tests
  > bitbake: Toaster: Bug-fix failure on tests.browser.test_layerdetails_page
  > bitbake: toaster: bug-fix on tests.browser.test_most_recent_builds_states
  > bitbake: toaster: fixed functional test
  > bitbake: toaster: update jquery version 2.0.3 -> 3.7.1
  > bitbake: toaster: Update bootstrap version to 3.4.1
  > bitbake: toaster: updated bootstrap version 3.3.6 -> 3.3.7
  > recipes-rt: update README to match newer override syntax
  > gcompat: Upgrade to 1.1.0 release
  > gcompat: Add fcntl64 wrapper

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this pull request Oct 17, 2023
…es/meta-qt6 sources/meta-variscite-bsp sources/poky

* sources/meta-freescale 7327e03c...06ea839e (1):
  > wayland: Delete recipe

* sources/meta-openembedded 35bcd8c6d...07ecafa23 (5):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > re2: Add ptest support
  > cjson: Add ptest
  > vboxguestdrivers: Remove the buildpath
  > libqmi: Upgrade 1.32.4 -> 1.34.0

* sources/meta-qt6 6e50360...25c7897 (42):
  < Merge pull request #13 from YoeDistro/kraj/6.5
  < Merge pull request #12 from YoeDistro/kraj/6.5
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtquick3dphysics: Fix build on clang/x86
  > qtwebengine: Fix zlib build on 32bit arches with LF64 functions
  > 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
  > qtwebengine: Fix build with libc++ from clang-17
  > qtwebengine: Fix build with clang 17
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Do not pass --target with clang
  > 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
  < Merge pull request #11 from YoeDistro/kraj/6.5
  < Merge pull request #10 from YoeDistro/kraj/6.5
  < Merge pull request #9 from YoeDistro/kraj/6.5
  < Merge pull request #8 from YoeDistro/kraj/6.5
  < Merge pull request #7 from YoeDistro/kraj/6.5
  < Merge pull request #6 from YoeDistro/kraj/6.5
  < Merge pull request #5 from YoeDistro/kraj/6.5
  < Merge pull request #4 from YoeDistro/kraj/6.5
  < Merge pull request #3 from YoeDistro/kraj/6.5
  < Merge pull request #2 from YoeDistro/kraj/6.5
  < Merge pull request #1 from YoeDistro/kraj/6.5
  < qtbase: Add locale-base-c only on glibc based targets
  < qtmultimedia: Check for commercial licence before enabling ffmpeg
  < qtwebengine: Fix build with libc++ from clang-17
  < qtwebengine: Fix build with clang 17
  < recipes: Add missing patch header tags
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Do not pass --target with clang
  < 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
  < qtwebengine: Fix skia build issue on aarch64/clang

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

* sources/poky 9dc27f922f...6c3a3fe5b9 (30):
  > python3-urllib3: Update to 2.0.6
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > qemuarmv5: Drop QB_DTB conditional for older kernels
  > patchtest: set default repo and testdir targets
  > patchtest: add scripts to oe-core
  > patchtest: add supporting modules
  > patchtest/requirements.txt: update
  > man-db: remove inexplicable man_db.conf patch
  > man-db: add RRECOMMENDS on glibc-utils for iconv
  > insane: unimplemented-ptest: ignore source file errors
  > insane: skip unimplemented-ptest on S=WORKDIR recipes
  > qemu: ignore RHEL specific CVE-2023-2680
  > systemd: fix packaging tpm2 plugin for cryptsetup
  > linux-yocto/6.5: avoid serial port suspend issues
  > oeqa/qemurunner: Extra debug
  > DOCS-WIP: Add some notes about WORKDIR name and SRCPV changes
  > Add DOCS-WIP
  > bitbake: codeparser: replace deprecated ast.Str and 's'
  > bitbake: Toaster: Fixed javascript issue on tests.browser.test_js_unit_tests
  > bitbake: Toaster: Bug-fix failure on tests.browser.test_layerdetails_page
  > bitbake: toaster: bug-fix on tests.browser.test_most_recent_builds_states
  > bitbake: toaster: fixed functional test
  > bitbake: toaster: update jquery version 2.0.3 -> 3.7.1
  > bitbake: toaster: Update bootstrap version to 3.4.1
  > bitbake: toaster: updated bootstrap version 3.3.6 -> 3.3.7
  > recipes-rt: update README to match newer override syntax
  > gcompat: Upgrade to 1.1.0 release
  > gcompat: Add fcntl64 wrapper

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this pull request Oct 17, 2023
…es/meta-qt6 sources/meta-variscite-bsp sources/poky

* sources/meta-freescale 7327e03c...06ea839e (1):
  > wayland: Delete recipe

* sources/meta-openembedded 35bcd8c6d...e3cc5adc1 (5):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > re2: Add ptest support
  > cjson: Add ptest
  > vboxguestdrivers: Remove the buildpath
  > libqmi: Upgrade 1.32.4 -> 1.34.0

* sources/meta-qt6 6e50360...25c7897 (42):
  < Merge pull request #13 from YoeDistro/kraj/6.5
  < Merge pull request #12 from YoeDistro/kraj/6.5
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtquick3dphysics: Fix build on clang/x86
  > qtwebengine: Fix zlib build on 32bit arches with LF64 functions
  > 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
  > qtwebengine: Fix build with libc++ from clang-17
  > qtwebengine: Fix build with clang 17
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Do not pass --target with clang
  > 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
  < Merge pull request #11 from YoeDistro/kraj/6.5
  < Merge pull request #10 from YoeDistro/kraj/6.5
  < Merge pull request #9 from YoeDistro/kraj/6.5
  < Merge pull request #8 from YoeDistro/kraj/6.5
  < Merge pull request #7 from YoeDistro/kraj/6.5
  < Merge pull request #6 from YoeDistro/kraj/6.5
  < Merge pull request #5 from YoeDistro/kraj/6.5
  < Merge pull request #4 from YoeDistro/kraj/6.5
  < Merge pull request #3 from YoeDistro/kraj/6.5
  < Merge pull request #2 from YoeDistro/kraj/6.5
  < Merge pull request #1 from YoeDistro/kraj/6.5
  < qtbase: Add locale-base-c only on glibc based targets
  < qtmultimedia: Check for commercial licence before enabling ffmpeg
  < qtwebengine: Fix build with libc++ from clang-17
  < qtwebengine: Fix build with clang 17
  < recipes: Add missing patch header tags
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Do not pass --target with clang
  < 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
  < qtwebengine: Fix skia build issue on aarch64/clang

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

* sources/poky 9dc27f922f...6c3a3fe5b9 (30):
  > python3-urllib3: Update to 2.0.6
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > qemuarmv5: Drop QB_DTB conditional for older kernels
  > patchtest: set default repo and testdir targets
  > patchtest: add scripts to oe-core
  > patchtest: add supporting modules
  > patchtest/requirements.txt: update
  > man-db: remove inexplicable man_db.conf patch
  > man-db: add RRECOMMENDS on glibc-utils for iconv
  > insane: unimplemented-ptest: ignore source file errors
  > insane: skip unimplemented-ptest on S=WORKDIR recipes
  > qemu: ignore RHEL specific CVE-2023-2680
  > systemd: fix packaging tpm2 plugin for cryptsetup
  > linux-yocto/6.5: avoid serial port suspend issues
  > oeqa/qemurunner: Extra debug
  > DOCS-WIP: Add some notes about WORKDIR name and SRCPV changes
  > Add DOCS-WIP
  > bitbake: codeparser: replace deprecated ast.Str and 's'
  > bitbake: Toaster: Fixed javascript issue on tests.browser.test_js_unit_tests
  > bitbake: Toaster: Bug-fix failure on tests.browser.test_layerdetails_page
  > bitbake: toaster: bug-fix on tests.browser.test_most_recent_builds_states
  > bitbake: toaster: fixed functional test
  > bitbake: toaster: update jquery version 2.0.3 -> 3.7.1
  > bitbake: toaster: Update bootstrap version to 3.4.1
  > bitbake: toaster: updated bootstrap version 3.3.6 -> 3.3.7
  > recipes-rt: update README to match newer override syntax
  > gcompat: Upgrade to 1.1.0 release
  > gcompat: Add fcntl64 wrapper

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this pull request Oct 17, 2023
…ntel sources/meta-openembedded sources/meta-qt6 sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-arm bc4d2e41...3ed13d25 (4):
  > arm-bsp/corstone1000: Fix RSA key generation issue
  > CI: also run the _qemutiny testcase for poky-tiny
  > CI: don't hardcode the selftest tests to run
  > arm/oeqa/selftest: tag all tests with "meta-arm"

* sources/meta-freescale 7327e03c...06ea839e (1):
  > wayland: Delete recipe

* sources/meta-intel dc5a3429...1bca6061 (2):
  > linux-intel-rt/6.1: update to v6.1.46-rt14
  > linux-intel/6.1: update to v6.1.46

* sources/meta-openembedded 35bcd8c6d...7c67aefde (9):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > leveldb: Upgrade to 1.23 plus latest git
  > linuxptp: Use templates for the systemd services
  > linuxptp: Drop unneeded downstream patches
  > dnf-plugin-tui: create symlinks from /usr/ to /.
  > re2: Add ptest support
  > cjson: Add ptest
  > vboxguestdrivers: Remove the buildpath
  > libqmi: Upgrade 1.32.4 -> 1.34.0

* sources/meta-qt6 6e50360...25c7897 (42):
  < Merge pull request #13 from YoeDistro/kraj/6.5
  < Merge pull request #12 from YoeDistro/kraj/6.5
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtquick3dphysics: Fix build on clang/x86
  > qtwebengine: Fix zlib build on 32bit arches with LF64 functions
  > 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
  > qtwebengine: Fix build with libc++ from clang-17
  > qtwebengine: Fix build with clang 17
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Do not pass --target with clang
  > 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
  < Merge pull request #11 from YoeDistro/kraj/6.5
  < Merge pull request #10 from YoeDistro/kraj/6.5
  < Merge pull request #9 from YoeDistro/kraj/6.5
  < Merge pull request #8 from YoeDistro/kraj/6.5
  < Merge pull request #7 from YoeDistro/kraj/6.5
  < Merge pull request #6 from YoeDistro/kraj/6.5
  < Merge pull request #5 from YoeDistro/kraj/6.5
  < Merge pull request #4 from YoeDistro/kraj/6.5
  < Merge pull request #3 from YoeDistro/kraj/6.5
  < Merge pull request #2 from YoeDistro/kraj/6.5
  < Merge pull request #1 from YoeDistro/kraj/6.5
  < qtbase: Add locale-base-c only on glibc based targets
  < qtmultimedia: Check for commercial licence before enabling ffmpeg
  < qtwebengine: Fix build with libc++ from clang-17
  < qtwebengine: Fix build with clang 17
  < recipes: Add missing patch header tags
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Do not pass --target with clang
  < 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
  < qtwebengine: Fix skia build issue on aarch64/clang

* sources/meta-ti 00a43c3e...c00c9a8f (11):
  > linux-ti-staging_6.1: CI/CD Auto-Merger: cicd.master.202310170100
  > u-boot-ti-staging_2023.04: CI/CD Auto-Merger: cicd.master.202310170100
  > machine: include: enable sgx on tested platforms
  > mesa-pvr: bump srcrev for sgx support
  > ti-sgx-ddk-*: version bump to support kirkstone
  > ti-eth-fw: Reduce priority for softlinks to 5.
  > ti-eth-fw: Fix firmware alternative names for j784s4
  > Revert "recipes-bsp: u-boot-ti.inc: Remove ti-sci-fw from DEPENDS for k3 machine"
  > ti-sci-fw: Remove COMPATIBLE_MACHINE and extend recipe to k3 machines
  > amx3-cm3: use debug-prefix-map
  > uboot: Handle UBOOT_CONFIG for multiple R5 defconfigs

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

* sources/poky 9dc27f922f...7bf78891c0 (31):
  > python3-urllib3: Update to 2.0.6
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > linux-yocto-6.5: Add serial port suspend/boot workaround
  > man-db: remove inexplicable man_db.conf patch
  > man-db: add RRECOMMENDS on glibc-utils for iconv
  > systemd: fix packaging tpm2 plugin for cryptsetup
  > oeqa/qemurunner: Extra debug
  > DOCS-WIP: Add some notes about WORKDIR name and SRCPV changes
  > Add DOCS-WIP
  > qemuarmv5: Drop QB_DTB conditional for older kernels
  > patchtest: set default repo and testdir targets
  > patchtest: add scripts to oe-core
  > patchtest: add supporting modules
  > patchtest/requirements.txt: update
  > insane: unimplemented-ptest: ignore source file errors
  > insane: skip unimplemented-ptest on S=WORKDIR recipes
  > qemu: ignore RHEL specific CVE-2023-2680
  > linux-yocto/6.5: avoid serial port suspend issues
  > bitbake: codeparser: replace deprecated ast.Str and 's'
  > bitbake: Toaster: Fixed javascript issue on tests.browser.test_js_unit_tests
  > bitbake: Toaster: Bug-fix failure on tests.browser.test_layerdetails_page
  > bitbake: toaster: bug-fix on tests.browser.test_most_recent_builds_states
  > bitbake: toaster: fixed functional test
  > bitbake: toaster: update jquery version 2.0.3 -> 3.7.1
  > bitbake: toaster: Update bootstrap version to 3.4.1
  > bitbake: toaster: updated bootstrap version 3.3.6 -> 3.3.7
  > recipes-rt: update README to match newer override syntax
  > gcompat: Upgrade to 1.1.0 release
  > gcompat: Add fcntl64 wrapper

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this pull request Oct 18, 2023
…ntel sources/meta-openembedded sources/meta-qt6 sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-arm bc4d2e41...2608ba34 (11):
  > arm-bsp/linux-yocto: corstone1000: bump to v6.5%
  > arm/linux-yocto: remove PHYS_VIRT config frag
  > Update Corstone-1000 doc with security issue reporting guideline
  > arm-bsp/images: corstone1000: Remove the external system test package
  > arm-bsp/linux: corstone1000: Remove External system patches
  > arm-bsp/linux: corstone1000: update the defconfig
  > arm-bsp/u-boot: corstone1000: Remove External system patches
  > arm-bsp/corstone1000: Fix RSA key generation issue
  > CI: also run the _qemutiny testcase for poky-tiny
  > CI: don't hardcode the selftest tests to run
  > arm/oeqa/selftest: tag all tests with "meta-arm"

* sources/meta-freescale 7327e03c...06ea839e (1):
  > wayland: Delete recipe

* sources/meta-intel dc5a3429...1bca6061 (2):
  > linux-intel-rt/6.1: update to v6.1.46-rt14
  > linux-intel/6.1: update to v6.1.46

* sources/meta-openembedded 35bcd8c6d...72019d24a (9):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > dnf-plugin-tui: create symlinks from /usr/ to /.
  > libqmi: Upgrade 1.32.4 -> 1.34.0
  > libbacktrace: Update version and enable shared library.
  > libexosip2: add recipe
  > libosip2: add recipe
  > leveldb: Upgrade to 1.23 plus latest git
  > re2: Add ptest support
  > cjson: Add ptest

* sources/meta-qt6 6e50360...25c7897 (42):
  < Merge pull request #13 from YoeDistro/kraj/6.5
  < Merge pull request #12 from YoeDistro/kraj/6.5
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtquick3dphysics: Fix build on clang/x86
  > qtwebengine: Fix zlib build on 32bit arches with LF64 functions
  > 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
  > qtwebengine: Fix build with libc++ from clang-17
  > qtwebengine: Fix build with clang 17
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Do not pass --target with clang
  > 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
  < Merge pull request #11 from YoeDistro/kraj/6.5
  < Merge pull request #10 from YoeDistro/kraj/6.5
  < Merge pull request #9 from YoeDistro/kraj/6.5
  < Merge pull request #8 from YoeDistro/kraj/6.5
  < Merge pull request #7 from YoeDistro/kraj/6.5
  < Merge pull request #6 from YoeDistro/kraj/6.5
  < Merge pull request #5 from YoeDistro/kraj/6.5
  < Merge pull request #4 from YoeDistro/kraj/6.5
  < Merge pull request #3 from YoeDistro/kraj/6.5
  < Merge pull request #2 from YoeDistro/kraj/6.5
  < Merge pull request #1 from YoeDistro/kraj/6.5
  < qtbase: Add locale-base-c only on glibc based targets
  < qtmultimedia: Check for commercial licence before enabling ffmpeg
  < qtwebengine: Fix build with libc++ from clang-17
  < qtwebengine: Fix build with clang 17
  < recipes: Add missing patch header tags
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Do not pass --target with clang
  < 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
  < qtwebengine: Fix skia build issue on aarch64/clang

* sources/meta-ti 00a43c3e...c00c9a8f (11):
  > linux-ti-staging_6.1: CI/CD Auto-Merger: cicd.master.202310170100
  > u-boot-ti-staging_2023.04: CI/CD Auto-Merger: cicd.master.202310170100
  > machine: include: enable sgx on tested platforms
  > mesa-pvr: bump srcrev for sgx support
  > ti-sgx-ddk-*: version bump to support kirkstone
  > ti-eth-fw: Reduce priority for softlinks to 5.
  > ti-eth-fw: Fix firmware alternative names for j784s4
  > Revert "recipes-bsp: u-boot-ti.inc: Remove ti-sci-fw from DEPENDS for k3 machine"
  > ti-sci-fw: Remove COMPATIBLE_MACHINE and extend recipe to k3 machines
  > amx3-cm3: use debug-prefix-map
  > uboot: Handle UBOOT_CONFIG for multiple R5 defconfigs

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

* sources/poky 9dc27f922f...107457cb7c (36):
  > python3-urllib3: Update to 2.0.6
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > linux-yocto-6.5: Add serial port suspend/boot workaround
  > man-db: remove inexplicable man_db.conf patch
  > man-db: add RRECOMMENDS on glibc-utils for iconv
  > systemd: fix packaging tpm2 plugin for cryptsetup
  > oeqa/qemurunner: Extra debug
  > DOCS-WIP: Add some notes about WORKDIR name and SRCPV changes
  > Add DOCS-WIP
  > build-appliance-image: Update to master head revision
  > poky.conf: Bump version for 4.3 nanbield release
  > patchtest/selftest: fix command arguments
  > patchtest: update SPDX identifiers
  > strace: further clean up of ptest folders
  > qemuarmv5: Drop QB_DTB conditional for older kernels
  > patchtest: set default repo and testdir targets
  > patchtest: add scripts to oe-core
  > patchtest: add supporting modules
  > patchtest/requirements.txt: update
  > insane: unimplemented-ptest: ignore source file errors
  > insane: skip unimplemented-ptest on S=WORKDIR recipes
  > qemu: ignore RHEL specific CVE-2023-2680
  > linux-yocto/6.5: avoid serial port suspend issues
  > bitbake: codeparser: replace deprecated ast.Str and 's'
  > bitbake: Toaster: Fixed javascript issue on tests.browser.test_js_unit_tests
  > bitbake: Toaster: Bug-fix failure on tests.browser.test_layerdetails_page
  > bitbake: toaster: bug-fix on tests.browser.test_most_recent_builds_states
  > bitbake: toaster: fixed functional test
  > bitbake: toaster: update jquery version 2.0.3 -> 3.7.1
  > bitbake: toaster: Update bootstrap version to 3.4.1
  > bitbake: toaster: updated bootstrap version 3.3.6 -> 3.3.7
  > recipes-rt: update README to match newer override syntax
  > gcompat: Upgrade to 1.1.0 release
  > gcompat: Add fcntl64 wrapper

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this pull request Oct 18, 2023
…ntel sources/meta-openembedded sources/meta-qt6 sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-arm bc4d2e41...2608ba34 (11):
  > arm-bsp/linux-yocto: corstone1000: bump to v6.5%
  > arm/linux-yocto: remove PHYS_VIRT config frag
  > Update Corstone-1000 doc with security issue reporting guideline
  > arm-bsp/images: corstone1000: Remove the external system test package
  > arm-bsp/linux: corstone1000: Remove External system patches
  > arm-bsp/linux: corstone1000: update the defconfig
  > arm-bsp/u-boot: corstone1000: Remove External system patches
  > arm-bsp/corstone1000: Fix RSA key generation issue
  > CI: also run the _qemutiny testcase for poky-tiny
  > CI: don't hardcode the selftest tests to run
  > arm/oeqa/selftest: tag all tests with "meta-arm"

* sources/meta-freescale 7327e03c...06ea839e (1):
  > wayland: Delete recipe

* sources/meta-intel dc5a3429...1bca6061 (2):
  > linux-intel-rt/6.1: update to v6.1.46-rt14
  > linux-intel/6.1: update to v6.1.46

* sources/meta-openembedded 35bcd8c6d...faf7c4592 (14):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > dnf-plugin-tui: create symlinks from /usr/ to /.
  > linuxptp: Use templates for the systemd services
  > linuxptp: Drop unneeded downstream patches
  > sip: upgrade 6.7.11 -> 6.7.12
  > vbxguestdrivers: upgrade 7.0.10 -> 7.0.12
  > nodejs: update to latest v20 version 20.8.1
  > libqmi: Upgrade 1.32.4 -> 1.34.0
  > libbacktrace: Update version and enable shared library.
  > libexosip2: add recipe
  > libosip2: add recipe
  > leveldb: Upgrade to 1.23 plus latest git
  > re2: Add ptest support
  > cjson: Add ptest

* sources/meta-qt6 6e50360...25c7897 (42):
  < Merge pull request #13 from YoeDistro/kraj/6.5
  < Merge pull request #12 from YoeDistro/kraj/6.5
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtquick3dphysics: Fix build on clang/x86
  > qtwebengine: Fix zlib build on 32bit arches with LF64 functions
  > 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
  > qtwebengine: Fix build with libc++ from clang-17
  > qtwebengine: Fix build with clang 17
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Do not pass --target with clang
  > 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
  < Merge pull request #11 from YoeDistro/kraj/6.5
  < Merge pull request #10 from YoeDistro/kraj/6.5
  < Merge pull request #9 from YoeDistro/kraj/6.5
  < Merge pull request #8 from YoeDistro/kraj/6.5
  < Merge pull request #7 from YoeDistro/kraj/6.5
  < Merge pull request #6 from YoeDistro/kraj/6.5
  < Merge pull request #5 from YoeDistro/kraj/6.5
  < Merge pull request #4 from YoeDistro/kraj/6.5
  < Merge pull request #3 from YoeDistro/kraj/6.5
  < Merge pull request #2 from YoeDistro/kraj/6.5
  < Merge pull request #1 from YoeDistro/kraj/6.5
  < qtbase: Add locale-base-c only on glibc based targets
  < qtmultimedia: Check for commercial licence before enabling ffmpeg
  < qtwebengine: Fix build with libc++ from clang-17
  < qtwebengine: Fix build with clang 17
  < recipes: Add missing patch header tags
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Do not pass --target with clang
  < 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
  < qtwebengine: Fix skia build issue on aarch64/clang

* sources/meta-ti 00a43c3e...0ab626b5 (12):
  > meta-ti-extras: recipes-ti: Update jailhouse SRC_URI to point to ti-jailhouse repo
  > linux-ti-staging_6.1: CI/CD Auto-Merger: cicd.master.202310170100
  > u-boot-ti-staging_2023.04: CI/CD Auto-Merger: cicd.master.202310170100
  > machine: include: enable sgx on tested platforms
  > mesa-pvr: bump srcrev for sgx support
  > ti-sgx-ddk-*: version bump to support kirkstone
  > ti-eth-fw: Reduce priority for softlinks to 5.
  > ti-eth-fw: Fix firmware alternative names for j784s4
  > Revert "recipes-bsp: u-boot-ti.inc: Remove ti-sci-fw from DEPENDS for k3 machine"
  > ti-sci-fw: Remove COMPATIBLE_MACHINE and extend recipe to k3 machines
  > amx3-cm3: use debug-prefix-map
  > uboot: Handle UBOOT_CONFIG for multiple R5 defconfigs

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

* sources/poky 9dc27f922f...107457cb7c (36):
  > python3-urllib3: Update to 2.0.6
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > linux-yocto-6.5: Add serial port suspend/boot workaround
  > man-db: remove inexplicable man_db.conf patch
  > man-db: add RRECOMMENDS on glibc-utils for iconv
  > systemd: fix packaging tpm2 plugin for cryptsetup
  > oeqa/qemurunner: Extra debug
  > DOCS-WIP: Add some notes about WORKDIR name and SRCPV changes
  > Add DOCS-WIP
  > build-appliance-image: Update to master head revision
  > poky.conf: Bump version for 4.3 nanbield release
  > patchtest/selftest: fix command arguments
  > patchtest: update SPDX identifiers
  > strace: further clean up of ptest folders
  > qemuarmv5: Drop QB_DTB conditional for older kernels
  > patchtest: set default repo and testdir targets
  > patchtest: add scripts to oe-core
  > patchtest: add supporting modules
  > patchtest/requirements.txt: update
  > insane: unimplemented-ptest: ignore source file errors
  > insane: skip unimplemented-ptest on S=WORKDIR recipes
  > qemu: ignore RHEL specific CVE-2023-2680
  > linux-yocto/6.5: avoid serial port suspend issues
  > bitbake: codeparser: replace deprecated ast.Str and 's'
  > bitbake: Toaster: Fixed javascript issue on tests.browser.test_js_unit_tests
  > bitbake: Toaster: Bug-fix failure on tests.browser.test_layerdetails_page
  > bitbake: toaster: bug-fix on tests.browser.test_most_recent_builds_states
  > bitbake: toaster: fixed functional test
  > bitbake: toaster: update jquery version 2.0.3 -> 3.7.1
  > bitbake: toaster: Update bootstrap version to 3.4.1
  > bitbake: toaster: updated bootstrap version 3.3.6 -> 3.3.7
  > recipes-rt: update README to match newer override syntax
  > gcompat: Upgrade to 1.1.0 release
  > gcompat: Add fcntl64 wrapper

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this pull request Oct 18, 2023
…ntel sources/meta-openembedded sources/meta-qt6 sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-arm bc4d2e41...2608ba34 (11):
  > arm-bsp/linux-yocto: corstone1000: bump to v6.5%
  > arm/linux-yocto: remove PHYS_VIRT config frag
  > Update Corstone-1000 doc with security issue reporting guideline
  > arm-bsp/images: corstone1000: Remove the external system test package
  > arm-bsp/linux: corstone1000: Remove External system patches
  > arm-bsp/linux: corstone1000: update the defconfig
  > arm-bsp/u-boot: corstone1000: Remove External system patches
  > arm-bsp/corstone1000: Fix RSA key generation issue
  > CI: also run the _qemutiny testcase for poky-tiny
  > CI: don't hardcode the selftest tests to run
  > arm/oeqa/selftest: tag all tests with "meta-arm"

* sources/meta-freescale 7327e03c...06ea839e (1):
  > wayland: Delete recipe

* sources/meta-intel dc5a3429...1bca6061 (2):
  > linux-intel-rt/6.1: update to v6.1.46-rt14
  > linux-intel/6.1: update to v6.1.46

* sources/meta-openembedded 35bcd8c6d...086817f30 (16):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > dnf-plugin-tui: create symlinks from /usr/ to /.
  > lvgl: Allow empty package
  > lvgl: lv-drivers: Allow empty package
  > linuxptp: Use templates for the systemd services
  > linuxptp: Drop unneeded downstream patches
  > sip: upgrade 6.7.11 -> 6.7.12
  > vbxguestdrivers: upgrade 7.0.10 -> 7.0.12
  > nodejs: update to latest v20 version 20.8.1
  > libqmi: Upgrade 1.32.4 -> 1.34.0
  > libbacktrace: Update version and enable shared library.
  > libexosip2: add recipe
  > libosip2: add recipe
  > leveldb: Upgrade to 1.23 plus latest git
  > re2: Add ptest support
  > cjson: Add ptest

* sources/meta-qt6 6e50360...25c7897 (42):
  < Merge pull request #13 from YoeDistro/kraj/6.5
  < Merge pull request #12 from YoeDistro/kraj/6.5
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtquick3dphysics: Fix build on clang/x86
  > qtwebengine: Fix zlib build on 32bit arches with LF64 functions
  > 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
  > qtwebengine: Fix build with libc++ from clang-17
  > qtwebengine: Fix build with clang 17
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Do not pass --target with clang
  > 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
  < Merge pull request #11 from YoeDistro/kraj/6.5
  < Merge pull request #10 from YoeDistro/kraj/6.5
  < Merge pull request #9 from YoeDistro/kraj/6.5
  < Merge pull request #8 from YoeDistro/kraj/6.5
  < Merge pull request #7 from YoeDistro/kraj/6.5
  < Merge pull request #6 from YoeDistro/kraj/6.5
  < Merge pull request #5 from YoeDistro/kraj/6.5
  < Merge pull request #4 from YoeDistro/kraj/6.5
  < Merge pull request #3 from YoeDistro/kraj/6.5
  < Merge pull request #2 from YoeDistro/kraj/6.5
  < Merge pull request #1 from YoeDistro/kraj/6.5
  < qtbase: Add locale-base-c only on glibc based targets
  < qtmultimedia: Check for commercial licence before enabling ffmpeg
  < qtwebengine: Fix build with libc++ from clang-17
  < qtwebengine: Fix build with clang 17
  < recipes: Add missing patch header tags
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Do not pass --target with clang
  < 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
  < qtwebengine: Fix skia build issue on aarch64/clang

* sources/meta-ti 00a43c3e...0ab626b5 (12):
  > meta-ti-extras: recipes-ti: Update jailhouse SRC_URI to point to ti-jailhouse repo
  > linux-ti-staging_6.1: CI/CD Auto-Merger: cicd.master.202310170100
  > u-boot-ti-staging_2023.04: CI/CD Auto-Merger: cicd.master.202310170100
  > machine: include: enable sgx on tested platforms
  > mesa-pvr: bump srcrev for sgx support
  > ti-sgx-ddk-*: version bump to support kirkstone
  > ti-eth-fw: Reduce priority for softlinks to 5.
  > ti-eth-fw: Fix firmware alternative names for j784s4
  > Revert "recipes-bsp: u-boot-ti.inc: Remove ti-sci-fw from DEPENDS for k3 machine"
  > ti-sci-fw: Remove COMPATIBLE_MACHINE and extend recipe to k3 machines
  > amx3-cm3: use debug-prefix-map
  > uboot: Handle UBOOT_CONFIG for multiple R5 defconfigs

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

* sources/poky 9dc27f922f...107457cb7c (36):
  > python3-urllib3: Update to 2.0.6
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > linux-yocto-6.5: Add serial port suspend/boot workaround
  > man-db: remove inexplicable man_db.conf patch
  > man-db: add RRECOMMENDS on glibc-utils for iconv
  > systemd: fix packaging tpm2 plugin for cryptsetup
  > oeqa/qemurunner: Extra debug
  > DOCS-WIP: Add some notes about WORKDIR name and SRCPV changes
  > Add DOCS-WIP
  > build-appliance-image: Update to master head revision
  > poky.conf: Bump version for 4.3 nanbield release
  > patchtest/selftest: fix command arguments
  > patchtest: update SPDX identifiers
  > strace: further clean up of ptest folders
  > qemuarmv5: Drop QB_DTB conditional for older kernels
  > patchtest: set default repo and testdir targets
  > patchtest: add scripts to oe-core
  > patchtest: add supporting modules
  > patchtest/requirements.txt: update
  > insane: unimplemented-ptest: ignore source file errors
  > insane: skip unimplemented-ptest on S=WORKDIR recipes
  > qemu: ignore RHEL specific CVE-2023-2680
  > linux-yocto/6.5: avoid serial port suspend issues
  > bitbake: codeparser: replace deprecated ast.Str and 's'
  > bitbake: Toaster: Fixed javascript issue on tests.browser.test_js_unit_tests
  > bitbake: Toaster: Bug-fix failure on tests.browser.test_layerdetails_page
  > bitbake: toaster: bug-fix on tests.browser.test_most_recent_builds_states
  > bitbake: toaster: fixed functional test
  > bitbake: toaster: update jquery version 2.0.3 -> 3.7.1
  > bitbake: toaster: Update bootstrap version to 3.4.1
  > bitbake: toaster: updated bootstrap version 3.3.6 -> 3.3.7
  > recipes-rt: update README to match newer override syntax
  > gcompat: Upgrade to 1.1.0 release
  > gcompat: Add fcntl64 wrapper

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this pull request Oct 19, 2023
…ntel sources/meta-openembedded sources/meta-qt6 sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-arm bc4d2e41...ba17def1 (15):
  > CI: Enable TF-A TFTF test builds
  > arm-bsp: Enable TF-A test building for the N1SDP
  > arm-bsp/n1sdp: Enable OP-TEE cache in N1SDP
  > arm-bsp/n1sdp: Move OP-TEE to DDR4
  > arm-bsp/linux-yocto: corstone1000: bump to v6.5%
  > arm/linux-yocto: remove PHYS_VIRT config frag
  > Update Corstone-1000 doc with security issue reporting guideline
  > arm-bsp/images: corstone1000: Remove the external system test package
  > arm-bsp/linux: corstone1000: Remove External system patches
  > arm-bsp/linux: corstone1000: update the defconfig
  > arm-bsp/u-boot: corstone1000: Remove External system patches
  > arm-bsp/corstone1000: Fix RSA key generation issue
  > CI: also run the _qemutiny testcase for poky-tiny
  > CI: don't hardcode the selftest tests to run
  > arm/oeqa/selftest: tag all tests with "meta-arm"

* sources/meta-freescale 7327e03c...2d45867d (4):
  > wayland: Delete recipe
  > Merge pull request #1667 from angolini/bump-linux-imx-2.1.0
  > Merge pull request #1670 from angolini/bump-linux-fslc-imx-2.1.0
  > Merge pull request #1669 from angolini/bump-linux-fslc

* sources/meta-intel dc5a3429...1bca6061 (2):
  > linux-intel-rt/6.1: update to v6.1.46-rt14
  > linux-intel/6.1: update to v6.1.46

* sources/meta-openembedded 35bcd8c6d...2ebf07701 (19):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > nodejs: Revert io_uring support from bundled libuv-1.46.0
  > dnf-plugin-tui: create symlinks from /usr/ to /.
  > lvgl: Allow empty package
  > lvgl: lv-drivers: Allow empty package
  > debsums: remove old recipe
  > po4a: remove old recipe
  > linuxptp: Use templates for the systemd services
  > linuxptp: Drop unneeded downstream patches
  > sip: upgrade 6.7.11 -> 6.7.12
  > vbxguestdrivers: upgrade 7.0.10 -> 7.0.12
  > nodejs: update to latest v20 version 20.8.1
  > libqmi: Upgrade 1.32.4 -> 1.34.0
  > libbacktrace: Update version and enable shared library.
  > libexosip2: add recipe
  > libosip2: add recipe
  > leveldb: Upgrade to 1.23 plus latest git
  > re2: Add ptest support
  > cjson: Add ptest

* sources/meta-qt6 6e50360...25c7897 (42):
  < Merge pull request #13 from YoeDistro/kraj/6.5
  < Merge pull request #12 from YoeDistro/kraj/6.5
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtquick3dphysics: Fix build on clang/x86
  > qtwebengine: Fix zlib build on 32bit arches with LF64 functions
  > 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
  > qtwebengine: Fix build with libc++ from clang-17
  > qtwebengine: Fix build with clang 17
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Do not pass --target with clang
  > 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
  < Merge pull request #11 from YoeDistro/kraj/6.5
  < Merge pull request #10 from YoeDistro/kraj/6.5
  < Merge pull request #9 from YoeDistro/kraj/6.5
  < Merge pull request #8 from YoeDistro/kraj/6.5
  < Merge pull request #7 from YoeDistro/kraj/6.5
  < Merge pull request #6 from YoeDistro/kraj/6.5
  < Merge pull request #5 from YoeDistro/kraj/6.5
  < Merge pull request #4 from YoeDistro/kraj/6.5
  < Merge pull request #3 from YoeDistro/kraj/6.5
  < Merge pull request #2 from YoeDistro/kraj/6.5
  < Merge pull request #1 from YoeDistro/kraj/6.5
  < qtbase: Add locale-base-c only on glibc based targets
  < qtmultimedia: Check for commercial licence before enabling ffmpeg
  < qtwebengine: Fix build with libc++ from clang-17
  < qtwebengine: Fix build with clang 17
  < recipes: Add missing patch header tags
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Do not pass --target with clang
  < 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
  < qtwebengine: Fix skia build issue on aarch64/clang

* sources/meta-riscv 8bcca70...6f5ff91 (1):
  > musl: Sync patches with latest musl tip

* sources/meta-ti 00a43c3e...0ab626b5 (12):
  > meta-ti-extras: recipes-ti: Update jailhouse SRC_URI to point to ti-jailhouse repo
  > linux-ti-staging_6.1: CI/CD Auto-Merger: cicd.master.202310170100
  > u-boot-ti-staging_2023.04: CI/CD Auto-Merger: cicd.master.202310170100
  > machine: include: enable sgx on tested platforms
  > mesa-pvr: bump srcrev for sgx support
  > ti-sgx-ddk-*: version bump to support kirkstone
  > ti-eth-fw: Reduce priority for softlinks to 5.
  > ti-eth-fw: Fix firmware alternative names for j784s4
  > Revert "recipes-bsp: u-boot-ti.inc: Remove ti-sci-fw from DEPENDS for k3 machine"
  > ti-sci-fw: Remove COMPATIBLE_MACHINE and extend recipe to k3 machines
  > amx3-cm3: use debug-prefix-map
  > uboot: Handle UBOOT_CONFIG for multiple R5 defconfigs

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

* sources/poky 9dc27f922f...a058e2a180 (43):
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > python3-urllib3: Update to 2.0.6
  > goarch: Move Go architecture mapping to a library
  > packagegroup-core-tools-profile: Remove PROFILE_TOOLS_X
  > SECURITY.md: add file
  > scripts/bitbake-whatchanged: remove
  > bitbake.conf: Drop DEPLOY_DIR_TAR
  > lib/oe/sstatesig.py: dump locked.sigs.inc only when explicitly asked via -S lockedsigs
  > vim: Upgrade 9.0.2009 -> 9.0.2048
  > linux-yocto-6.5: Add serial port suspend/boot workaround
  > man-db: remove inexplicable man_db.conf patch
  > man-db: add RRECOMMENDS on glibc-utils for iconv
  > systemd: fix packaging tpm2 plugin for cryptsetup
  > oeqa/qemurunner: Extra debug
  > DOCS-WIP: Add some notes about WORKDIR name and SRCPV changes
  > Add DOCS-WIP
  > build-appliance-image: Update to master head revision
  > poky.conf: Bump version for 4.3 nanbield release
  > patchtest/selftest: fix command arguments
  > patchtest: update SPDX identifiers
  > strace: further clean up of ptest folders
  > qemuarmv5: Drop QB_DTB conditional for older kernels
  > patchtest: set default repo and testdir targets
  > patchtest: add scripts to oe-core
  > patchtest: add supporting modules
  > patchtest/requirements.txt: update
  > insane: unimplemented-ptest: ignore source file errors
  > insane: skip unimplemented-ptest on S=WORKDIR recipes
  > qemu: ignore RHEL specific CVE-2023-2680
  > linux-yocto/6.5: avoid serial port suspend issues
  > bitbake: codeparser: replace deprecated ast.Str and 's'
  > bitbake: Toaster: Fixed javascript issue on tests.browser.test_js_unit_tests
  > bitbake: Toaster: Bug-fix failure on tests.browser.test_layerdetails_page
  > bitbake: toaster: bug-fix on tests.browser.test_most_recent_builds_states
  > bitbake: toaster: fixed functional test
  > bitbake: toaster: update jquery version 2.0.3 -> 3.7.1
  > bitbake: toaster: Update bootstrap version to 3.4.1
  > bitbake: toaster: updated bootstrap version 3.3.6 -> 3.3.7
  > recipes-rt: update README to match newer override syntax
  > gcompat: Upgrade to 1.1.0 release
  > gcompat: Add fcntl64 wrapper

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this pull request Oct 19, 2023
…cale sources/meta-intel sources/meta-openembedded sources/meta-qt6 sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-arm bc4d2e41...ba17def1 (15):
  > CI: Enable TF-A TFTF test builds
  > arm-bsp: Enable TF-A test building for the N1SDP
  > arm-bsp/n1sdp: Enable OP-TEE cache in N1SDP
  > arm-bsp/n1sdp: Move OP-TEE to DDR4
  > arm-bsp/linux-yocto: corstone1000: bump to v6.5%
  > arm/linux-yocto: remove PHYS_VIRT config frag
  > Update Corstone-1000 doc with security issue reporting guideline
  > arm-bsp/images: corstone1000: Remove the external system test package
  > arm-bsp/linux: corstone1000: Remove External system patches
  > arm-bsp/linux: corstone1000: update the defconfig
  > arm-bsp/u-boot: corstone1000: Remove External system patches
  > arm-bsp/corstone1000: Fix RSA key generation issue
  > CI: also run the _qemutiny testcase for poky-tiny
  > CI: don't hardcode the selftest tests to run
  > arm/oeqa/selftest: tag all tests with "meta-arm"

* sources/meta-clang 897ebdf...d504738 (1):
  > clang: Update to 17.0.3 release

* sources/meta-freescale 7327e03c...2d45867d (4):
  > wayland: Delete recipe
  > Merge pull request #1667 from angolini/bump-linux-imx-2.1.0
  > Merge pull request #1670 from angolini/bump-linux-fslc-imx-2.1.0
  > Merge pull request #1669 from angolini/bump-linux-fslc

* sources/meta-intel dc5a3429...1bca6061 (2):
  > linux-intel-rt/6.1: update to v6.1.46-rt14
  > linux-intel/6.1: update to v6.1.46

* sources/meta-openembedded 35bcd8c6d...2ebf07701 (19):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > nodejs: Revert io_uring support from bundled libuv-1.46.0
  > dnf-plugin-tui: create symlinks from /usr/ to /.
  > lvgl: Allow empty package
  > lvgl: lv-drivers: Allow empty package
  > debsums: remove old recipe
  > po4a: remove old recipe
  > linuxptp: Use templates for the systemd services
  > linuxptp: Drop unneeded downstream patches
  > sip: upgrade 6.7.11 -> 6.7.12
  > vbxguestdrivers: upgrade 7.0.10 -> 7.0.12
  > nodejs: update to latest v20 version 20.8.1
  > libqmi: Upgrade 1.32.4 -> 1.34.0
  > libbacktrace: Update version and enable shared library.
  > libexosip2: add recipe
  > libosip2: add recipe
  > leveldb: Upgrade to 1.23 plus latest git
  > re2: Add ptest support
  > cjson: Add ptest

* sources/meta-qt6 6e50360...25c7897 (42):
  < Merge pull request #13 from YoeDistro/kraj/6.5
  < Merge pull request #12 from YoeDistro/kraj/6.5
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtquick3dphysics: Fix build on clang/x86
  > qtwebengine: Fix zlib build on 32bit arches with LF64 functions
  > 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
  > qtwebengine: Fix build with libc++ from clang-17
  > qtwebengine: Fix build with clang 17
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Do not pass --target with clang
  > 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
  < Merge pull request #11 from YoeDistro/kraj/6.5
  < Merge pull request #10 from YoeDistro/kraj/6.5
  < Merge pull request #9 from YoeDistro/kraj/6.5
  < Merge pull request #8 from YoeDistro/kraj/6.5
  < Merge pull request #7 from YoeDistro/kraj/6.5
  < Merge pull request #6 from YoeDistro/kraj/6.5
  < Merge pull request #5 from YoeDistro/kraj/6.5
  < Merge pull request #4 from YoeDistro/kraj/6.5
  < Merge pull request #3 from YoeDistro/kraj/6.5
  < Merge pull request #2 from YoeDistro/kraj/6.5
  < Merge pull request #1 from YoeDistro/kraj/6.5
  < qtbase: Add locale-base-c only on glibc based targets
  < qtmultimedia: Check for commercial licence before enabling ffmpeg
  < qtwebengine: Fix build with libc++ from clang-17
  < qtwebengine: Fix build with clang 17
  < recipes: Add missing patch header tags
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Do not pass --target with clang
  < 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
  < qtwebengine: Fix skia build issue on aarch64/clang

* sources/meta-riscv 8bcca70...6f5ff91 (1):
  > musl: Sync patches with latest musl tip

* sources/meta-ti 00a43c3e...0ab626b5 (12):
  > meta-ti-extras: recipes-ti: Update jailhouse SRC_URI to point to ti-jailhouse repo
  > linux-ti-staging_6.1: CI/CD Auto-Merger: cicd.master.202310170100
  > u-boot-ti-staging_2023.04: CI/CD Auto-Merger: cicd.master.202310170100
  > machine: include: enable sgx on tested platforms
  > mesa-pvr: bump srcrev for sgx support
  > ti-sgx-ddk-*: version bump to support kirkstone
  > ti-eth-fw: Reduce priority for softlinks to 5.
  > ti-eth-fw: Fix firmware alternative names for j784s4
  > Revert "recipes-bsp: u-boot-ti.inc: Remove ti-sci-fw from DEPENDS for k3 machine"
  > ti-sci-fw: Remove COMPATIBLE_MACHINE and extend recipe to k3 machines
  > amx3-cm3: use debug-prefix-map
  > uboot: Handle UBOOT_CONFIG for multiple R5 defconfigs

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

* sources/poky 9dc27f922f...771f16b0f1 (44):
  > llvm: Upgrade to 17.0.3
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > python3-urllib3: Update to 2.0.6
  > goarch: Move Go architecture mapping to a library
  > packagegroup-core-tools-profile: Remove PROFILE_TOOLS_X
  > SECURITY.md: add file
  > scripts/bitbake-whatchanged: remove
  > bitbake.conf: Drop DEPLOY_DIR_TAR
  > lib/oe/sstatesig.py: dump locked.sigs.inc only when explicitly asked via -S lockedsigs
  > vim: Upgrade 9.0.2009 -> 9.0.2048
  > linux-yocto-6.5: Add serial port suspend/boot workaround
  > man-db: remove inexplicable man_db.conf patch
  > man-db: add RRECOMMENDS on glibc-utils for iconv
  > systemd: fix packaging tpm2 plugin for cryptsetup
  > oeqa/qemurunner: Extra debug
  > DOCS-WIP: Add some notes about WORKDIR name and SRCPV changes
  > Add DOCS-WIP
  > build-appliance-image: Update to master head revision
  > poky.conf: Bump version for 4.3 nanbield release
  > patchtest/selftest: fix command arguments
  > patchtest: update SPDX identifiers
  > strace: further clean up of ptest folders
  > qemuarmv5: Drop QB_DTB conditional for older kernels
  > patchtest: set default repo and testdir targets
  > patchtest: add scripts to oe-core
  > patchtest: add supporting modules
  > patchtest/requirements.txt: update
  > insane: unimplemented-ptest: ignore source file errors
  > insane: skip unimplemented-ptest on S=WORKDIR recipes
  > qemu: ignore RHEL specific CVE-2023-2680
  > linux-yocto/6.5: avoid serial port suspend issues
  > bitbake: codeparser: replace deprecated ast.Str and 's'
  > bitbake: Toaster: Fixed javascript issue on tests.browser.test_js_unit_tests
  > bitbake: Toaster: Bug-fix failure on tests.browser.test_layerdetails_page
  > bitbake: toaster: bug-fix on tests.browser.test_most_recent_builds_states
  > bitbake: toaster: fixed functional test
  > bitbake: toaster: update jquery version 2.0.3 -> 3.7.1
  > bitbake: toaster: Update bootstrap version to 3.4.1
  > bitbake: toaster: updated bootstrap version 3.3.6 -> 3.3.7
  > recipes-rt: update README to match newer override syntax
  > gcompat: Upgrade to 1.1.0 release
  > gcompat: Add fcntl64 wrapper

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this pull request Oct 19, 2023
…cale sources/meta-openembedded sources/meta-qt6 sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-arm 2608ba34...ba17def1 (4):
  > CI: Enable TF-A TFTF test builds
  > arm-bsp: Enable TF-A test building for the N1SDP
  > arm-bsp/n1sdp: Enable OP-TEE cache in N1SDP
  > arm-bsp/n1sdp: Move OP-TEE to DDR4

* sources/meta-clang 897ebdf...d504738 (1):
  > clang: Update to 17.0.3 release

* sources/meta-freescale 7327e03c...2d45867d (4):
  > wayland: Delete recipe
  > Merge pull request #1667 from angolini/bump-linux-imx-2.1.0
  > Merge pull request #1670 from angolini/bump-linux-fslc-imx-2.1.0
  > Merge pull request #1669 from angolini/bump-linux-fslc

* sources/meta-openembedded c66ec8776...11ad9e090 (11):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > lvgl: Allow empty package
  > lvgl: lv-drivers: Allow empty package
  > edid-decode: Upgrade to latest master
  > c-ares: upgrade 1.19.1 -> 1.20.1
  > netdata: Upgrade 1.36.1 -> 1.43.0
  > opencv: refresh protobuf-v22 compatibility patch with backported version
  > nodejs: Revert io_uring support from bundled libuv-1.46.0
  > dnf-plugin-tui: create symlinks from /usr/ to /.
  > debsums: remove old recipe
  > po4a: remove old recipe

* sources/meta-qt6 6e50360...25c7897 (42):
  < Merge pull request #13 from YoeDistro/kraj/6.5
  < Merge pull request #12 from YoeDistro/kraj/6.5
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtquick3dphysics: Fix build on clang/x86
  > qtwebengine: Fix zlib build on 32bit arches with LF64 functions
  > 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
  > qtwebengine: Fix build with libc++ from clang-17
  > qtwebengine: Fix build with clang 17
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Do not pass --target with clang
  > 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
  < Merge pull request #11 from YoeDistro/kraj/6.5
  < Merge pull request #10 from YoeDistro/kraj/6.5
  < Merge pull request #9 from YoeDistro/kraj/6.5
  < Merge pull request #8 from YoeDistro/kraj/6.5
  < Merge pull request #7 from YoeDistro/kraj/6.5
  < Merge pull request #6 from YoeDistro/kraj/6.5
  < Merge pull request #5 from YoeDistro/kraj/6.5
  < Merge pull request #4 from YoeDistro/kraj/6.5
  < Merge pull request #3 from YoeDistro/kraj/6.5
  < Merge pull request #2 from YoeDistro/kraj/6.5
  < Merge pull request #1 from YoeDistro/kraj/6.5
  < qtbase: Add locale-base-c only on glibc based targets
  < qtmultimedia: Check for commercial licence before enabling ffmpeg
  < qtwebengine: Fix build with libc++ from clang-17
  < qtwebengine: Fix build with clang 17
  < recipes: Add missing patch header tags
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Do not pass --target with clang
  < 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
  < qtwebengine: Fix skia build issue on aarch64/clang

* sources/meta-riscv 8bcca70...6f5ff91 (1):
  > musl: Sync patches with latest musl tip

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

* sources/poky f65f100bc5...ef49bbfb5b (61):
  > llvm: Upgrade to 17.0.3
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > linux-yocto-6.5: Add serial port suspend/boot workaround
  > oeqa/qemurunner: Extra debug
  > DOCS-WIP: Add some notes about WORKDIR name and SRCPV changes
  > Add DOCS-WIP
  > patchtest: sort when reading patches from a directory
  > patchtest: remove unused imports
  > patchtest: check for untracked changes
  > linux-firmware: create separate packages
  > systemd: add p11kit package config
  > systemd: add cryptsetup-plugins package config
  > systemd: add systemd-crypt package
  > systemd: sort packages before pn
  > base-files: Remove localhost ::1 from hosts if ipv6 missing
  > libtirpc: Support ipv6 in DISTRO_FEATURES
  > stress-ng: upgrade 0.16.05 -> 0.17.00
  > sqlite3: upgrade 3.43.1 -> 3.43.2
  > shared-mime-info: upgrade 2.2 -> 2.3
  > repo: upgrade 2.36.1 -> 2.37
  > python3-wcwidth: upgrade 0.2.6 -> 0.2.8
  > xkeyboard-config: upgrade 2.39 -> 2.40
  > base-files: profile: allow profile.d to set EDITOR
  > python3-ruamel-yaml: upgrade 0.17.32 -> 0.17.35
  > python3-pycairo: upgrade 1.24.0 -> 1.25.0
  > python3-packaging: upgrade 23.1 -> 23.2
  > python3-markdown: upgrade 3.4.4 -> 3.5
  > python3-iso8601: upgrade 2.0.0 -> 2.1.0
  > python3-hypothesis: upgrade 6.86.2 -> 6.87.4
  > python3-cffi: upgrade 1.15.1 -> 1.16.0
  > python3-beartype: upgrade 0.15.0 -> 0.16.2
  > python3-babel: upgrade 2.12.1 -> 2.13.0
  > python3-git: upgrade 3.1.36 -> 3.1.37
  > libva: upgrade 2.19.0 -> 2.20.0
  > ltp: upgrade 20230516 -> 20230929
  > libubootenv: upgrade 0.3.4 -> 0.3.5
  > libsdl2: upgrade 2.28.3 -> 2.28.4
  > libcomps: upgrade 0.1.19 -> 0.1.20
  > kmod: upgrade 30 -> 31
  > ell: upgrade 0.58 -> 0.59
  > dhcpcd: upgrade 10.0.2 -> 10.0.3
  > createrepo-c: upgrade 1.0.0 -> 1.0.1
  > btrfs-tools: upgrade 6.5.1 -> 6.5.2
  > bluez5: upgrade 5.69 -> 5.70
  > openssh: Add sshd.service
  > oeqa/sdk/rust: Add build and run test of rust binary with SDK host
  > rust-cross-canadian: set CARGO_TARGET_<triple>_RUNNER for nativesdk
  > rust-cross-canadian: set CARGO_TARGET_<triple>_RUSTFLAGS
  > perl: fix intermittent test failure
  > sstatesig: be more precise and show the full path in exceptions
  > goarch: Move Go architecture mapping to a library
  > packagegroup-core-tools-profile: Remove PROFILE_TOOLS_X
  > scripts/bitbake-whatchanged: remove
  > bitbake.conf: Drop DEPLOY_DIR_TAR
  > man-db: remove inexplicable man_db.conf patch
  > man-db: add RRECOMMENDS on glibc-utils for iconv
  > python3-urllib3: Update to 2.0.6
  > vim: Upgrade 9.0.2009 -> 9.0.2048
  > SECURITY.md: add file

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this pull request Oct 19, 2023
…cale sources/meta-openembedded sources/meta-qt6 sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-arm 2608ba34...ba17def1 (4):
  > CI: Enable TF-A TFTF test builds
  > arm-bsp: Enable TF-A test building for the N1SDP
  > arm-bsp/n1sdp: Enable OP-TEE cache in N1SDP
  > arm-bsp/n1sdp: Move OP-TEE to DDR4

* sources/meta-clang 897ebdf...d504738 (1):
  > clang: Update to 17.0.3 release

* sources/meta-freescale 7327e03c...c7afbc62 (5):
  > wayland: Delete recipe
  > Merge pull request #1668 from quaresmajose/firmware-nxp-wifi
  > Merge pull request #1667 from angolini/bump-linux-imx-2.1.0
  > Merge pull request #1670 from angolini/bump-linux-fslc-imx-2.1.0
  > Merge pull request #1669 from angolini/bump-linux-fslc

* sources/meta-openembedded c66ec8776...6b0389192 (12):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > lvgl: Allow empty package
  > lvgl: lv-drivers: Allow empty package
  > samba.bb : Disable ad-dc by default
  > edid-decode: Upgrade to latest master
  > c-ares: upgrade 1.19.1 -> 1.20.1
  > netdata: Upgrade 1.36.1 -> 1.43.0
  > opencv: refresh protobuf-v22 compatibility patch with backported version
  > nodejs: Revert io_uring support from bundled libuv-1.46.0
  > dnf-plugin-tui: create symlinks from /usr/ to /.
  > debsums: remove old recipe
  > po4a: remove old recipe

* sources/meta-qt6 6e50360...25c7897 (42):
  < Merge pull request #13 from YoeDistro/kraj/6.5
  < Merge pull request #12 from YoeDistro/kraj/6.5
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtquick3dphysics: Fix build on clang/x86
  > qtwebengine: Fix zlib build on 32bit arches with LF64 functions
  > 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
  > qtwebengine: Fix build with libc++ from clang-17
  > qtwebengine: Fix build with clang 17
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Do not pass --target with clang
  > 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
  < Merge pull request #11 from YoeDistro/kraj/6.5
  < Merge pull request #10 from YoeDistro/kraj/6.5
  < Merge pull request #9 from YoeDistro/kraj/6.5
  < Merge pull request #8 from YoeDistro/kraj/6.5
  < Merge pull request #7 from YoeDistro/kraj/6.5
  < Merge pull request #6 from YoeDistro/kraj/6.5
  < Merge pull request #5 from YoeDistro/kraj/6.5
  < Merge pull request #4 from YoeDistro/kraj/6.5
  < Merge pull request #3 from YoeDistro/kraj/6.5
  < Merge pull request #2 from YoeDistro/kraj/6.5
  < Merge pull request #1 from YoeDistro/kraj/6.5
  < qtbase: Add locale-base-c only on glibc based targets
  < qtmultimedia: Check for commercial licence before enabling ffmpeg
  < qtwebengine: Fix build with libc++ from clang-17
  < qtwebengine: Fix build with clang 17
  < recipes: Add missing patch header tags
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Do not pass --target with clang
  < 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
  < qtwebengine: Fix skia build issue on aarch64/clang

* sources/meta-riscv 8bcca70...6f5ff91 (1):
  > musl: Sync patches with latest musl tip

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

* sources/poky f65f100bc5...fa999d2a3a (65):
  > shared-mime-info: Fix missing sentinel warning
  > llvm: Upgrade to 17.0.3
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > linux-yocto-6.5: Add serial port suspend/boot workaround
  > oeqa/qemurunner: Extra debug
  > DOCS-WIP: Add some notes about WORKDIR name and SRCPV changes
  > Add DOCS-WIP
  > poky.conf: Update to post release versioning
  > linux-yocto/6.5: serial: core: integrate upstream fixes
  > linux-yocto/6.5: config: remove VIDEO_STK1160_COMMON
  > patchtest: sort when reading patches from a directory
  > patchtest: remove unused imports
  > patchtest: check for untracked changes
  > linux-firmware: create separate packages
  > systemd: add p11kit package config
  > systemd: add cryptsetup-plugins package config
  > systemd: add systemd-crypt package
  > systemd: sort packages before pn
  > base-files: Remove localhost ::1 from hosts if ipv6 missing
  > libtirpc: Support ipv6 in DISTRO_FEATURES
  > stress-ng: upgrade 0.16.05 -> 0.17.00
  > sqlite3: upgrade 3.43.1 -> 3.43.2
  > shared-mime-info: upgrade 2.2 -> 2.3
  > repo: upgrade 2.36.1 -> 2.37
  > python3-wcwidth: upgrade 0.2.6 -> 0.2.8
  > xkeyboard-config: upgrade 2.39 -> 2.40
  > base-files: profile: allow profile.d to set EDITOR
  > python3-ruamel-yaml: upgrade 0.17.32 -> 0.17.35
  > python3-pycairo: upgrade 1.24.0 -> 1.25.0
  > python3-packaging: upgrade 23.1 -> 23.2
  > python3-markdown: upgrade 3.4.4 -> 3.5
  > python3-iso8601: upgrade 2.0.0 -> 2.1.0
  > python3-hypothesis: upgrade 6.86.2 -> 6.87.4
  > python3-cffi: upgrade 1.15.1 -> 1.16.0
  > python3-beartype: upgrade 0.15.0 -> 0.16.2
  > python3-babel: upgrade 2.12.1 -> 2.13.0
  > python3-git: upgrade 3.1.36 -> 3.1.37
  > libva: upgrade 2.19.0 -> 2.20.0
  > ltp: upgrade 20230516 -> 20230929
  > libubootenv: upgrade 0.3.4 -> 0.3.5
  > libsdl2: upgrade 2.28.3 -> 2.28.4
  > libcomps: upgrade 0.1.19 -> 0.1.20
  > kmod: upgrade 30 -> 31
  > ell: upgrade 0.58 -> 0.59
  > dhcpcd: upgrade 10.0.2 -> 10.0.3
  > createrepo-c: upgrade 1.0.0 -> 1.0.1
  > btrfs-tools: upgrade 6.5.1 -> 6.5.2
  > bluez5: upgrade 5.69 -> 5.70
  > openssh: Add sshd.service
  > oeqa/sdk/rust: Add build and run test of rust binary with SDK host
  > rust-cross-canadian: set CARGO_TARGET_<triple>_RUNNER for nativesdk
  > rust-cross-canadian: set CARGO_TARGET_<triple>_RUSTFLAGS
  > perl: fix intermittent test failure
  > sstatesig: be more precise and show the full path in exceptions
  > goarch: Move Go architecture mapping to a library
  > packagegroup-core-tools-profile: Remove PROFILE_TOOLS_X
  > scripts/bitbake-whatchanged: remove
  > bitbake.conf: Drop DEPLOY_DIR_TAR
  > man-db: remove inexplicable man_db.conf patch
  > man-db: add RRECOMMENDS on glibc-utils for iconv
  > python3-urllib3: Update to 2.0.6
  > vim: Upgrade 9.0.2009 -> 9.0.2048
  > SECURITY.md: add file

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this pull request Oct 19, 2023
…cale sources/meta-openembedded sources/meta-qt6 sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-arm 2608ba34...4bf3246b (5):
  > CI: track nanbield branches
  > CI: Enable TF-A TFTF test builds
  > arm-bsp: Enable TF-A test building for the N1SDP
  > arm-bsp/n1sdp: Enable OP-TEE cache in N1SDP
  > arm-bsp/n1sdp: Move OP-TEE to DDR4

* sources/meta-clang 897ebdf...d504738 (1):
  > clang: Update to 17.0.3 release

* sources/meta-freescale 7327e03c...c7afbc62 (5):
  > wayland: Delete recipe
  > Merge pull request #1668 from quaresmajose/firmware-nxp-wifi
  > Merge pull request #1667 from angolini/bump-linux-imx-2.1.0
  > Merge pull request #1670 from angolini/bump-linux-fslc-imx-2.1.0
  > Merge pull request #1669 from angolini/bump-linux-fslc

* sources/meta-openembedded c66ec8776...6b0389192 (12):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > lvgl: Allow empty package
  > lvgl: lv-drivers: Allow empty package
  > samba.bb : Disable ad-dc by default
  > edid-decode: Upgrade to latest master
  > c-ares: upgrade 1.19.1 -> 1.20.1
  > netdata: Upgrade 1.36.1 -> 1.43.0
  > opencv: refresh protobuf-v22 compatibility patch with backported version
  > nodejs: Revert io_uring support from bundled libuv-1.46.0
  > dnf-plugin-tui: create symlinks from /usr/ to /.
  > debsums: remove old recipe
  > po4a: remove old recipe

* sources/meta-qt6 6e50360...25c7897 (42):
  < Merge pull request #13 from YoeDistro/kraj/6.5
  < Merge pull request #12 from YoeDistro/kraj/6.5
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtquick3dphysics: Fix build on clang/x86
  > qtwebengine: Fix zlib build on 32bit arches with LF64 functions
  > 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
  > qtwebengine: Fix build with libc++ from clang-17
  > qtwebengine: Fix build with clang 17
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Do not pass --target with clang
  > 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
  < Merge pull request #11 from YoeDistro/kraj/6.5
  < Merge pull request #10 from YoeDistro/kraj/6.5
  < Merge pull request #9 from YoeDistro/kraj/6.5
  < Merge pull request #8 from YoeDistro/kraj/6.5
  < Merge pull request #7 from YoeDistro/kraj/6.5
  < Merge pull request #6 from YoeDistro/kraj/6.5
  < Merge pull request #5 from YoeDistro/kraj/6.5
  < Merge pull request #4 from YoeDistro/kraj/6.5
  < Merge pull request #3 from YoeDistro/kraj/6.5
  < Merge pull request #2 from YoeDistro/kraj/6.5
  < Merge pull request #1 from YoeDistro/kraj/6.5
  < qtbase: Add locale-base-c only on glibc based targets
  < qtmultimedia: Check for commercial licence before enabling ffmpeg
  < qtwebengine: Fix build with libc++ from clang-17
  < qtwebengine: Fix build with clang 17
  < recipes: Add missing patch header tags
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Do not pass --target with clang
  < 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
  < qtwebengine: Fix skia build issue on aarch64/clang

* sources/meta-riscv 8bcca70...6f5ff91 (1):
  > musl: Sync patches with latest musl tip

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

* sources/poky f65f100bc5...781c98e92c (64):
  > shared-mime-info: Fix missing sentinel warning
  > llvm: Upgrade to 17.0.3
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > oeqa/qemurunner: Extra debug
  > DOCS-WIP: Add some notes about WORKDIR name and SRCPV changes
  > Add DOCS-WIP
  > poky.conf: Update to post release versioning
  > linux-yocto/6.5: serial: core: integrate upstream fixes
  > linux-yocto/6.5: config: remove VIDEO_STK1160_COMMON
  > patchtest: sort when reading patches from a directory
  > patchtest: remove unused imports
  > patchtest: check for untracked changes
  > linux-firmware: create separate packages
  > systemd: add p11kit package config
  > systemd: add cryptsetup-plugins package config
  > systemd: add systemd-crypt package
  > systemd: sort packages before pn
  > base-files: Remove localhost ::1 from hosts if ipv6 missing
  > libtirpc: Support ipv6 in DISTRO_FEATURES
  > stress-ng: upgrade 0.16.05 -> 0.17.00
  > sqlite3: upgrade 3.43.1 -> 3.43.2
  > shared-mime-info: upgrade 2.2 -> 2.3
  > repo: upgrade 2.36.1 -> 2.37
  > python3-wcwidth: upgrade 0.2.6 -> 0.2.8
  > xkeyboard-config: upgrade 2.39 -> 2.40
  > base-files: profile: allow profile.d to set EDITOR
  > python3-ruamel-yaml: upgrade 0.17.32 -> 0.17.35
  > python3-pycairo: upgrade 1.24.0 -> 1.25.0
  > python3-packaging: upgrade 23.1 -> 23.2
  > python3-markdown: upgrade 3.4.4 -> 3.5
  > python3-iso8601: upgrade 2.0.0 -> 2.1.0
  > python3-hypothesis: upgrade 6.86.2 -> 6.87.4
  > python3-cffi: upgrade 1.15.1 -> 1.16.0
  > python3-beartype: upgrade 0.15.0 -> 0.16.2
  > python3-babel: upgrade 2.12.1 -> 2.13.0
  > python3-git: upgrade 3.1.36 -> 3.1.37
  > libva: upgrade 2.19.0 -> 2.20.0
  > ltp: upgrade 20230516 -> 20230929
  > libubootenv: upgrade 0.3.4 -> 0.3.5
  > libsdl2: upgrade 2.28.3 -> 2.28.4
  > libcomps: upgrade 0.1.19 -> 0.1.20
  > kmod: upgrade 30 -> 31
  > ell: upgrade 0.58 -> 0.59
  > dhcpcd: upgrade 10.0.2 -> 10.0.3
  > createrepo-c: upgrade 1.0.0 -> 1.0.1
  > btrfs-tools: upgrade 6.5.1 -> 6.5.2
  > bluez5: upgrade 5.69 -> 5.70
  > openssh: Add sshd.service
  > oeqa/sdk/rust: Add build and run test of rust binary with SDK host
  > rust-cross-canadian: set CARGO_TARGET_<triple>_RUNNER for nativesdk
  > rust-cross-canadian: set CARGO_TARGET_<triple>_RUSTFLAGS
  > perl: fix intermittent test failure
  > sstatesig: be more precise and show the full path in exceptions
  > goarch: Move Go architecture mapping to a library
  > packagegroup-core-tools-profile: Remove PROFILE_TOOLS_X
  > scripts/bitbake-whatchanged: remove
  > bitbake.conf: Drop DEPLOY_DIR_TAR
  > man-db: remove inexplicable man_db.conf patch
  > man-db: add RRECOMMENDS on glibc-utils for iconv
  > python3-urllib3: Update to 2.0.6
  > vim: Upgrade 9.0.2009 -> 9.0.2048
  > SECURITY.md: add file

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this pull request Oct 19, 2023
…cale sources/meta-openembedded sources/meta-qt6 sources/meta-riscv sources/meta-variscite-bsp sources/poky

* sources/meta-arm 2608ba34...4bf3246b (5):
  > CI: track nanbield branches
  > CI: Enable TF-A TFTF test builds
  > arm-bsp: Enable TF-A test building for the N1SDP
  > arm-bsp/n1sdp: Enable OP-TEE cache in N1SDP
  > arm-bsp/n1sdp: Move OP-TEE to DDR4

* sources/meta-clang 897ebdf...d504738 (1):
  > clang: Update to 17.0.3 release

* sources/meta-freescale 7327e03c...c7afbc62 (5):
  > wayland: Delete recipe
  > Merge pull request #1668 from quaresmajose/firmware-nxp-wifi
  > Merge pull request #1667 from angolini/bump-linux-imx-2.1.0
  > Merge pull request #1670 from angolini/bump-linux-fslc-imx-2.1.0
  > Merge pull request #1669 from angolini/bump-linux-fslc

* sources/meta-openembedded c66ec8776...6b0389192 (12):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > lvgl: Allow empty package
  > lvgl: lv-drivers: Allow empty package
  > samba.bb : Disable ad-dc by default
  > edid-decode: Upgrade to latest master
  > c-ares: upgrade 1.19.1 -> 1.20.1
  > netdata: Upgrade 1.36.1 -> 1.43.0
  > opencv: refresh protobuf-v22 compatibility patch with backported version
  > nodejs: Revert io_uring support from bundled libuv-1.46.0
  > dnf-plugin-tui: create symlinks from /usr/ to /.
  > debsums: remove old recipe
  > po4a: remove old recipe

* sources/meta-qt6 6e50360...25c7897 (42):
  < Merge pull request #13 from YoeDistro/kraj/6.5
  < Merge pull request #12 from YoeDistro/kraj/6.5
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtquick3dphysics: Fix build on clang/x86
  > qtwebengine: Fix zlib build on 32bit arches with LF64 functions
  > 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
  > qtwebengine: Fix build with libc++ from clang-17
  > qtwebengine: Fix build with clang 17
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Do not pass --target with clang
  > 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
  < Merge pull request #11 from YoeDistro/kraj/6.5
  < Merge pull request #10 from YoeDistro/kraj/6.5
  < Merge pull request #9 from YoeDistro/kraj/6.5
  < Merge pull request #8 from YoeDistro/kraj/6.5
  < Merge pull request #7 from YoeDistro/kraj/6.5
  < Merge pull request #6 from YoeDistro/kraj/6.5
  < Merge pull request #5 from YoeDistro/kraj/6.5
  < Merge pull request #4 from YoeDistro/kraj/6.5
  < Merge pull request #3 from YoeDistro/kraj/6.5
  < Merge pull request #2 from YoeDistro/kraj/6.5
  < Merge pull request #1 from YoeDistro/kraj/6.5
  < qtbase: Add locale-base-c only on glibc based targets
  < qtmultimedia: Check for commercial licence before enabling ffmpeg
  < qtwebengine: Fix build with libc++ from clang-17
  < qtwebengine: Fix build with clang 17
  < recipes: Add missing patch header tags
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Do not pass --target with clang
  < 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
  < qtwebengine: Fix skia build issue on aarch64/clang

* sources/meta-riscv 8bcca70...6f5ff91 (1):
  > musl: Sync patches with latest musl tip

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

* sources/poky f65f100bc5...c3a567e3c5 (63):
  > shared-mime-info: Fix missing sentinel warning
  > llvm: Upgrade to 17.0.3
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > patchtest: skip merge test if not targeting master
  > patchtest: test regardless of mergeability
  > poky.conf: Update to post release versioning
  > linux-yocto/6.5: serial: core: integrate upstream fixes
  > linux-yocto/6.5: config: remove VIDEO_STK1160_COMMON
  > patchtest: sort when reading patches from a directory
  > patchtest: remove unused imports
  > patchtest: check for untracked changes
  > linux-firmware: create separate packages
  > systemd: add p11kit package config
  > systemd: add cryptsetup-plugins package config
  > systemd: add systemd-crypt package
  > systemd: sort packages before pn
  > base-files: Remove localhost ::1 from hosts if ipv6 missing
  > libtirpc: Support ipv6 in DISTRO_FEATURES
  > stress-ng: upgrade 0.16.05 -> 0.17.00
  > sqlite3: upgrade 3.43.1 -> 3.43.2
  > shared-mime-info: upgrade 2.2 -> 2.3
  > repo: upgrade 2.36.1 -> 2.37
  > python3-wcwidth: upgrade 0.2.6 -> 0.2.8
  > xkeyboard-config: upgrade 2.39 -> 2.40
  > base-files: profile: allow profile.d to set EDITOR
  > python3-ruamel-yaml: upgrade 0.17.32 -> 0.17.35
  > python3-pycairo: upgrade 1.24.0 -> 1.25.0
  > python3-packaging: upgrade 23.1 -> 23.2
  > python3-markdown: upgrade 3.4.4 -> 3.5
  > python3-iso8601: upgrade 2.0.0 -> 2.1.0
  > python3-hypothesis: upgrade 6.86.2 -> 6.87.4
  > python3-cffi: upgrade 1.15.1 -> 1.16.0
  > python3-beartype: upgrade 0.15.0 -> 0.16.2
  > python3-babel: upgrade 2.12.1 -> 2.13.0
  > python3-git: upgrade 3.1.36 -> 3.1.37
  > libva: upgrade 2.19.0 -> 2.20.0
  > ltp: upgrade 20230516 -> 20230929
  > libubootenv: upgrade 0.3.4 -> 0.3.5
  > libsdl2: upgrade 2.28.3 -> 2.28.4
  > libcomps: upgrade 0.1.19 -> 0.1.20
  > kmod: upgrade 30 -> 31
  > ell: upgrade 0.58 -> 0.59
  > dhcpcd: upgrade 10.0.2 -> 10.0.3
  > createrepo-c: upgrade 1.0.0 -> 1.0.1
  > btrfs-tools: upgrade 6.5.1 -> 6.5.2
  > bluez5: upgrade 5.69 -> 5.70
  > openssh: Add sshd.service
  > oeqa/sdk/rust: Add build and run test of rust binary with SDK host
  > rust-cross-canadian: set CARGO_TARGET_<triple>_RUNNER for nativesdk
  > rust-cross-canadian: set CARGO_TARGET_<triple>_RUSTFLAGS
  > perl: fix intermittent test failure
  > sstatesig: be more precise and show the full path in exceptions
  > goarch: Move Go architecture mapping to a library
  > packagegroup-core-tools-profile: Remove PROFILE_TOOLS_X
  > scripts/bitbake-whatchanged: remove
  > bitbake.conf: Drop DEPLOY_DIR_TAR
  > man-db: remove inexplicable man_db.conf patch
  > man-db: add RRECOMMENDS on glibc-utils for iconv
  > python3-urllib3: Update to 2.0.6
  > vim: Upgrade 9.0.2009 -> 9.0.2048
  > SECURITY.md: add file

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this pull request Oct 20, 2023
…cale sources/meta-openembedded sources/meta-qt6 sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-arm 2608ba34...4bf3246b (5):
  > CI: track nanbield branches
  > CI: Enable TF-A TFTF test builds
  > arm-bsp: Enable TF-A test building for the N1SDP
  > arm-bsp/n1sdp: Enable OP-TEE cache in N1SDP
  > arm-bsp/n1sdp: Move OP-TEE to DDR4

* sources/meta-clang 897ebdf...4c65122 (1):
  > clang: Update to 17.0.3 release

* sources/meta-freescale 7327e03c...c7afbc62 (5):
  > wayland: Delete recipe
  > Merge pull request #1668 from quaresmajose/firmware-nxp-wifi
  > Merge pull request #1667 from angolini/bump-linux-imx-2.1.0
  > Merge pull request #1670 from angolini/bump-linux-fslc-imx-2.1.0
  > Merge pull request #1669 from angolini/bump-linux-fslc

* sources/meta-openembedded c66ec8776...22874decf (14):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > lvgl: Allow empty package
  > lvgl: lv-drivers: Allow empty package
  > python3-rapidjson: add missing ptest dependency
  > paho-mqtt-c: upgrade 1.3.12 -> 1.3.13
  > samba.bb : Disable ad-dc by default
  > edid-decode: Upgrade to latest master
  > c-ares: upgrade 1.19.1 -> 1.20.1
  > netdata: Upgrade 1.36.1 -> 1.43.0
  > opencv: refresh protobuf-v22 compatibility patch with backported version
  > nodejs: Revert io_uring support from bundled libuv-1.46.0
  > dnf-plugin-tui: create symlinks from /usr/ to /.
  > debsums: remove old recipe
  > po4a: remove old recipe

* sources/meta-qt6 6e50360...25c7897 (42):
  < Merge pull request #13 from YoeDistro/kraj/6.5
  < Merge pull request #12 from YoeDistro/kraj/6.5
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtquick3dphysics: Fix build on clang/x86
  > qtwebengine: Fix zlib build on 32bit arches with LF64 functions
  > 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
  > qtwebengine: Fix build with libc++ from clang-17
  > qtwebengine: Fix build with clang 17
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Do not pass --target with clang
  > 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
  < Merge pull request #11 from YoeDistro/kraj/6.5
  < Merge pull request #10 from YoeDistro/kraj/6.5
  < Merge pull request #9 from YoeDistro/kraj/6.5
  < Merge pull request #8 from YoeDistro/kraj/6.5
  < Merge pull request #7 from YoeDistro/kraj/6.5
  < Merge pull request #6 from YoeDistro/kraj/6.5
  < Merge pull request #5 from YoeDistro/kraj/6.5
  < Merge pull request #4 from YoeDistro/kraj/6.5
  < Merge pull request #3 from YoeDistro/kraj/6.5
  < Merge pull request #2 from YoeDistro/kraj/6.5
  < Merge pull request #1 from YoeDistro/kraj/6.5
  < qtbase: Add locale-base-c only on glibc based targets
  < qtmultimedia: Check for commercial licence before enabling ffmpeg
  < qtwebengine: Fix build with libc++ from clang-17
  < qtwebengine: Fix build with clang 17
  < recipes: Add missing patch header tags
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Do not pass --target with clang
  < 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
  < qtwebengine: Fix skia build issue on aarch64/clang

* sources/meta-riscv 8bcca70...6f5ff91 (1):
  > musl: Sync patches with latest musl tip

* sources/meta-ti 0ab626b5...2e1da8ef (4):
  > linux-ti-staging_6.1: CI/CD Auto-Merger: cicd.master.202310200100
  > linux-ti-staging-rt_6.1: CI/CD Auto-Merger: cicd.master.202310200100
  > u-boot-ti-staging_2023.04: CI/CD Auto-Merger: cicd.master.202310200100
  > ti-linux-fw: CI/CD Auto-Merger: cicd.master.202310200100

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

* sources/poky f65f100bc5...a48ff222ec (83):
  > shared-mime-info: Fix missing sentinel warning
  > llvm: Upgrade to 17.0.3
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > ref-manual: variables: add example for SYSROOT_DIRS variable
  > ref-manual: variables: add TOOLCHAIN_OPTIONS variable
  > ref-manual: variables: add RECIPE_SYSROOT and RECIPE_SYSROOT_NATIVE
  > dev-manual: start.rst: remove obsolete reference
  > brief-yoctoprojectqs: use new CDN mirror for sstate
  > ref-manual: Add documentation for the unimplemented-ptest QA warning
  > contributor-guide: clarify patchtest usage
  > contributor-guide: add patchtest section
  > dev-manual: layers: Add notes about layer.conf
  > ref-manual: variables: provide no-match example for COMPATIBLE_MACHINE
  > profile-manual: aesthetic cleanups
  > ref-manual: Fix PACKAGECONFIG term and add an example
  > dev-manual: new-recipe.rst: add missing parenthesis to "Patching Code" section
  > bsp-guide: bsp: skip Intel machines no longer supported in Poky
  > manuals: update list of supported machines
  > sdk-manual: appendix-obtain: improve and update descriptions
  > dev-manual: wic: update "wic list images" output
  > manuals: update linux-yocto append examples
  > ref-manual: Warn about COMPATIBLE_MACHINE skipping native recipes
  > selftest/buildoptions: tag the download mirror test with 'yocto-mirrors'
  > patchtest: skip merge test if not targeting master
  > patchtest: test regardless of mergeability
  > poky.conf: Update to post release versioning
  > linux-yocto/6.5: serial: core: integrate upstream fixes
  > linux-yocto/6.5: config: remove VIDEO_STK1160_COMMON
  > patchtest: sort when reading patches from a directory
  > patchtest: remove unused imports
  > patchtest: check for untracked changes
  > linux-firmware: create separate packages
  > systemd: add p11kit package config
  > systemd: add cryptsetup-plugins package config
  > systemd: add systemd-crypt package
  > systemd: sort packages before pn
  > base-files: Remove localhost ::1 from hosts if ipv6 missing
  > libtirpc: Support ipv6 in DISTRO_FEATURES
  > stress-ng: upgrade 0.16.05 -> 0.17.00
  > sqlite3: upgrade 3.43.1 -> 3.43.2
  > shared-mime-info: upgrade 2.2 -> 2.3
  > repo: upgrade 2.36.1 -> 2.37
  > python3-wcwidth: upgrade 0.2.6 -> 0.2.8
  > xkeyboard-config: upgrade 2.39 -> 2.40
  > base-files: profile: allow profile.d to set EDITOR
  > python3-ruamel-yaml: upgrade 0.17.32 -> 0.17.35
  > python3-pycairo: upgrade 1.24.0 -> 1.25.0
  > python3-packaging: upgrade 23.1 -> 23.2
  > python3-markdown: upgrade 3.4.4 -> 3.5
  > python3-iso8601: upgrade 2.0.0 -> 2.1.0
  > python3-hypothesis: upgrade 6.86.2 -> 6.87.4
  > python3-cffi: upgrade 1.15.1 -> 1.16.0
  > python3-beartype: upgrade 0.15.0 -> 0.16.2
  > python3-babel: upgrade 2.12.1 -> 2.13.0
  > python3-git: upgrade 3.1.36 -> 3.1.37
  > libva: upgrade 2.19.0 -> 2.20.0
  > ltp: upgrade 20230516 -> 20230929
  > libubootenv: upgrade 0.3.4 -> 0.3.5
  > libsdl2: upgrade 2.28.3 -> 2.28.4
  > libcomps: upgrade 0.1.19 -> 0.1.20
  > kmod: upgrade 30 -> 31
  > ell: upgrade 0.58 -> 0.59
  > dhcpcd: upgrade 10.0.2 -> 10.0.3
  > createrepo-c: upgrade 1.0.0 -> 1.0.1
  > btrfs-tools: upgrade 6.5.1 -> 6.5.2
  > bluez5: upgrade 5.69 -> 5.70
  > openssh: Add sshd.service
  > oeqa/sdk/rust: Add build and run test of rust binary with SDK host
  > rust-cross-canadian: set CARGO_TARGET_<triple>_RUNNER for nativesdk
  > rust-cross-canadian: set CARGO_TARGET_<triple>_RUSTFLAGS
  > perl: fix intermittent test failure
  > sstatesig: be more precise and show the full path in exceptions
  > goarch: Move Go architecture mapping to a library
  > packagegroup-core-tools-profile: Remove PROFILE_TOOLS_X
  > scripts/bitbake-whatchanged: remove
  > bitbake.conf: Drop DEPLOY_DIR_TAR
  > man-db: remove inexplicable man_db.conf patch
  > man-db: add RRECOMMENDS on glibc-utils for iconv
  > python3-urllib3: Update to 2.0.6
  > vim: Upgrade 9.0.2009 -> 9.0.2048
  > SECURITY.md: add file

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this pull request Oct 20, 2023
…cale sources/meta-openembedded sources/meta-qt6 sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-arm 2608ba34...4bf3246b (5):
  > CI: track nanbield branches
  > CI: Enable TF-A TFTF test builds
  > arm-bsp: Enable TF-A test building for the N1SDP
  > arm-bsp/n1sdp: Enable OP-TEE cache in N1SDP
  > arm-bsp/n1sdp: Move OP-TEE to DDR4

* sources/meta-clang 897ebdf...4c65122 (1):
  > clang: Update to 17.0.3 release

* sources/meta-freescale 7327e03c...c7afbc62 (5):
  > wayland: Delete recipe
  > Merge pull request #1668 from quaresmajose/firmware-nxp-wifi
  > Merge pull request #1667 from angolini/bump-linux-imx-2.1.0
  > Merge pull request #1670 from angolini/bump-linux-fslc-imx-2.1.0
  > Merge pull request #1669 from angolini/bump-linux-fslc

* sources/meta-openembedded c66ec8776...2acddd4b0 (15):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > lvgl: Allow empty package
  > lvgl: lv-drivers: Allow empty package
  > meta-python: Add python3-rapidjson to PTESTS_FAST_META_PYTHON
  > python3-rapidjson: add missing ptest dependency
  > paho-mqtt-c: upgrade 1.3.12 -> 1.3.13
  > samba.bb : Disable ad-dc by default
  > edid-decode: Upgrade to latest master
  > c-ares: upgrade 1.19.1 -> 1.20.1
  > netdata: Upgrade 1.36.1 -> 1.43.0
  > opencv: refresh protobuf-v22 compatibility patch with backported version
  > nodejs: Revert io_uring support from bundled libuv-1.46.0
  > dnf-plugin-tui: create symlinks from /usr/ to /.
  > debsums: remove old recipe
  > po4a: remove old recipe

* sources/meta-qt6 6e50360...25c7897 (42):
  < Merge pull request #13 from YoeDistro/kraj/6.5
  < Merge pull request #12 from YoeDistro/kraj/6.5
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtquick3dphysics: Fix build on clang/x86
  > qtwebengine: Fix zlib build on 32bit arches with LF64 functions
  > 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
  > qtwebengine: Fix build with libc++ from clang-17
  > qtwebengine: Fix build with clang 17
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Do not pass --target with clang
  > 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
  < Merge pull request #11 from YoeDistro/kraj/6.5
  < Merge pull request #10 from YoeDistro/kraj/6.5
  < Merge pull request #9 from YoeDistro/kraj/6.5
  < Merge pull request #8 from YoeDistro/kraj/6.5
  < Merge pull request #7 from YoeDistro/kraj/6.5
  < Merge pull request #6 from YoeDistro/kraj/6.5
  < Merge pull request #5 from YoeDistro/kraj/6.5
  < Merge pull request #4 from YoeDistro/kraj/6.5
  < Merge pull request #3 from YoeDistro/kraj/6.5
  < Merge pull request #2 from YoeDistro/kraj/6.5
  < Merge pull request #1 from YoeDistro/kraj/6.5
  < qtbase: Add locale-base-c only on glibc based targets
  < qtmultimedia: Check for commercial licence before enabling ffmpeg
  < qtwebengine: Fix build with libc++ from clang-17
  < qtwebengine: Fix build with clang 17
  < recipes: Add missing patch header tags
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Do not pass --target with clang
  < 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
  < qtwebengine: Fix skia build issue on aarch64/clang

* sources/meta-riscv 8bcca70...6f5ff91 (1):
  > musl: Sync patches with latest musl tip

* sources/meta-ti 0ab626b5...2e1da8ef (4):
  > linux-ti-staging_6.1: CI/CD Auto-Merger: cicd.master.202310200100
  > linux-ti-staging-rt_6.1: CI/CD Auto-Merger: cicd.master.202310200100
  > u-boot-ti-staging_2023.04: CI/CD Auto-Merger: cicd.master.202310200100
  > ti-linux-fw: CI/CD Auto-Merger: cicd.master.202310200100

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

* sources/poky f65f100bc5...c86b03423a (84):
  > shared-mime-info: Fix missing sentinel warning
  > llvm: Upgrade to 17.0.3
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > patchtest: fix lic_files_chksum test regex
  > ref-manual: variables: add example for SYSROOT_DIRS variable
  > ref-manual: variables: add TOOLCHAIN_OPTIONS variable
  > ref-manual: variables: add RECIPE_SYSROOT and RECIPE_SYSROOT_NATIVE
  > dev-manual: start.rst: remove obsolete reference
  > brief-yoctoprojectqs: use new CDN mirror for sstate
  > ref-manual: Add documentation for the unimplemented-ptest QA warning
  > contributor-guide: clarify patchtest usage
  > contributor-guide: add patchtest section
  > dev-manual: layers: Add notes about layer.conf
  > ref-manual: variables: provide no-match example for COMPATIBLE_MACHINE
  > profile-manual: aesthetic cleanups
  > ref-manual: Fix PACKAGECONFIG term and add an example
  > dev-manual: new-recipe.rst: add missing parenthesis to "Patching Code" section
  > bsp-guide: bsp: skip Intel machines no longer supported in Poky
  > manuals: update list of supported machines
  > sdk-manual: appendix-obtain: improve and update descriptions
  > dev-manual: wic: update "wic list images" output
  > manuals: update linux-yocto append examples
  > ref-manual: Warn about COMPATIBLE_MACHINE skipping native recipes
  > selftest/buildoptions: tag the download mirror test with 'yocto-mirrors'
  > patchtest: skip merge test if not targeting master
  > patchtest: test regardless of mergeability
  > poky.conf: Update to post release versioning
  > linux-yocto/6.5: serial: core: integrate upstream fixes
  > linux-yocto/6.5: config: remove VIDEO_STK1160_COMMON
  > patchtest: sort when reading patches from a directory
  > patchtest: remove unused imports
  > patchtest: check for untracked changes
  > linux-firmware: create separate packages
  > systemd: add p11kit package config
  > systemd: add cryptsetup-plugins package config
  > systemd: add systemd-crypt package
  > systemd: sort packages before pn
  > base-files: Remove localhost ::1 from hosts if ipv6 missing
  > libtirpc: Support ipv6 in DISTRO_FEATURES
  > stress-ng: upgrade 0.16.05 -> 0.17.00
  > sqlite3: upgrade 3.43.1 -> 3.43.2
  > shared-mime-info: upgrade 2.2 -> 2.3
  > repo: upgrade 2.36.1 -> 2.37
  > python3-wcwidth: upgrade 0.2.6 -> 0.2.8
  > xkeyboard-config: upgrade 2.39 -> 2.40
  > base-files: profile: allow profile.d to set EDITOR
  > python3-ruamel-yaml: upgrade 0.17.32 -> 0.17.35
  > python3-pycairo: upgrade 1.24.0 -> 1.25.0
  > python3-packaging: upgrade 23.1 -> 23.2
  > python3-markdown: upgrade 3.4.4 -> 3.5
  > python3-iso8601: upgrade 2.0.0 -> 2.1.0
  > python3-hypothesis: upgrade 6.86.2 -> 6.87.4
  > python3-cffi: upgrade 1.15.1 -> 1.16.0
  > python3-beartype: upgrade 0.15.0 -> 0.16.2
  > python3-babel: upgrade 2.12.1 -> 2.13.0
  > python3-git: upgrade 3.1.36 -> 3.1.37
  > libva: upgrade 2.19.0 -> 2.20.0
  > ltp: upgrade 20230516 -> 20230929
  > libubootenv: upgrade 0.3.4 -> 0.3.5
  > libsdl2: upgrade 2.28.3 -> 2.28.4
  > libcomps: upgrade 0.1.19 -> 0.1.20
  > kmod: upgrade 30 -> 31
  > ell: upgrade 0.58 -> 0.59
  > dhcpcd: upgrade 10.0.2 -> 10.0.3
  > createrepo-c: upgrade 1.0.0 -> 1.0.1
  > btrfs-tools: upgrade 6.5.1 -> 6.5.2
  > bluez5: upgrade 5.69 -> 5.70
  > openssh: Add sshd.service
  > oeqa/sdk/rust: Add build and run test of rust binary with SDK host
  > rust-cross-canadian: set CARGO_TARGET_<triple>_RUNNER for nativesdk
  > rust-cross-canadian: set CARGO_TARGET_<triple>_RUSTFLAGS
  > perl: fix intermittent test failure
  > sstatesig: be more precise and show the full path in exceptions
  > goarch: Move Go architecture mapping to a library
  > packagegroup-core-tools-profile: Remove PROFILE_TOOLS_X
  > scripts/bitbake-whatchanged: remove
  > bitbake.conf: Drop DEPLOY_DIR_TAR
  > man-db: remove inexplicable man_db.conf patch
  > man-db: add RRECOMMENDS on glibc-utils for iconv
  > python3-urllib3: Update to 2.0.6
  > vim: Upgrade 9.0.2009 -> 9.0.2048
  > SECURITY.md: add file

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this pull request Oct 20, 2023
…cale sources/meta-openembedded sources/meta-qt6 sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-arm 2608ba34...4bf3246b (5):
  > CI: track nanbield branches
  > CI: Enable TF-A TFTF test builds
  > arm-bsp: Enable TF-A test building for the N1SDP
  > arm-bsp/n1sdp: Enable OP-TEE cache in N1SDP
  > arm-bsp/n1sdp: Move OP-TEE to DDR4

* sources/meta-clang 897ebdf...4c65122 (1):
  > clang: Update to 17.0.3 release

* sources/meta-freescale 7327e03c...c7afbc62 (5):
  > wayland: Delete recipe
  > Merge pull request #1668 from quaresmajose/firmware-nxp-wifi
  > Merge pull request #1667 from angolini/bump-linux-imx-2.1.0
  > Merge pull request #1670 from angolini/bump-linux-fslc-imx-2.1.0
  > Merge pull request #1669 from angolini/bump-linux-fslc

* sources/meta-openembedded c66ec8776...2acddd4b0 (15):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > lvgl: Allow empty package
  > lvgl: lv-drivers: Allow empty package
  > meta-python: Add python3-rapidjson to PTESTS_FAST_META_PYTHON
  > python3-rapidjson: add missing ptest dependency
  > paho-mqtt-c: upgrade 1.3.12 -> 1.3.13
  > samba.bb : Disable ad-dc by default
  > edid-decode: Upgrade to latest master
  > c-ares: upgrade 1.19.1 -> 1.20.1
  > netdata: Upgrade 1.36.1 -> 1.43.0
  > opencv: refresh protobuf-v22 compatibility patch with backported version
  > nodejs: Revert io_uring support from bundled libuv-1.46.0
  > dnf-plugin-tui: create symlinks from /usr/ to /.
  > debsums: remove old recipe
  > po4a: remove old recipe

* sources/meta-qt6 6e50360...25c7897 (42):
  < Merge pull request #13 from YoeDistro/kraj/6.5
  < Merge pull request #12 from YoeDistro/kraj/6.5
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtquick3dphysics: Fix build on clang/x86
  > qtwebengine: Fix zlib build on 32bit arches with LF64 functions
  > 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
  > qtwebengine: Fix build with libc++ from clang-17
  > qtwebengine: Fix build with clang 17
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Do not pass --target with clang
  > 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
  < Merge pull request #11 from YoeDistro/kraj/6.5
  < Merge pull request #10 from YoeDistro/kraj/6.5
  < Merge pull request #9 from YoeDistro/kraj/6.5
  < Merge pull request #8 from YoeDistro/kraj/6.5
  < Merge pull request #7 from YoeDistro/kraj/6.5
  < Merge pull request #6 from YoeDistro/kraj/6.5
  < Merge pull request #5 from YoeDistro/kraj/6.5
  < Merge pull request #4 from YoeDistro/kraj/6.5
  < Merge pull request #3 from YoeDistro/kraj/6.5
  < Merge pull request #2 from YoeDistro/kraj/6.5
  < Merge pull request #1 from YoeDistro/kraj/6.5
  < qtbase: Add locale-base-c only on glibc based targets
  < qtmultimedia: Check for commercial licence before enabling ffmpeg
  < qtwebengine: Fix build with libc++ from clang-17
  < qtwebengine: Fix build with clang 17
  < recipes: Add missing patch header tags
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Do not pass --target with clang
  < 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
  < qtwebengine: Fix skia build issue on aarch64/clang

* sources/meta-riscv 8bcca70...6f5ff91 (1):
  > musl: Sync patches with latest musl tip

* sources/meta-ti 0ab626b5...2e1da8ef (4):
  > linux-ti-staging_6.1: CI/CD Auto-Merger: cicd.master.202310200100
  > linux-ti-staging-rt_6.1: CI/CD Auto-Merger: cicd.master.202310200100
  > u-boot-ti-staging_2023.04: CI/CD Auto-Merger: cicd.master.202310200100
  > ti-linux-fw: CI/CD Auto-Merger: cicd.master.202310200100

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

* sources/poky f65f100bc5...eb58f55dc7 (85):
  > openssl: Match target name for riscv64/riscv32
  > shared-mime-info: Fix missing sentinel warning
  > llvm: Upgrade to 17.0.3
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > patchtest: fix lic_files_chksum test regex
  > ref-manual: variables: add example for SYSROOT_DIRS variable
  > ref-manual: variables: add TOOLCHAIN_OPTIONS variable
  > ref-manual: variables: add RECIPE_SYSROOT and RECIPE_SYSROOT_NATIVE
  > dev-manual: start.rst: remove obsolete reference
  > brief-yoctoprojectqs: use new CDN mirror for sstate
  > ref-manual: Add documentation for the unimplemented-ptest QA warning
  > contributor-guide: clarify patchtest usage
  > contributor-guide: add patchtest section
  > dev-manual: layers: Add notes about layer.conf
  > ref-manual: variables: provide no-match example for COMPATIBLE_MACHINE
  > profile-manual: aesthetic cleanups
  > ref-manual: Fix PACKAGECONFIG term and add an example
  > dev-manual: new-recipe.rst: add missing parenthesis to "Patching Code" section
  > bsp-guide: bsp: skip Intel machines no longer supported in Poky
  > manuals: update list of supported machines
  > sdk-manual: appendix-obtain: improve and update descriptions
  > dev-manual: wic: update "wic list images" output
  > manuals: update linux-yocto append examples
  > ref-manual: Warn about COMPATIBLE_MACHINE skipping native recipes
  > selftest/buildoptions: tag the download mirror test with 'yocto-mirrors'
  > patchtest: skip merge test if not targeting master
  > patchtest: test regardless of mergeability
  > poky.conf: Update to post release versioning
  > linux-yocto/6.5: serial: core: integrate upstream fixes
  > linux-yocto/6.5: config: remove VIDEO_STK1160_COMMON
  > patchtest: sort when reading patches from a directory
  > patchtest: remove unused imports
  > patchtest: check for untracked changes
  > linux-firmware: create separate packages
  > systemd: add p11kit package config
  > systemd: add cryptsetup-plugins package config
  > systemd: add systemd-crypt package
  > systemd: sort packages before pn
  > base-files: Remove localhost ::1 from hosts if ipv6 missing
  > libtirpc: Support ipv6 in DISTRO_FEATURES
  > stress-ng: upgrade 0.16.05 -> 0.17.00
  > sqlite3: upgrade 3.43.1 -> 3.43.2
  > shared-mime-info: upgrade 2.2 -> 2.3
  > repo: upgrade 2.36.1 -> 2.37
  > python3-wcwidth: upgrade 0.2.6 -> 0.2.8
  > xkeyboard-config: upgrade 2.39 -> 2.40
  > base-files: profile: allow profile.d to set EDITOR
  > python3-ruamel-yaml: upgrade 0.17.32 -> 0.17.35
  > python3-pycairo: upgrade 1.24.0 -> 1.25.0
  > python3-packaging: upgrade 23.1 -> 23.2
  > python3-markdown: upgrade 3.4.4 -> 3.5
  > python3-iso8601: upgrade 2.0.0 -> 2.1.0
  > python3-hypothesis: upgrade 6.86.2 -> 6.87.4
  > python3-cffi: upgrade 1.15.1 -> 1.16.0
  > python3-beartype: upgrade 0.15.0 -> 0.16.2
  > python3-babel: upgrade 2.12.1 -> 2.13.0
  > python3-git: upgrade 3.1.36 -> 3.1.37
  > libva: upgrade 2.19.0 -> 2.20.0
  > ltp: upgrade 20230516 -> 20230929
  > libubootenv: upgrade 0.3.4 -> 0.3.5
  > libsdl2: upgrade 2.28.3 -> 2.28.4
  > libcomps: upgrade 0.1.19 -> 0.1.20
  > kmod: upgrade 30 -> 31
  > ell: upgrade 0.58 -> 0.59
  > dhcpcd: upgrade 10.0.2 -> 10.0.3
  > createrepo-c: upgrade 1.0.0 -> 1.0.1
  > btrfs-tools: upgrade 6.5.1 -> 6.5.2
  > bluez5: upgrade 5.69 -> 5.70
  > openssh: Add sshd.service
  > oeqa/sdk/rust: Add build and run test of rust binary with SDK host
  > rust-cross-canadian: set CARGO_TARGET_<triple>_RUNNER for nativesdk
  > rust-cross-canadian: set CARGO_TARGET_<triple>_RUSTFLAGS
  > perl: fix intermittent test failure
  > sstatesig: be more precise and show the full path in exceptions
  > goarch: Move Go architecture mapping to a library
  > packagegroup-core-tools-profile: Remove PROFILE_TOOLS_X
  > scripts/bitbake-whatchanged: remove
  > bitbake.conf: Drop DEPLOY_DIR_TAR
  > man-db: remove inexplicable man_db.conf patch
  > man-db: add RRECOMMENDS on glibc-utils for iconv
  > python3-urllib3: Update to 2.0.6
  > vim: Upgrade 9.0.2009 -> 9.0.2048
  > SECURITY.md: add file

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this pull request Oct 20, 2023
…cale sources/meta-openembedded sources/meta-qt6 sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-arm 2608ba34...4bf3246b (5):
  > CI: track nanbield branches
  > CI: Enable TF-A TFTF test builds
  > arm-bsp: Enable TF-A test building for the N1SDP
  > arm-bsp/n1sdp: Enable OP-TEE cache in N1SDP
  > arm-bsp/n1sdp: Move OP-TEE to DDR4

* sources/meta-clang 897ebdf...4c65122 (1):
  > clang: Update to 17.0.3 release

* sources/meta-freescale 7327e03c...c7afbc62 (5):
  > wayland: Delete recipe
  > Merge pull request #1668 from quaresmajose/firmware-nxp-wifi
  > Merge pull request #1667 from angolini/bump-linux-imx-2.1.0
  > Merge pull request #1670 from angolini/bump-linux-fslc-imx-2.1.0
  > Merge pull request #1669 from angolini/bump-linux-fslc

* sources/meta-openembedded c66ec8776...2acddd4b0 (15):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > lvgl: Allow empty package
  > lvgl: lv-drivers: Allow empty package
  > meta-python: Add python3-rapidjson to PTESTS_FAST_META_PYTHON
  > python3-rapidjson: add missing ptest dependency
  > paho-mqtt-c: upgrade 1.3.12 -> 1.3.13
  > samba.bb : Disable ad-dc by default
  > edid-decode: Upgrade to latest master
  > c-ares: upgrade 1.19.1 -> 1.20.1
  > netdata: Upgrade 1.36.1 -> 1.43.0
  > opencv: refresh protobuf-v22 compatibility patch with backported version
  > nodejs: Revert io_uring support from bundled libuv-1.46.0
  > dnf-plugin-tui: create symlinks from /usr/ to /.
  > debsums: remove old recipe
  > po4a: remove old recipe

* sources/meta-qt6 6e50360...25c7897 (42):
  < Merge pull request #13 from YoeDistro/kraj/6.5
  < Merge pull request #12 from YoeDistro/kraj/6.5
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtquick3dphysics: Fix build on clang/x86
  > qtwebengine: Fix zlib build on 32bit arches with LF64 functions
  > 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
  > qtwebengine: Fix build with libc++ from clang-17
  > qtwebengine: Fix build with clang 17
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Do not pass --target with clang
  > 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
  < Merge pull request #11 from YoeDistro/kraj/6.5
  < Merge pull request #10 from YoeDistro/kraj/6.5
  < Merge pull request #9 from YoeDistro/kraj/6.5
  < Merge pull request #8 from YoeDistro/kraj/6.5
  < Merge pull request #7 from YoeDistro/kraj/6.5
  < Merge pull request #6 from YoeDistro/kraj/6.5
  < Merge pull request #5 from YoeDistro/kraj/6.5
  < Merge pull request #4 from YoeDistro/kraj/6.5
  < Merge pull request #3 from YoeDistro/kraj/6.5
  < Merge pull request #2 from YoeDistro/kraj/6.5
  < Merge pull request #1 from YoeDistro/kraj/6.5
  < qtbase: Add locale-base-c only on glibc based targets
  < qtmultimedia: Check for commercial licence before enabling ffmpeg
  < qtwebengine: Fix build with libc++ from clang-17
  < qtwebengine: Fix build with clang 17
  < recipes: Add missing patch header tags
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Do not pass --target with clang
  < 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
  < qtwebengine: Fix skia build issue on aarch64/clang

* sources/meta-riscv 8bcca70...6f5ff91 (1):
  > musl: Sync patches with latest musl tip

* sources/meta-ti 0ab626b5...2e1da8ef (4):
  > linux-ti-staging_6.1: CI/CD Auto-Merger: cicd.master.202310200100
  > linux-ti-staging-rt_6.1: CI/CD Auto-Merger: cicd.master.202310200100
  > u-boot-ti-staging_2023.04: CI/CD Auto-Merger: cicd.master.202310200100
  > ti-linux-fw: CI/CD Auto-Merger: cicd.master.202310200100

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

* sources/poky f65f100bc5...52135efffb (89):
  > openssl: Match target name for riscv64/riscv32
  > shared-mime-info: Fix missing sentinel warning
  > llvm: Upgrade to 17.0.3
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > lib/oe/sstatesig.py: dump locked.sigs.inc only when explicitly asked via -S lockedsigs
  > oeqa/qemurunner: Extra debug
  > DOCS-WIP: Add some notes about WORKDIR name and SRCPV changes
  > Add DOCS-WIP
  > patchtest: fix lic_files_chksum test regex
  > ref-manual: variables: add example for SYSROOT_DIRS variable
  > ref-manual: variables: add TOOLCHAIN_OPTIONS variable
  > ref-manual: variables: add RECIPE_SYSROOT and RECIPE_SYSROOT_NATIVE
  > dev-manual: start.rst: remove obsolete reference
  > brief-yoctoprojectqs: use new CDN mirror for sstate
  > ref-manual: Add documentation for the unimplemented-ptest QA warning
  > contributor-guide: clarify patchtest usage
  > contributor-guide: add patchtest section
  > dev-manual: layers: Add notes about layer.conf
  > ref-manual: variables: provide no-match example for COMPATIBLE_MACHINE
  > profile-manual: aesthetic cleanups
  > ref-manual: Fix PACKAGECONFIG term and add an example
  > dev-manual: new-recipe.rst: add missing parenthesis to "Patching Code" section
  > bsp-guide: bsp: skip Intel machines no longer supported in Poky
  > manuals: update list of supported machines
  > sdk-manual: appendix-obtain: improve and update descriptions
  > dev-manual: wic: update "wic list images" output
  > manuals: update linux-yocto append examples
  > ref-manual: Warn about COMPATIBLE_MACHINE skipping native recipes
  > selftest/buildoptions: tag the download mirror test with 'yocto-mirrors'
  > patchtest: skip merge test if not targeting master
  > patchtest: test regardless of mergeability
  > poky.conf: Update to post release versioning
  > linux-yocto/6.5: serial: core: integrate upstream fixes
  > linux-yocto/6.5: config: remove VIDEO_STK1160_COMMON
  > patchtest: sort when reading patches from a directory
  > patchtest: remove unused imports
  > patchtest: check for untracked changes
  > linux-firmware: create separate packages
  > systemd: add p11kit package config
  > systemd: add cryptsetup-plugins package config
  > systemd: add systemd-crypt package
  > systemd: sort packages before pn
  > base-files: Remove localhost ::1 from hosts if ipv6 missing
  > libtirpc: Support ipv6 in DISTRO_FEATURES
  > stress-ng: upgrade 0.16.05 -> 0.17.00
  > sqlite3: upgrade 3.43.1 -> 3.43.2
  > shared-mime-info: upgrade 2.2 -> 2.3
  > repo: upgrade 2.36.1 -> 2.37
  > python3-wcwidth: upgrade 0.2.6 -> 0.2.8
  > xkeyboard-config: upgrade 2.39 -> 2.40
  > base-files: profile: allow profile.d to set EDITOR
  > python3-ruamel-yaml: upgrade 0.17.32 -> 0.17.35
  > python3-pycairo: upgrade 1.24.0 -> 1.25.0
  > python3-packaging: upgrade 23.1 -> 23.2
  > python3-markdown: upgrade 3.4.4 -> 3.5
  > python3-iso8601: upgrade 2.0.0 -> 2.1.0
  > python3-hypothesis: upgrade 6.86.2 -> 6.87.4
  > python3-cffi: upgrade 1.15.1 -> 1.16.0
  > python3-beartype: upgrade 0.15.0 -> 0.16.2
  > python3-babel: upgrade 2.12.1 -> 2.13.0
  > python3-git: upgrade 3.1.36 -> 3.1.37
  > libva: upgrade 2.19.0 -> 2.20.0
  > ltp: upgrade 20230516 -> 20230929
  > libubootenv: upgrade 0.3.4 -> 0.3.5
  > libsdl2: upgrade 2.28.3 -> 2.28.4
  > libcomps: upgrade 0.1.19 -> 0.1.20
  > kmod: upgrade 30 -> 31
  > ell: upgrade 0.58 -> 0.59
  > dhcpcd: upgrade 10.0.2 -> 10.0.3
  > createrepo-c: upgrade 1.0.0 -> 1.0.1
  > btrfs-tools: upgrade 6.5.1 -> 6.5.2
  > bluez5: upgrade 5.69 -> 5.70
  > openssh: Add sshd.service
  > oeqa/sdk/rust: Add build and run test of rust binary with SDK host
  > rust-cross-canadian: set CARGO_TARGET_<triple>_RUNNER for nativesdk
  > rust-cross-canadian: set CARGO_TARGET_<triple>_RUSTFLAGS
  > perl: fix intermittent test failure
  > sstatesig: be more precise and show the full path in exceptions
  > goarch: Move Go architecture mapping to a library
  > packagegroup-core-tools-profile: Remove PROFILE_TOOLS_X
  > scripts/bitbake-whatchanged: remove
  > bitbake.conf: Drop DEPLOY_DIR_TAR
  > man-db: remove inexplicable man_db.conf patch
  > man-db: add RRECOMMENDS on glibc-utils for iconv
  > python3-urllib3: Update to 2.0.6
  > vim: Upgrade 9.0.2009 -> 9.0.2048
  > SECURITY.md: add file

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this pull request Oct 21, 2023
…cale sources/meta-openembedded sources/meta-qt6 sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-arm 2608ba34...4bf3246b (5):
  > CI: track nanbield branches
  > CI: Enable TF-A TFTF test builds
  > arm-bsp: Enable TF-A test building for the N1SDP
  > arm-bsp/n1sdp: Enable OP-TEE cache in N1SDP
  > arm-bsp/n1sdp: Move OP-TEE to DDR4

* sources/meta-clang 897ebdf...4c65122 (1):
  > clang: Update to 17.0.3 release

* sources/meta-freescale 7327e03c...c7afbc62 (5):
  > wayland: Delete recipe
  > Merge pull request #1668 from quaresmajose/firmware-nxp-wifi
  > Merge pull request #1667 from angolini/bump-linux-imx-2.1.0
  > Merge pull request #1670 from angolini/bump-linux-fslc-imx-2.1.0
  > Merge pull request #1669 from angolini/bump-linux-fslc

* sources/meta-openembedded c66ec8776...2acddd4b0 (15):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > lvgl: Allow empty package
  > lvgl: lv-drivers: Allow empty package
  > meta-python: Add python3-rapidjson to PTESTS_FAST_META_PYTHON
  > python3-rapidjson: add missing ptest dependency
  > paho-mqtt-c: upgrade 1.3.12 -> 1.3.13
  > samba.bb : Disable ad-dc by default
  > edid-decode: Upgrade to latest master
  > c-ares: upgrade 1.19.1 -> 1.20.1
  > netdata: Upgrade 1.36.1 -> 1.43.0
  > opencv: refresh protobuf-v22 compatibility patch with backported version
  > nodejs: Revert io_uring support from bundled libuv-1.46.0
  > dnf-plugin-tui: create symlinks from /usr/ to /.
  > debsums: remove old recipe
  > po4a: remove old recipe

* sources/meta-qt6 6e50360...036bb84 (44):
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtquick3dphysics: Fix build on clang/x86
  > qtwebengine: Fix zlib build on 32bit arches with LF64 functions
  > 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
  > qtwebengine: Fix build with libc++ from clang-17
  > qtwebengine: Fix build with clang 17
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Do not pass --target with clang
  > 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
  > Merge branch '6.5' into lts-6.5
  > Workaround too eager packagegroup sanity check
  < Merge pull request #13 from YoeDistro/kraj/6.5
  < Merge pull request #12 from YoeDistro/kraj/6.5
  < Merge pull request #11 from YoeDistro/kraj/6.5
  < Merge pull request #10 from YoeDistro/kraj/6.5
  < Merge pull request #9 from YoeDistro/kraj/6.5
  < Merge pull request #8 from YoeDistro/kraj/6.5
  < Merge pull request #7 from YoeDistro/kraj/6.5
  < Merge pull request #6 from YoeDistro/kraj/6.5
  < Merge pull request #5 from YoeDistro/kraj/6.5
  < Merge pull request #4 from YoeDistro/kraj/6.5
  < Merge pull request #3 from YoeDistro/kraj/6.5
  < Merge pull request #2 from YoeDistro/kraj/6.5
  < Merge pull request #1 from YoeDistro/kraj/6.5
  < qtbase: Add locale-base-c only on glibc based targets
  < qtmultimedia: Check for commercial licence before enabling ffmpeg
  < qtwebengine: Fix build with libc++ from clang-17
  < qtwebengine: Fix build with clang 17
  < recipes: Add missing patch header tags
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Do not pass --target with clang
  < 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
  < qtwebengine: Fix skia build issue on aarch64/clang

* sources/meta-riscv 8bcca70...6f5ff91 (1):
  > musl: Sync patches with latest musl tip

* sources/meta-ti 0ab626b5...2e1da8ef (4):
  > linux-ti-staging_6.1: CI/CD Auto-Merger: cicd.master.202310200100
  > linux-ti-staging-rt_6.1: CI/CD Auto-Merger: cicd.master.202310200100
  > u-boot-ti-staging_2023.04: CI/CD Auto-Merger: cicd.master.202310200100
  > ti-linux-fw: CI/CD Auto-Merger: cicd.master.202310200100

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

* sources/poky f65f100bc5...52135efffb (89):
  > openssl: Match target name for riscv64/riscv32
  > shared-mime-info: Fix missing sentinel warning
  > llvm: Upgrade to 17.0.3
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > lib/oe/sstatesig.py: dump locked.sigs.inc only when explicitly asked via -S lockedsigs
  > oeqa/qemurunner: Extra debug
  > DOCS-WIP: Add some notes about WORKDIR name and SRCPV changes
  > Add DOCS-WIP
  > patchtest: fix lic_files_chksum test regex
  > ref-manual: variables: add example for SYSROOT_DIRS variable
  > ref-manual: variables: add TOOLCHAIN_OPTIONS variable
  > ref-manual: variables: add RECIPE_SYSROOT and RECIPE_SYSROOT_NATIVE
  > dev-manual: start.rst: remove obsolete reference
  > brief-yoctoprojectqs: use new CDN mirror for sstate
  > ref-manual: Add documentation for the unimplemented-ptest QA warning
  > contributor-guide: clarify patchtest usage
  > contributor-guide: add patchtest section
  > dev-manual: layers: Add notes about layer.conf
  > ref-manual: variables: provide no-match example for COMPATIBLE_MACHINE
  > profile-manual: aesthetic cleanups
  > ref-manual: Fix PACKAGECONFIG term and add an example
  > dev-manual: new-recipe.rst: add missing parenthesis to "Patching Code" section
  > bsp-guide: bsp: skip Intel machines no longer supported in Poky
  > manuals: update list of supported machines
  > sdk-manual: appendix-obtain: improve and update descriptions
  > dev-manual: wic: update "wic list images" output
  > manuals: update linux-yocto append examples
  > ref-manual: Warn about COMPATIBLE_MACHINE skipping native recipes
  > selftest/buildoptions: tag the download mirror test with 'yocto-mirrors'
  > patchtest: skip merge test if not targeting master
  > patchtest: test regardless of mergeability
  > poky.conf: Update to post release versioning
  > linux-yocto/6.5: serial: core: integrate upstream fixes
  > linux-yocto/6.5: config: remove VIDEO_STK1160_COMMON
  > patchtest: sort when reading patches from a directory
  > patchtest: remove unused imports
  > patchtest: check for untracked changes
  > linux-firmware: create separate packages
  > systemd: add p11kit package config
  > systemd: add cryptsetup-plugins package config
  > systemd: add systemd-crypt package
  > systemd: sort packages before pn
  > base-files: Remove localhost ::1 from hosts if ipv6 missing
  > libtirpc: Support ipv6 in DISTRO_FEATURES
  > stress-ng: upgrade 0.16.05 -> 0.17.00
  > sqlite3: upgrade 3.43.1 -> 3.43.2
  > shared-mime-info: upgrade 2.2 -> 2.3
  > repo: upgrade 2.36.1 -> 2.37
  > python3-wcwidth: upgrade 0.2.6 -> 0.2.8
  > xkeyboard-config: upgrade 2.39 -> 2.40
  > base-files: profile: allow profile.d to set EDITOR
  > python3-ruamel-yaml: upgrade 0.17.32 -> 0.17.35
  > python3-pycairo: upgrade 1.24.0 -> 1.25.0
  > python3-packaging: upgrade 23.1 -> 23.2
  > python3-markdown: upgrade 3.4.4 -> 3.5
  > python3-iso8601: upgrade 2.0.0 -> 2.1.0
  > python3-hypothesis: upgrade 6.86.2 -> 6.87.4
  > python3-cffi: upgrade 1.15.1 -> 1.16.0
  > python3-beartype: upgrade 0.15.0 -> 0.16.2
  > python3-babel: upgrade 2.12.1 -> 2.13.0
  > python3-git: upgrade 3.1.36 -> 3.1.37
  > libva: upgrade 2.19.0 -> 2.20.0
  > ltp: upgrade 20230516 -> 20230929
  > libubootenv: upgrade 0.3.4 -> 0.3.5
  > libsdl2: upgrade 2.28.3 -> 2.28.4
  > libcomps: upgrade 0.1.19 -> 0.1.20
  > kmod: upgrade 30 -> 31
  > ell: upgrade 0.58 -> 0.59
  > dhcpcd: upgrade 10.0.2 -> 10.0.3
  > createrepo-c: upgrade 1.0.0 -> 1.0.1
  > btrfs-tools: upgrade 6.5.1 -> 6.5.2
  > bluez5: upgrade 5.69 -> 5.70
  > openssh: Add sshd.service
  > oeqa/sdk/rust: Add build and run test of rust binary with SDK host
  > rust-cross-canadian: set CARGO_TARGET_<triple>_RUNNER for nativesdk
  > rust-cross-canadian: set CARGO_TARGET_<triple>_RUSTFLAGS
  > perl: fix intermittent test failure
  > sstatesig: be more precise and show the full path in exceptions
  > goarch: Move Go architecture mapping to a library
  > packagegroup-core-tools-profile: Remove PROFILE_TOOLS_X
  > scripts/bitbake-whatchanged: remove
  > bitbake.conf: Drop DEPLOY_DIR_TAR
  > man-db: remove inexplicable man_db.conf patch
  > man-db: add RRECOMMENDS on glibc-utils for iconv
  > python3-urllib3: Update to 2.0.6
  > vim: Upgrade 9.0.2009 -> 9.0.2048
  > SECURITY.md: add file

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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 pull request 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

Successfully merging this pull request may close these issues.

2 participants