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

support DL_DIR outside yoe-distro build dir #61

Closed
cbrake opened this issue Nov 21, 2018 · 3 comments
Closed

support DL_DIR outside yoe-distro build dir #61

cbrake opened this issue Nov 21, 2018 · 3 comments
Labels
enhancement New feature or request

Comments

@cbrake
Copy link
Contributor

cbrake commented Nov 21, 2018

If users redefine DL_DIR outside the build directory, is there any way to map this directory in docker.
One possibility is to parse the auto/site/local.conf files in envsetup.sh and look for DL_DIR. Ben has used something like this:

if [ -f conf/site.conf ]; then
DL_DIR=$(cat conf/site.conf | grep DL_DIR | awk '{print$3}' | tr -d '"')
fi

But there may be other ways.

@cbrake cbrake added the enhancement New feature or request label Nov 21, 2018
@openity-ben
Copy link

Just to further clarify, once I parsed DL_DIR from the conf file, I then added the following as a mount point to the docker run command:

-v $DL_DIR:$DL_DIR \

My thought behind this approach was to have a common/shared downloads folder to use across multiple projects and repos without having to re-download packages for each build and consume unnecessary disk space

@kraj
Copy link
Contributor

kraj commented Nov 21, 2018

I think this approach looks ok.

@cbrake
Copy link
Contributor Author

cbrake commented Dec 7, 2018

@openity-ben can you review/test this and see if it works for you:
#79

@cbrake cbrake closed this as completed Dec 18, 2018
kraj added a commit that referenced this issue Aug 24, 2024
…qt6 sources/meta-rockchip sources/meta-tegra sources/meta-ti sources/poky

* sources/meta-freescale 4c4483b3...52c1409d (3):
  > Merge pull request #1904 from hiagofranco/update_firmware-ele-imx
  > Merge pull request #1906 from nxp-upstream/bump_optee
  > Merge pull request #1907 from YoeDistro/yoe/mut

* sources/meta-qcom e196055...7358775 (1):
  > Merge pull request #624 from YoeDistro/yoe/mut

* sources/meta-qt6 7b3ddba...8cee80e (1):
  > Merge pull request #61 from YoeDistro/kraj/6.7

* sources/meta-rockchip dcb5079...e678960 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-tegra 1247115b...63ef5b0f (1):
  > mesa,mesa-gl: Rename bbappend to match oe-core

* sources/meta-ti e41f1e56...f8ccb207 (1):
  > trusted-firmware-a: Update to v2.11 release tag

* sources/poky 94993b0ef4d...0a0caacfa54 (53):
  > recipetool: create_npm: reuse license utils
  > recipetool: create: split guess_license function
  > recipetool: create_npm: resolve licenses defined in package.json
  > npm: accept unspecified versions in package.json
  > bitbake: fetch2/npmsw: allow packages not declaring a registry version
  > bitbake: fetch2/npmsw: fix fetching git revisions not on master
  > bitbake: ui/knotty: respect NO_COLOR & check for tty; rename print_hyperlink => format_hyperlink
  > bitbake: ui/knotty: print log paths for failed tasks in summary
  > shadow: upgrade from 4.15.1 to 4.16.0
  > util-linux/util-linux-libuuid: upgrade from 2.40.1 to 2.40.2
  > scons.bbclass: Add scons class prefix to do_configure
  > mesa: set PV from the .inc file and not via filenames
  > xz: upgrade 5.4.6 -> 5.6.2
  > xkeyboard-config: upgrade 2.41 -> 2.42
  > weston: upgrade 13.0.1 -> 13.0.3
  > webkitgtk: upgrade 2.44.1 -> 2.44.3
  > stress-ng: upgrade 0.17.08 -> 0.18.02
  > sqlite3: upgrade 3.45.3 -> 3.46.1
  > python3-webcolors: upgrade 1.13 -> 24.8.0
  > python3-uritools: upgrade 4.0.2 -> 4.0.3
  > python3-dtschema: upgrade 2024.4 -> 2024.5
  > puzzles: upgrade to latest revision
  > nghttp2: upgrade 1.62.0 -> 1.62.1
  > mtools: upgrade 4.0.43 -> 4.0.44
  > mpg123: upgrade 1.32.6 -> 1.32.7
  > lua: upgrade 5.4.6 -> 5.4.7
  > linux-firmware: upgrade 20240513 -> 20240811
  > libva: upgrade 2.20.0 -> 2.22.0
  > librepo: upgrade 1.17.0 -> 1.18.1
  > libnl: upgrade 3.9.0 -> 3.10.0
  > libedit: upgrade 20240517-3.1 -> 20240808-3.1
  > libadwaita: upgrade 1.5.2 -> 1.5.3
  > kmscube: upgrade to latest revision
  > kmod: upgrade 32 -> 33
  > gstreamer1.0: upgrade 1.24.5 -> 1.24.6
  > epiphany: upgrade 46.0 -> 46.3
  > e2fsprogs: upgrade 1.47.0 -> 1.47.1
  > dpkg: upgrade 1.22.10 -> 1.22.11
  > cmake: upgrade 3.30.1 -> 3.30.2
  > ccache: upgrade 4.10.1 -> 4.10.2
  > boost: upgrade 1.85.0 -> 1.86.0
  > bash: upgrade 5.2.21 -> 5.2.32
  > sysvinit: take release tarballs from github
  > weston-init: fix weston not starting when xwayland is enabled
  > mesa: Fix build with etnaviv gallium driver
  > ptest-runner: Update 2.4.4 -> 2.4.5
  > util-linux: Add PACKAGECONFIG option to mitigate rootfs remount error
  > oeqa/runtime/ssh: increase the number of attempts
  > migration-guides: add release notes for 5.0.3
  > test-manual: Add a missing dot
  > ref-manual: added wic.zst to the IMAGE_TYPES
  > migration-guide: add release notes for 4.0.20
  > ref-manual: fix typo and move SYSROOT_DIRS example

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 24, 2024
…qt6 sources/meta-rockchip sources/meta-tegra sources/meta-ti sources/poky

* sources/meta-freescale 4c4483b3...52c1409d (3):
  > Merge pull request #1904 from hiagofranco/update_firmware-ele-imx
  > Merge pull request #1906 from nxp-upstream/bump_optee
  > Merge pull request #1907 from YoeDistro/yoe/mut

* sources/meta-qcom e196055...7358775 (1):
  > Merge pull request #624 from YoeDistro/yoe/mut

* sources/meta-qt6 7b3ddba...8cee80e (1):
  > Merge pull request #61 from YoeDistro/kraj/6.7

* sources/meta-rockchip dcb5079...e678960 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-tegra 1247115b...63ef5b0f (1):
  > mesa,mesa-gl: Rename bbappend to match oe-core

* sources/meta-ti e41f1e56...f8ccb207 (1):
  > trusted-firmware-a: Update to v2.11 release tag

* sources/poky 94993b0ef4d...0a0caacfa54 (53):
  > recipetool: create_npm: reuse license utils
  > recipetool: create: split guess_license function
  > recipetool: create_npm: resolve licenses defined in package.json
  > npm: accept unspecified versions in package.json
  > bitbake: fetch2/npmsw: allow packages not declaring a registry version
  > bitbake: fetch2/npmsw: fix fetching git revisions not on master
  > bitbake: ui/knotty: respect NO_COLOR & check for tty; rename print_hyperlink => format_hyperlink
  > bitbake: ui/knotty: print log paths for failed tasks in summary
  > shadow: upgrade from 4.15.1 to 4.16.0
  > util-linux/util-linux-libuuid: upgrade from 2.40.1 to 2.40.2
  > scons.bbclass: Add scons class prefix to do_configure
  > mesa: set PV from the .inc file and not via filenames
  > xz: upgrade 5.4.6 -> 5.6.2
  > xkeyboard-config: upgrade 2.41 -> 2.42
  > weston: upgrade 13.0.1 -> 13.0.3
  > webkitgtk: upgrade 2.44.1 -> 2.44.3
  > stress-ng: upgrade 0.17.08 -> 0.18.02
  > sqlite3: upgrade 3.45.3 -> 3.46.1
  > python3-webcolors: upgrade 1.13 -> 24.8.0
  > python3-uritools: upgrade 4.0.2 -> 4.0.3
  > python3-dtschema: upgrade 2024.4 -> 2024.5
  > puzzles: upgrade to latest revision
  > nghttp2: upgrade 1.62.0 -> 1.62.1
  > mtools: upgrade 4.0.43 -> 4.0.44
  > mpg123: upgrade 1.32.6 -> 1.32.7
  > lua: upgrade 5.4.6 -> 5.4.7
  > linux-firmware: upgrade 20240513 -> 20240811
  > libva: upgrade 2.20.0 -> 2.22.0
  > librepo: upgrade 1.17.0 -> 1.18.1
  > libnl: upgrade 3.9.0 -> 3.10.0
  > libedit: upgrade 20240517-3.1 -> 20240808-3.1
  > libadwaita: upgrade 1.5.2 -> 1.5.3
  > kmscube: upgrade to latest revision
  > kmod: upgrade 32 -> 33
  > gstreamer1.0: upgrade 1.24.5 -> 1.24.6
  > epiphany: upgrade 46.0 -> 46.3
  > e2fsprogs: upgrade 1.47.0 -> 1.47.1
  > dpkg: upgrade 1.22.10 -> 1.22.11
  > cmake: upgrade 3.30.1 -> 3.30.2
  > ccache: upgrade 4.10.1 -> 4.10.2
  > boost: upgrade 1.85.0 -> 1.86.0
  > bash: upgrade 5.2.21 -> 5.2.32
  > sysvinit: take release tarballs from github
  > weston-init: fix weston not starting when xwayland is enabled
  > mesa: Fix build with etnaviv gallium driver
  > ptest-runner: Update 2.4.4 -> 2.4.5
  > util-linux: Add PACKAGECONFIG option to mitigate rootfs remount error
  > oeqa/runtime/ssh: increase the number of attempts
  > migration-guides: add release notes for 5.0.3
  > test-manual: Add a missing dot
  > ref-manual: added wic.zst to the IMAGE_TYPES
  > migration-guide: add release notes for 4.0.20
  > ref-manual: fix typo and move SYSROOT_DIRS example

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 26, 2024
…enembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...62063cff9 (31):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...b0df242 (3):
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...3d79af8 (32):
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...8c370b1 (1):
  > mesa,mesa-gl: Rename bbappend to match oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...45f58198bd (12):
  > openssh: Mark CVE-2023-51767 as wont-fix
  > gcc: Fix wrong order of gcc include paths on musl systems
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > quota: Fix build with latest musl.
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > rust: Upgrade 1.78.0->1.79.0
  > rust: Oe-selftest changes for rust v1.79
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 26, 2024
…enembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...62063cff9 (31):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...b0df242 (3):
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...3d79af8 (32):
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...8c370b1 (1):
  > mesa,mesa-gl: Rename bbappend to match oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...af432e9682 (13):
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > quota: Apply a backport to fix basename API with musl
  > bluez5: Fix build with musl
  > openssh: Mark CVE-2023-51767 as wont-fix
  > gcc: Fix wrong order of gcc include paths on musl systems
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > rust: Upgrade 1.78.0->1.79.0
  > rust: Oe-selftest changes for rust v1.79
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 26, 2024
…enembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...12ad5831b (32):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...b0df242 (3):
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...3d79af8 (32):
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...8c370b1 (1):
  > mesa,mesa-gl: Rename bbappend to match oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...af432e9682 (13):
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > quota: Apply a backport to fix basename API with musl
  > bluez5: Fix build with musl
  > openssh: Mark CVE-2023-51767 as wont-fix
  > gcc: Fix wrong order of gcc include paths on musl systems
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > rust: Upgrade 1.78.0->1.79.0
  > rust: Oe-selftest changes for rust v1.79
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Aug 26, 2024
…enembedded sources/meta-qcom sources/meta-qt6 sources/meta-raspberrypi sources/meta-riscv sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...12ad5831b (32):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...b0df242 (3):
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...3d79af8 (32):
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...8c370b1 (1):
  > mesa,mesa-gl: Rename bbappend to match oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...af432e9682 (13):
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > quota: Apply a backport to fix basename API with musl
  > bluez5: Fix build with musl
  > openssh: Mark CVE-2023-51767 as wont-fix
  > gcc: Fix wrong order of gcc include paths on musl systems
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > rust: Upgrade 1.78.0->1.79.0
  > rust: Oe-selftest changes for rust v1.79
  > curl: Ignore CVE-2024-32928

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

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...bf03f7fe5 (35):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...b0df242 (3):
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...ec69eec (33):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...8c370b1 (1):
  > mesa,mesa-gl: Rename bbappend to match oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...af432e9682 (13):
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > quota: Apply a backport to fix basename API with musl
  > bluez5: Fix build with musl
  > openssh: Mark CVE-2023-51767 as wont-fix
  > gcc: Fix wrong order of gcc include paths on musl systems
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > rust: Upgrade 1.78.0->1.79.0
  > rust: Oe-selftest changes for rust v1.79
  > curl: Ignore CVE-2024-32928

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

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...bf03f7fe5 (35):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...b0df242 (3):
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...ec69eec (33):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...8c370b1 (1):
  > mesa,mesa-gl: Rename bbappend to match oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...b1ea82d989 (52):
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > bluez5: Fix build with musl
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > openssh: Mark CVE-2023-51767 as wont-fix
  > gcc: Fix wrong order of gcc include paths on musl systems
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > bitbake: codeparser: Optimize dependency handling for oe.qa.handle_error()
  > curl: Ignore CVE-2024-32928

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

* sources/meta-freescale 52c1409d...702a942c (1):
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...bf03f7fe5 (35):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...99e1c9c (4):
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...ec69eec (33):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...8c370b1 (1):
  > mesa,mesa-gl: Rename bbappend to match oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...3654fa7de9 (57):
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > openssh: Mark CVE-2023-51767 as wont-fix
  > gcc: Fix wrong order of gcc include paths on musl systems
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > bluez5: Fix build with musl
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > bitbake: codeparser: Optimize dependency handling for oe.qa.handle_error()
  > curl: Ignore CVE-2024-32928

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

* sources/meta-freescale 52c1409d...702a942c (1):
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...bf03f7fe5 (35):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...99e1c9c (4):
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...ec69eec (33):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...8c370b1 (1):
  > mesa,mesa-gl: Rename bbappend to match oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...e7fd6ef193 (57):
  > bluez5: Fix build with musl
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > openssh: Mark CVE-2023-51767 as wont-fix
  > gcc: Fix wrong order of gcc include paths on musl systems
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > bitbake: codeparser: Optimize dependency handling for oe.qa.handle_error()
  > curl: Ignore CVE-2024-32928

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

* sources/meta-freescale 52c1409d...702a942c (1):
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...7b333aeaf (36):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...99e1c9c (4):
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...ec69eec (33):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...8c370b1 (1):
  > mesa,mesa-gl: Rename bbappend to match oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...21855aa94c (59):
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > openssh: Mark CVE-2023-51767 as wont-fix
  > gcc: Fix wrong order of gcc include paths on musl systems
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Optimize dependency handling for oe.qa.handle_error()
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

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

* sources/meta-freescale 52c1409d...702a942c (1):
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...c10eafe64 (82):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...99e1c9c (4):
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...ec69eec (33):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...8c370b1 (1):
  > mesa,mesa-gl: Rename bbappend to match oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...87ccab2480 (61):
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > openssh: Mark CVE-2023-51767 as wont-fix
  > gcc: Fix wrong order of gcc include paths on musl systems
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: coreparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

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

* sources/meta-freescale 52c1409d...702a942c (1):
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...c10eafe64 (82):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...99e1c9c (4):
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...8c370b1 (1):
  > mesa,mesa-gl: Rename bbappend to match oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...e143d77d34 (63):
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > insane: Further simplify code
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

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

* sources/meta-freescale 52c1409d...702a942c (1):
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...c10eafe64 (82):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...99e1c9c (4):
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...8c370b1 (1):
  > mesa,mesa-gl: Rename bbappend to match oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...464a1afa0b (58):
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

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

* sources/meta-freescale 52c1409d...702a942c (1):
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...c10eafe64 (82):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...99e1c9c (4):
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...8c370b1 (1):
  > mesa,mesa-gl: Rename bbappend to match oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...d2cb0e52ab (59):
  > gdb: Fix build with latest clang
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

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

* sources/meta-freescale 52c1409d...8952b3fc (2):
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...c10eafe64 (82):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...8a34f49 (5):
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...d92edc4049 (59):
  > gdb: Fix build with latest clang
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

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

* sources/meta-freescale 52c1409d...8952b3fc (2):
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...c10eafe64 (82):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...8a34f49 (5):
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...bd018d38f6 (65):
  > gdb: Fix build with latest clang
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

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

* sources/meta-freescale 52c1409d...8952b3fc (2):
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...59520f4fd (83):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > mariadb: Upgrade to 10.11.9 release
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...8a34f49 (5):
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...bd018d38f6 (65):
  > gdb: Fix build with latest clang
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

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

* sources/meta-freescale 52c1409d...8952b3fc (2):
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...59520f4fd (83):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > mariadb: Upgrade to 10.11.9 release
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...8a34f49 (5):
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...5aa41dcf91 (65):
  > gdb: Fix build with latest clang
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

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

* sources/meta-freescale 52c1409d...8952b3fc (2):
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...59520f4fd (83):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > mariadb: Upgrade to 10.11.9 release
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...8a34f49 (5):
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...e3d62bc070 (68):
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > sysvinit: upgrade 3.04 -> 3.10
  > gdb: Fix build with latest clang
  > resulttool: Add support to create test report in JUnit XML format
  > insane: Add missing vardepsexclude
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

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

* sources/meta-freescale 52c1409d...8952b3fc (2):
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...d6be707b (5):
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...59520f4fd (83):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > mariadb: Upgrade to 10.11.9 release
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...8a34f49 (5):
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...e3d62bc070 (68):
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > sysvinit: upgrade 3.04 -> 3.10
  > gdb: Fix build with latest clang
  > resulttool: Add support to create test report in JUnit XML format
  > insane: Add missing vardepsexclude
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

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

* sources/meta-freescale 52c1409d...8952b3fc (2):
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...67c156ac (9):
  > meta-intel.inc: set default PREFERRED_VERSION for mainline to 6.10 kernel
  > linux-intel/6.10 : update to tag mainline-tracking-v6.10-linux-240717T063713Z
  > linux-intel-rt/6.6 : update to tag lts-v6.6.44-rt39-preempt-rt-240809T014856Z
  > linux-intel/6.6 : update to tag lts-v6.6.44-linux-240808T092831Z
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...ab5d457a0 (85):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > lastlog2: remove recipe since it has been merged into util-linux
  > snort3: upgrade 3.3.3.0 -> 3.3.4.0
  > mariadb: Upgrade to 10.11.9 release
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...8a34f49 (5):
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...a1f431b4b2 (75):
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > selftest/sstatetests: Extend to cover ERROR_QA/WARN_QA common issues
  > sstate: Drop SSTATEPOSTINSTFUNC support
  > buildhistory: Simplify intercept call sites and drop SSTATEPOSTINSTFUNC usage
  > insane: Add missing vardepsexclude
  > lz4: Disable static libraries again
  > lz4: Fix static library reproducibility issue
  > zlib: Enable PIE for native builds
  > rust: Upgrade 1.78.0->1.79.0
  > rust: Oe-selftest changes for rust v1.79
  > gdb: Fix build with latest clang
  > resulttool: Add support to create test report in JUnit XML format
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

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

* sources/meta-freescale 52c1409d...8952b3fc (2):
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...67c156ac (9):
  > meta-intel.inc: set default PREFERRED_VERSION for mainline to 6.10 kernel
  > linux-intel/6.10 : update to tag mainline-tracking-v6.10-linux-240717T063713Z
  > linux-intel-rt/6.6 : update to tag lts-v6.6.44-rt39-preempt-rt-240809T014856Z
  > linux-intel/6.6 : update to tag lts-v6.6.44-linux-240808T092831Z
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...5d68bc6e4 (87):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > gerbera: Upgrade to 2.2.0
  > pegtl: add ptest support
  > lastlog2: remove recipe since it has been merged into util-linux
  > snort3: upgrade 3.3.3.0 -> 3.3.4.0
  > mariadb: Upgrade to 10.11.9 release
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...8a34f49 (5):
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...da2c1f180c (76):
  > fmt: Get rid of std::copy
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > selftest/sstatetests: Extend to cover ERROR_QA/WARN_QA common issues
  > sstate: Drop SSTATEPOSTINSTFUNC support
  > buildhistory: Simplify intercept call sites and drop SSTATEPOSTINSTFUNC usage
  > insane: Add missing vardepsexclude
  > lz4: Disable static libraries again
  > lz4: Fix static library reproducibility issue
  > zlib: Enable PIE for native builds
  > rust: Upgrade 1.78.0->1.79.0
  > rust: Oe-selftest changes for rust v1.79
  > gdb: Fix build with latest clang
  > resulttool: Add support to create test report in JUnit XML format
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

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

* sources/meta-freescale 52c1409d...8952b3fc (2):
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...67c156ac (9):
  > meta-intel.inc: set default PREFERRED_VERSION for mainline to 6.10 kernel
  > linux-intel/6.10 : update to tag mainline-tracking-v6.10-linux-240717T063713Z
  > linux-intel-rt/6.6 : update to tag lts-v6.6.44-rt39-preempt-rt-240809T014856Z
  > linux-intel/6.6 : update to tag lts-v6.6.44-linux-240808T092831Z
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...01e455a65 (88):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > pipewire: update 1.2.2 -> 1.2.3
  > gerbera: Upgrade to 2.2.0
  > pegtl: add ptest support
  > lastlog2: remove recipe since it has been merged into util-linux
  > snort3: upgrade 3.3.3.0 -> 3.3.4.0
  > mariadb: Upgrade to 10.11.9 release
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...8a34f49 (5):
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...da2c1f180c (76):
  > fmt: Get rid of std::copy
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > selftest/sstatetests: Extend to cover ERROR_QA/WARN_QA common issues
  > sstate: Drop SSTATEPOSTINSTFUNC support
  > buildhistory: Simplify intercept call sites and drop SSTATEPOSTINSTFUNC usage
  > insane: Add missing vardepsexclude
  > lz4: Disable static libraries again
  > lz4: Fix static library reproducibility issue
  > zlib: Enable PIE for native builds
  > rust: Upgrade 1.78.0->1.79.0
  > rust: Oe-selftest changes for rust v1.79
  > gdb: Fix build with latest clang
  > resulttool: Add support to create test report in JUnit XML format
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > bluez5: Fix build with musl
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

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

* sources/meta-freescale 52c1409d...8266ad6f (3):
  > Merge pull request #1913 from nxp-upstream/seco-libs
  > Merge pull request #1911 from nxp-upstream/mesa
  > Merge pull request #1905 from tq-gerberp/imx-cst-update

* sources/meta-intel 5d1f6d94...67c156ac (9):
  > meta-intel.inc: set default PREFERRED_VERSION for mainline to 6.10 kernel
  > linux-intel/6.10 : update to tag mainline-tracking-v6.10-linux-240717T063713Z
  > linux-intel-rt/6.6 : update to tag lts-v6.6.44-rt39-preempt-rt-240809T014856Z
  > linux-intel/6.6 : update to tag lts-v6.6.44-linux-240808T092831Z
  > itt : upgrade 3.25.1 -> 3.25.2
  > onednn : 3.5.1 -> 3.5.3
  > metrics-discovery : upgrade 1.12.172 -> 1.13.174
  > intel-compute-runtime : upgrade 24.22.29735.20 -> 24.26.30049.6
  > intel-graphics-compiler : upgrade 1.0.16900.23 -> 1.0.17193.4

* sources/meta-odroid 9e3d954...4a96038 (1):
  > mesa,mesa-gl: Rename bbappends to match oe-core

* sources/meta-openembedded f7fe2415e...01e455a65 (88):
  > DO NOT MERGE: Add Github actions CI workflow
  > Revert "cleanup after polkit fix"
  > cleanup after polkit fix
  > pipewire: update 1.2.2 -> 1.2.3
  > gerbera: Upgrade to 2.2.0
  > pegtl: add ptest support
  > lastlog2: remove recipe since it has been merged into util-linux
  > snort3: upgrade 3.3.3.0 -> 3.3.4.0
  > mariadb: Upgrade to 10.11.9 release
  > unbound: upgrade 1.20.0 -> 1.21.0
  > sanlock: upgrade 3.9.3 -> 3.9.4
  > samba: upgrade 4.19.7 -> 4.19.8
  > rsyslog: upgrade 8.2406.0 -> 8.2408.0
  > python3-xxhash: upgrade 3.4.1 -> 3.5.0
  > python3-types-setuptools: upgrade 71.1.0.20240726 -> 73.0.0.20240822
  > python3-types-python-dateutil: upgrade 2.9.0.20240316 -> 2.9.0.20240821
  > python3-typer: upgrade 0.12.3 -> 0.12.5
  > python3-tomlkit: upgrade 0.13.0 -> 0.13.2
  > python3-sympy: upgrade 1.13.1 -> 1.13.2
  > python3-sqlalchemy: upgrade 2.0.31 -> 2.0.32
  > python3-simplejson: upgrade 3.19.2 -> 3.19.3
  > python3-pyzstd: upgrade 0.16.0 -> 0.16.1
  > python3-pymisp: upgrade 2.4.195 -> 2.4.196
  > python3-pycodestyle: upgrade 2.12.0 -> 2.12.1
  > python3-py7zr: upgrade 0.21.1 -> 0.22.0
  > python3-paramiko: upgrade 3.4.0 -> 3.4.1
  > python3-nocaselist: upgrade 2.0.2 -> 2.0.3
  > python3-nocasedict: upgrade 2.0.3 -> 2.0.4
  > python3-marshmallow: upgrade 3.21.3 -> 3.22.0
  > python3-importlib-metadata: upgrade 8.2.0 -> 8.4.0
  > python3-imageio: upgrade 2.35.0 -> 2.35.1
  > python3-gunicorn: upgrade 22.0.0 -> 23.0.0
  > python3-eth-utils: upgrade 4.1.1 -> 5.0.0
  > python3-dbus-fast: upgrade 2.22.1 -> 2.24.0
  > python3-cachetools: upgrade 5.4.0 -> 5.5.0
  > python3-aiohue: upgrade 4.7.2 -> 4.7.3
  > python3-aiohttp: upgrade 3.10.3 -> 3.10.5
  > python3-aiohappyeyeballs: upgrade 2.3.4 -> 2.4.0
  > postgresql: upgrade 16.3 -> 16.4
  > pcsc-tools: upgrade 1.7.1 -> 1.7.2
  > pamela: upgrade 1.1.0 -> 1.2.0
  > networkmanager: upgrade 1.48.6 -> 1.48.10
  > mutter: upgrade 46.2 -> 46.4
  > mdns: upgrade 2200.120.24 -> 2200.140.11
  > xdg-dbus-proxy: upgrade 0.1.5 -> 0.1.6
  > libtest-harness-perl: upgrade 3.48 -> 3.50
  > libtdb: upgrade 1.4.11 -> 1.4.12
  > libnet-dns-perl: upgrade 1.45 -> 1.46
  > libei: upgrade 1.2.1 -> 1.3.0
  > libbytesize: upgrade 2.10 -> 2.11
  > lastlog2: upgrade 1.2.0 -> 1.3.1
  > hwdata: upgrade 0.384 -> 0.385
  > fwupd: upgrade 1.9.22 -> 1.9.24
  > ctags: upgrade 6.1.20240804.0 -> 6.1.20240825.0
  > colord-gtk: upgrade 0.3.0 -> 0.3.1
  > magic-enum: Upgrade v0.9.5 -> v0.9.6
  > vdpauinfo: require x11 in DISTRO_FEATURES
  > packagegroup-meta-oe: include deqp-runner into packagegroup-meta-oe-graphics
  > deqp-runner: improved version of parallel-deqp-runner
  > bluealsa: Update cython patch to latest upstream patch
  > directfb: Fix C++17 build warning
  > directfb: Add zlib PACKAGECONFIG
  > directfb: Add freetype PACKAGECONFIG
  > directfb: Order PACKAGECONFIG alphabetically
  > python3-xmodem: Fix LIC_FILES_CHKSUM
  > python3-smbus2: Fix LIC_FILES_CHKSUM
  > python3-libevdev: Fix LIC_FILES_CHKSUM
  > python3-haversine: Fix LIC_FILES_CHKSUM
  > python3-googleapis-common-protos: Fix LIC_FILES_CHKSUM
  > python3-pycurl: Fix LICENSE
  > python3-nmap: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-fann2: Fix LICENSE
  > python3-colorama: Fix LICENSE
  > python3-platformdirs: Fix LICENSE
  > python3-pillow: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-parse-type: Cosmetic fixes
  > python3-parse-type: Fix LICENSE
  > python3-mock: Fix LICENSE
  > python3-lru-dict: Fix LICENSE and change SUMMARY to DESCRIPTION
  > python3-email-validator: Fix LICENSE
  > python3-crc32c: Amend LICENSE declaration
  > python3-cbor2: Sanitize recipe content
  > python3-cbor2: Fix LICENSE and LIC_FILES_CHKSUM
  > python3-ansi2html: Fix HOMEPAGE and LICENSE
  > python3-xlsxwriter: Fix LICENSE
  > protobuf: version bump 4.25.3 -> 4.25.4
  > gtk+: Fix CVE-2024-6655
  > cpuset: Add recipe for cpuset tool 1.6.2

* sources/meta-qcom 7358775...8a34f49 (5):
  > Merge pull request #629 from lumag/drop-fw-wcn6855
  > Merge pull request #628 from lumag/fix-kernel
  > Merge pull request #627 from lumag/fix-qcaswak
  > Merge pull request #625 from lumag/fix-gpsd
  > Merge pull request #626 from lumag/fix-kernel

* sources/meta-qt6 8cee80e...afff9f1 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-raspberrypi e9e5efa...ec74577 (1):
  > mesa: rename bbappend to match new recipe name from oe-core

* sources/meta-riscv 19f4bf1...2adbfd3 (1):
  > musl: Drop rv32 patches

* sources/meta-variscite-bsp c360302...2c1a904 (42):
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  > freertos-variscite: imx93-var-som: Update to latest
  > cortexm-toolchain-cross: Add version 12.2.rel2
  > freertos-variscite: Add 2.15.x support for imx93 machines
  > imx93-var-dart: Add device tree for M33 demos
  > linux-variscite: Update to latest
  > freertos-variscite: imx93-var-dart: Add rproc script support
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

* sources/meta-variscite-bsp-common 86be0a7...c45cf79 (5):
  < Merge pull request #2 from YoeDistro/kraj/mickledore-var02
  > recipes: Drop setting S = WORKDIR and replace WORKDIR with UNPACKDIR
  > layer.conf: Add scarthgap to layer compat
  < Merge pull request #1 from YoeDistro/kraj/mickledore-var02
  < layer.conf: Add scarthgap to layer compat

* sources/poky 56bc6ce8c6...53d52fc12f (87):
  > openssh: Mark CVE-2023-51767 as wont-fix
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > revert
  > sstate: Drop SSTATEPOSTINSTFUNC support
  > buildhistory: Simplify intercept call sites and drop SSTATEPOSTINSTFUNC usage
  > systemd: Peter debugging
  > oeqa/selftest/bbclasses: Add tests for systemd and update-rc.d interaction
  > systemd.bbclass: Clean up empty parent directories
  > runqemu: add sd card device
  > uboot-sign: fix counters in do_uboot_assemble_fitimage
  > linux-firmware: Move Silabs wfx firmware to a separate package
  > runqemu: Fix detection of -serial parameter
  > fmt: Get rid of std::copy
  > python3-pyparsing: upgrade 3.1.2 -> 3.1.4
  > python3-hypothesis: upgrade 6.111.1 -> 6.111.2
  > sysvinit: upgrade 3.04 -> 3.10
  > lz4: Disable static libraries again
  > lz4: Fix static library reproducibility issue
  > rust: Upgrade 1.78.0->1.79.0
  > rust: Oe-selftest changes for rust v1.79
  > zlib: Enable PIE for native builds
  > gdb: Fix build with latest clang
  > resulttool: Add support to create test report in JUnit XML format
  > selftest/sstatetests: Extend to cover ERROR_QA/WARN_QA common issues
  > insane: Allow ERROR_QA to use 'contains' hash optimisations for do_package_qa
  > insane: Further simplify code
  > insane: Add missing vardepsexclude
  > insane: Drop oe.qa.add_message usage
  > insane: Optimise ERROR_QA/WARN_QA references in do_populate_sysroot
  > lib/oe: Use new visitorcode functionality for qa.handle_error()
  > musl: Upgrade to latest tip of trunk
  > musl: Update to 1.2.5 release
  > bluez5: Fix build with musl
  > vim: Upgrade 9.1.0682 -> 9.1.0698
  > linux-firmware: restore qcom/vpu-1.0/venus.mdt compatibility symlink
  > linux-firmware: package qcom-vpu firmware
  > linux-firmware: use wildcards to grab all qcom-qcm2290/qrb4210 wifi files
  > linux-firmware: move -qcom-qcm2290-wifi before -ath10k
  > linux-firmware: add packages with SM8550 and SM8650 audio topology files
  > linux-firmware: make qcom-sc8280xp-lenovo-x13s-audio install Linaro licence
  > bitbake: codeparser: Allow code visitor expressions to be declared in metadata
  > cracklib: update 2.9.11 -> 2.10.2
  > vte: upgrade 0.74.2 -> 0.76.3
  > lz4: upgrade 1.9.4 -> 1.10.0
  > alsa-utils: upgrade 1.2.11 -> 1.2.12
  > libtraceevent: upgrade 1.8.2 -> 1.8.3
  > waffle: upgrade 1.8.0 -> 1.8.1
  > hicolor-icon-theme: upgrade 0.17 -> 0.18
  > adwaita-icon-theme: upgrade 46.0 -> 46.2
  > mmc-utils: upgrade to latest revision
  > libdnf: upgrade 0.73.2 -> 0.73.3
  > ifupdown: upgrade 0.8.41 -> 0.8.43
  > iproute2: upgrade 6.9.0 -> 6.10.0
  > p11-kit: update 0.25.3 -> 0.25.5
  > libksba: update 1.6.6 -> 1.6.7
  > ffmpeg: update 6.1.1 -> 7.0.2
  > vulkan-samples: update to latest revision
  > go-helloworld: update to latest revision
  > cargo-c-native: update 0.9.30 -> 0.10.3
  > python3-scons: update 4.7.0 -> 4.8.0
  > python3-pyyaml: update 6.0.1 -> 6.0.2
  > python3-pyopenssl: update 24.1.0 -> 24.2.1
  > python3-pip: 24.0 -> 24.2
  > python3-license-expression: update 30.3.0 -> 30.3.1
  > gnu-config: update to latest revision
  > perl: update 5.38.2 -> 5.40.0
  > perlcross: update 1.5.2 -> 1.6
  > git: 2.45.2 -> 2.46.0
  > fmt: update 10.2.1 -> 11.0.2
  > automake: update 1.16.5 -> 1.17
  > lttng-modules: update 2.13.13 -> 2.13.14
  > glib-2.0: update 2.80.2 -> 2.80.4
  > xmlto: check upstream version tags, not new commits
  > selftest: use INIT_MANAGER to enable systemd instead of custom settings
  > selftest: always tweak ERROR_QA/WARN_QA per package
  > bind: upgrade 9.20.0 -> 9.20.1
  > bitbake.conf: drop VOLATILE_TMP_DIR, use FILESYSTEM_PERMS_TABLES instead
  > bitbake.conf: drop VOLATILE_LOG_DIR, use FILESYSTEM_PERMS_TABLES instead
  > libyaml: Ignore CVE-2024-35325
  > webkitgtk: fix do_configure error on beaglebone-yocto
  > quota: Apply a backport to fix basename API with musl
  > makedevs: Fix matching uid/gid
  > curl: Ignore CVE-2024-32928

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Sep 17, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-clang 814d209...ff0b4b3 (8):
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.x release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...1cbbde16 (3):
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 935634065...ab60760b5 (34):
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > DO NOT MERGE: Add Github actions CI workflow
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...6adb3a5 (3):
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...0d08728 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #62 from YoeDistro/kraj/6.7
  < Merge pull request #61 from YoeDistro/kraj/6.7
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-riscv df7d55c...49ecce5 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...98e065a4 (5):
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-variscite-bsp bf51e4b...f761c9a (40):
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

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

* sources/poky 7004840f3d...9edf84c7ee (23):
  > bluez: Fix mesh builds on musl
  > systemd-bootchart: Add riscv 32bit support
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > genericarm64: don't pin to linux 6.6
  > bluez5: remove redundant patch for MAX_INPUT
  > go-mod.bbclass: Set GO_MOD_CACHE_DIR
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > tzdata : Upgrade to 2024b
  > linux-firmware: add new package for cc33xx firmware
  > connman: upgrade 1.42 -> 1.43
  > iputils: upgrade 20240117 -> 20240905
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > lib/buildcfg: Add is_bitbake_in_separate_repo()
  > classes: Print bitbake branch and revision
  > Revert "json-glib: upgrade 1.8.0 -> 1.10.0"
  > json-glib: upgrade 1.8.0 -> 1.10.0
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Sep 17, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-clang 814d209...ff0b4b3 (8):
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.x release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...1cbbde16 (3):
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 935634065...be14a2d3b (35):
  > transmission: Link with libatomic on riscv32
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > DO NOT MERGE: Add Github actions CI workflow
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...6adb3a5 (3):
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...0d08728 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #62 from YoeDistro/kraj/6.7
  < Merge pull request #61 from YoeDistro/kraj/6.7
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-riscv df7d55c...49ecce5 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...98e065a4 (5):
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-variscite-bsp bf51e4b...f761c9a (40):
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

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

* sources/poky 7004840f3d...9edf84c7ee (23):
  > bluez: Fix mesh builds on musl
  > systemd-bootchart: Add riscv 32bit support
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > genericarm64: don't pin to linux 6.6
  > bluez5: remove redundant patch for MAX_INPUT
  > go-mod.bbclass: Set GO_MOD_CACHE_DIR
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > tzdata : Upgrade to 2024b
  > linux-firmware: add new package for cc33xx firmware
  > connman: upgrade 1.42 -> 1.43
  > iputils: upgrade 20240117 -> 20240905
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > lib/buildcfg: Add is_bitbake_in_separate_repo()
  > classes: Print bitbake branch and revision
  > Revert "json-glib: upgrade 1.8.0 -> 1.10.0"
  > json-glib: upgrade 1.8.0 -> 1.10.0
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Sep 17, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-clang 814d209...ff0b4b3 (8):
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.x release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...1cbbde16 (3):
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 935634065...be14a2d3b (35):
  > transmission: Link with libatomic on riscv32
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > DO NOT MERGE: Add Github actions CI workflow
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...6adb3a5 (3):
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...0d08728 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #62 from YoeDistro/kraj/6.7
  < Merge pull request #61 from YoeDistro/kraj/6.7
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-riscv df7d55c...49ecce5 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...98e065a4 (5):
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-variscite-bsp bf51e4b...f761c9a (40):
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

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

* sources/poky 7004840f3d...07442ce16e (23):
  > bluez: Fix mesh builds on musl
  > systemd-bootchart: Add riscv 32bit support
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > genericarm64: don't pin to linux 6.6
  > bluez5: remove redundant patch for MAX_INPUT
  > go-mod.bbclass: Set GO_MOD_CACHE_DIR
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > tzdata : Upgrade to 2024b
  > linux-firmware: add new package for cc33xx firmware
  > connman: upgrade 1.42 -> 1.43
  > iputils: upgrade 20240117 -> 20240905
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > lib/buildcfg: Add is_bitbake_in_separate_repo()
  > classes: Print bitbake branch and revision
  > Revert "json-glib: upgrade 1.8.0 -> 1.10.0"
  > json-glib: upgrade 1.8.0 -> 1.10.0
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Sep 17, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-clang 814d209...ff0b4b3 (8):
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.x release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...1cbbde16 (3):
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 935634065...be14a2d3b (35):
  > transmission: Link with libatomic on riscv32
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > DO NOT MERGE: Add Github actions CI workflow
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...6adb3a5 (3):
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...0d08728 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #62 from YoeDistro/kraj/6.7
  < Merge pull request #61 from YoeDistro/kraj/6.7
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-riscv df7d55c...49ecce5 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...98e065a4 (5):
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-variscite-bsp bf51e4b...f761c9a (40):
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

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

* sources/poky 7004840f3d...9c2f961592 (23):
  > bluez: Fix mesh builds on musl
  > systemd-bootchart: Add riscv 32bit support
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > genericarm64: don't pin to linux 6.6
  > bluez5: remove redundant patch for MAX_INPUT
  > go-mod.bbclass: Set GO_MOD_CACHE_DIR
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > tzdata : Upgrade to 2024b
  > linux-firmware: add new package for cc33xx firmware
  > connman: upgrade 1.42 -> 1.43
  > iputils: upgrade 20240117 -> 20240905
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > lib/buildcfg: Add is_bitbake_in_separate_repo()
  > classes: Print bitbake branch and revision
  > Revert "json-glib: upgrade 1.8.0 -> 1.10.0"
  > json-glib: upgrade 1.8.0 -> 1.10.0
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Sep 17, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-clang 814d209...ff0b4b3 (8):
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.x release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...1cbbde16 (3):
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 935634065...be14a2d3b (35):
  > transmission: Link with libatomic on riscv32
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > DO NOT MERGE: Add Github actions CI workflow
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...6adb3a5 (3):
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...0d08728 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #62 from YoeDistro/kraj/6.7
  < Merge pull request #61 from YoeDistro/kraj/6.7
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-riscv df7d55c...49ecce5 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...98e065a4 (5):
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-variscite-bsp bf51e4b...f761c9a (40):
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

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

* sources/poky 7004840f3d...c38ddda1f9 (23):
  > bluez: Fix mesh builds on musl
  > systemd-bootchart: Add riscv 32bit support
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > genericarm64: don't pin to linux 6.6
  > bluez5: remove redundant patch for MAX_INPUT
  > go-mod.bbclass: Set GO_MOD_CACHE_DIR
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > tzdata : Upgrade to 2024b
  > linux-firmware: add new package for cc33xx firmware
  > connman: upgrade 1.42 -> 1.43
  > iputils: upgrade 20240117 -> 20240905
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > lib/buildcfg: Add is_bitbake_in_separate_repo()
  > classes: Print bitbake branch and revision
  > Revert "json-glib: upgrade 1.8.0 -> 1.10.0"
  > json-glib: upgrade 1.8.0 -> 1.10.0
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Sep 17, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-clang 814d209...ff0b4b3 (8):
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.x release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...1cbbde16 (3):
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 935634065...3a3359b38 (37):
  > opentelemetry-cpp: Link with libatomic on rv32
  > ot-br-posix: Link with libatomic on rv32
  > transmission: Link with libatomic on riscv32
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > DO NOT MERGE: Add Github actions CI workflow
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...6adb3a5 (3):
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...0d08728 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #62 from YoeDistro/kraj/6.7
  < Merge pull request #61 from YoeDistro/kraj/6.7
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-riscv df7d55c...49ecce5 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...98e065a4 (5):
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-variscite-bsp bf51e4b...f761c9a (40):
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

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

* sources/poky 7004840f3d...c38ddda1f9 (23):
  > bluez: Fix mesh builds on musl
  > systemd-bootchart: Add riscv 32bit support
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > genericarm64: don't pin to linux 6.6
  > bluez5: remove redundant patch for MAX_INPUT
  > go-mod.bbclass: Set GO_MOD_CACHE_DIR
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > tzdata : Upgrade to 2024b
  > linux-firmware: add new package for cc33xx firmware
  > connman: upgrade 1.42 -> 1.43
  > iputils: upgrade 20240117 -> 20240905
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > lib/buildcfg: Add is_bitbake_in_separate_repo()
  > classes: Print bitbake branch and revision
  > Revert "json-glib: upgrade 1.8.0 -> 1.10.0"
  > json-glib: upgrade 1.8.0 -> 1.10.0
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Sep 17, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-clang 814d209...ff0b4b3 (8):
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.x release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...1cbbde16 (3):
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 935634065...2d3dd4656 (39):
  > netdata: Add checks for 64-bit atomic builtins
  > mozjs-115: Fix build on riscv32
  > opentelemetry-cpp: Link with libatomic on rv32
  > ot-br-posix: Link with libatomic on rv32
  > transmission: Link with libatomic on riscv32
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > DO NOT MERGE: Add Github actions CI workflow
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...6adb3a5 (3):
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...0d08728 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #62 from YoeDistro/kraj/6.7
  < Merge pull request #61 from YoeDistro/kraj/6.7
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-riscv df7d55c...49ecce5 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...98e065a4 (5):
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-variscite-bsp bf51e4b...f761c9a (40):
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

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

* sources/poky 7004840f3d...c38ddda1f9 (23):
  > bluez: Fix mesh builds on musl
  > systemd-bootchart: Add riscv 32bit support
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > genericarm64: don't pin to linux 6.6
  > bluez5: remove redundant patch for MAX_INPUT
  > go-mod.bbclass: Set GO_MOD_CACHE_DIR
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > tzdata : Upgrade to 2024b
  > linux-firmware: add new package for cc33xx firmware
  > connman: upgrade 1.42 -> 1.43
  > iputils: upgrade 20240117 -> 20240905
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > lib/buildcfg: Add is_bitbake_in_separate_repo()
  > classes: Print bitbake branch and revision
  > Revert "json-glib: upgrade 1.8.0 -> 1.10.0"
  > json-glib: upgrade 1.8.0 -> 1.10.0
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Sep 17, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-clang 814d209...ff0b4b3 (8):
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.x release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...1cbbde16 (3):
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 935634065...1262f15df (42):
  > DO NOT MERGE: Add Github actions CI workflow
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > netdata: Add checks for 64-bit atomic builtins
  > mozjs-115: Fix build on riscv32
  > opentelemetry-cpp: Link with libatomic on rv32
  > ot-br-posix: Link with libatomic on rv32
  > transmission: Link with libatomic on riscv32
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > tbb: upgrade 2021.11.0 -> 2021.13.0
  > catch2: upgrade 3.6.0 -> 3.7.0
  > v4l-utils: upgrade 1.26.1 -> 1.28.1
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...6adb3a5 (3):
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...0d08728 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #62 from YoeDistro/kraj/6.7
  < Merge pull request #61 from YoeDistro/kraj/6.7
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-riscv df7d55c...49ecce5 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...98e065a4 (5):
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-variscite-bsp bf51e4b...f761c9a (40):
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

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

* sources/poky 7004840f3d...c38ddda1f9 (23):
  > bluez: Fix mesh builds on musl
  > systemd-bootchart: Add riscv 32bit support
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > genericarm64: don't pin to linux 6.6
  > bluez5: remove redundant patch for MAX_INPUT
  > go-mod.bbclass: Set GO_MOD_CACHE_DIR
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > tzdata : Upgrade to 2024b
  > linux-firmware: add new package for cc33xx firmware
  > connman: upgrade 1.42 -> 1.43
  > iputils: upgrade 20240117 -> 20240905
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > lib/buildcfg: Add is_bitbake_in_separate_repo()
  > classes: Print bitbake branch and revision
  > Revert "json-glib: upgrade 1.8.0 -> 1.10.0"
  > json-glib: upgrade 1.8.0 -> 1.10.0
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Sep 17, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-variscite-bsp sources/meta-variscite-bsp-common sources/poky

* sources/meta-clang 814d209...551a4e1 (9):
  > python3-drgn: Use gcc when compiling for riscv32
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.x release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...1cbbde16 (3):
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 935634065...1262f15df (42):
  > DO NOT MERGE: Add Github actions CI workflow
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > netdata: Add checks for 64-bit atomic builtins
  > mozjs-115: Fix build on riscv32
  > opentelemetry-cpp: Link with libatomic on rv32
  > ot-br-posix: Link with libatomic on rv32
  > transmission: Link with libatomic on riscv32
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > tbb: upgrade 2021.11.0 -> 2021.13.0
  > catch2: upgrade 3.6.0 -> 3.7.0
  > v4l-utils: upgrade 1.26.1 -> 1.28.1
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...6adb3a5 (3):
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...0d08728 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #62 from YoeDistro/kraj/6.7
  < Merge pull request #61 from YoeDistro/kraj/6.7
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-riscv df7d55c...49ecce5 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...98e065a4 (5):
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-variscite-bsp bf51e4b...f761c9a (40):
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

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

* sources/poky 7004840f3d...c38ddda1f9 (23):
  > bluez: Fix mesh builds on musl
  > systemd-bootchart: Add riscv 32bit support
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > genericarm64: don't pin to linux 6.6
  > bluez5: remove redundant patch for MAX_INPUT
  > go-mod.bbclass: Set GO_MOD_CACHE_DIR
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > tzdata : Upgrade to 2024b
  > linux-firmware: add new package for cc33xx firmware
  > connman: upgrade 1.42 -> 1.43
  > iputils: upgrade 20240117 -> 20240905
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > lib/buildcfg: Add is_bitbake_in_separate_repo()
  > classes: Print bitbake branch and revision
  > Revert "json-glib: upgrade 1.8.0 -> 1.10.0"
  > json-glib: upgrade 1.8.0 -> 1.10.0
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

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

* sources/meta-clang 814d209...551a4e1 (9):
  > python3-drgn: Use gcc when compiling for riscv32
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.x release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...1cbbde16 (3):
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 935634065...ce870bc71 (43):
  > DO NOT MERGE: Add Github actions CI workflow
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > python3-msgpack: upgrade 1.0.8 -> 1.1.0
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > netdata: Add checks for 64-bit atomic builtins
  > mozjs-115: Fix build on riscv32
  > opentelemetry-cpp: Link with libatomic on rv32
  > ot-br-posix: Link with libatomic on rv32
  > transmission: Link with libatomic on riscv32
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > tbb: upgrade 2021.11.0 -> 2021.13.0
  > catch2: upgrade 3.6.0 -> 3.7.0
  > v4l-utils: upgrade 1.26.1 -> 1.28.1
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...6adb3a5 (3):
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...0d08728 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #62 from YoeDistro/kraj/6.7
  < Merge pull request #61 from YoeDistro/kraj/6.7
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-riscv df7d55c...49ecce5 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...98e065a4 (5):
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-ti 73f2c9fb...82e8543c (2):
  > conf: machine: Remove multiconfig compulsion for k3 platforms
  > u-boot-ti.inc: Refactor overrides to match changes in oe-core

* sources/meta-variscite-bsp bf51e4b...f761c9a (40):
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

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

* sources/poky 7004840f3d...2c9e89d9f2 (28):
  > bluez: Fix mesh builds on musl
  > systemd-bootchart: Add riscv 32bit support
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > go-mod.bbclass: Unpack module dependency license files
  > go-mod.bbclass: Set GO_MOD_CACHE_DIR
  > connman: upgrade 1.42 -> 1.43
  > iputils: upgrade 20240117 -> 20240905
  > Revert "json-glib: upgrade 1.8.0 -> 1.10.0"
  > json-glib: upgrade 1.8.0 -> 1.10.0
  > build-appliance-image: Update to master head revision
  > poky.conf: Bump version for 5.1 styhead release
  > build-appliance-image: Update to master head revision
  > scripts/install-buildtools: Update to 5.0.3
  > bitbake: toaster: Update fixtures for styhead
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > wpa-supplicant: add patch to check for kernel header version when compiling macsec
  > bluez5: remove redundant patch for MAX_INPUT
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > linux-firmware: add new package for cc33xx firmware
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > libsdl2: Fix non-deterministic configure option for libsamplerate
  > poky-tiny: Drop TCLIBCAPPEND
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

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

* sources/meta-clang 814d209...551a4e1 (9):
  > python3-drgn: Use gcc when compiling for riscv32
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.x release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...1cbbde16 (3):
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 935634065...469413f6c (43):
  > DO NOT MERGE: Add Github actions CI workflow
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > python3-msgpack: upgrade 1.0.8 -> 1.1.0
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > netdata: Add checks for 64-bit atomic builtins
  > mozjs-115: Fix build on riscv32
  > opentelemetry-cpp: Link with libatomic on rv32
  > ot-br-posix: Link with libatomic on rv32
  > transmission: Link with libatomic on riscv32
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > tbb: upgrade 2021.11.0 -> 2021.13.0
  > catch2: upgrade 3.6.0 -> 3.7.0
  > v4l-utils: upgrade 1.26.1 -> 1.28.1
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...6adb3a5 (3):
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...0d08728 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #62 from YoeDistro/kraj/6.7
  < Merge pull request #61 from YoeDistro/kraj/6.7
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-riscv df7d55c...49ecce5 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...98e065a4 (5):
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-ti 73f2c9fb...82e8543c (2):
  > conf: machine: Remove multiconfig compulsion for k3 platforms
  > u-boot-ti.inc: Refactor overrides to match changes in oe-core

* sources/meta-variscite-bsp bf51e4b...f761c9a (40):
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

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

* sources/poky 7004840f3d...2c9e89d9f2 (28):
  > bluez: Fix mesh builds on musl
  > systemd-bootchart: Add riscv 32bit support
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > go-mod.bbclass: Unpack module dependency license files
  > go-mod.bbclass: Set GO_MOD_CACHE_DIR
  > connman: upgrade 1.42 -> 1.43
  > iputils: upgrade 20240117 -> 20240905
  > Revert "json-glib: upgrade 1.8.0 -> 1.10.0"
  > json-glib: upgrade 1.8.0 -> 1.10.0
  > build-appliance-image: Update to master head revision
  > poky.conf: Bump version for 5.1 styhead release
  > build-appliance-image: Update to master head revision
  > scripts/install-buildtools: Update to 5.0.3
  > bitbake: toaster: Update fixtures for styhead
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > wpa-supplicant: add patch to check for kernel header version when compiling macsec
  > bluez5: remove redundant patch for MAX_INPUT
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > linux-firmware: add new package for cc33xx firmware
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > libsdl2: Fix non-deterministic configure option for libsamplerate
  > poky-tiny: Drop TCLIBCAPPEND
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

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

* sources/meta-clang 814d209...551a4e1 (9):
  > python3-drgn: Use gcc when compiling for riscv32
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.x release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...1cbbde16 (3):
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 935634065...468c635a9 (44):
  > DO NOT MERGE: Add Github actions CI workflow
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > highway: Fix cmake to detect riscv32
  > python3-msgpack: upgrade 1.0.8 -> 1.1.0
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > netdata: Add checks for 64-bit atomic builtins
  > mozjs-115: Fix build on riscv32
  > opentelemetry-cpp: Link with libatomic on rv32
  > ot-br-posix: Link with libatomic on rv32
  > transmission: Link with libatomic on riscv32
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > tbb: upgrade 2021.11.0 -> 2021.13.0
  > catch2: upgrade 3.6.0 -> 3.7.0
  > v4l-utils: upgrade 1.26.1 -> 1.28.1
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...6adb3a5 (3):
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...0d08728 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #62 from YoeDistro/kraj/6.7
  < Merge pull request #61 from YoeDistro/kraj/6.7
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-riscv df7d55c...49ecce5 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...98e065a4 (5):
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-ti 73f2c9fb...82e8543c (2):
  > conf: machine: Remove multiconfig compulsion for k3 platforms
  > u-boot-ti.inc: Refactor overrides to match changes in oe-core

* sources/meta-variscite-bsp bf51e4b...f761c9a (40):
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

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

* sources/poky 7004840f3d...2c9e89d9f2 (28):
  > bluez: Fix mesh builds on musl
  > systemd-bootchart: Add riscv 32bit support
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > go-mod.bbclass: Unpack module dependency license files
  > go-mod.bbclass: Set GO_MOD_CACHE_DIR
  > connman: upgrade 1.42 -> 1.43
  > iputils: upgrade 20240117 -> 20240905
  > Revert "json-glib: upgrade 1.8.0 -> 1.10.0"
  > json-glib: upgrade 1.8.0 -> 1.10.0
  > build-appliance-image: Update to master head revision
  > poky.conf: Bump version for 5.1 styhead release
  > build-appliance-image: Update to master head revision
  > scripts/install-buildtools: Update to 5.0.3
  > bitbake: toaster: Update fixtures for styhead
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > wpa-supplicant: add patch to check for kernel header version when compiling macsec
  > bluez5: remove redundant patch for MAX_INPUT
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > linux-firmware: add new package for cc33xx firmware
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > libsdl2: Fix non-deterministic configure option for libsamplerate
  > poky-tiny: Drop TCLIBCAPPEND
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

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

* sources/meta-clang 814d209...551a4e1 (9):
  > python3-drgn: Use gcc when compiling for riscv32
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.x release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...d725383b (4):
  > Merge pull request #1791 from nxp-upstream/uuu
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 935634065...e8c24ee2e (45):
  > DO NOT MERGE: Add Github actions CI workflow
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > libjxl: Disable sizeless-vectors on riscv32
  > highway: Fix cmake to detect riscv32
  > python3-msgpack: upgrade 1.0.8 -> 1.1.0
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > netdata: Add checks for 64-bit atomic builtins
  > mozjs-115: Fix build on riscv32
  > opentelemetry-cpp: Link with libatomic on rv32
  > ot-br-posix: Link with libatomic on rv32
  > transmission: Link with libatomic on riscv32
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > tbb: upgrade 2021.11.0 -> 2021.13.0
  > catch2: upgrade 3.6.0 -> 3.7.0
  > v4l-utils: upgrade 1.26.1 -> 1.28.1
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...4cd1633 (4):
  > Merge pull request #637 from quic-vkraleti/uki-changes
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...0d08728 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #62 from YoeDistro/kraj/6.7
  < Merge pull request #61 from YoeDistro/kraj/6.7
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-riscv df7d55c...e875ec6 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...98e065a4 (5):
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-ti 73f2c9fb...82e8543c (2):
  > conf: machine: Remove multiconfig compulsion for k3 platforms
  > u-boot-ti.inc: Refactor overrides to match changes in oe-core

* sources/meta-variscite-bsp bf51e4b...f761c9a (40):
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

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

* sources/poky 7004840f3d...2c9e89d9f2 (28):
  > bluez: Fix mesh builds on musl
  > systemd-bootchart: Add riscv 32bit support
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > go-mod.bbclass: Unpack module dependency license files
  > go-mod.bbclass: Set GO_MOD_CACHE_DIR
  > connman: upgrade 1.42 -> 1.43
  > iputils: upgrade 20240117 -> 20240905
  > Revert "json-glib: upgrade 1.8.0 -> 1.10.0"
  > json-glib: upgrade 1.8.0 -> 1.10.0
  > build-appliance-image: Update to master head revision
  > poky.conf: Bump version for 5.1 styhead release
  > build-appliance-image: Update to master head revision
  > scripts/install-buildtools: Update to 5.0.3
  > bitbake: toaster: Update fixtures for styhead
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > wpa-supplicant: add patch to check for kernel header version when compiling macsec
  > bluez5: remove redundant patch for MAX_INPUT
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > linux-firmware: add new package for cc33xx firmware
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > libsdl2: Fix non-deterministic configure option for libsamplerate
  > poky-tiny: Drop TCLIBCAPPEND
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

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

* sources/meta-clang 814d209...1726e52 (9):
  > python3-drgn: Use gcc when compiling for riscv32
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.1.0 release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...d725383b (4):
  > Merge pull request #1791 from nxp-upstream/uuu
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 935634065...e8c24ee2e (45):
  > DO NOT MERGE: Add Github actions CI workflow
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > libjxl: Disable sizeless-vectors on riscv32
  > highway: Fix cmake to detect riscv32
  > python3-msgpack: upgrade 1.0.8 -> 1.1.0
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > netdata: Add checks for 64-bit atomic builtins
  > mozjs-115: Fix build on riscv32
  > opentelemetry-cpp: Link with libatomic on rv32
  > ot-br-posix: Link with libatomic on rv32
  > transmission: Link with libatomic on riscv32
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > tbb: upgrade 2021.11.0 -> 2021.13.0
  > catch2: upgrade 3.6.0 -> 3.7.0
  > v4l-utils: upgrade 1.26.1 -> 1.28.1
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...4cd1633 (4):
  > Merge pull request #637 from quic-vkraleti/uki-changes
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...0d08728 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #62 from YoeDistro/kraj/6.7
  < Merge pull request #61 from YoeDistro/kraj/6.7
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-riscv df7d55c...e875ec6 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...98e065a4 (5):
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-ti 73f2c9fb...82e8543c (2):
  > conf: machine: Remove multiconfig compulsion for k3 platforms
  > u-boot-ti.inc: Refactor overrides to match changes in oe-core

* sources/meta-variscite-bsp bf51e4b...f761c9a (40):
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

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

* sources/poky 7004840f3d...2c9e89d9f2 (28):
  > bluez: Fix mesh builds on musl
  > systemd-bootchart: Add riscv 32bit support
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > go-mod.bbclass: Unpack module dependency license files
  > go-mod.bbclass: Set GO_MOD_CACHE_DIR
  > connman: upgrade 1.42 -> 1.43
  > iputils: upgrade 20240117 -> 20240905
  > Revert "json-glib: upgrade 1.8.0 -> 1.10.0"
  > json-glib: upgrade 1.8.0 -> 1.10.0
  > build-appliance-image: Update to master head revision
  > poky.conf: Bump version for 5.1 styhead release
  > build-appliance-image: Update to master head revision
  > scripts/install-buildtools: Update to 5.0.3
  > bitbake: toaster: Update fixtures for styhead
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > wpa-supplicant: add patch to check for kernel header version when compiling macsec
  > bluez5: remove redundant patch for MAX_INPUT
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > linux-firmware: add new package for cc33xx firmware
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > libsdl2: Fix non-deterministic configure option for libsamplerate
  > poky-tiny: Drop TCLIBCAPPEND
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

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

* sources/meta-clang 814d209...1726e52 (9):
  > python3-drgn: Use gcc when compiling for riscv32
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.1.0 release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...d725383b (4):
  > Merge pull request #1791 from nxp-upstream/uuu
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 935634065...7387c9ba1 (47):
  > DO NOT MERGE: Add Github actions CI workflow
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > nginx: Upgrade mainline 1.25.3 -> 1.27.1
  > nginx: Upgrade stable 1.26.0 -> 1.26.2
  > libjxl: Disable sizeless-vectors on riscv32
  > highway: Fix cmake to detect riscv32
  > python3-msgpack: upgrade 1.0.8 -> 1.1.0
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > netdata: Add checks for 64-bit atomic builtins
  > mozjs-115: Fix build on riscv32
  > opentelemetry-cpp: Link with libatomic on rv32
  > ot-br-posix: Link with libatomic on rv32
  > transmission: Link with libatomic on riscv32
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > tbb: upgrade 2021.11.0 -> 2021.13.0
  > catch2: upgrade 3.6.0 -> 3.7.0
  > v4l-utils: upgrade 1.26.1 -> 1.28.1
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...4cd1633 (4):
  > Merge pull request #637 from quic-vkraleti/uki-changes
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...0d08728 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #62 from YoeDistro/kraj/6.7
  < Merge pull request #61 from YoeDistro/kraj/6.7
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-riscv df7d55c...e875ec6 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...98e065a4 (5):
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-ti 73f2c9fb...82e8543c (2):
  > conf: machine: Remove multiconfig compulsion for k3 platforms
  > u-boot-ti.inc: Refactor overrides to match changes in oe-core

* sources/meta-variscite-bsp bf51e4b...f761c9a (40):
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

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

* sources/poky 7004840f3d...2c9e89d9f2 (28):
  > bluez: Fix mesh builds on musl
  > systemd-bootchart: Add riscv 32bit support
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > go-mod.bbclass: Unpack module dependency license files
  > go-mod.bbclass: Set GO_MOD_CACHE_DIR
  > connman: upgrade 1.42 -> 1.43
  > iputils: upgrade 20240117 -> 20240905
  > Revert "json-glib: upgrade 1.8.0 -> 1.10.0"
  > json-glib: upgrade 1.8.0 -> 1.10.0
  > build-appliance-image: Update to master head revision
  > poky.conf: Bump version for 5.1 styhead release
  > build-appliance-image: Update to master head revision
  > scripts/install-buildtools: Update to 5.0.3
  > bitbake: toaster: Update fixtures for styhead
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > wpa-supplicant: add patch to check for kernel header version when compiling macsec
  > bluez5: remove redundant patch for MAX_INPUT
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > linux-firmware: add new package for cc33xx firmware
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > libsdl2: Fix non-deterministic configure option for libsamplerate
  > poky-tiny: Drop TCLIBCAPPEND
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

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

* sources/meta-clang 814d209...1726e52 (9):
  > python3-drgn: Use gcc when compiling for riscv32
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.1.0 release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...d725383b (4):
  > Merge pull request #1791 from nxp-upstream/uuu
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 935634065...316f96c45 (48):
  > DO NOT MERGE: Add Github actions CI workflow
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > kernel-selftest: Fix build on 32bit arches with 64bit time_t
  > nginx: Upgrade mainline 1.25.3 -> 1.27.1
  > nginx: Upgrade stable 1.26.0 -> 1.26.2
  > libjxl: Disable sizeless-vectors on riscv32
  > highway: Fix cmake to detect riscv32
  > python3-msgpack: upgrade 1.0.8 -> 1.1.0
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > netdata: Add checks for 64-bit atomic builtins
  > mozjs-115: Fix build on riscv32
  > opentelemetry-cpp: Link with libatomic on rv32
  > ot-br-posix: Link with libatomic on rv32
  > transmission: Link with libatomic on riscv32
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > tbb: upgrade 2021.11.0 -> 2021.13.0
  > catch2: upgrade 3.6.0 -> 3.7.0
  > v4l-utils: upgrade 1.26.1 -> 1.28.1
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...4cd1633 (4):
  > Merge pull request #637 from quic-vkraleti/uki-changes
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...0d08728 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #62 from YoeDistro/kraj/6.7
  < Merge pull request #61 from YoeDistro/kraj/6.7
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-riscv df7d55c...e875ec6 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...98e065a4 (5):
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-ti 73f2c9fb...82e8543c (2):
  > conf: machine: Remove multiconfig compulsion for k3 platforms
  > u-boot-ti.inc: Refactor overrides to match changes in oe-core

* sources/meta-variscite-bsp bf51e4b...f761c9a (40):
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

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

* sources/poky 7004840f3d...2c9e89d9f2 (28):
  > bluez: Fix mesh builds on musl
  > systemd-bootchart: Add riscv 32bit support
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > go-mod.bbclass: Unpack module dependency license files
  > go-mod.bbclass: Set GO_MOD_CACHE_DIR
  > connman: upgrade 1.42 -> 1.43
  > iputils: upgrade 20240117 -> 20240905
  > Revert "json-glib: upgrade 1.8.0 -> 1.10.0"
  > json-glib: upgrade 1.8.0 -> 1.10.0
  > build-appliance-image: Update to master head revision
  > poky.conf: Bump version for 5.1 styhead release
  > build-appliance-image: Update to master head revision
  > scripts/install-buildtools: Update to 5.0.3
  > bitbake: toaster: Update fixtures for styhead
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > wpa-supplicant: add patch to check for kernel header version when compiling macsec
  > bluez5: remove redundant patch for MAX_INPUT
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > linux-firmware: add new package for cc33xx firmware
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > libsdl2: Fix non-deterministic configure option for libsamplerate
  > poky-tiny: Drop TCLIBCAPPEND
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

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

* sources/meta-clang 814d209...806b9a5 (10):
  > python3-cffi: Ad clang to rdeps for ptests to pass
  > python3-drgn: Use gcc when compiling for riscv32
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.1.0 release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...d725383b (4):
  > Merge pull request #1791 from nxp-upstream/uuu
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 935634065...22b314161 (49):
  > DO NOT MERGE: Add Github actions CI workflow
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > reptyr: Do not build for riscv32
  > kernel-selftest: Fix build on 32bit arches with 64bit time_t
  > nginx: Upgrade mainline 1.25.3 -> 1.27.1
  > nginx: Upgrade stable 1.26.0 -> 1.26.2
  > libjxl: Disable sizeless-vectors on riscv32
  > highway: Fix cmake to detect riscv32
  > python3-msgpack: upgrade 1.0.8 -> 1.1.0
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > netdata: Add checks for 64-bit atomic builtins
  > mozjs-115: Fix build on riscv32
  > opentelemetry-cpp: Link with libatomic on rv32
  > ot-br-posix: Link with libatomic on rv32
  > transmission: Link with libatomic on riscv32
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > tbb: upgrade 2021.11.0 -> 2021.13.0
  > catch2: upgrade 3.6.0 -> 3.7.0
  > v4l-utils: upgrade 1.26.1 -> 1.28.1
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...4cd1633 (4):
  > Merge pull request #637 from quic-vkraleti/uki-changes
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...0d08728 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #62 from YoeDistro/kraj/6.7
  < Merge pull request #61 from YoeDistro/kraj/6.7
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-riscv df7d55c...e875ec6 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...98e065a4 (5):
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-ti 73f2c9fb...82e8543c (2):
  > conf: machine: Remove multiconfig compulsion for k3 platforms
  > u-boot-ti.inc: Refactor overrides to match changes in oe-core

* sources/meta-variscite-bsp bf51e4b...f761c9a (40):
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

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

* sources/poky 7004840f3d...2c9e89d9f2 (28):
  > bluez: Fix mesh builds on musl
  > systemd-bootchart: Add riscv 32bit support
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > go-mod.bbclass: Unpack module dependency license files
  > go-mod.bbclass: Set GO_MOD_CACHE_DIR
  > connman: upgrade 1.42 -> 1.43
  > iputils: upgrade 20240117 -> 20240905
  > Revert "json-glib: upgrade 1.8.0 -> 1.10.0"
  > json-glib: upgrade 1.8.0 -> 1.10.0
  > build-appliance-image: Update to master head revision
  > poky.conf: Bump version for 5.1 styhead release
  > build-appliance-image: Update to master head revision
  > scripts/install-buildtools: Update to 5.0.3
  > bitbake: toaster: Update fixtures for styhead
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > wpa-supplicant: add patch to check for kernel header version when compiling macsec
  > bluez5: remove redundant patch for MAX_INPUT
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > linux-firmware: add new package for cc33xx firmware
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > libsdl2: Fix non-deterministic configure option for libsamplerate
  > poky-tiny: Drop TCLIBCAPPEND
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

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

* sources/meta-clang 814d209...806b9a5 (10):
  > python3-cffi: Ad clang to rdeps for ptests to pass
  > python3-drgn: Use gcc when compiling for riscv32
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.1.0 release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...d725383b (4):
  > Merge pull request #1791 from nxp-upstream/uuu
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 935634065...22b314161 (49):
  > DO NOT MERGE: Add Github actions CI workflow
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > reptyr: Do not build for riscv32
  > kernel-selftest: Fix build on 32bit arches with 64bit time_t
  > nginx: Upgrade mainline 1.25.3 -> 1.27.1
  > nginx: Upgrade stable 1.26.0 -> 1.26.2
  > libjxl: Disable sizeless-vectors on riscv32
  > highway: Fix cmake to detect riscv32
  > python3-msgpack: upgrade 1.0.8 -> 1.1.0
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > netdata: Add checks for 64-bit atomic builtins
  > mozjs-115: Fix build on riscv32
  > opentelemetry-cpp: Link with libatomic on rv32
  > ot-br-posix: Link with libatomic on rv32
  > transmission: Link with libatomic on riscv32
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > tbb: upgrade 2021.11.0 -> 2021.13.0
  > catch2: upgrade 3.6.0 -> 3.7.0
  > v4l-utils: upgrade 1.26.1 -> 1.28.1
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...4cd1633 (4):
  > Merge pull request #637 from quic-vkraleti/uki-changes
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...0d08728 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #62 from YoeDistro/kraj/6.7
  < Merge pull request #61 from YoeDistro/kraj/6.7
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-riscv df7d55c...e875ec6 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...98e065a4 (5):
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-ti 73f2c9fb...82e8543c (2):
  > conf: machine: Remove multiconfig compulsion for k3 platforms
  > u-boot-ti.inc: Refactor overrides to match changes in oe-core

* sources/meta-variscite-bsp bf51e4b...f761c9a (40):
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

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

* sources/poky 7004840f3d...bf7ee2785e (36):
  > bluez: Fix mesh builds on musl
  > systemd-bootchart: Add riscv 32bit support
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > gtk4: update 4.14.5 -> 4.16.0
  > oeqa/selftest/cases: add basic barebox tests
  > oeqa/selftest/cases: add basic u-boot test
  > oeqa: support passing custom boot patterns to runqemu
  > oeqa/utils/qemurunner: support ignoring vt100 escape sequences
  > barebox: set default BAREBOX_CONFIG for qemu machines
  > barebox-tools: add initial barebox tools support
  > barebox: add initial support
  > security-flags: Re-enable pie for power pc
  > go-mod.bbclass: Unpack module dependency license files
  > go-mod.bbclass: Set GO_MOD_CACHE_DIR
  > connman: upgrade 1.42 -> 1.43
  > iputils: upgrade 20240117 -> 20240905
  > json-glib: upgrade 1.8.0 -> 1.10.0
  > build-appliance-image: Update to master head revision
  > poky.conf: Bump version for 5.1 styhead release
  > build-appliance-image: Update to master head revision
  > scripts/install-buildtools: Update to 5.0.3
  > bitbake: toaster: Update fixtures for styhead
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > wpa-supplicant: add patch to check for kernel header version when compiling macsec
  > bluez5: remove redundant patch for MAX_INPUT
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > linux-firmware: add new package for cc33xx firmware
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > libsdl2: Fix non-deterministic configure option for libsamplerate
  > poky-tiny: Drop TCLIBCAPPEND
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

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

* sources/meta-clang 814d209...c6a3ab1 (10):
  > python3-cffi: Ad clang to rdeps for ptests to pass
  > python3-drgn: Use gcc when compiling for riscv32
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.1.0 release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...d725383b (4):
  > Merge pull request #1791 from nxp-upstream/uuu
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 935634065...12d218a86 (51):
  > DO NOT MERGE: Add Github actions CI workflow
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > colord: add configuration to fix runtime
  > ntp: Fix status call reporting incorrect value
  > reptyr: Do not build for riscv32
  > kernel-selftest: Fix build on 32bit arches with 64bit time_t
  > nginx: Upgrade mainline 1.25.3 -> 1.27.1
  > nginx: Upgrade stable 1.26.0 -> 1.26.2
  > libjxl: Disable sizeless-vectors on riscv32
  > highway: Fix cmake to detect riscv32
  > python3-msgpack: upgrade 1.0.8 -> 1.1.0
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > netdata: Add checks for 64-bit atomic builtins
  > mozjs-115: Fix build on riscv32
  > opentelemetry-cpp: Link with libatomic on rv32
  > ot-br-posix: Link with libatomic on rv32
  > transmission: Link with libatomic on riscv32
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > tbb: upgrade 2021.11.0 -> 2021.13.0
  > catch2: upgrade 3.6.0 -> 3.7.0
  > v4l-utils: upgrade 1.26.1 -> 1.28.1
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...4cd1633 (4):
  > Merge pull request #637 from quic-vkraleti/uki-changes
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...0d08728 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #62 from YoeDistro/kraj/6.7
  < Merge pull request #61 from YoeDistro/kraj/6.7
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-riscv df7d55c...e875ec6 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...98e065a4 (5):
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-ti 73f2c9fb...82e8543c (2):
  > conf: machine: Remove multiconfig compulsion for k3 platforms
  > u-boot-ti.inc: Refactor overrides to match changes in oe-core

* sources/meta-variscite-bsp bf51e4b...f761c9a (40):
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

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

* sources/poky 7004840f3d...bf7ee2785e (36):
  > bluez: Fix mesh builds on musl
  > systemd-bootchart: Add riscv 32bit support
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > gtk4: update 4.14.5 -> 4.16.0
  > oeqa/selftest/cases: add basic barebox tests
  > oeqa/selftest/cases: add basic u-boot test
  > oeqa: support passing custom boot patterns to runqemu
  > oeqa/utils/qemurunner: support ignoring vt100 escape sequences
  > barebox: set default BAREBOX_CONFIG for qemu machines
  > barebox-tools: add initial barebox tools support
  > barebox: add initial support
  > security-flags: Re-enable pie for power pc
  > go-mod.bbclass: Unpack module dependency license files
  > go-mod.bbclass: Set GO_MOD_CACHE_DIR
  > connman: upgrade 1.42 -> 1.43
  > iputils: upgrade 20240117 -> 20240905
  > json-glib: upgrade 1.8.0 -> 1.10.0
  > build-appliance-image: Update to master head revision
  > poky.conf: Bump version for 5.1 styhead release
  > build-appliance-image: Update to master head revision
  > scripts/install-buildtools: Update to 5.0.3
  > bitbake: toaster: Update fixtures for styhead
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > wpa-supplicant: add patch to check for kernel header version when compiling macsec
  > bluez5: remove redundant patch for MAX_INPUT
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > linux-firmware: add new package for cc33xx firmware
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > libsdl2: Fix non-deterministic configure option for libsamplerate
  > poky-tiny: Drop TCLIBCAPPEND
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

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

* sources/meta-clang 814d209...c6a3ab1 (10):
  > python3-cffi: Ad clang to rdeps for ptests to pass
  > python3-drgn: Use gcc when compiling for riscv32
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.1.0 release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...71bf3770 (5):
  > Merge pull request #1948 from linkjumper/follow_6.6-2.0.x-imx_master
  > Merge pull request #1791 from nxp-upstream/uuu
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 935634065...86c37986b (52):
  > DO NOT MERGE: Add Github actions CI workflow
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > webkitgtk3: update 2.44.3 -> 2.46.0
  > colord: add configuration to fix runtime
  > ntp: Fix status call reporting incorrect value
  > reptyr: Do not build for riscv32
  > kernel-selftest: Fix build on 32bit arches with 64bit time_t
  > nginx: Upgrade mainline 1.25.3 -> 1.27.1
  > nginx: Upgrade stable 1.26.0 -> 1.26.2
  > libjxl: Disable sizeless-vectors on riscv32
  > highway: Fix cmake to detect riscv32
  > python3-msgpack: upgrade 1.0.8 -> 1.1.0
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > netdata: Add checks for 64-bit atomic builtins
  > mozjs-115: Fix build on riscv32
  > opentelemetry-cpp: Link with libatomic on rv32
  > ot-br-posix: Link with libatomic on rv32
  > transmission: Link with libatomic on riscv32
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > tbb: upgrade 2021.11.0 -> 2021.13.0
  > catch2: upgrade 3.6.0 -> 3.7.0
  > v4l-utils: upgrade 1.26.1 -> 1.28.1
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...4cd1633 (4):
  > Merge pull request #637 from quic-vkraleti/uki-changes
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...0d08728 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #62 from YoeDistro/kraj/6.7
  < Merge pull request #61 from YoeDistro/kraj/6.7
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-riscv df7d55c...e875ec6 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...98e065a4 (5):
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-ti 73f2c9fb...82e8543c (2):
  > conf: machine: Remove multiconfig compulsion for k3 platforms
  > u-boot-ti.inc: Refactor overrides to match changes in oe-core

* sources/meta-variscite-bsp bf51e4b...f761c9a (40):
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

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

* sources/poky 7004840f3d...bf7ee2785e (36):
  > bluez: Fix mesh builds on musl
  > systemd-bootchart: Add riscv 32bit support
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > gtk4: update 4.14.5 -> 4.16.0
  > oeqa/selftest/cases: add basic barebox tests
  > oeqa/selftest/cases: add basic u-boot test
  > oeqa: support passing custom boot patterns to runqemu
  > oeqa/utils/qemurunner: support ignoring vt100 escape sequences
  > barebox: set default BAREBOX_CONFIG for qemu machines
  > barebox-tools: add initial barebox tools support
  > barebox: add initial support
  > security-flags: Re-enable pie for power pc
  > go-mod.bbclass: Unpack module dependency license files
  > go-mod.bbclass: Set GO_MOD_CACHE_DIR
  > connman: upgrade 1.42 -> 1.43
  > iputils: upgrade 20240117 -> 20240905
  > json-glib: upgrade 1.8.0 -> 1.10.0
  > build-appliance-image: Update to master head revision
  > poky.conf: Bump version for 5.1 styhead release
  > build-appliance-image: Update to master head revision
  > scripts/install-buildtools: Update to 5.0.3
  > bitbake: toaster: Update fixtures for styhead
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > wpa-supplicant: add patch to check for kernel header version when compiling macsec
  > bluez5: remove redundant patch for MAX_INPUT
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > linux-firmware: add new package for cc33xx firmware
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > libsdl2: Fix non-deterministic configure option for libsamplerate
  > poky-tiny: Drop TCLIBCAPPEND
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

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

* sources/meta-clang 814d209...c6a3ab1 (10):
  > python3-cffi: Ad clang to rdeps for ptests to pass
  > python3-drgn: Use gcc when compiling for riscv32
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.1.0 release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...71bf3770 (5):
  > Merge pull request #1948 from linkjumper/follow_6.6-2.0.x-imx_master
  > Merge pull request #1791 from nxp-upstream/uuu
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 935634065...990a83e29 (51):
  > DO NOT MERGE: Add Github actions CI workflow
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > colord: add configuration to fix runtime
  > ntp: Fix status call reporting incorrect value
  > reptyr: Do not build for riscv32
  > kernel-selftest: Fix build on 32bit arches with 64bit time_t
  > nginx: Upgrade mainline 1.25.3 -> 1.27.1
  > nginx: Upgrade stable 1.26.0 -> 1.26.2
  > libjxl: Disable sizeless-vectors on riscv32
  > highway: Fix cmake to detect riscv32
  > python3-msgpack: upgrade 1.0.8 -> 1.1.0
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > netdata: Add checks for 64-bit atomic builtins
  > mozjs-115: Fix build on riscv32
  > opentelemetry-cpp: Link with libatomic on rv32
  > ot-br-posix: Link with libatomic on rv32
  > transmission: Link with libatomic on riscv32
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > tbb: upgrade 2021.11.0 -> 2021.13.0
  > catch2: upgrade 3.6.0 -> 3.7.0
  > v4l-utils: upgrade 1.26.1 -> 1.28.1
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...4cd1633 (4):
  > Merge pull request #637 from quic-vkraleti/uki-changes
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...0d08728 (34):
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > qtbase: Add a fix to build tests with clang19
  > qtwebengine: Fix build with clang19
  > qtbase: Fix build with clang19
  > qtwebengine: Add backports to fix build with clang19
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qtbase: Do not use LFS64 legacy APIs
  > Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on '6.7' in yocto/meta-qt6
  < Merge pull request #62 from YoeDistro/kraj/6.7
  < Merge pull request #61 from YoeDistro/kraj/6.7
  < Merge pull request #60 from YoeDistro/kraj/6.7
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  < Merge pull request #50 from YoeDistro/kraj/6.7
  < Merge pull request #49 from YoeDistro/kraj/6.7
  < Merge pull request #48 from YoeDistro/kraj/6.7
  < Merge pull request #47 from YoeDistro/kraj/6.7
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  < Merge pull request #39 from YoeDistro/kraj/6.7
  < qtwebengine: Fix build with clang18

* sources/meta-riscv df7d55c...e875ec6 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...98e065a4 (5):
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-ti 73f2c9fb...82e8543c (2):
  > conf: machine: Remove multiconfig compulsion for k3 platforms
  > u-boot-ti.inc: Refactor overrides to match changes in oe-core

* sources/meta-variscite-bsp bf51e4b...f761c9a (40):
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

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

* sources/poky 7004840f3d...1ff07c1d0f (30):
  > qemu: Fix build on musl/riscv64
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > bluez: Fix mesh builds on musl
  > systemd-bootchart: Add riscv 32bit support
  > gtk4: update 4.14.5 -> 4.16.0
  > security-flags: Re-enable pie for power pc
  > go-mod.bbclass: Unpack module dependency license files
  > go-mod.bbclass: Set GO_MOD_CACHE_DIR
  > connman: upgrade 1.42 -> 1.43
  > iputils: upgrade 20240117 -> 20240905
  > json-glib: upgrade 1.8.0 -> 1.10.0
  > build-appliance-image: Update to master head revision
  > poky.conf: Bump version for 5.1 styhead release
  > build-appliance-image: Update to master head revision
  > scripts/install-buildtools: Update to 5.0.3
  > bitbake: toaster: Update fixtures for styhead
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > wpa-supplicant: add patch to check for kernel header version when compiling macsec
  > bluez5: remove redundant patch for MAX_INPUT
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > linux-firmware: add new package for cc33xx firmware
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > libsdl2: Fix non-deterministic configure option for libsamplerate
  > poky-tiny: Drop TCLIBCAPPEND
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

Signed-off-by: Khem Raj <[email protected]>
kraj added a commit that referenced this issue Sep 19, 2024
…-odroid sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-riscv sources/meta-swupdate sources/meta-tegra sources/meta-ti sources/poky

* sources/meta-clang 814d209...c6a3ab1 (10):
  > python3-cffi: Ad clang to rdeps for ptests to pass
  > python3-drgn: Use gcc when compiling for riscv32
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.1.0 release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...71bf3770 (5):
  > Merge pull request #1948 from linkjumper/follow_6.6-2.0.x-imx_master
  > Merge pull request #1791 from nxp-upstream/uuu
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 9356340655...8c4bbc148b (50):
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > colord: add configuration to fix runtime
  > ntp: Fix status call reporting incorrect value
  > reptyr: Do not build for riscv32
  > kernel-selftest: Fix build on 32bit arches with 64bit time_t
  > nginx: Upgrade mainline 1.25.3 -> 1.27.1
  > nginx: Upgrade stable 1.26.0 -> 1.26.2
  > libjxl: Disable sizeless-vectors on riscv32
  > highway: Fix cmake to detect riscv32
  > python3-msgpack: upgrade 1.0.8 -> 1.1.0
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > netdata: Add checks for 64-bit atomic builtins
  > mozjs-115: Fix build on riscv32
  > opentelemetry-cpp: Link with libatomic on rv32
  > ot-br-posix: Link with libatomic on rv32
  > transmission: Link with libatomic on riscv32
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > tbb: upgrade 2021.11.0 -> 2021.13.0
  > catch2: upgrade 3.6.0 -> 3.7.0
  > v4l-utils: upgrade 1.26.1 -> 1.28.1
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...4cd1633 (4):
  > Merge pull request #637 from quic-vkraleti/uki-changes
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...e823146 (169):
  > qtwebengine: Fix build on 32bit arm while using clang
  > qttools: Fix build with clang-19
  > qtquick3d: Fix output operator
  > qtwebengine: Fix build with Clang-19+
  > qtbase: Fix build with clang19
  > gn-native: Fix build with GCC 12
  > gcc-source: Only apply patch on GCC 13
  > qtwebengine: Add missing patch headers
  < Merge pull request #62 from YoeDistro/kraj/6.7
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > Revert "qtwebengine: Add patch for cross-compilation error"
  > qtapplicationmanager: remove patch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > qtwebengine: Add patch for cross-compilation error
  < Merge pull request #60 from YoeDistro/kraj/6.7
  > Do not build webnn with xnnpack (122-based) on yocto
  > Fix cross compiler crash when compiling qtwebengine
  > qtwebengine: update chromium branch
  > python3-qface: backport recipe from meta-oe master
  > qtapplicationmanager: update recipe
  > qt3d: update license
  > qmlcompilerplus: Update licenses
  > qtdeviceutilities: update licenses
  > qtwayland: update license
  > qtshadertools: update license
  > qtshadertools: update licenses
  > Update submodule refs on '6.8' in yocto/meta-qt6
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  > qtpdf: add cups dependency
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  > qtlocation: update licenses
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  > qt6-git.inc: Switch to 6.8 branch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > layer: add compatibility to styhead
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qt6: do not mix bitbake's and shell variables
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > ptests: Install external resource files
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtquick3d: add workaround for test build failure"
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #50 from YoeDistro/kraj/6.7
  > coin: use more memory for the ptest testimage
  > ptests: Update test environment for non and root user
  > qtwebengine: add PACKAGECONFIG for x11 dependencies
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: disable dnslookup for mingw builds
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > nativesdk-packagegroup-qt6-toolchain-host-addons: Add wayland dependent packages conditionally
  < Merge pull request #49 from YoeDistro/kraj/6.7
  > Add vendor to CVE_PRODUCT
  < Merge pull request #48 from YoeDistro/kraj/6.7
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #47 from YoeDistro/kraj/6.7
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > ptest: include only needed files
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtwayland: fix patch fuzz
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtwayland: make wayland DISTRO_FEATURES a requirement
  > readme: update Yocto support table
  > qtmultimedia: update revision
  > qtpositioning: add geoclue to packageconfig
  > coin: switch one build to scarthgap
  > coin: don't use nanbield for mingw builds
  > qtbase: disable stack protector for mingw
  > qtwayland: fix patch fuzz
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  > qtdatavis3d: add feature_check for opengl
  > ptest: disable examples build
  < Merge pull request #39 from YoeDistro/kraj/6.7
  > qtbase: fix patch fuzz
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < 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
  > qtbase: don't generate qmake wrapper
  < qtbase: add PACKAGECONFIG for wayland support
  < squish: fix QA issue
  < squish: add profile script
  > qtbase: add PACKAGECONFIG for wayland support
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < squish: make wayland optional
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < Add support for building Squish
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  > qtquick3d: add workaround for test build failure
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < layer.conf: update LAYERSERIES_COMPAT for scarthgap
  < packagegroup: add Qt modules only on supported archs
  < qtbase: prefer system png
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > qtbase: prefer system png
  > packagegroup: add Qt modules only on supported archs
  < 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
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > qtwebengine: Remove setting --target option with yocto
  > libwebp: add workaround for native build
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < packagegroup: fix warning caused by inherit_defer
  > packagegroup: fix warning caused by inherit_defer
  < coin: update build targets
  > coin: update build targets
  < ptest: skip non-existing tests
  > ptest: skip non-existing tests
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Add recipe for QtDoc
  > Add recipe for QtDoc
  < qtmultimedia: update revision
  < Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < webengine: update patch
  < Update submodule refs on '6.7' in yocto/meta-qt6
  > webengine: update patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < ptest: better handling for test list
  < Add srcrev for QtDoc
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  < pytest-qt: upgrade to latest version
  > pytest-qt: upgrade to latest version
  > Bump version to 6.8.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qt6-git.inc: Switch to 6.7 branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtwebengine: update to 118-based
  < 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
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error

* sources/meta-riscv df7d55c...e875ec6 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...98e065a4 (5):
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-ti 73f2c9fb...82e8543c (2):
  > conf: machine: Remove multiconfig compulsion for k3 platforms
  > u-boot-ti.inc: Refactor overrides to match changes in oe-core

* sources/poky 7004840f3dc...8f01ae5c7cb (15):
  > build-appliance-image: Update to master head revision
  > poky.conf: Bump version for 5.1 styhead release
  > build-appliance-image: Update to master head revision
  > scripts/install-buildtools: Update to 5.0.3
  > bitbake: toaster: Update fixtures for styhead
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > wpa-supplicant: add patch to check for kernel header version when compiling macsec
  > bluez5: remove redundant patch for MAX_INPUT
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > linux-firmware: add new package for cc33xx firmware
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > libsdl2: Fix non-deterministic configure option for libsamplerate
  > poky-tiny: Drop TCLIBCAPPEND
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

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

* sources/meta-clang 814d209...c6a3ab1 (10):
  > python3-cffi: Ad clang to rdeps for ptests to pass
  > python3-drgn: Use gcc when compiling for riscv32
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.1.0 release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...71bf3770 (5):
  > Merge pull request #1948 from linkjumper/follow_6.6-2.0.x-imx_master
  > Merge pull request #1791 from nxp-upstream/uuu
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 935634065...990a83e29 (51):
  > DO NOT MERGE: Add Github actions CI workflow
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > colord: add configuration to fix runtime
  > ntp: Fix status call reporting incorrect value
  > reptyr: Do not build for riscv32
  > kernel-selftest: Fix build on 32bit arches with 64bit time_t
  > nginx: Upgrade mainline 1.25.3 -> 1.27.1
  > nginx: Upgrade stable 1.26.0 -> 1.26.2
  > libjxl: Disable sizeless-vectors on riscv32
  > highway: Fix cmake to detect riscv32
  > python3-msgpack: upgrade 1.0.8 -> 1.1.0
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > netdata: Add checks for 64-bit atomic builtins
  > mozjs-115: Fix build on riscv32
  > opentelemetry-cpp: Link with libatomic on rv32
  > ot-br-posix: Link with libatomic on rv32
  > transmission: Link with libatomic on riscv32
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > tbb: upgrade 2021.11.0 -> 2021.13.0
  > catch2: upgrade 3.6.0 -> 3.7.0
  > v4l-utils: upgrade 1.26.1 -> 1.28.1
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...4cd1633 (4):
  > Merge pull request #637 from quic-vkraleti/uki-changes
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...e823146 (169):
  > qtwebengine: Fix build on 32bit arm while using clang
  > qttools: Fix build with clang-19
  > qtquick3d: Fix output operator
  > qtwebengine: Fix build with Clang-19+
  > qtbase: Fix build with clang19
  > gn-native: Fix build with GCC 12
  > gcc-source: Only apply patch on GCC 13
  > qtwebengine: Add missing patch headers
  < Merge pull request #62 from YoeDistro/kraj/6.7
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > Revert "qtwebengine: Add patch for cross-compilation error"
  > qtapplicationmanager: remove patch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > qtwebengine: Add patch for cross-compilation error
  < Merge pull request #60 from YoeDistro/kraj/6.7
  > Do not build webnn with xnnpack (122-based) on yocto
  > Fix cross compiler crash when compiling qtwebengine
  > qtwebengine: update chromium branch
  > python3-qface: backport recipe from meta-oe master
  > qtapplicationmanager: update recipe
  > qt3d: update license
  > qmlcompilerplus: Update licenses
  > qtdeviceutilities: update licenses
  > qtwayland: update license
  > qtshadertools: update license
  > qtshadertools: update licenses
  > Update submodule refs on '6.8' in yocto/meta-qt6
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  > qtpdf: add cups dependency
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  > qtlocation: update licenses
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  > qt6-git.inc: Switch to 6.8 branch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > layer: add compatibility to styhead
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qt6: do not mix bitbake's and shell variables
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > ptests: Install external resource files
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtquick3d: add workaround for test build failure"
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #50 from YoeDistro/kraj/6.7
  > coin: use more memory for the ptest testimage
  > ptests: Update test environment for non and root user
  > qtwebengine: add PACKAGECONFIG for x11 dependencies
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: disable dnslookup for mingw builds
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > nativesdk-packagegroup-qt6-toolchain-host-addons: Add wayland dependent packages conditionally
  < Merge pull request #49 from YoeDistro/kraj/6.7
  > Add vendor to CVE_PRODUCT
  < Merge pull request #48 from YoeDistro/kraj/6.7
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #47 from YoeDistro/kraj/6.7
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > ptest: include only needed files
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtwayland: fix patch fuzz
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtwayland: make wayland DISTRO_FEATURES a requirement
  > readme: update Yocto support table
  > qtmultimedia: update revision
  > qtpositioning: add geoclue to packageconfig
  > coin: switch one build to scarthgap
  > coin: don't use nanbield for mingw builds
  > qtbase: disable stack protector for mingw
  > qtwayland: fix patch fuzz
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  > qtdatavis3d: add feature_check for opengl
  > ptest: disable examples build
  < Merge pull request #39 from YoeDistro/kraj/6.7
  > qtbase: fix patch fuzz
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < 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
  > qtbase: don't generate qmake wrapper
  < qtbase: add PACKAGECONFIG for wayland support
  < squish: fix QA issue
  < squish: add profile script
  > qtbase: add PACKAGECONFIG for wayland support
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < squish: make wayland optional
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < Add support for building Squish
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  > qtquick3d: add workaround for test build failure
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < layer.conf: update LAYERSERIES_COMPAT for scarthgap
  < packagegroup: add Qt modules only on supported archs
  < qtbase: prefer system png
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > qtbase: prefer system png
  > packagegroup: add Qt modules only on supported archs
  < 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
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > qtwebengine: Remove setting --target option with yocto
  > libwebp: add workaround for native build
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < packagegroup: fix warning caused by inherit_defer
  > packagegroup: fix warning caused by inherit_defer
  < coin: update build targets
  > coin: update build targets
  < ptest: skip non-existing tests
  > ptest: skip non-existing tests
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Add recipe for QtDoc
  > Add recipe for QtDoc
  < qtmultimedia: update revision
  < Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < webengine: update patch
  < Update submodule refs on '6.7' in yocto/meta-qt6
  > webengine: update patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < ptest: better handling for test list
  < Add srcrev for QtDoc
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  < pytest-qt: upgrade to latest version
  > pytest-qt: upgrade to latest version
  > Bump version to 6.8.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qt6-git.inc: Switch to 6.7 branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtwebengine: update to 118-based
  < 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
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error

* sources/meta-riscv df7d55c...e875ec6 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...98e065a4 (5):
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-ti 73f2c9fb...82e8543c (2):
  > conf: machine: Remove multiconfig compulsion for k3 platforms
  > u-boot-ti.inc: Refactor overrides to match changes in oe-core

* sources/meta-variscite-bsp bf51e4b...f761c9a (40):
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

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

* sources/poky 7004840f3d...1ff07c1d0f (30):
  > qemu: Fix build on musl/riscv64
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > bluez: Fix mesh builds on musl
  > systemd-bootchart: Add riscv 32bit support
  > gtk4: update 4.14.5 -> 4.16.0
  > security-flags: Re-enable pie for power pc
  > go-mod.bbclass: Unpack module dependency license files
  > go-mod.bbclass: Set GO_MOD_CACHE_DIR
  > connman: upgrade 1.42 -> 1.43
  > iputils: upgrade 20240117 -> 20240905
  > json-glib: upgrade 1.8.0 -> 1.10.0
  > build-appliance-image: Update to master head revision
  > poky.conf: Bump version for 5.1 styhead release
  > build-appliance-image: Update to master head revision
  > scripts/install-buildtools: Update to 5.0.3
  > bitbake: toaster: Update fixtures for styhead
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > wpa-supplicant: add patch to check for kernel header version when compiling macsec
  > bluez5: remove redundant patch for MAX_INPUT
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > linux-firmware: add new package for cc33xx firmware
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > libsdl2: Fix non-deterministic configure option for libsamplerate
  > poky-tiny: Drop TCLIBCAPPEND
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

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

* sources/meta-clang 814d209...c6a3ab1 (10):
  > python3-cffi: Ad clang to rdeps for ptests to pass
  > python3-drgn: Use gcc when compiling for riscv32
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.1.0 release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...71bf3770 (5):
  > Merge pull request #1948 from linkjumper/follow_6.6-2.0.x-imx_master
  > Merge pull request #1791 from nxp-upstream/uuu
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 935634065...d54d698f1 (79):
  > DO NOT MERGE: Add Github actions CI workflow
  > traceroute: upgrade 2.1.5 -> 2.1.6
  > tecla: upgrade 46.0 -> 47.0
  > stunnel: upgrade 5.72 -> 5.73
  > python3-yarl: upgrade 1.10.0 -> 1.11.1
  > python3-xmlschema: upgrade 3.3.2 -> 3.4.1
  > python3-virtualenv: upgrade 20.26.4 -> 20.26.5
  > python3-robotframework: upgrade 7.0.1 -> 7.1
  > python3-rich: upgrade 13.8.0 -> 13.8.1
  > python3-regex: upgrade 2024.7.24 -> 2024.9.11
  > python3-pyunormalize: upgrade 15.1.0 -> 16.0.0
  > python3-pyproject-api: upgrade 1.7.1 -> 1.7.2
  > python3-pymisp: upgrade 2.4.197 -> 2.4.198
  > python3-pyasn1-modules: upgrade 0.4.0 -> 0.4.1
  > python3-psycopg: upgrade 3.2.1 -> 3.2.2
  > python3-platformdirs: upgrade 4.3.1 -> 4.3.6
  > python3-paramiko: upgrade 3.4.1 -> 3.5.0
  > python3-nmap: upgrade 1.6.0 -> 1.9.1
  > python3-greenlet: upgrade 3.0.3 -> 3.1.0
  > python3-filelock: upgrade 3.16.0 -> 3.16.1
  > python3-eventlet: upgrade 0.36.1 -> 0.37.0
  > python3-elementpath: upgrade 4.4.0 -> 4.5.0
  > pegtl: upgrade 3.2.7 -> 3.2.8
  > libmanette: upgrade 0.2.7 -> 0.2.9
  > gnome-font-viewer: upgrade 46.0 -> 47.0
  > gnome-chess: upgrade 46.0 -> 47.0
  > gnome-backgrounds: upgrade 46.0 -> 47.0
  > ctags: upgrade 6.1.20240908.0 -> 6.1.20240915.0
  > bdwgc: upgrade 8.2.6 -> 8.2.8
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > colord: add configuration to fix runtime
  > ntp: Fix status call reporting incorrect value
  > reptyr: Do not build for riscv32
  > kernel-selftest: Fix build on 32bit arches with 64bit time_t
  > nginx: Upgrade mainline 1.25.3 -> 1.27.1
  > nginx: Upgrade stable 1.26.0 -> 1.26.2
  > libjxl: Disable sizeless-vectors on riscv32
  > highway: Fix cmake to detect riscv32
  > python3-msgpack: upgrade 1.0.8 -> 1.1.0
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > netdata: Add checks for 64-bit atomic builtins
  > mozjs-115: Fix build on riscv32
  > opentelemetry-cpp: Link with libatomic on rv32
  > ot-br-posix: Link with libatomic on rv32
  > transmission: Link with libatomic on riscv32
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > tbb: upgrade 2021.11.0 -> 2021.13.0
  > catch2: upgrade 3.6.0 -> 3.7.0
  > v4l-utils: upgrade 1.26.1 -> 1.28.1
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...4cd1633 (4):
  > Merge pull request #637 from quic-vkraleti/uki-changes
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...e823146 (169):
  > qtwebengine: Fix build on 32bit arm while using clang
  > qttools: Fix build with clang-19
  > qtquick3d: Fix output operator
  > qtwebengine: Fix build with Clang-19+
  > qtbase: Fix build with clang19
  > gn-native: Fix build with GCC 12
  > gcc-source: Only apply patch on GCC 13
  > qtwebengine: Add missing patch headers
  < Merge pull request #62 from YoeDistro/kraj/6.7
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > Revert "qtwebengine: Add patch for cross-compilation error"
  > qtapplicationmanager: remove patch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > qtwebengine: Add patch for cross-compilation error
  < Merge pull request #60 from YoeDistro/kraj/6.7
  > Do not build webnn with xnnpack (122-based) on yocto
  > Fix cross compiler crash when compiling qtwebengine
  > qtwebengine: update chromium branch
  > python3-qface: backport recipe from meta-oe master
  > qtapplicationmanager: update recipe
  > qt3d: update license
  > qmlcompilerplus: Update licenses
  > qtdeviceutilities: update licenses
  > qtwayland: update license
  > qtshadertools: update license
  > qtshadertools: update licenses
  > Update submodule refs on '6.8' in yocto/meta-qt6
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  > qtpdf: add cups dependency
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  > qtlocation: update licenses
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  > qt6-git.inc: Switch to 6.8 branch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > layer: add compatibility to styhead
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qt6: do not mix bitbake's and shell variables
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > ptests: Install external resource files
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtquick3d: add workaround for test build failure"
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #50 from YoeDistro/kraj/6.7
  > coin: use more memory for the ptest testimage
  > ptests: Update test environment for non and root user
  > qtwebengine: add PACKAGECONFIG for x11 dependencies
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: disable dnslookup for mingw builds
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > nativesdk-packagegroup-qt6-toolchain-host-addons: Add wayland dependent packages conditionally
  < Merge pull request #49 from YoeDistro/kraj/6.7
  > Add vendor to CVE_PRODUCT
  < Merge pull request #48 from YoeDistro/kraj/6.7
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #47 from YoeDistro/kraj/6.7
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > ptest: include only needed files
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtwayland: fix patch fuzz
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtwayland: make wayland DISTRO_FEATURES a requirement
  > readme: update Yocto support table
  > qtmultimedia: update revision
  > qtpositioning: add geoclue to packageconfig
  > coin: switch one build to scarthgap
  > coin: don't use nanbield for mingw builds
  > qtbase: disable stack protector for mingw
  > qtwayland: fix patch fuzz
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  > qtdatavis3d: add feature_check for opengl
  > ptest: disable examples build
  < Merge pull request #39 from YoeDistro/kraj/6.7
  > qtbase: fix patch fuzz
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < 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
  > qtbase: don't generate qmake wrapper
  < qtbase: add PACKAGECONFIG for wayland support
  < squish: fix QA issue
  < squish: add profile script
  > qtbase: add PACKAGECONFIG for wayland support
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < squish: make wayland optional
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < Add support for building Squish
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  > qtquick3d: add workaround for test build failure
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < layer.conf: update LAYERSERIES_COMPAT for scarthgap
  < packagegroup: add Qt modules only on supported archs
  < qtbase: prefer system png
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > qtbase: prefer system png
  > packagegroup: add Qt modules only on supported archs
  < 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
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > qtwebengine: Remove setting --target option with yocto
  > libwebp: add workaround for native build
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < packagegroup: fix warning caused by inherit_defer
  > packagegroup: fix warning caused by inherit_defer
  < coin: update build targets
  > coin: update build targets
  < ptest: skip non-existing tests
  > ptest: skip non-existing tests
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Add recipe for QtDoc
  > Add recipe for QtDoc
  < qtmultimedia: update revision
  < Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < webengine: update patch
  < Update submodule refs on '6.7' in yocto/meta-qt6
  > webengine: update patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < ptest: better handling for test list
  < Add srcrev for QtDoc
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  < pytest-qt: upgrade to latest version
  > pytest-qt: upgrade to latest version
  > Bump version to 6.8.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qt6-git.inc: Switch to 6.7 branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtwebengine: update to 118-based
  < 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
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error

* sources/meta-riscv df7d55c...e875ec6 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...98e065a4 (5):
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-ti 73f2c9fb...82e8543c (2):
  > conf: machine: Remove multiconfig compulsion for k3 platforms
  > u-boot-ti.inc: Refactor overrides to match changes in oe-core

* sources/meta-variscite-bsp bf51e4b...f761c9a (40):
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

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

* sources/poky 7004840f3d...1ff07c1d0f (30):
  > qemu: Fix build on musl/riscv64
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > bluez: Fix mesh builds on musl
  > systemd-bootchart: Add riscv 32bit support
  > gtk4: update 4.14.5 -> 4.16.0
  > security-flags: Re-enable pie for power pc
  > go-mod.bbclass: Unpack module dependency license files
  > go-mod.bbclass: Set GO_MOD_CACHE_DIR
  > connman: upgrade 1.42 -> 1.43
  > iputils: upgrade 20240117 -> 20240905
  > json-glib: upgrade 1.8.0 -> 1.10.0
  > build-appliance-image: Update to master head revision
  > poky.conf: Bump version for 5.1 styhead release
  > build-appliance-image: Update to master head revision
  > scripts/install-buildtools: Update to 5.0.3
  > bitbake: toaster: Update fixtures for styhead
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > wpa-supplicant: add patch to check for kernel header version when compiling macsec
  > bluez5: remove redundant patch for MAX_INPUT
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > linux-firmware: add new package for cc33xx firmware
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > libsdl2: Fix non-deterministic configure option for libsamplerate
  > poky-tiny: Drop TCLIBCAPPEND
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

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

* sources/meta-arm 60361945...d75cf2dd (5):
  > arm-bsp/trusted-firmware-m: corstone1000: Fix MPU configuration
  > arm-bsp/documentation: corstone1000: Improve user guide
  > arm-bsp/documentation: corstone1000: remove TEE driver load
  > arm-bsp/linux-yocto: corstone1000: bump to v6.10
  > arm/libts: Patch to fix 6.10 kernel builds breaks

* sources/meta-clang 814d209...c6a3ab1 (10):
  > python3-cffi: Ad clang to rdeps for ptests to pass
  > python3-drgn: Use gcc when compiling for riscv32
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.1.0 release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...71bf3770 (5):
  > Merge pull request #1948 from linkjumper/follow_6.6-2.0.x-imx_master
  > Merge pull request #1791 from nxp-upstream/uuu
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 935634065...d54d698f1 (79):
  > DO NOT MERGE: Add Github actions CI workflow
  > traceroute: upgrade 2.1.5 -> 2.1.6
  > tecla: upgrade 46.0 -> 47.0
  > stunnel: upgrade 5.72 -> 5.73
  > python3-yarl: upgrade 1.10.0 -> 1.11.1
  > python3-xmlschema: upgrade 3.3.2 -> 3.4.1
  > python3-virtualenv: upgrade 20.26.4 -> 20.26.5
  > python3-robotframework: upgrade 7.0.1 -> 7.1
  > python3-rich: upgrade 13.8.0 -> 13.8.1
  > python3-regex: upgrade 2024.7.24 -> 2024.9.11
  > python3-pyunormalize: upgrade 15.1.0 -> 16.0.0
  > python3-pyproject-api: upgrade 1.7.1 -> 1.7.2
  > python3-pymisp: upgrade 2.4.197 -> 2.4.198
  > python3-pyasn1-modules: upgrade 0.4.0 -> 0.4.1
  > python3-psycopg: upgrade 3.2.1 -> 3.2.2
  > python3-platformdirs: upgrade 4.3.1 -> 4.3.6
  > python3-paramiko: upgrade 3.4.1 -> 3.5.0
  > python3-nmap: upgrade 1.6.0 -> 1.9.1
  > python3-greenlet: upgrade 3.0.3 -> 3.1.0
  > python3-filelock: upgrade 3.16.0 -> 3.16.1
  > python3-eventlet: upgrade 0.36.1 -> 0.37.0
  > python3-elementpath: upgrade 4.4.0 -> 4.5.0
  > pegtl: upgrade 3.2.7 -> 3.2.8
  > libmanette: upgrade 0.2.7 -> 0.2.9
  > gnome-font-viewer: upgrade 46.0 -> 47.0
  > gnome-chess: upgrade 46.0 -> 47.0
  > gnome-backgrounds: upgrade 46.0 -> 47.0
  > ctags: upgrade 6.1.20240908.0 -> 6.1.20240915.0
  > bdwgc: upgrade 8.2.6 -> 8.2.8
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > colord: add configuration to fix runtime
  > ntp: Fix status call reporting incorrect value
  > reptyr: Do not build for riscv32
  > kernel-selftest: Fix build on 32bit arches with 64bit time_t
  > nginx: Upgrade mainline 1.25.3 -> 1.27.1
  > nginx: Upgrade stable 1.26.0 -> 1.26.2
  > libjxl: Disable sizeless-vectors on riscv32
  > highway: Fix cmake to detect riscv32
  > python3-msgpack: upgrade 1.0.8 -> 1.1.0
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > netdata: Add checks for 64-bit atomic builtins
  > mozjs-115: Fix build on riscv32
  > opentelemetry-cpp: Link with libatomic on rv32
  > ot-br-posix: Link with libatomic on rv32
  > transmission: Link with libatomic on riscv32
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > tbb: upgrade 2021.11.0 -> 2021.13.0
  > catch2: upgrade 3.6.0 -> 3.7.0
  > v4l-utils: upgrade 1.26.1 -> 1.28.1
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...4cd1633 (4):
  > Merge pull request #637 from quic-vkraleti/uki-changes
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...e823146 (169):
  > qtwebengine: Fix build on 32bit arm while using clang
  > qttools: Fix build with clang-19
  > qtquick3d: Fix output operator
  > qtwebengine: Fix build with Clang-19+
  > qtbase: Fix build with clang19
  > gn-native: Fix build with GCC 12
  > gcc-source: Only apply patch on GCC 13
  > qtwebengine: Add missing patch headers
  < Merge pull request #62 from YoeDistro/kraj/6.7
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > Revert "qtwebengine: Add patch for cross-compilation error"
  > qtapplicationmanager: remove patch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > qtwebengine: Add patch for cross-compilation error
  < Merge pull request #60 from YoeDistro/kraj/6.7
  > Do not build webnn with xnnpack (122-based) on yocto
  > Fix cross compiler crash when compiling qtwebengine
  > qtwebengine: update chromium branch
  > python3-qface: backport recipe from meta-oe master
  > qtapplicationmanager: update recipe
  > qt3d: update license
  > qmlcompilerplus: Update licenses
  > qtdeviceutilities: update licenses
  > qtwayland: update license
  > qtshadertools: update license
  > qtshadertools: update licenses
  > Update submodule refs on '6.8' in yocto/meta-qt6
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  > qtpdf: add cups dependency
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  > qtlocation: update licenses
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  > qt6-git.inc: Switch to 6.8 branch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > layer: add compatibility to styhead
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qt6: do not mix bitbake's and shell variables
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > ptests: Install external resource files
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtquick3d: add workaround for test build failure"
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #50 from YoeDistro/kraj/6.7
  > coin: use more memory for the ptest testimage
  > ptests: Update test environment for non and root user
  > qtwebengine: add PACKAGECONFIG for x11 dependencies
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: disable dnslookup for mingw builds
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > nativesdk-packagegroup-qt6-toolchain-host-addons: Add wayland dependent packages conditionally
  < Merge pull request #49 from YoeDistro/kraj/6.7
  > Add vendor to CVE_PRODUCT
  < Merge pull request #48 from YoeDistro/kraj/6.7
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #47 from YoeDistro/kraj/6.7
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > ptest: include only needed files
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtwayland: fix patch fuzz
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtwayland: make wayland DISTRO_FEATURES a requirement
  > readme: update Yocto support table
  > qtmultimedia: update revision
  > qtpositioning: add geoclue to packageconfig
  > coin: switch one build to scarthgap
  > coin: don't use nanbield for mingw builds
  > qtbase: disable stack protector for mingw
  > qtwayland: fix patch fuzz
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  > qtdatavis3d: add feature_check for opengl
  > ptest: disable examples build
  < Merge pull request #39 from YoeDistro/kraj/6.7
  > qtbase: fix patch fuzz
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < 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
  > qtbase: don't generate qmake wrapper
  < qtbase: add PACKAGECONFIG for wayland support
  < squish: fix QA issue
  < squish: add profile script
  > qtbase: add PACKAGECONFIG for wayland support
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < squish: make wayland optional
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < Add support for building Squish
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  > qtquick3d: add workaround for test build failure
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < layer.conf: update LAYERSERIES_COMPAT for scarthgap
  < packagegroup: add Qt modules only on supported archs
  < qtbase: prefer system png
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > qtbase: prefer system png
  > packagegroup: add Qt modules only on supported archs
  < 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
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > qtwebengine: Remove setting --target option with yocto
  > libwebp: add workaround for native build
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < packagegroup: fix warning caused by inherit_defer
  > packagegroup: fix warning caused by inherit_defer
  < coin: update build targets
  > coin: update build targets
  < ptest: skip non-existing tests
  > ptest: skip non-existing tests
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Add recipe for QtDoc
  > Add recipe for QtDoc
  < qtmultimedia: update revision
  < Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < webengine: update patch
  < Update submodule refs on '6.7' in yocto/meta-qt6
  > webengine: update patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < ptest: better handling for test list
  < Add srcrev for QtDoc
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  < pytest-qt: upgrade to latest version
  > pytest-qt: upgrade to latest version
  > Bump version to 6.8.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qt6-git.inc: Switch to 6.7 branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtwebengine: update to 118-based
  < 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
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error

* sources/meta-riscv df7d55c...e875ec6 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...98e065a4 (5):
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-ti 73f2c9fb...82e8543c (2):
  > conf: machine: Remove multiconfig compulsion for k3 platforms
  > u-boot-ti.inc: Refactor overrides to match changes in oe-core

* sources/meta-variscite-bsp bf51e4b...f761c9a (40):
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

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

* sources/poky 7004840f3d...197f178669 (39):
  > qemu: Fix build on musl/riscv64
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > binutils: Fix binutils mingw packaging
  > bitbake.conf: Add mingw32 SOLIBS and SOLIBSDEV definitions
  > oeqa/selftest/cases: add basic barebox tests
  > oeqa/selftest/cases: add basic u-boot test
  > oeqa: support passing custom boot patterns to runqemu
  > oeqa/utils/qemurunner: support ignoring vt100 escape sequences
  > barebox: set default BAREBOX_CONFIG for qemu machines
  > barebox-tools: add initial barebox tools support
  > barebox: add initial support
  > bluez: Fix mesh builds on musl
  > systemd-bootchart: Add riscv 32bit support
  > gtk4: update 4.14.5 -> 4.16.0
  > security-flags: Re-enable pie for power pc
  > go-mod.bbclass: Unpack module dependency license files
  > go-mod.bbclass: Set GO_MOD_CACHE_DIR
  > connman: upgrade 1.42 -> 1.43
  > iputils: upgrade 20240117 -> 20240905
  > json-glib: upgrade 1.8.0 -> 1.10.0
  > build-appliance-image: Update to master head revision
  > poky.conf: Bump version for 5.1 styhead release
  > build-appliance-image: Update to master head revision
  > scripts/install-buildtools: Update to 5.0.3
  > bitbake: toaster: Update fixtures for styhead
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > wpa-supplicant: add patch to check for kernel header version when compiling macsec
  > bluez5: remove redundant patch for MAX_INPUT
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > linux-firmware: add new package for cc33xx firmware
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > libsdl2: Fix non-deterministic configure option for libsamplerate
  > poky-tiny: Drop TCLIBCAPPEND
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

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

* sources/meta-arm 60361945...45a2b442 (6):
  > arm-toolchain: remove libmount-mountfd-support when using binary toolchain
  > arm-bsp/trusted-firmware-m: corstone1000: Fix MPU configuration
  > arm-bsp/documentation: corstone1000: Improve user guide
  > arm-bsp/documentation: corstone1000: remove TEE driver load
  > arm-bsp/linux-yocto: corstone1000: bump to v6.10
  > arm/libts: Patch to fix 6.10 kernel builds breaks

* sources/meta-clang 814d209...f3cf775 (11):
  > qtwebengine: Use clang for native toolchain as well
  > python3-cffi: Ad clang to rdeps for ptests to pass
  > python3-drgn: Use gcc when compiling for riscv32
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.1.0 release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...71bf3770 (5):
  > Merge pull request #1948 from linkjumper/follow_6.6-2.0.x-imx_master
  > Merge pull request #1791 from nxp-upstream/uuu
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 935634065...d54d698f1 (79):
  > DO NOT MERGE: Add Github actions CI workflow
  > traceroute: upgrade 2.1.5 -> 2.1.6
  > tecla: upgrade 46.0 -> 47.0
  > stunnel: upgrade 5.72 -> 5.73
  > python3-yarl: upgrade 1.10.0 -> 1.11.1
  > python3-xmlschema: upgrade 3.3.2 -> 3.4.1
  > python3-virtualenv: upgrade 20.26.4 -> 20.26.5
  > python3-robotframework: upgrade 7.0.1 -> 7.1
  > python3-rich: upgrade 13.8.0 -> 13.8.1
  > python3-regex: upgrade 2024.7.24 -> 2024.9.11
  > python3-pyunormalize: upgrade 15.1.0 -> 16.0.0
  > python3-pyproject-api: upgrade 1.7.1 -> 1.7.2
  > python3-pymisp: upgrade 2.4.197 -> 2.4.198
  > python3-pyasn1-modules: upgrade 0.4.0 -> 0.4.1
  > python3-psycopg: upgrade 3.2.1 -> 3.2.2
  > python3-platformdirs: upgrade 4.3.1 -> 4.3.6
  > python3-paramiko: upgrade 3.4.1 -> 3.5.0
  > python3-nmap: upgrade 1.6.0 -> 1.9.1
  > python3-greenlet: upgrade 3.0.3 -> 3.1.0
  > python3-filelock: upgrade 3.16.0 -> 3.16.1
  > python3-eventlet: upgrade 0.36.1 -> 0.37.0
  > python3-elementpath: upgrade 4.4.0 -> 4.5.0
  > pegtl: upgrade 3.2.7 -> 3.2.8
  > libmanette: upgrade 0.2.7 -> 0.2.9
  > gnome-font-viewer: upgrade 46.0 -> 47.0
  > gnome-chess: upgrade 46.0 -> 47.0
  > gnome-backgrounds: upgrade 46.0 -> 47.0
  > ctags: upgrade 6.1.20240908.0 -> 6.1.20240915.0
  > bdwgc: upgrade 8.2.6 -> 8.2.8
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > colord: add configuration to fix runtime
  > ntp: Fix status call reporting incorrect value
  > reptyr: Do not build for riscv32
  > kernel-selftest: Fix build on 32bit arches with 64bit time_t
  > nginx: Upgrade mainline 1.25.3 -> 1.27.1
  > nginx: Upgrade stable 1.26.0 -> 1.26.2
  > libjxl: Disable sizeless-vectors on riscv32
  > highway: Fix cmake to detect riscv32
  > python3-msgpack: upgrade 1.0.8 -> 1.1.0
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > netdata: Add checks for 64-bit atomic builtins
  > mozjs-115: Fix build on riscv32
  > opentelemetry-cpp: Link with libatomic on rv32
  > ot-br-posix: Link with libatomic on rv32
  > transmission: Link with libatomic on riscv32
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > tbb: upgrade 2021.11.0 -> 2021.13.0
  > catch2: upgrade 3.6.0 -> 3.7.0
  > v4l-utils: upgrade 1.26.1 -> 1.28.1
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...1f53a82 (5):
  > Merge pull request #660 from lumag/fw-pixel-upd
  > Merge pull request #637 from quic-vkraleti/uki-changes
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...e823146 (169):
  > qtwebengine: Fix build on 32bit arm while using clang
  > qttools: Fix build with clang-19
  > qtquick3d: Fix output operator
  > qtwebengine: Fix build with Clang-19+
  > qtbase: Fix build with clang19
  > gn-native: Fix build with GCC 12
  > gcc-source: Only apply patch on GCC 13
  > qtwebengine: Add missing patch headers
  < Merge pull request #62 from YoeDistro/kraj/6.7
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > Revert "qtwebengine: Add patch for cross-compilation error"
  > qtapplicationmanager: remove patch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > qtwebengine: Add patch for cross-compilation error
  < Merge pull request #60 from YoeDistro/kraj/6.7
  > Do not build webnn with xnnpack (122-based) on yocto
  > Fix cross compiler crash when compiling qtwebengine
  > qtwebengine: update chromium branch
  > python3-qface: backport recipe from meta-oe master
  > qtapplicationmanager: update recipe
  > qt3d: update license
  > qmlcompilerplus: Update licenses
  > qtdeviceutilities: update licenses
  > qtwayland: update license
  > qtshadertools: update license
  > qtshadertools: update licenses
  > Update submodule refs on '6.8' in yocto/meta-qt6
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  > qtpdf: add cups dependency
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  > qtlocation: update licenses
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  > qt6-git.inc: Switch to 6.8 branch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > layer: add compatibility to styhead
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qt6: do not mix bitbake's and shell variables
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > ptests: Install external resource files
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtquick3d: add workaround for test build failure"
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #50 from YoeDistro/kraj/6.7
  > coin: use more memory for the ptest testimage
  > ptests: Update test environment for non and root user
  > qtwebengine: add PACKAGECONFIG for x11 dependencies
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: disable dnslookup for mingw builds
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > nativesdk-packagegroup-qt6-toolchain-host-addons: Add wayland dependent packages conditionally
  < Merge pull request #49 from YoeDistro/kraj/6.7
  > Add vendor to CVE_PRODUCT
  < Merge pull request #48 from YoeDistro/kraj/6.7
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #47 from YoeDistro/kraj/6.7
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > ptest: include only needed files
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtwayland: fix patch fuzz
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtwayland: make wayland DISTRO_FEATURES a requirement
  > readme: update Yocto support table
  > qtmultimedia: update revision
  > qtpositioning: add geoclue to packageconfig
  > coin: switch one build to scarthgap
  > coin: don't use nanbield for mingw builds
  > qtbase: disable stack protector for mingw
  > qtwayland: fix patch fuzz
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  > qtdatavis3d: add feature_check for opengl
  > ptest: disable examples build
  < Merge pull request #39 from YoeDistro/kraj/6.7
  > qtbase: fix patch fuzz
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < 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
  > qtbase: don't generate qmake wrapper
  < qtbase: add PACKAGECONFIG for wayland support
  < squish: fix QA issue
  < squish: add profile script
  > qtbase: add PACKAGECONFIG for wayland support
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < squish: make wayland optional
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < Add support for building Squish
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  > qtquick3d: add workaround for test build failure
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < layer.conf: update LAYERSERIES_COMPAT for scarthgap
  < packagegroup: add Qt modules only on supported archs
  < qtbase: prefer system png
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > qtbase: prefer system png
  > packagegroup: add Qt modules only on supported archs
  < 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
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > qtwebengine: Remove setting --target option with yocto
  > libwebp: add workaround for native build
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < packagegroup: fix warning caused by inherit_defer
  > packagegroup: fix warning caused by inherit_defer
  < coin: update build targets
  > coin: update build targets
  < ptest: skip non-existing tests
  > ptest: skip non-existing tests
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Add recipe for QtDoc
  > Add recipe for QtDoc
  < qtmultimedia: update revision
  < Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < webengine: update patch
  < Update submodule refs on '6.7' in yocto/meta-qt6
  > webengine: update patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < ptest: better handling for test list
  < Add srcrev for QtDoc
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  < pytest-qt: upgrade to latest version
  > pytest-qt: upgrade to latest version
  > Bump version to 6.8.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qt6-git.inc: Switch to 6.7 branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtwebengine: update to 118-based
  < 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
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error

* sources/meta-riscv df7d55c...e875ec6 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...98e065a4 (5):
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-ti 73f2c9fb...82e8543c (2):
  > conf: machine: Remove multiconfig compulsion for k3 platforms
  > u-boot-ti.inc: Refactor overrides to match changes in oe-core

* sources/meta-variscite-bsp bf51e4b...f761c9a (40):
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

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

* sources/poky 7004840f3d...197f178669 (39):
  > qemu: Fix build on musl/riscv64
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > binutils: Fix binutils mingw packaging
  > bitbake.conf: Add mingw32 SOLIBS and SOLIBSDEV definitions
  > oeqa/selftest/cases: add basic barebox tests
  > oeqa/selftest/cases: add basic u-boot test
  > oeqa: support passing custom boot patterns to runqemu
  > oeqa/utils/qemurunner: support ignoring vt100 escape sequences
  > barebox: set default BAREBOX_CONFIG for qemu machines
  > barebox-tools: add initial barebox tools support
  > barebox: add initial support
  > bluez: Fix mesh builds on musl
  > systemd-bootchart: Add riscv 32bit support
  > gtk4: update 4.14.5 -> 4.16.0
  > security-flags: Re-enable pie for power pc
  > go-mod.bbclass: Unpack module dependency license files
  > go-mod.bbclass: Set GO_MOD_CACHE_DIR
  > connman: upgrade 1.42 -> 1.43
  > iputils: upgrade 20240117 -> 20240905
  > json-glib: upgrade 1.8.0 -> 1.10.0
  > build-appliance-image: Update to master head revision
  > poky.conf: Bump version for 5.1 styhead release
  > build-appliance-image: Update to master head revision
  > scripts/install-buildtools: Update to 5.0.3
  > bitbake: toaster: Update fixtures for styhead
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > wpa-supplicant: add patch to check for kernel header version when compiling macsec
  > bluez5: remove redundant patch for MAX_INPUT
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > linux-firmware: add new package for cc33xx firmware
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > libsdl2: Fix non-deterministic configure option for libsamplerate
  > poky-tiny: Drop TCLIBCAPPEND
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

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

* sources/meta-arm 60361945...45a2b442 (6):
  > arm-toolchain: remove libmount-mountfd-support when using binary toolchain
  > arm-bsp/trusted-firmware-m: corstone1000: Fix MPU configuration
  > arm-bsp/documentation: corstone1000: Improve user guide
  > arm-bsp/documentation: corstone1000: remove TEE driver load
  > arm-bsp/linux-yocto: corstone1000: bump to v6.10
  > arm/libts: Patch to fix 6.10 kernel builds breaks

* sources/meta-clang 814d209...f3cf775 (11):
  > qtwebengine: Use clang for native toolchain as well
  > python3-cffi: Ad clang to rdeps for ptests to pass
  > python3-drgn: Use gcc when compiling for riscv32
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.1.0 release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...71bf3770 (5):
  > Merge pull request #1948 from linkjumper/follow_6.6-2.0.x-imx_master
  > Merge pull request #1791 from nxp-upstream/uuu
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 935634065...d54d698f1 (79):
  > DO NOT MERGE: Add Github actions CI workflow
  > traceroute: upgrade 2.1.5 -> 2.1.6
  > tecla: upgrade 46.0 -> 47.0
  > stunnel: upgrade 5.72 -> 5.73
  > python3-yarl: upgrade 1.10.0 -> 1.11.1
  > python3-xmlschema: upgrade 3.3.2 -> 3.4.1
  > python3-virtualenv: upgrade 20.26.4 -> 20.26.5
  > python3-robotframework: upgrade 7.0.1 -> 7.1
  > python3-rich: upgrade 13.8.0 -> 13.8.1
  > python3-regex: upgrade 2024.7.24 -> 2024.9.11
  > python3-pyunormalize: upgrade 15.1.0 -> 16.0.0
  > python3-pyproject-api: upgrade 1.7.1 -> 1.7.2
  > python3-pymisp: upgrade 2.4.197 -> 2.4.198
  > python3-pyasn1-modules: upgrade 0.4.0 -> 0.4.1
  > python3-psycopg: upgrade 3.2.1 -> 3.2.2
  > python3-platformdirs: upgrade 4.3.1 -> 4.3.6
  > python3-paramiko: upgrade 3.4.1 -> 3.5.0
  > python3-nmap: upgrade 1.6.0 -> 1.9.1
  > python3-greenlet: upgrade 3.0.3 -> 3.1.0
  > python3-filelock: upgrade 3.16.0 -> 3.16.1
  > python3-eventlet: upgrade 0.36.1 -> 0.37.0
  > python3-elementpath: upgrade 4.4.0 -> 4.5.0
  > pegtl: upgrade 3.2.7 -> 3.2.8
  > libmanette: upgrade 0.2.7 -> 0.2.9
  > gnome-font-viewer: upgrade 46.0 -> 47.0
  > gnome-chess: upgrade 46.0 -> 47.0
  > gnome-backgrounds: upgrade 46.0 -> 47.0
  > ctags: upgrade 6.1.20240908.0 -> 6.1.20240915.0
  > bdwgc: upgrade 8.2.6 -> 8.2.8
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > colord: add configuration to fix runtime
  > ntp: Fix status call reporting incorrect value
  > reptyr: Do not build for riscv32
  > kernel-selftest: Fix build on 32bit arches with 64bit time_t
  > nginx: Upgrade mainline 1.25.3 -> 1.27.1
  > nginx: Upgrade stable 1.26.0 -> 1.26.2
  > libjxl: Disable sizeless-vectors on riscv32
  > highway: Fix cmake to detect riscv32
  > python3-msgpack: upgrade 1.0.8 -> 1.1.0
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > netdata: Add checks for 64-bit atomic builtins
  > mozjs-115: Fix build on riscv32
  > opentelemetry-cpp: Link with libatomic on rv32
  > ot-br-posix: Link with libatomic on rv32
  > transmission: Link with libatomic on riscv32
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > tbb: upgrade 2021.11.0 -> 2021.13.0
  > catch2: upgrade 3.6.0 -> 3.7.0
  > v4l-utils: upgrade 1.26.1 -> 1.28.1
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...1f53a82 (5):
  > Merge pull request #660 from lumag/fw-pixel-upd
  > Merge pull request #637 from quic-vkraleti/uki-changes
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...e823146 (169):
  > qtwebengine: Fix build on 32bit arm while using clang
  > qttools: Fix build with clang-19
  > qtquick3d: Fix output operator
  > qtwebengine: Fix build with Clang-19+
  > qtbase: Fix build with clang19
  > gn-native: Fix build with GCC 12
  > gcc-source: Only apply patch on GCC 13
  > qtwebengine: Add missing patch headers
  < Merge pull request #62 from YoeDistro/kraj/6.7
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > Revert "qtwebengine: Add patch for cross-compilation error"
  > qtapplicationmanager: remove patch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > qtwebengine: Add patch for cross-compilation error
  < Merge pull request #60 from YoeDistro/kraj/6.7
  > Do not build webnn with xnnpack (122-based) on yocto
  > Fix cross compiler crash when compiling qtwebengine
  > qtwebengine: update chromium branch
  > python3-qface: backport recipe from meta-oe master
  > qtapplicationmanager: update recipe
  > qt3d: update license
  > qmlcompilerplus: Update licenses
  > qtdeviceutilities: update licenses
  > qtwayland: update license
  > qtshadertools: update license
  > qtshadertools: update licenses
  > Update submodule refs on '6.8' in yocto/meta-qt6
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  > qtpdf: add cups dependency
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  > qtlocation: update licenses
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  > qt6-git.inc: Switch to 6.8 branch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > layer: add compatibility to styhead
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qt6: do not mix bitbake's and shell variables
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > ptests: Install external resource files
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtquick3d: add workaround for test build failure"
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #50 from YoeDistro/kraj/6.7
  > coin: use more memory for the ptest testimage
  > ptests: Update test environment for non and root user
  > qtwebengine: add PACKAGECONFIG for x11 dependencies
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: disable dnslookup for mingw builds
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > nativesdk-packagegroup-qt6-toolchain-host-addons: Add wayland dependent packages conditionally
  < Merge pull request #49 from YoeDistro/kraj/6.7
  > Add vendor to CVE_PRODUCT
  < Merge pull request #48 from YoeDistro/kraj/6.7
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #47 from YoeDistro/kraj/6.7
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > ptest: include only needed files
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtwayland: fix patch fuzz
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtwayland: make wayland DISTRO_FEATURES a requirement
  > readme: update Yocto support table
  > qtmultimedia: update revision
  > qtpositioning: add geoclue to packageconfig
  > coin: switch one build to scarthgap
  > coin: don't use nanbield for mingw builds
  > qtbase: disable stack protector for mingw
  > qtwayland: fix patch fuzz
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  > qtdatavis3d: add feature_check for opengl
  > ptest: disable examples build
  < Merge pull request #39 from YoeDistro/kraj/6.7
  > qtbase: fix patch fuzz
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < 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
  > qtbase: don't generate qmake wrapper
  < qtbase: add PACKAGECONFIG for wayland support
  < squish: fix QA issue
  < squish: add profile script
  > qtbase: add PACKAGECONFIG for wayland support
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < squish: make wayland optional
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < Add support for building Squish
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  > qtquick3d: add workaround for test build failure
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < layer.conf: update LAYERSERIES_COMPAT for scarthgap
  < packagegroup: add Qt modules only on supported archs
  < qtbase: prefer system png
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > qtbase: prefer system png
  > packagegroup: add Qt modules only on supported archs
  < 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
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > qtwebengine: Remove setting --target option with yocto
  > libwebp: add workaround for native build
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < packagegroup: fix warning caused by inherit_defer
  > packagegroup: fix warning caused by inherit_defer
  < coin: update build targets
  > coin: update build targets
  < ptest: skip non-existing tests
  > ptest: skip non-existing tests
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Add recipe for QtDoc
  > Add recipe for QtDoc
  < qtmultimedia: update revision
  < Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < webengine: update patch
  < Update submodule refs on '6.7' in yocto/meta-qt6
  > webengine: update patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < ptest: better handling for test list
  < Add srcrev for QtDoc
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  < pytest-qt: upgrade to latest version
  > pytest-qt: upgrade to latest version
  > Bump version to 6.8.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qt6-git.inc: Switch to 6.7 branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtwebengine: update to 118-based
  < 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
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error

* sources/meta-riscv df7d55c...e875ec6 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...98e065a4 (5):
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-ti 73f2c9fb...82e8543c (2):
  > conf: machine: Remove multiconfig compulsion for k3 platforms
  > u-boot-ti.inc: Refactor overrides to match changes in oe-core

* sources/meta-variscite-bsp bf51e4b...f761c9a (40):
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

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

* sources/poky 7004840f3d...ef302955b1 (43):
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > binutils: Fix binutils mingw packaging
  > bitbake.conf: Add mingw32 SOLIBS and SOLIBSDEV definitions
  > libpam: use libdir in conditional
  > image_types: make tar images more reproducible
  > python3-pip: keep pip program name
  > binutils: Add missing perl modules to RDEPENDS for nativsdk variant
  > qemu: Fix build on musl/riscv64
  > oeqa/selftest/cases: add basic barebox tests
  > oeqa/selftest/cases: add basic u-boot test
  > oeqa: support passing custom boot patterns to runqemu
  > oeqa/utils/qemurunner: support ignoring vt100 escape sequences
  > barebox: set default BAREBOX_CONFIG for qemu machines
  > barebox-tools: add initial barebox tools support
  > barebox: add initial support
  > bluez: Fix mesh builds on musl
  > systemd-bootchart: Add riscv 32bit support
  > gtk4: update 4.14.5 -> 4.16.0
  > security-flags: Re-enable pie for power pc
  > go-mod.bbclass: Unpack module dependency license files
  > go-mod.bbclass: Set GO_MOD_CACHE_DIR
  > connman: upgrade 1.42 -> 1.43
  > iputils: upgrade 20240117 -> 20240905
  > json-glib: upgrade 1.8.0 -> 1.10.0
  > build-appliance-image: Update to master head revision
  > poky.conf: Bump version for 5.1 styhead release
  > build-appliance-image: Update to master head revision
  > scripts/install-buildtools: Update to 5.0.3
  > bitbake: toaster: Update fixtures for styhead
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > wpa-supplicant: add patch to check for kernel header version when compiling macsec
  > bluez5: remove redundant patch for MAX_INPUT
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > linux-firmware: add new package for cc33xx firmware
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > libsdl2: Fix non-deterministic configure option for libsamplerate
  > poky-tiny: Drop TCLIBCAPPEND
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

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

* sources/meta-arm 60361945...45a2b442 (6):
  > arm-toolchain: remove libmount-mountfd-support when using binary toolchain
  > arm-bsp/trusted-firmware-m: corstone1000: Fix MPU configuration
  > arm-bsp/documentation: corstone1000: Improve user guide
  > arm-bsp/documentation: corstone1000: remove TEE driver load
  > arm-bsp/linux-yocto: corstone1000: bump to v6.10
  > arm/libts: Patch to fix 6.10 kernel builds breaks

* sources/meta-clang 814d209...f3cf775 (11):
  > qtwebengine: Use clang for native toolchain as well
  > python3-cffi: Ad clang to rdeps for ptests to pass
  > python3-drgn: Use gcc when compiling for riscv32
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.1.0 release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...71bf3770 (5):
  > Merge pull request #1948 from linkjumper/follow_6.6-2.0.x-imx_master
  > Merge pull request #1791 from nxp-upstream/uuu
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 935634065...d54d698f1 (79):
  > DO NOT MERGE: Add Github actions CI workflow
  > traceroute: upgrade 2.1.5 -> 2.1.6
  > tecla: upgrade 46.0 -> 47.0
  > stunnel: upgrade 5.72 -> 5.73
  > python3-yarl: upgrade 1.10.0 -> 1.11.1
  > python3-xmlschema: upgrade 3.3.2 -> 3.4.1
  > python3-virtualenv: upgrade 20.26.4 -> 20.26.5
  > python3-robotframework: upgrade 7.0.1 -> 7.1
  > python3-rich: upgrade 13.8.0 -> 13.8.1
  > python3-regex: upgrade 2024.7.24 -> 2024.9.11
  > python3-pyunormalize: upgrade 15.1.0 -> 16.0.0
  > python3-pyproject-api: upgrade 1.7.1 -> 1.7.2
  > python3-pymisp: upgrade 2.4.197 -> 2.4.198
  > python3-pyasn1-modules: upgrade 0.4.0 -> 0.4.1
  > python3-psycopg: upgrade 3.2.1 -> 3.2.2
  > python3-platformdirs: upgrade 4.3.1 -> 4.3.6
  > python3-paramiko: upgrade 3.4.1 -> 3.5.0
  > python3-nmap: upgrade 1.6.0 -> 1.9.1
  > python3-greenlet: upgrade 3.0.3 -> 3.1.0
  > python3-filelock: upgrade 3.16.0 -> 3.16.1
  > python3-eventlet: upgrade 0.36.1 -> 0.37.0
  > python3-elementpath: upgrade 4.4.0 -> 4.5.0
  > pegtl: upgrade 3.2.7 -> 3.2.8
  > libmanette: upgrade 0.2.7 -> 0.2.9
  > gnome-font-viewer: upgrade 46.0 -> 47.0
  > gnome-chess: upgrade 46.0 -> 47.0
  > gnome-backgrounds: upgrade 46.0 -> 47.0
  > ctags: upgrade 6.1.20240908.0 -> 6.1.20240915.0
  > bdwgc: upgrade 8.2.6 -> 8.2.8
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > colord: add configuration to fix runtime
  > ntp: Fix status call reporting incorrect value
  > reptyr: Do not build for riscv32
  > kernel-selftest: Fix build on 32bit arches with 64bit time_t
  > nginx: Upgrade mainline 1.25.3 -> 1.27.1
  > nginx: Upgrade stable 1.26.0 -> 1.26.2
  > libjxl: Disable sizeless-vectors on riscv32
  > highway: Fix cmake to detect riscv32
  > python3-msgpack: upgrade 1.0.8 -> 1.1.0
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > netdata: Add checks for 64-bit atomic builtins
  > mozjs-115: Fix build on riscv32
  > opentelemetry-cpp: Link with libatomic on rv32
  > ot-br-posix: Link with libatomic on rv32
  > transmission: Link with libatomic on riscv32
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > tbb: upgrade 2021.11.0 -> 2021.13.0
  > catch2: upgrade 3.6.0 -> 3.7.0
  > v4l-utils: upgrade 1.26.1 -> 1.28.1
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...1f53a82 (5):
  > Merge pull request #660 from lumag/fw-pixel-upd
  > Merge pull request #637 from quic-vkraleti/uki-changes
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...e823146 (169):
  > qtwebengine: Fix build on 32bit arm while using clang
  > qttools: Fix build with clang-19
  > qtquick3d: Fix output operator
  > qtwebengine: Fix build with Clang-19+
  > qtbase: Fix build with clang19
  > gn-native: Fix build with GCC 12
  > gcc-source: Only apply patch on GCC 13
  > qtwebengine: Add missing patch headers
  < Merge pull request #62 from YoeDistro/kraj/6.7
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > Revert "qtwebengine: Add patch for cross-compilation error"
  > qtapplicationmanager: remove patch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > qtwebengine: Add patch for cross-compilation error
  < Merge pull request #60 from YoeDistro/kraj/6.7
  > Do not build webnn with xnnpack (122-based) on yocto
  > Fix cross compiler crash when compiling qtwebengine
  > qtwebengine: update chromium branch
  > python3-qface: backport recipe from meta-oe master
  > qtapplicationmanager: update recipe
  > qt3d: update license
  > qmlcompilerplus: Update licenses
  > qtdeviceutilities: update licenses
  > qtwayland: update license
  > qtshadertools: update license
  > qtshadertools: update licenses
  > Update submodule refs on '6.8' in yocto/meta-qt6
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  > qtpdf: add cups dependency
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  > qtlocation: update licenses
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  > qt6-git.inc: Switch to 6.8 branch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > layer: add compatibility to styhead
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qt6: do not mix bitbake's and shell variables
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > ptests: Install external resource files
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtquick3d: add workaround for test build failure"
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #50 from YoeDistro/kraj/6.7
  > coin: use more memory for the ptest testimage
  > ptests: Update test environment for non and root user
  > qtwebengine: add PACKAGECONFIG for x11 dependencies
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: disable dnslookup for mingw builds
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > nativesdk-packagegroup-qt6-toolchain-host-addons: Add wayland dependent packages conditionally
  < Merge pull request #49 from YoeDistro/kraj/6.7
  > Add vendor to CVE_PRODUCT
  < Merge pull request #48 from YoeDistro/kraj/6.7
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #47 from YoeDistro/kraj/6.7
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > ptest: include only needed files
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtwayland: fix patch fuzz
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtwayland: make wayland DISTRO_FEATURES a requirement
  > readme: update Yocto support table
  > qtmultimedia: update revision
  > qtpositioning: add geoclue to packageconfig
  > coin: switch one build to scarthgap
  > coin: don't use nanbield for mingw builds
  > qtbase: disable stack protector for mingw
  > qtwayland: fix patch fuzz
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  > qtdatavis3d: add feature_check for opengl
  > ptest: disable examples build
  < Merge pull request #39 from YoeDistro/kraj/6.7
  > qtbase: fix patch fuzz
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < 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
  > qtbase: don't generate qmake wrapper
  < qtbase: add PACKAGECONFIG for wayland support
  < squish: fix QA issue
  < squish: add profile script
  > qtbase: add PACKAGECONFIG for wayland support
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < squish: make wayland optional
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < Add support for building Squish
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  > qtquick3d: add workaround for test build failure
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < layer.conf: update LAYERSERIES_COMPAT for scarthgap
  < packagegroup: add Qt modules only on supported archs
  < qtbase: prefer system png
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > qtbase: prefer system png
  > packagegroup: add Qt modules only on supported archs
  < 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
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > qtwebengine: Remove setting --target option with yocto
  > libwebp: add workaround for native build
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < packagegroup: fix warning caused by inherit_defer
  > packagegroup: fix warning caused by inherit_defer
  < coin: update build targets
  > coin: update build targets
  < ptest: skip non-existing tests
  > ptest: skip non-existing tests
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Add recipe for QtDoc
  > Add recipe for QtDoc
  < qtmultimedia: update revision
  < Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < webengine: update patch
  < Update submodule refs on '6.7' in yocto/meta-qt6
  > webengine: update patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < ptest: better handling for test list
  < Add srcrev for QtDoc
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  < pytest-qt: upgrade to latest version
  > pytest-qt: upgrade to latest version
  > Bump version to 6.8.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qt6-git.inc: Switch to 6.7 branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtwebengine: update to 118-based
  < 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
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error

* sources/meta-riscv df7d55c...e875ec6 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...98e065a4 (5):
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-ti 73f2c9fb...82e8543c (2):
  > conf: machine: Remove multiconfig compulsion for k3 platforms
  > u-boot-ti.inc: Refactor overrides to match changes in oe-core

* sources/meta-variscite-bsp bf51e4b...aad40bf (41):
  > imx-boot: Replace BOOT_NAME with imx-boot
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

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

* sources/poky 7004840f3d...d09400548b (55):
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > oeqa selftest wic.py: support UKIs via uki.bbclass
  > oeqa selftest wic.py: add TEST_RUNQEMUPARAMS to runqemu
  > oeqa selftest efibootpartition.py: remove systemd-boot from grub-efi test
  > oeqa selftest efibootpartition.py: add TEST_RUNQEMUPARAMS to runqemu
  > oeqa selftest uki.py: add tests for uki.bbclass
  > wic bootimg-efi.py: change UKI support from wic plugin to uki.bbclass
  > wic bootimg-efi.py: keep timestamps and add debug prints
  > image_types_wic.bbclass: set systemd-boot and os-release dependency for all archs
  > uki.bbclass: add class for building Unified Kernel Images (UKI)
  > systemd-boot-native: add runtime dependency to python3-pefile-native
  > maintainers.inc: add python3-pefile
  > python3-pefile: add recipe from meta-openembedded
  > binutils: Fix binutils mingw packaging
  > bitbake.conf: Add mingw32 SOLIBS and SOLIBSDEV definitions
  > libpam: use libdir in conditional
  > image_types: make tar images more reproducible
  > python3-pip: keep pip program name
  > binutils: Add missing perl modules to RDEPENDS for nativsdk variant
  > qemu: Fix build on musl/riscv64
  > oeqa/selftest/cases: add basic barebox tests
  > oeqa/selftest/cases: add basic u-boot test
  > oeqa: support passing custom boot patterns to runqemu
  > oeqa/utils/qemurunner: support ignoring vt100 escape sequences
  > barebox: set default BAREBOX_CONFIG for qemu machines
  > barebox-tools: add initial barebox tools support
  > barebox: add initial support
  > bluez: Fix mesh builds on musl
  > systemd-bootchart: Add riscv 32bit support
  > gtk4: update 4.14.5 -> 4.16.0
  > security-flags: Re-enable pie for power pc
  > go-mod.bbclass: Unpack module dependency license files
  > go-mod.bbclass: Set GO_MOD_CACHE_DIR
  > connman: upgrade 1.42 -> 1.43
  > iputils: upgrade 20240117 -> 20240905
  > json-glib: upgrade 1.8.0 -> 1.10.0
  > build-appliance-image: Update to master head revision
  > poky.conf: Bump version for 5.1 styhead release
  > build-appliance-image: Update to master head revision
  > scripts/install-buildtools: Update to 5.0.3
  > bitbake: toaster: Update fixtures for styhead
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > wpa-supplicant: add patch to check for kernel header version when compiling macsec
  > bluez5: remove redundant patch for MAX_INPUT
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > linux-firmware: add new package for cc33xx firmware
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > libsdl2: Fix non-deterministic configure option for libsamplerate
  > poky-tiny: Drop TCLIBCAPPEND
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

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

* sources/meta-arm 60361945...45a2b442 (6):
  > arm-toolchain: remove libmount-mountfd-support when using binary toolchain
  > arm-bsp/trusted-firmware-m: corstone1000: Fix MPU configuration
  > arm-bsp/documentation: corstone1000: Improve user guide
  > arm-bsp/documentation: corstone1000: remove TEE driver load
  > arm-bsp/linux-yocto: corstone1000: bump to v6.10
  > arm/libts: Patch to fix 6.10 kernel builds breaks

* sources/meta-clang 814d209...f3cf775 (11):
  > qtwebengine: Use clang for native toolchain as well
  > python3-cffi: Ad clang to rdeps for ptests to pass
  > python3-drgn: Use gcc when compiling for riscv32
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.1.0 release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...71bf3770 (5):
  > Merge pull request #1948 from linkjumper/follow_6.6-2.0.x-imx_master
  > Merge pull request #1791 from nxp-upstream/uuu
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 935634065...d54d698f1 (79):
  > DO NOT MERGE: Add Github actions CI workflow
  > traceroute: upgrade 2.1.5 -> 2.1.6
  > tecla: upgrade 46.0 -> 47.0
  > stunnel: upgrade 5.72 -> 5.73
  > python3-yarl: upgrade 1.10.0 -> 1.11.1
  > python3-xmlschema: upgrade 3.3.2 -> 3.4.1
  > python3-virtualenv: upgrade 20.26.4 -> 20.26.5
  > python3-robotframework: upgrade 7.0.1 -> 7.1
  > python3-rich: upgrade 13.8.0 -> 13.8.1
  > python3-regex: upgrade 2024.7.24 -> 2024.9.11
  > python3-pyunormalize: upgrade 15.1.0 -> 16.0.0
  > python3-pyproject-api: upgrade 1.7.1 -> 1.7.2
  > python3-pymisp: upgrade 2.4.197 -> 2.4.198
  > python3-pyasn1-modules: upgrade 0.4.0 -> 0.4.1
  > python3-psycopg: upgrade 3.2.1 -> 3.2.2
  > python3-platformdirs: upgrade 4.3.1 -> 4.3.6
  > python3-paramiko: upgrade 3.4.1 -> 3.5.0
  > python3-nmap: upgrade 1.6.0 -> 1.9.1
  > python3-greenlet: upgrade 3.0.3 -> 3.1.0
  > python3-filelock: upgrade 3.16.0 -> 3.16.1
  > python3-eventlet: upgrade 0.36.1 -> 0.37.0
  > python3-elementpath: upgrade 4.4.0 -> 4.5.0
  > pegtl: upgrade 3.2.7 -> 3.2.8
  > libmanette: upgrade 0.2.7 -> 0.2.9
  > gnome-font-viewer: upgrade 46.0 -> 47.0
  > gnome-chess: upgrade 46.0 -> 47.0
  > gnome-backgrounds: upgrade 46.0 -> 47.0
  > ctags: upgrade 6.1.20240908.0 -> 6.1.20240915.0
  > bdwgc: upgrade 8.2.6 -> 8.2.8
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > colord: add configuration to fix runtime
  > ntp: Fix status call reporting incorrect value
  > reptyr: Do not build for riscv32
  > kernel-selftest: Fix build on 32bit arches with 64bit time_t
  > nginx: Upgrade mainline 1.25.3 -> 1.27.1
  > nginx: Upgrade stable 1.26.0 -> 1.26.2
  > libjxl: Disable sizeless-vectors on riscv32
  > highway: Fix cmake to detect riscv32
  > python3-msgpack: upgrade 1.0.8 -> 1.1.0
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > netdata: Add checks for 64-bit atomic builtins
  > mozjs-115: Fix build on riscv32
  > opentelemetry-cpp: Link with libatomic on rv32
  > ot-br-posix: Link with libatomic on rv32
  > transmission: Link with libatomic on riscv32
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > tbb: upgrade 2021.11.0 -> 2021.13.0
  > catch2: upgrade 3.6.0 -> 3.7.0
  > v4l-utils: upgrade 1.26.1 -> 1.28.1
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...1f53a82 (5):
  > Merge pull request #660 from lumag/fw-pixel-upd
  > Merge pull request #637 from quic-vkraleti/uki-changes
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...e823146 (169):
  > qtwebengine: Fix build on 32bit arm while using clang
  > qttools: Fix build with clang-19
  > qtquick3d: Fix output operator
  > qtwebengine: Fix build with Clang-19+
  > qtbase: Fix build with clang19
  > gn-native: Fix build with GCC 12
  > gcc-source: Only apply patch on GCC 13
  > qtwebengine: Add missing patch headers
  < Merge pull request #62 from YoeDistro/kraj/6.7
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > Revert "qtwebengine: Add patch for cross-compilation error"
  > qtapplicationmanager: remove patch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > qtwebengine: Add patch for cross-compilation error
  < Merge pull request #60 from YoeDistro/kraj/6.7
  > Do not build webnn with xnnpack (122-based) on yocto
  > Fix cross compiler crash when compiling qtwebengine
  > qtwebengine: update chromium branch
  > python3-qface: backport recipe from meta-oe master
  > qtapplicationmanager: update recipe
  > qt3d: update license
  > qmlcompilerplus: Update licenses
  > qtdeviceutilities: update licenses
  > qtwayland: update license
  > qtshadertools: update license
  > qtshadertools: update licenses
  > Update submodule refs on '6.8' in yocto/meta-qt6
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  > qtpdf: add cups dependency
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  > qtlocation: update licenses
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  > qt6-git.inc: Switch to 6.8 branch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > layer: add compatibility to styhead
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qt6: do not mix bitbake's and shell variables
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > ptests: Install external resource files
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtquick3d: add workaround for test build failure"
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #50 from YoeDistro/kraj/6.7
  > coin: use more memory for the ptest testimage
  > ptests: Update test environment for non and root user
  > qtwebengine: add PACKAGECONFIG for x11 dependencies
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: disable dnslookup for mingw builds
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > nativesdk-packagegroup-qt6-toolchain-host-addons: Add wayland dependent packages conditionally
  < Merge pull request #49 from YoeDistro/kraj/6.7
  > Add vendor to CVE_PRODUCT
  < Merge pull request #48 from YoeDistro/kraj/6.7
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #47 from YoeDistro/kraj/6.7
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > ptest: include only needed files
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtwayland: fix patch fuzz
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtwayland: make wayland DISTRO_FEATURES a requirement
  > readme: update Yocto support table
  > qtmultimedia: update revision
  > qtpositioning: add geoclue to packageconfig
  > coin: switch one build to scarthgap
  > coin: don't use nanbield for mingw builds
  > qtbase: disable stack protector for mingw
  > qtwayland: fix patch fuzz
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  > qtdatavis3d: add feature_check for opengl
  > ptest: disable examples build
  < Merge pull request #39 from YoeDistro/kraj/6.7
  > qtbase: fix patch fuzz
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < 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
  > qtbase: don't generate qmake wrapper
  < qtbase: add PACKAGECONFIG for wayland support
  < squish: fix QA issue
  < squish: add profile script
  > qtbase: add PACKAGECONFIG for wayland support
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < squish: make wayland optional
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < Add support for building Squish
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  > qtquick3d: add workaround for test build failure
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < layer.conf: update LAYERSERIES_COMPAT for scarthgap
  < packagegroup: add Qt modules only on supported archs
  < qtbase: prefer system png
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > qtbase: prefer system png
  > packagegroup: add Qt modules only on supported archs
  < 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
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > qtwebengine: Remove setting --target option with yocto
  > libwebp: add workaround for native build
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < packagegroup: fix warning caused by inherit_defer
  > packagegroup: fix warning caused by inherit_defer
  < coin: update build targets
  > coin: update build targets
  < ptest: skip non-existing tests
  > ptest: skip non-existing tests
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Add recipe for QtDoc
  > Add recipe for QtDoc
  < qtmultimedia: update revision
  < Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < webengine: update patch
  < Update submodule refs on '6.7' in yocto/meta-qt6
  > webengine: update patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < ptest: better handling for test list
  < Add srcrev for QtDoc
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  < pytest-qt: upgrade to latest version
  > pytest-qt: upgrade to latest version
  > Bump version to 6.8.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qt6-git.inc: Switch to 6.7 branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtwebengine: update to 118-based
  < 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
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error

* sources/meta-riscv df7d55c...e875ec6 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...98e065a4 (5):
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-ti 73f2c9fb...82e8543c (2):
  > conf: machine: Remove multiconfig compulsion for k3 platforms
  > u-boot-ti.inc: Refactor overrides to match changes in oe-core

* sources/meta-variscite-bsp bf51e4b...aad40bf (41):
  > imx-boot: Replace BOOT_NAME with imx-boot
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

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

* sources/poky 7004840f3d...d09400548b (55):
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > oeqa selftest wic.py: support UKIs via uki.bbclass
  > oeqa selftest wic.py: add TEST_RUNQEMUPARAMS to runqemu
  > oeqa selftest efibootpartition.py: remove systemd-boot from grub-efi test
  > oeqa selftest efibootpartition.py: add TEST_RUNQEMUPARAMS to runqemu
  > oeqa selftest uki.py: add tests for uki.bbclass
  > wic bootimg-efi.py: change UKI support from wic plugin to uki.bbclass
  > wic bootimg-efi.py: keep timestamps and add debug prints
  > image_types_wic.bbclass: set systemd-boot and os-release dependency for all archs
  > uki.bbclass: add class for building Unified Kernel Images (UKI)
  > systemd-boot-native: add runtime dependency to python3-pefile-native
  > maintainers.inc: add python3-pefile
  > python3-pefile: add recipe from meta-openembedded
  > binutils: Fix binutils mingw packaging
  > bitbake.conf: Add mingw32 SOLIBS and SOLIBSDEV definitions
  > libpam: use libdir in conditional
  > image_types: make tar images more reproducible
  > python3-pip: keep pip program name
  > binutils: Add missing perl modules to RDEPENDS for nativsdk variant
  > qemu: Fix build on musl/riscv64
  > oeqa/selftest/cases: add basic barebox tests
  > oeqa/selftest/cases: add basic u-boot test
  > oeqa: support passing custom boot patterns to runqemu
  > oeqa/utils/qemurunner: support ignoring vt100 escape sequences
  > barebox: set default BAREBOX_CONFIG for qemu machines
  > barebox-tools: add initial barebox tools support
  > barebox: add initial support
  > bluez: Fix mesh builds on musl
  > systemd-bootchart: Add riscv 32bit support
  > gtk4: update 4.14.5 -> 4.16.0
  > security-flags: Re-enable pie for power pc
  > go-mod.bbclass: Unpack module dependency license files
  > go-mod.bbclass: Set GO_MOD_CACHE_DIR
  > connman: upgrade 1.42 -> 1.43
  > iputils: upgrade 20240117 -> 20240905
  > json-glib: upgrade 1.8.0 -> 1.10.0
  > build-appliance-image: Update to master head revision
  > poky.conf: Bump version for 5.1 styhead release
  > build-appliance-image: Update to master head revision
  > scripts/install-buildtools: Update to 5.0.3
  > bitbake: toaster: Update fixtures for styhead
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > wpa-supplicant: add patch to check for kernel header version when compiling macsec
  > bluez5: remove redundant patch for MAX_INPUT
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > linux-firmware: add new package for cc33xx firmware
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > libsdl2: Fix non-deterministic configure option for libsamplerate
  > poky-tiny: Drop TCLIBCAPPEND
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

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

* sources/meta-arm 60361945...45a2b442 (6):
  > arm-toolchain: remove libmount-mountfd-support when using binary toolchain
  > arm-bsp/trusted-firmware-m: corstone1000: Fix MPU configuration
  > arm-bsp/documentation: corstone1000: Improve user guide
  > arm-bsp/documentation: corstone1000: remove TEE driver load
  > arm-bsp/linux-yocto: corstone1000: bump to v6.10
  > arm/libts: Patch to fix 6.10 kernel builds breaks

* sources/meta-clang 814d209...f3cf775 (11):
  > qtwebengine: Use clang for native toolchain as well
  > python3-cffi: Ad clang to rdeps for ptests to pass
  > python3-drgn: Use gcc when compiling for riscv32
  > nmap: Remove LLD build workaround for RISCV-64
  > lldb: Enable on RISCV64
  > libjxl: Use -Og instead of -O2 with clang-19
  > recipes: Use gcc or clang/libstdc++ for some recipes
  > clang: scan-build-py: respect LLVM_LIBDIR_SUFFIX like other tools do
  > clang: Upgrade to 19.1.0 release
  > spirv-llvm-translator: Bump to release_190
  > pbzip2: Do not use libc++ for now

* sources/meta-freescale 0a63c762...71bf3770 (5):
  > Merge pull request #1948 from linkjumper/follow_6.6-2.0.x-imx_master
  > Merge pull request #1791 from nxp-upstream/uuu
  > Merge pull request #1938 from hiagofranco/fix_imxvideoconvert
  > Merge pull request #1941 from tq-steina/master
  > Merge pull request #1942 from fabioestevam/cst-remove

* sources/meta-odroid f2e9e70...cedfacb (1):
  > layer.conf: Mark compatible with styhead release

* sources/meta-openembedded 935634065...37450bf16 (103):
  > DO NOT MERGE: Add Github actions CI workflow
  > tracker-miners: update 3.7.3 -> 3.8.0
  > tracker: update 3.7.1 -> 3.8.0
  > evolution-data-server: update
  > nautilus: update 46.2 -> 47.0
  > mutter: update 46.4 -> 47.0
  > libspelling: update 1.2.1 ->> 1.4.0
  > gvfs: update 1.54.0 -> 1.56.0
  > gnome-control-center: update 46.2 -> 47.0.1
  > gnome-shell: update 46.2 -> 47.0
  > gnome-user-share: update 43.0 -> 47.0
  > gnome-system-monitor_46.0 -> 47.0
  > gnome-text-editor: update 46.3 -> 47.0
  > gnome-terminal: update 3.50.1 -> 3.54.0
  > gnome-software: update 46.2 -> 47.0
  > gnome-settings-daemon_46.0 -> 47.1
  > gnome-online-accounts: update 3.50.2 -> 3.52.0
  > gnome-console: update 45.0 -> 47.0
  > gnome-calendar: update 46.1 -> 47.0
  > gnome-calculator: update 46.1 -> 47.0
  > gdm: update 46.0 -> 47.0
  > gnome-remote-desktop: update 46.2 -> 47.0
  > gnome-boxes: update 46.1 -> 47.0
  > xdg-desktop-portal-gnome: update 46.2 -> 47.1
  > opencv: upgrade 4.9.0 -> 4.10.0
  > traceroute: upgrade 2.1.5 -> 2.1.6
  > tecla: upgrade 46.0 -> 47.0
  > stunnel: upgrade 5.72 -> 5.73
  > python3-yarl: upgrade 1.10.0 -> 1.11.1
  > python3-xmlschema: upgrade 3.3.2 -> 3.4.1
  > python3-virtualenv: upgrade 20.26.4 -> 20.26.5
  > python3-robotframework: upgrade 7.0.1 -> 7.1
  > python3-rich: upgrade 13.8.0 -> 13.8.1
  > python3-regex: upgrade 2024.7.24 -> 2024.9.11
  > python3-pyunormalize: upgrade 15.1.0 -> 16.0.0
  > python3-pyproject-api: upgrade 1.7.1 -> 1.7.2
  > python3-pymisp: upgrade 2.4.197 -> 2.4.198
  > python3-pyasn1-modules: upgrade 0.4.0 -> 0.4.1
  > python3-psycopg: upgrade 3.2.1 -> 3.2.2
  > python3-platformdirs: upgrade 4.3.1 -> 4.3.6
  > python3-paramiko: upgrade 3.4.1 -> 3.5.0
  > python3-nmap: upgrade 1.6.0 -> 1.9.1
  > python3-greenlet: upgrade 3.0.3 -> 3.1.0
  > python3-filelock: upgrade 3.16.0 -> 3.16.1
  > python3-eventlet: upgrade 0.36.1 -> 0.37.0
  > python3-elementpath: upgrade 4.4.0 -> 4.5.0
  > pegtl: upgrade 3.2.7 -> 3.2.8
  > libmanette: upgrade 0.2.7 -> 0.2.9
  > gnome-font-viewer: upgrade 46.0 -> 47.0
  > gnome-chess: upgrade 46.0 -> 47.0
  > gnome-backgrounds: upgrade 46.0 -> 47.0
  > ctags: upgrade 6.1.20240908.0 -> 6.1.20240915.0
  > bdwgc: upgrade 8.2.6 -> 8.2.8
  > iwd: use internal ell
  > iwd: update 2.19 -> 2.20
  > colord: add configuration to fix runtime
  > ntp: Fix status call reporting incorrect value
  > reptyr: Do not build for riscv32
  > kernel-selftest: Fix build on 32bit arches with 64bit time_t
  > nginx: Upgrade mainline 1.25.3 -> 1.27.1
  > nginx: Upgrade stable 1.26.0 -> 1.26.2
  > libjxl: Disable sizeless-vectors on riscv32
  > highway: Fix cmake to detect riscv32
  > python3-msgpack: upgrade 1.0.8 -> 1.1.0
  > liburing: Upgrade to 2.7 and fix build on riscv32
  > netdata: Add checks for 64-bit atomic builtins
  > mozjs-115: Fix build on riscv32
  > opentelemetry-cpp: Link with libatomic on rv32
  > ot-br-posix: Link with libatomic on rv32
  > transmission: Link with libatomic on riscv32
  > usbguard: Link with libatomic on rv32
  > dlm: Disable fcf-protection on riscv32
  > mosh: Use libatomic on rv32 for atomics
  > dav1d: Disable asm code on rv32
  > highway: Disable RVV on RISCV-32
  > protobuf-c: Link with libatomic on riscv32
  > tbb: upgrade 2021.11.0 -> 2021.13.0
  > catch2: upgrade 3.6.0 -> 3.7.0
  > v4l-utils: upgrade 1.26.1 -> 1.28.1
  > open-vm-tools: upgrade 12.3.5 -> 12.4.5
  > frr: upgrade 10.1 -> 10.1.1
  > rygel: update 0.42.5 -> 0.44.0
  > non-repro-meta-filesystems: update known reproducible packages
  > python3-pytest-mock: Upgrade to 3.14.0
  > python3-fastjsonschema: Add missing rdeps for ptests
  > python3-pylint: Add missing ptest rdep on python3-misc
  > python-ujson: Use python_setuptools_build_meta
  > python3-pillow: Add missing rdep on py3-compile for ptests
  > python3-wrapt: Add missing rdep on misc modules for ptests
  > gnome-disk-utility: update 46.0 -> 46.1
  > debootstrap: upgrade 1.0.132 -> 1.0.137
  > jsoncpp: upgrade 1.9.5 -> 1.9.6
  > libssh: upgrade 0.10.6 -> 0.11.1
  > netplan: upgrade 1.0.1 -> 1.1
  > openjpeg: upgrade 2.5.0 -> 2.5.2
  > fltk: upgrade 1.3.8 -> 1.3.9
  > libjxl: Do not use -mrelax-all on RISCV with clang
  > non-repro-meta-networking: exclude packages that failed previously
  > README.md: Hint at "git request-pull"
  > non-repro-meta-python: exclude packages that failed previously
  > netdata: version bump 1.47.0 -> 1.47.1
  > wireplumber: update 0.5.5. -> 0.5.6
  > yavta: Upgrade SRCREV to include 64bit time_t print format errors

* sources/meta-qcom dc97e19...1f53a82 (5):
  > Merge pull request #660 from lumag/fw-pixel-upd
  > Merge pull request #637 from quic-vkraleti/uki-changes
  > Merge pull request #653 from lumag/CI-initramfs
  > Merge pull request #652 from lumag/CI-initramfs
  > Merge pull request #649 from lumag/vendor-pefile

* sources/meta-qt6 f3c6e15...e823146 (169):
  > qtwebengine: Fix build on 32bit arm while using clang
  > qttools: Fix build with clang-19
  > qtquick3d: Fix output operator
  > qtwebengine: Fix build with Clang-19+
  > qtbase: Fix build with clang19
  > gn-native: Fix build with GCC 12
  > gcc-source: Only apply patch on GCC 13
  > qtwebengine: Add missing patch headers
  < Merge pull request #62 from YoeDistro/kraj/6.7
  > qtwebengine: Set DEBUG_LEVELFLAG to -g1
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > Revert "qtwebengine: Add patch for cross-compilation error"
  > qtapplicationmanager: remove patch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  < Merge pull request #61 from YoeDistro/kraj/6.7
  > qtwebengine: Add patch for cross-compilation error
  < Merge pull request #60 from YoeDistro/kraj/6.7
  > Do not build webnn with xnnpack (122-based) on yocto
  > Fix cross compiler crash when compiling qtwebengine
  > qtwebengine: update chromium branch
  > python3-qface: backport recipe from meta-oe master
  > qtapplicationmanager: update recipe
  > qt3d: update license
  > qmlcompilerplus: Update licenses
  > qtdeviceutilities: update licenses
  > qtwayland: update license
  > qtshadertools: update license
  > qtshadertools: update licenses
  > Update submodule refs on '6.8' in yocto/meta-qt6
  < Merge pull request #59 from YoeDistro/kraj/6.7
  < Merge pull request #58 from YoeDistro/kraj/6.7
  < Merge pull request #57 from MarkusVolk/yoe/6.7
  < Merge pull request #56 from YoeDistro/kraj/6.7
  > qtpdf: add cups dependency
  < Merge pull request #55 from YoeDistro/kraj/6.7
  < Merge pull request #54 from YoeDistro/kraj/6.7
  < Merge pull request #53 from YoeDistro/kraj/6.7
  > qtlocation: update licenses
  < Merge pull request #52 from YoeDistro/kraj/6.7
  < Merge pull request #51 from YoeDistro/kraj/6.7
  > qt6-git.inc: Switch to 6.8 branch
  > Update submodule refs on '6.8' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > layer: add compatibility to styhead
  > qt3d,qtquick3d: define IOAPI_NO_64
  > qt6: do not mix bitbake's and shell variables
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > ptests: Install external resource files
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Revert "qtquick3d: add workaround for test build failure"
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #50 from YoeDistro/kraj/6.7
  > coin: use more memory for the ptest testimage
  > ptests: Update test environment for non and root user
  > qtwebengine: add PACKAGECONFIG for x11 dependencies
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtbase: disable dnslookup for mingw builds
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > nativesdk-packagegroup-qt6-toolchain-host-addons: Add wayland dependent packages conditionally
  < Merge pull request #49 from YoeDistro/kraj/6.7
  > Add vendor to CVE_PRODUCT
  < Merge pull request #48 from YoeDistro/kraj/6.7
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #47 from YoeDistro/kraj/6.7
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > ptest: include only needed files
  < Merge pull request #46 from YoeDistro/kraj/6.7
  < Merge pull request #45 from YoeDistro/kraj/6.7
  < Merge pull request #44 from YoeDistro/kraj/6.7
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtwayland: fix patch fuzz
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtwayland: make wayland DISTRO_FEATURES a requirement
  > readme: update Yocto support table
  > qtmultimedia: update revision
  > qtpositioning: add geoclue to packageconfig
  > coin: switch one build to scarthgap
  > coin: don't use nanbield for mingw builds
  > qtbase: disable stack protector for mingw
  > qtwayland: fix patch fuzz
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Merge pull request #43 from YoeDistro/kraj/6.7
  < Merge pull request #42 from YoeDistro/kraj/6.7
  < Merge pull request #41 from YoeDistro/kraj/6.7
  < Merge pull request #40 from YoeDistro/kraj/6.7
  > qtdatavis3d: add feature_check for opengl
  > ptest: disable examples build
  < Merge pull request #39 from YoeDistro/kraj/6.7
  > qtbase: fix patch fuzz
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < 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
  > qtbase: don't generate qmake wrapper
  < qtbase: add PACKAGECONFIG for wayland support
  < squish: fix QA issue
  < squish: add profile script
  > qtbase: add PACKAGECONFIG for wayland support
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < squish: make wayland optional
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < Add support for building Squish
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  > qtquick3d: add workaround for test build failure
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < layer.conf: update LAYERSERIES_COMPAT for scarthgap
  < packagegroup: add Qt modules only on supported archs
  < qtbase: prefer system png
  > layer.conf: update LAYERSERIES_COMPAT for scarthgap
  > qtbase: prefer system png
  > packagegroup: add Qt modules only on supported archs
  < 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
  > qtdoc: only add qtpdf to DEPENDS for machines in COMPATIBLE_MACHINE
  > qtwebengine: Remove setting --target option with yocto
  > libwebp: add workaround for native build
  > qtwebengine: Add missing dependency on native libevent.pc
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < Update submodule refs on '6.7' in yocto/meta-qt6
  < packagegroup: fix warning caused by inherit_defer
  > packagegroup: fix warning caused by inherit_defer
  < coin: update build targets
  > coin: update build targets
  < ptest: skip non-existing tests
  > ptest: skip non-existing tests
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < Add recipe for QtDoc
  > Add recipe for QtDoc
  < qtmultimedia: update revision
  < Update submodule refs on '6.7' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < webengine: update patch
  < Update submodule refs on '6.7' in yocto/meta-qt6
  > webengine: update patch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < ptest: better handling for test list
  < Add srcrev for QtDoc
  > ptest: better handling for test list
  > Add srcrev for QtDoc
  < pytest-qt: upgrade to latest version
  > pytest-qt: upgrade to latest version
  > Bump version to 6.8.0
  > Update submodule refs on 'dev' in yocto/meta-qt6
  < qt6-git.inc: Switch to 6.7 branch
  > Update submodule refs on 'dev' in yocto/meta-qt6
  > qtwebengine: update to 118-based
  < 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
  > srcrev_update: support for all recipes
  > qttools: use clang if it is available
  > qtinterfaceframework: fix packaging error

* sources/meta-riscv df7d55c...e875ec6 (2):
  > musl: Drop rv32 patches
  > python3-pyruvate: Use UNPACKDIR to reach patchdir in SRC_URI

* sources/meta-swupdate faedf19...3aed0f6 (4):
  > layer.conf: Switch to be 'styhead' layer series compatible
  > Allow unique IV per image to encrypt
  > swupdate,classes: Transition from WORKDIR to UNPACKDIR
  < swupdate,classes: Transition from WORKDIR to UNPACKDIR

* sources/meta-tegra a378e7ed...e9fe765b (6):
  > arm-trusted-firmware: set DEBUG and LOG_LEVEL from bitbake
  > tegra-flash-init: quote configuration state when testing
  > tegra-flash-init: update variable name
  > setup-nv-boot-control: fix compat spec for P3701 SKUs
  > tegra-eeprom-tool: update v2.0.1 -> v2.0.2
  > tegra-uefi-capsules: remove ESP image dependency for BUP

* sources/meta-ti 73f2c9fb...82e8543c (2):
  > conf: machine: Remove multiconfig compulsion for k3 platforms
  > u-boot-ti.inc: Refactor overrides to match changes in oe-core

* sources/meta-variscite-bsp bf51e4b...aad40bf (41):
  > imx-boot: Replace BOOT_NAME with imx-boot
  < Merge pull request #32 from YoeDistro/kraj/mickledore-var02
  > layer.conf: Add styhead as compatible layer
  > bluealsa: Rename bbappend to use wildcard
  > gstreamer1.0-plugins-bad: Move bbappend to match meta-freescale version 1.24 now
  > imx-atf: Make bbappend version independent
  > pm-utils-variscite,u-boot-splash: Drop redundant S settings
  > recipes: Implement WORKDIR -> UNPACKDIR transition
  > base-files: Use UNPACKDIR
  > gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  > variscite: Enable optee machine feature on iMX8/IMX9 based machines
  > linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  > imx-boot: Adjust for changes in do_compile in meta-freescale
  > layer.conf: Make is scarthgap compatible
  > libubootenv: Refresh patch to apply to mickledore-var02
  > firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som
  < Merge pull request #31 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #30 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #29 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #28 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #27 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #26 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #25 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #24 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #23 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #22 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #21 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #20 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #19 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #18 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #17 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #16 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #15 from YoeDistro/kraj/mickledore-var02
  < Merge pull request #14 from YoeDistro/kraj/mickledore-var02
  < gstreamer1.0-plugins-bad: Rename to include 1.22.5.imx as well
  < variscite: Enable optee machine feature on iMX8/IMX9 based machines
  < linux-variscite: Define KERNEL_DEVICETREE_32BIT_COMPATIBILITY_UPDATE
  < imx-boot: Adjust for changes in do_compile in meta-freescale
  < layer.conf: Make is scarthgap compatible
  < libubootenv: Refresh patch to apply to mickledore-var02
  < firmware-nxp-wifi: Pin LIC_FILES_CHKSUM for var-som

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

* sources/poky 7004840f3d...935b2c816f (49):
  > arch-arm64: Use neoverse-v1 ISA for Qemu usermode
  > linux-yocto: Fix rv32 syscall wrappers on 6.6
  > Revert "gcc: Fix wrong order of gcc include paths on musl systems"
  > gcc: Fix wrong order of gcc include paths on musl systems
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > gsettings-desktop-schemas: update 46.1 -> 47.1
  > libadwaita: update 1.5.3 -> 1.6.0
  > libportal: update 0.7.1 -> 0.8.1
  > glib-2.0: update 2.80.4 -> 2.82.1
  > gtk4: update 4.14.5 -> 4.16.0
  > oeqa/postactions: Fix archive retrieval from target
  > json-c: avoid ptest failure caused by valgrind
  > binutils: Fix binutils mingw packaging
  > bitbake.conf: Add mingw32 SOLIBS and SOLIBSDEV definitions
  > libpam: use libdir in conditional
  > image_types: make tar images more reproducible
  > python3-pip: keep pip program name
  > binutils: Add missing perl modules to RDEPENDS for nativsdk variant
  > genericarm64: don't pin to linux 6.6
  > linux-yocto: add .bbappend for 6.10
  > qemu: Fix build on musl/riscv64
  > systemd-bootchart: Add riscv 32bit support
  > security-flags: Re-enable pie for power pc
  > omvf: update from edk2-stable202402 to edk2-stable202408
  > nfs-utils: 2.6.4 -> 2.7.1
  > bitbake: tests/fetch: Update GoModTest and GoModGitTest
  > bluez: Fix mesh builds on musl
  > go-mod.bbclass: Unpack module dependency license files
  > go-mod.bbclass: Set GO_MOD_CACHE_DIR
  > connman: upgrade 1.42 -> 1.43
  > iputils: upgrade 20240117 -> 20240905
  > json-glib: upgrade 1.8.0 -> 1.10.0
  > doc/features: describe distribution feature pni-name
  > doc/features: remove duplicate word in distribution feature ext2
  > build-appliance-image: Update to master head revision
  > poky.conf: Bump version for 5.1 styhead release
  > build-appliance-image: Update to master head revision
  > scripts/install-buildtools: Update to 5.0.3
  > bitbake: toaster: Update fixtures for styhead
  > bitbake: fetch2/gomod: Support URIs with only a hostname
  > wpa-supplicant: add patch to check for kernel header version when compiling macsec
  > bluez5: remove redundant patch for MAX_INPUT
  > image_qa: fix error handling
  > bitbake.conf: mark TCLIBCAPPEND as deprecated
  > linux-firmware: add new package for cc33xx firmware
  > libpcre2: Update base uri PhilipHazel -> PCRE2Project
  > libsdl2: Fix non-deterministic configure option for libsamplerate
  > poky-tiny: Drop TCLIBCAPPEND
  > bitbake: Revert "fetch2/gitsm: use configparser to parse .gitmodules"

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
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants