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

Layer updates #972

Merged
merged 3 commits into from
Sep 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ and this project adheres to
- Upgrade Clang to 19.1.0 major release
- Fix several recipes to build for RISCV32 architecture
- Switch QT6 to 6.8 release
- Upgrade glib-2.0 to 2.82.1
- Upgrade gtk4 to 4.16
- Upgrade OpenCV to 4.10

### Added

Expand Down
4 changes: 2 additions & 2 deletions conf/site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SCONF_VERSION = "1"
require ${TOPDIR}/conf/projects/${PROJECT}/config.conf

# Override default distro profile if needed
#YOE_PROFILE = "yoe-musl-sysvinit-wayland"
#YOE_PROFILE = "yoe-musl-systemd-wayland"
#require conf/world.conf

IMG_VERSION = "24.8.4"
IMG_VERSION = "24.8.5"
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 39 files
+1 −1 meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_47.0.bb
+2 −2 meta-gnome/recipes-gnome/gnome-chess/gnome-chess_47.0.bb
+0 −43 ...-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer/0001-window-Fix-function-callback-definition.patch
+1 −2 meta-gnome/recipes-gnome/gnome-font-viewer/gnome-font-viewer_47.0.bb
+1 −1 meta-gnome/recipes-gnome/tecla/tecla_47.0.bb
+2 −31 meta-networking/conf/include/non-repro-meta-networking.inc
+8 −11 meta-networking/recipes-support/stunnel/stunnel/fix-openssl-no-des.patch
+1 −1 meta-networking/recipes-support/stunnel/stunnel_5.73.bb
+1 −1 meta-networking/recipes-support/traceroute/traceroute_2.1.6.bb
+3 −4 meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/0001-absl-always-use-asm-sgidefs.h.patch
+8 −9 meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/0002-Remove-maes-option-from-cross-compilation.patch
+9 −9 meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/0003-Remove-neon-option-from-cross-compilation.patch
+0 −82 meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/0004-PR-1644-unscaledcycleclock-remove-RISC-V-support.patch
+33 −11 meta-oe/recipes-devtools/abseil-cpp/abseil-cpp/0004-abseil-ppc-fixes.patch
+3 −4 meta-oe/recipes-devtools/abseil-cpp/abseil-cpp_20240722.0.bb
+1 −1 meta-oe/recipes-devtools/ctags/ctags_6.1.20240915.0.bb
+3 −1 meta-oe/recipes-devtools/protobuf/protobuf_4.25.5.bb
+1 −1 meta-oe/recipes-devtools/python/python3-psycopg_3.2.2.bb
+1 −1 meta-oe/recipes-extended/pegtl/pegtl_3.2.8.bb
+1 −1 meta-oe/recipes-support/bdwgc/bdwgc_8.2.8.bb
+1 −1 meta-oe/recipes-support/libmanette/libmanette_0.2.9.bb
+2 −2 meta-oe/recipes-support/opencv/opencv_4.10.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-elementpath_4.5.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-eventlet_0.37.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-filelock_3.16.1.bb
+1 −1 meta-python/recipes-devtools/python/python3-greenlet_3.1.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-nmap_1.9.1.bb
+1 −1 meta-python/recipes-devtools/python/python3-paramiko_3.5.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-platformdirs_4.3.6.bb
+1 −1 meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.1.bb
+1 −1 meta-python/recipes-devtools/python/python3-pymisp_2.4.198.bb
+1 −1 meta-python/recipes-devtools/python/python3-pyproject-api_1.7.2.bb
+2 −2 meta-python/recipes-devtools/python/python3-pyunormalize_16.0.0.bb
+1 −1 meta-python/recipes-devtools/python/python3-regex_2024.9.11.bb
+1 −1 meta-python/recipes-devtools/python/python3-robotframework_7.1.bb
+1 −1 meta-python/recipes-devtools/python/python3-virtualenv_20.26.5.bb
+1 −1 meta-python/recipes-devtools/python/python3-xmlschema_3.4.1.bb
+1 −1 meta-python/recipes-devtools/python/python3-yarl_1.11.1.bb
+1 −1 meta-python/recipes-extended/python-rich/python3-rich_13.8.1.bb
2 changes: 1 addition & 1 deletion sources/poky
Submodule poky updated 44 files
+55 −0 bitbake/lib/bb/tests/fetch.py
+5 −1 documentation/ref-manual/features.rst
+0 −1 meta-yocto-bsp/conf/machine/genericarm64.conf
+19 −0 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.10.bbappend
+7 −3 meta/classes-recipe/go-mod.bbclass
+4 −1 meta/classes-recipe/image_types.bbclass
+2 −0 meta/conf/bitbake.conf
+0 −6 meta/conf/distro/include/security_flags.inc
+1 −0 meta/lib/oeqa/utils/postactions.py
+1 −0 meta/recipes-connectivity/bluez5/bluez5.inc
+114 −0 meta/recipes-connectivity/bluez5/bluez5/0001-mesh-Move-local-basename-into-utility-file.patch
+0 −55 meta/recipes-connectivity/connman/connman/0001-src-log.c-Include-libgen.h-for-basename-API.patch
+0 −152 meta/recipes-connectivity/connman/connman/0001-vpn-Adding-support-for-latest-pppd-2.5.0-release.patch
+1 −3 meta/recipes-connectivity/connman/connman_1.43.bb
+0 −34 meta/recipes-connectivity/nfs-utils/nfs-utils/0001-reexport.h-Include-unistd.h-to-compile-with-musl.patch
+46 −0 meta/recipes-connectivity/nfs-utils/nfs-utils/0001-support-include-junction.h-Define-macros-for-musl.patch
+35 −0 meta/recipes-connectivity/nfs-utils/nfs-utils/0001-support-junction-path.c-Fix-build-for-musl.patch
+0 −53 meta/recipes-connectivity/nfs-utils/nfs-utils/0001-tools-locktest-Use-intmax_t-to-print-off_t.patch
+4 −4 meta/recipes-connectivity/nfs-utils/nfs-utils_2.7.1.bb
+3 −3 meta/recipes-core/glib-2.0/files/0010-Do-not-hardcode-python-path-into-various-tools.patch
+0 −0 meta/recipes-core/glib-2.0/glib-2.0-initial_2.82.1.bb
+0 −0 meta/recipes-core/glib-2.0/glib-2.0_2.82.1.bb
+2 −2 meta/recipes-core/glib-2.0/glib.inc
+3 −6 meta/recipes-core/ovmf/ovmf/0001-ovmf-update-path-to-native-BaseTools.patch
+1 −4 meta/recipes-core/ovmf/ovmf/0002-BaseTools-makefile-adjust-to-build-in-under-bitbake.patch
+12 −15 meta/recipes-core/ovmf/ovmf/0003-debug-prefix-map.patch
+10 −13 meta/recipes-core/ovmf/ovmf/0004-reproducible.patch
+2 −2 meta/recipes-core/ovmf/ovmf_git.bb
+1 −1 meta/recipes-devtools/binutils/binutils.inc
+4 −0 meta/recipes-devtools/binutils/binutils_2.43.1.bb
+2 −0 meta/recipes-devtools/json-c/json-c/run-ptest
+0 −4 meta/recipes-devtools/python/python3-pip_24.2.bb
+1 −0 meta/recipes-devtools/qemu/qemu.inc
+27 −0 meta/recipes-devtools/qemu/qemu/fix-strerrorname_np.patch
+48 −0 meta/recipes-devtools/systemd-bootchart/systemd-bootchart/0001-Add-riscv32-support.patch
+1 −0 meta/recipes-devtools/systemd-bootchart/systemd-bootchart_235.bb
+1 −1 meta/recipes-extended/iputils/iputils_20240905.bb
+1 −1 meta/recipes-extended/pam/libpam_1.6.1.bb
+1 −2 meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_47.1.bb
+3 −3 meta/recipes-gnome/gtk+/gtk4_4.16.0.bb
+4 −4 meta/recipes-gnome/json-glib/json-glib_1.10.0.bb
+1 −1 meta/recipes-gnome/libadwaita/libadwaita_1.6.0.bb
+0 −49 meta/recipes-gnome/libportal/files/0001-meson.build-fix-build-race-when-building-GTK-vapi-fi.patch
+2 −3 meta/recipes-gnome/libportal/libportal_0.8.1.bb