Skip to content

Commit

Permalink
Merge pull request #994 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
Update layers to latest master
  • Loading branch information
kraj authored Dec 27, 2024
2 parents 7eb3eec + 14fa791 commit f03ba54
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ and this project adheres to
- Upgrade curl to 8.11.1
- Upgrade linux-raspberrypi-6.6 to 6.6.63
- Fix external kernel modules for 6.12 kernel e.g. emlog, vboxdrivers
- Upgrade LLVM and Clang to 19.1.5
- Upgrade LLVM and Clang to 19.1.6
- Introduce recipe for libpeas 2.x and make it cohabit with libpeas-1
- Update XFCE base components to 4.20 release
- Revert python3-numpy from 2.2 back to 2.1
Expand All @@ -29,6 +29,9 @@ and this project adheres to
- Add linux-yocto 6.10 to meta-tegra
- Upgrade musl to latest master at 61399d4bd02ae1ec03068445aa7ffe9174466bfd
- Run aclocal cleanup on expect,tcl,bash recipes
- Use 7zip 24.09 to replace p7zip 16.02
- Add fido and apparmor packageconfigs to systemd
- Upgrade meson to 1.6.1

### Added

Expand Down
2 changes: 1 addition & 1 deletion conf/site.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ require ${TOPDIR}/conf/projects/${PROJECT}/config.conf
#YOE_PROFILE = "yoe-musl-systemd-wayland"
#require conf/world.conf

IMG_VERSION = "24.11.3"
IMG_VERSION = "24.11.4"
2 changes: 1 addition & 1 deletion sources/meta-arm
2 changes: 1 addition & 1 deletion sources/meta-clang
2 changes: 1 addition & 1 deletion sources/meta-freescale
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 147 files
2 changes: 1 addition & 1 deletion sources/poky
Submodule poky updated 33 files
+4 −3 meta/classes-global/base.bbclass
+1 −1 meta/classes-recipe/features_check.bbclass
+8 −5 meta/classes-recipe/kernel-yocto.bbclass
+3 −1 meta/recipes-core/systemd/systemd_256.9.bb
+1 −1 meta/recipes-devtools/llvm/llvm_19.1.6.bb
+4 −4 meta/recipes-devtools/meson/meson/0001-python-module-do-not-manipulate-the-environment-when.patch
+1 −1 meta/recipes-devtools/meson/meson_1.6.1.bb
+11 −2 meta/recipes-devtools/pkgconfig/pkgconfig_git.bb
+1 −1 meta/recipes-devtools/python/python-six.inc
+1 −1 meta/recipes-devtools/python/python3-certifi_2024.12.14.bb
+1 −1 meta/recipes-devtools/python/python3-dbusmock_0.33.0.bb
+1 −1 meta/recipes-devtools/python/python3-hatchling_1.27.0.bb
+1 −1 meta/recipes-devtools/python/python3-hypothesis_6.122.6.bb
+1 −1 meta/recipes-devtools/python/python3-mako_1.3.8.bb
+82 −58 meta/recipes-devtools/python/python3-maturin-crates.inc
+0 −55 meta/recipes-devtools/python/python3-maturin/0001-build_context-improve-wheel-reproducibility-by-sorti.patch
+1 −4 meta/recipes-devtools/python/python3-maturin_1.7.8.bb
+1 −1 meta/recipes-devtools/python/python3-psutil_6.1.1.bb
+1 −1 meta/recipes-devtools/python/python3-pyopenssl_24.3.0.bb
+1 −1 meta/recipes-devtools/python/python3-pytest-subtests_0.14.1.bb
+1 −1 meta/recipes-devtools/python/python3-pytest_8.3.4.bb
+0 −4 meta/recipes-devtools/python/python3-six_1.16.0.bb
+4 −0 meta/recipes-devtools/python/python3-six_1.17.0.bb
+1 −1 meta/recipes-devtools/repo/repo_2.50.1.bb
+1 −1 meta/recipes-gnome/libportal/libportal_0.9.0.bb
+1 −3 meta/recipes-graphics/wayland/wayland-protocols_1.39.bb
+3 −3 meta/recipes-graphics/wayland/weston_14.0.1.bb
+1 −1 meta/recipes-graphics/xorg-xserver/xserver-xorg_21.1.15.bb
+51 −0 meta/recipes-kernel/lttng/lttng-modules/0001-Fix-sched_stat_runtime-changed-in-Linux-6.6.66.patch
+3 −1 meta/recipes-kernel/lttng/lttng-modules_2.13.16.bb
+1 −1 meta/recipes-multimedia/webp/libwebp_1.5.0.bb
+1 −1 meta/recipes-sato/webkit/webkitgtk_2.46.5.bb
+1 −1 meta/recipes-support/diffoscope/diffoscope_284.bb

0 comments on commit f03ba54

Please sign in to comment.