Skip to content

Commit

Permalink
Layer Updates: sources/meta-clang sources/meta-freescale sources/meta…
Browse files Browse the repository at this point in the history
…-intel sources/meta-openembedded sources/meta-qcom sources/meta-qt6 sources/meta-riscv sources/meta-ti sources/meta-variscite-bsp sources/poky

* sources/meta-clang 6eef6ed...9698da1 (2):
  > mesa-gl: Use -Wl,--undefined-version with LLD
  > clang: Upgrade to 17.0.5

* sources/meta-freescale 7f0a7f3d...e4cdb64e (1):
  > wayland: Delete recipe

* sources/meta-intel fa34a619...c220d2b0 (2):
  > linux-intel-rt/6.1: update to v6.1.59-rt16
  > linux-intel/6.1: update to v6.1.59

* sources/meta-openembedded c683aaf0c...5082c37ba (15):
  > DO NOT MERGE: XXX: Add Github actions support for CI
  > vte9: Drop recipe
  > Revert "gnome-terminal: Remove recommendation on vte-prompt"
  > gnome-console,gnome-terminal: Depend on vte from core layer
  > flatpak: Add packageconfigs for man and docbook docs
  > idevicerestore: Upgrade to latest master
  > libplist: Upgrade to latest master
  > evince, gnome-calendar, tracker: drop ${PE}, ${PR} from /usr/src/debug paths
  > python3-{h5py,pandas}: drop ${PE}, ${PR} from /usr/src/debug paths
  > aom, x265: drop ${PE}, ${PR} from /usr/src/debug paths
  > ntpsec, net-snmp: drop ${PE}, ${PR} from /usr/src/debug paths
  > fluentbit: drop ${PE}, ${PR} from /usr/src/debug paths
  > xmlrcp-c: drop ${PE}, ${PR} from /usr/src/debug paths
  > minifi-cpp: drop ${PE}, ${PR} from /usr/src/debug paths
  > android-tools: drop ${PE}, ${PR} from /usr/src/debug paths

* sources/meta-qcom e57f4b0...fb8c1a4 (1):
  > Merge pull request #550 from lumag/kirkstone-ci

* sources/meta-qt6 8deccea...60797b0 (37):
  > qtwebengine: Fix illegal instruction crash on rpi4
  > qtwebengine: Fix build with clang 17
  > qtquick3dphysics: Fix build on clang/x86
  > qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  > qtapplicationmanager: Fix build with musl
  > qtbase: Do not use LFS64 functions explicitly on musl
  > qtbase: Add locale-base-c only on glibc based targets
  > conan.inc: Remove support
  > qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  > qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  > qtwebengine: Fix missing boolean value to disable minizip
  > qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  > qtbase: Add a packageconfig knob to enable lld linker
  > Update submodule refs on '6.6' in yocto/meta-qt6
  > qt3d: remove upstreamed patch
  > qmlcompiler: enable ptest
  > qtwebengine: enable ptest
  > qtconnectivity: enable ptest
  > coin: add CI build for nanbield
  > Revert "protobuf: add workaround for qtgrpc"
  < Merge pull request #18 from YoeDistro/kraj/6.6
  < Merge pull request #17 from YoeDistro/kraj/6.6
  < Merge pull request #16 from YoeDistro/kraj/6.6
  < Merge pull request #15 from YoeDistro/kraj/6.6
  < qtwebengine: Fix illegal instruction crash on rpi4
  < qtwebengine: Fix build with clang 17
  < qtquick3dphysics: Fix build on clang/x86
  < qt3d,qtquick3d: Enable LFS *64 aliases on musl explicitly
  < qtapplicationmanager: Fix build with musl
  < qtbase: Do not use LFS64 functions explicitly on musl
  < qtbase: Add locale-base-c only on glibc based targets
  < conan.inc: Remove support
  < qtwebview: Match COMPATIBLE_MACHINE with qtwebengine
  < qtwebengine: Pass OE specific pkg-config-native for host pkg-config
  < qtwebengine: Fix missing boolean value to disable minizip
  < qtbase,populate_sdk_qt6_base: Adjust for clang as system compiler
  < qtbase: Add a packageconfig knob to enable lld linker

* sources/meta-riscv 951d4de...84924c3 (1):
  > milkv-duo: Add bootfile as image dependency

* sources/meta-ti d29501f8...4b00f246 (4):
  > linux-ti-staging_6.1: CI/CD Auto-Merger: cicd.master.202311200100
  > linux-ti-staging-rt_6.1: CI/CD Auto-Merger: cicd.master.202311200100
  > u-boot-ti-staging_2023.04: CI/CD Auto-Merger: cicd.master.202311200100
  > ti-linux-fw: CI/CD Auto-Merger: cicd.master.202311200100

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

* sources/poky cdecc1f605...fdb7e533d8 (67):
  > vte: Upgrade to 0.74.1
  > vte: upgrade 2.72.2 -> 2.74.0
  > gdb: Update to gdb 14 release
  > poky: Do not inherit uninative on ppc64le and riscv64 hosts
  > openssl: Add missing perl-module-file-spec-functions rdep for ptests
  > coreutils: Add ptest dependencies
  > DO NOT MERGE: qemux86: Add identical qemux86copy variant for tests
  > bitbake: bitbake: utils: remove spaces on empty lines
  > ffmpeg: Upgrade 6.0 -> 6.1
  > python3-numpy: upgrade 1.26.0 -> 1.26.2
  > python3-trove-classifiers: upgrade 2023.10.18 -> 2023.11.14
  > python3-mako: upgrade 1.2.4 -> 1.3.0
  > python3-setuptools-scm: upgrade 7.1.0 -> 8.0.4
  > python3-hypothesis: upgrade 6.88.3 -> 6.89.0
  > gtk: Add rdepend on printbackend for cups
  > igt-gpu-tools: drop PR from /usr/src/debug paths
  > python3-cython: drop PE, PR from /usr/src/debug paths
  > valgrind: drop PE, PR from /usr/src/debug paths
  > vulkan-samples: drop PE, PR from /usr/src/debug paths
  > rust: drop PE, PR from /usr/src/debug paths
  > perf: drop PE, PR from /usr/src/debug paths
  > ffmpeg: drop PE, PR from /usr/src/debug paths
  > libjpeg-turbo: drop PE, PR from /usr/src/debug paths
  > acpica: drop PE, PR from /usr/src/debug paths
  > go-cross-canadian.inc: drop PE, PR from /usr/src/debug paths
  > ovmf: drop PE, PR from /usr/src/debug paths
  > bitbake.conf: drop ${PE} and ${PR} from -f{file,macro,debug}-prefix-map
  > bitbake.conf: Drop oldincludedir
  > oeqa/selftest/devtool: fix test_devtool_modify_overrides test
  > classes: go-mod: do not pack go mod cache
  > glibc: use nonarch libdir for tmpfiles.d
  > sysstat: use nonarch libdir for tmpfiles.d
  > pam: use nonarch libdir for tmpfiles.d
  > systemd: use nonarch libdir for tmpfiles.d
  > avahi: fix CVE-2023-38473
  > avahi: fix CVE-2023-38472
  > avahi: fix CVE-2023-38471
  > avahi: fix CVE-2023-38470
  > avahi: fix CVE-2023-38469
  > meta-selftest/files: add xuser to static-passwd/-group
  > libdrm: upgrade 2.4.116 -> 2.4.117
  > stress-ng: upgrade 0.17.00 -> 0.17.01
  > shared-mime-info: upgrade 2.3 -> 2.4
  > python3-testtools: upgrade 2.7.0 -> 2.7.1
  > python3-pbr: upgrade 5.11.1 -> 6.0.0
  > python3-hypothesis: upgrade 6.88.1 -> 6.88.3
  > python3-hatch-vcs: upgrade 0.3.0 -> 0.4.0
  > dnf: upgrade 4.17.0 -> 4.18.1
  > bash: upgrade 5.2.15 -> 5.2.21
  > libuv: upgrade 1.46.0 -> 1.47.0
  > libsolv: upgrade 0.7.25 -> 0.7.26
  > libsdl2: upgrade 2.28.4 -> 2.28.5
  > iproute2: upgrade 6.5.0 -> 6.6.0
  > git: upgrade 2.42.0 -> 2.42.1
  > diffoscope: upgrade 249 -> 251
  > dhcpcd: upgrade 10.0.4 -> 10.0.5
  > openssh: add systemd readiness notification support
  > llvm: Upgrade to 17.0.5
  > sed -i destroys symlinks
  > cups: Upgrade 2.4.6 -> 2.4.7
  > staging.bbclass: process installed dependencies in deterministic order as well
  > migration-guide: add release notes for 4.2.4
  > ref-manual: releases.svg: update nanbield release status
  > manuals: fix URL
  > migration-guide: add release notes for 4.0.14
  > ref-manual: Fix reference to MIRRORS/PREMIRRORS defaults
  > release-notes-4.3: add Repositories / Downloads section

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Nov 20, 2023
1 parent a2daf3a commit 37a5011
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion sources/meta-clang
2 changes: 1 addition & 1 deletion sources/meta-intel
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 24 files
+84 −0 .github/workflows/yoe.yml
+2 −0 README.md
+2 −2 meta-gnome/recipes-gnome/evince/evince_45.0.bb
+2 −2 meta-gnome/recipes-gnome/gnome-calendar/gnome-calendar_45.1.bb
+1 −1 meta-gnome/recipes-gnome/gnome-console/gnome-console_45.0.bb
+2 −2 meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal_3.50.1.bb
+2 −2 meta-gnome/recipes-gnome/tracker/tracker_3.6.0.bb
+1 −1 meta-multimedia/recipes-multimedia/aom/aom_3.7.0.bb
+1 −1 meta-multimedia/recipes-multimedia/x265/x265_3.2.1.bb
+1 −1 meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.3.bb
+1 −1 meta-networking/recipes-support/ntpsec/ntpsec_1.2.2a.bb
+0 −1 meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb
+1 −1 meta-oe/recipes-devtools/android-tools/android-tools_5.1.1.r37.bb
+1 −1 meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.59.01.bb
+2 −2 meta-oe/recipes-extended/flatpak/flatpak_1.15.6.bb
+2 −2 meta-oe/recipes-extended/fluentbit/fluentbit_1.9.7.bb
+2 −2 meta-oe/recipes-extended/libimobiledevice/libplist_git.bb
+1 −1 meta-oe/recipes-extended/minifi-cpp/minifi-cpp_0.7.0.bb
+0 −136 meta-oe/recipes-gnome/vte9/vte9/cve-2012-2738.patch
+0 −14 meta-oe/recipes-gnome/vte9/vte9/obsolete_automake_macros.patch
+0 −30 meta-oe/recipes-gnome/vte9/vte9_0.74.1.bb
+1 −1 meta-oe/recipes-support/idevicerestore/idevicerestore_git.bb
+1 −1 meta-python/recipes-devtools/python/python3-h5py_3.10.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-pandas_2.0.3.bb
2 changes: 1 addition & 1 deletion sources/meta-qcom
2 changes: 1 addition & 1 deletion sources/meta-riscv
2 changes: 1 addition & 1 deletion sources/meta-variscite-bsp
Submodule meta-variscite-bsp updated 0 files
2 changes: 1 addition & 1 deletion sources/poky
Submodule poky updated 101 files

0 comments on commit 37a5011

Please sign in to comment.