Skip to content

Commit

Permalink
Merge pull request #1007 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
update layers
  • Loading branch information
cbrake authored Feb 20, 2025
2 parents d8df346 + 7f2f759 commit 357ca30
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ and this project adheres to
- Upgrade musl to latest and fix failing recipes
- Update coreutils to 9.6
- Update OpenSSL to 3.4.1
- Include xz support by default in GDB
- Fix PACKAGECONFIG handling for cross recipes

### Added

- Added recipes - libspdm, spdm-utils
- Added recipes - libspdm, spdm-utils, python3-cairocffi
- Add linux-raspberrypi 6.12 recipe

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

IMG_VERSION = "25.01.4"
IMG_VERSION = "25.01.5"

#INHERIT += "cve-check"
2 changes: 1 addition & 1 deletion sources/poky
Submodule poky updated 44 files
+3 −7 bitbake/lib/bb/utils.py
+1 −1 meta/classes-global/base.bbclass
+3 −1 meta/conf/distro/include/maintainers.inc
+1 −19 meta/lib/oeqa/runtime/cases/ethernet_ip_connman.py
+0 −1 meta/lib/oeqa/selftest/cases/uki.py
+0 −1 meta/lib/oeqa/selftest/cases/wic.py
+1 −1 meta/recipes-connectivity/libuv/libuv_1.50.0.bb
+1 −1 meta/recipes-core/ell/ell_0.73.bb
+1 −1 meta/recipes-devtools/erofs-utils/erofs-utils_1.8.5.bb
+0 −26 meta/recipes-devtools/fmt/files/fix-gcc9.patch
+2 −3 meta/recipes-devtools/fmt/fmt_11.1.3.bb
+1 −3 meta/recipes-devtools/gdb/gdb-common.inc
+1 −5 meta/recipes-devtools/gdb/gdb-cross-canadian.inc
+0 −4 meta/recipes-devtools/gdb/gdb-cross.inc
+1 −1 meta/recipes-devtools/perl/libtest-warnings-perl_0.038.bb
+2 −2 meta/recipes-devtools/python/python3-babel_2.17.0.bb
+1 −1 meta/recipes-devtools/python/python3-cython_3.0.12.bb
+1 −1 meta/recipes-devtools/python/python3-dtschema_2025.2.bb
+1 −1 meta/recipes-devtools/python/python3-hypothesis_6.125.3.bb
+2 −2 meta/recipes-devtools/python/python3-mako_1.3.9.bb
+1 −1 meta/recipes-devtools/python/python3-numpy_2.2.3.bb
+1 −1 meta/recipes-devtools/python/python3-pip_25.0.1.bb
+1 −1 meta/recipes-devtools/python/python3-poetry-core_2.1.1.bb
+1 −1 meta/recipes-devtools/python/python3-psutil_7.0.0.bb
+2 −2 meta/recipes-devtools/ruby/ruby_3.4.2.bb
+1 −1 meta/recipes-extended/stress-ng/stress-ng_0.18.10.bb
+1 −1 meta/recipes-extended/xz/xz_5.6.4.bb
+2 −1 meta/recipes-gnome/libadwaita/libadwaita_1.6.4.bb
+1 −1 meta/recipes-gnome/libportal/libportal_0.9.1.bb
+1 −1 meta/recipes-graphics/xorg-app/xhost_1.0.10.bb
+1 −1 meta/recipes-graphics/xorg-lib/libx11_1.8.11.bb
+1 −1 meta/recipes-graphics/xorg-lib/libxkbcommon_1.8.0.bb
+1 −1 meta/recipes-graphics/xorg-lib/xkeyboard-config_2.44.bb
+1 −1 meta/recipes-graphics/xwayland/xwayland_24.1.5.bb
+1 −1 meta/recipes-kernel/linux-firmware/linux-firmware_20250211.bb
+1 −1 meta/recipes-sato/webkit/libwpe_1.16.2.bb
+1 −1 meta/recipes-support/gnutls/gnutls/0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch
+5 −5 meta/recipes-support/gnutls/gnutls/Add-ptest-support.patch
+4 −4 meta/recipes-support/gnutls/gnutls_3.8.9.bb
+1 −1 meta/recipes-support/hwdata/hwdata_0.392.bb
+1 −1 meta/recipes-support/libffi/libffi_3.4.7.bb
+14 −0 meta/recipes-support/sass/libsass_git.bb
+15 −0 meta/recipes-support/sass/sassc_git.bb
+2 −2 scripts/install-buildtools

0 comments on commit 357ca30

Please sign in to comment.