Skip to content

Commit

Permalink
Merge pull request #1004 from YoeDistro/kraj/master
Browse files Browse the repository at this point in the history
update layers
  • Loading branch information
kraj authored Feb 13, 2025
2 parents 424fbe7 + 4833b03 commit a4f46f2
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 12 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,22 @@ and this project adheres to
- Enable Sv39 memory address scheme by default for qemuriscv machines
- Upgrade LLVM to 19.1.7
- Upgrade Gstreamer to 1.24.12
- Fix RPI-5/CM5 boot issue
- Enable create-spdx to build SPDX manifests
- Update linux-yocto/6.12 to v6.12.13
- Upgrade python to 2.13.2
- Upgrade Go compiler to 1.22.12
- Switch p7zip to 7zip in classes

### Added

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

### Removed

- Deleted recipes - pipewire-0.2
- Deleted recipes - pipewire-0.2, linux-yocto/6.6
- Drop ld-is-gold support

## [2025.01] - 2025-01-31

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

IMG_VERSION = "25.01.2"
IMG_VERSION = "25.01.3"

#INHERIT += "cve-check"
2 changes: 1 addition & 1 deletion sources/meta-clang
2 changes: 1 addition & 1 deletion sources/meta-freescale-3rdparty
Submodule meta-freescale-3rdparty updated 1 files
+10 −10 LICENSE
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 107 files
2 changes: 1 addition & 1 deletion sources/meta-yoe/conf/distro/yoe.inc
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ require conf/distro/include/security_flags.inc
INHERIT += "${@bb.utils.contains_any('BUILD_ARCH', 'ppc64le riscv64', '', 'uninative', d)}"

# Add /etc/build to every image
INHERIT += "image-buildinfo"
INHERIT += "image-buildinfo create-spdx"

DISTRO_FEATURES:append = " opengl multiarch wayland pam vulkan usrmerge ld-is-lld"

Expand Down
2 changes: 1 addition & 1 deletion sources/poky
Submodule poky updated 94 files
+17 −52 bitbake/lib/bb/fetch2/__init__.py
+3 −2 bitbake/lib/bb/fetch2/az.py
+0 −2 bitbake/lib/bb/fetch2/clearcase.py
+1 −1 bitbake/lib/bb/fetch2/gcp.py
+4 −5 bitbake/lib/bb/fetch2/local.py
+1 −1 bitbake/lib/bb/fetch2/npm.py
+1 −1 bitbake/lib/bb/fetch2/s3.py
+1 −1 bitbake/lib/bb/fetch2/sftp.py
+1 −2 bitbake/lib/bb/fetch2/ssh.py
+2 −2 bitbake/lib/bb/fetch2/wget.py
+33 −6 bitbake/lib/bb/tests/fetch.py
+1 −1 meta-poky/conf/distro/include/poky-distro-alt-test-config.inc
+15 −15 meta-yocto-bsp/conf/machine/genericarm64.conf
+0 −21 meta-yocto-bsp/recipes-kernel/linux/linux-yocto_6.6.bbappend
+2 −2 meta/classes-global/base.bbclass
+1 −1 meta/classes-global/package_ipk.bbclass
+2 −0 meta/classes-recipe/cmake.bbclass
+1 −1 meta/classes-recipe/image_types.bbclass
+11 −15 meta/classes-recipe/kernel-fitimage.bbclass
+7 −1 meta/classes-recipe/meson.bbclass
+1 −1 meta/classes-recipe/populate_sdk_base.bbclass
+1 −1 meta/classes-recipe/uboot-config.bbclass
+2 −3 meta/classes-recipe/uki.bbclass
+1 −0 meta/conf/documentation.conf
+7 −0 meta/conf/image-fitimage.conf
+5 −3 meta/files/toolchain-shar-relocate.sh
+16 −0 meta/lib/oeqa/runtime/case.py
+2 −1 meta/lib/oeqa/runtime/cases/ping.py
+2 −1 meta/lib/oeqa/runtime/cases/ssh.py
+65 −23 meta/lib/oeqa/selftest/cases/fitimage.py
+5 −0 meta/lib/oeqa/utils/metadata.py
+1 −5 meta/recipes-bsp/u-boot/u-boot.inc
+0 −3 meta/recipes-connectivity/nfs-utils/nfs-utils_2.8.2.bb
+52 −0 meta/recipes-connectivity/openssl/openssl/aarch64-regs.patch
+1 −0 meta/recipes-connectivity/openssl/openssl_3.4.0.bb
+2 −4 meta/recipes-connectivity/slirp/libslirp_4.9.0.bb
+10 −0 meta/recipes-core/dbus/dbus_1.16.0.bb
+1 −0 meta/recipes-core/ncurses/ncurses.inc
+4 −1 meta/recipes-core/systemd/systemd-boot-native_257.1.bb
+122 −0 meta/recipes-core/systemd/systemd/0001-ukify-measure-Revert-changes-to-use-SizeOfImage-from.patch
+1 −19 meta/recipes-devtools/binutils/binutils.inc
+2 −1 meta/recipes-devtools/go/go-1.22.12.inc
+3 −3 meta/recipes-devtools/go/go-binary-native_1.22.12.bb
+0 −0 meta/recipes-devtools/go/go-cross-canadian_1.22.12.bb
+0 −0 meta/recipes-devtools/go/go-cross_1.22.12.bb
+0 −0 meta/recipes-devtools/go/go-crosssdk_1.22.12.bb
+0 −0 meta/recipes-devtools/go/go-runtime_1.22.12.bb
+49 −0 meta/recipes-devtools/go/go/6d265b008e3d106b2706645e5a88cd8e2fb98953.patch
+0 −0 meta/recipes-devtools/go/go_1.22.12.bb
+0 −10 meta/recipes-devtools/python/python3-bcrypt_4.2.1.bb
+34 −0 meta/recipes-devtools/python/python3-cffi/0001-Cast-offset-to-size_t-to-avoid-c-11-narrowing-warnin.patch
+2 −1 meta/recipes-devtools/python/python3-cffi_1.17.1.bb
+3 −3 meta/recipes-devtools/python/python3-typogrify_2.1.0.bb
+1 −1 meta/recipes-devtools/python/python3/0001-Avoid-shebang-overflow-on-python-config.py.patch
+1 −1 meta/recipes-devtools/python/python3/0001-Generate-data-for-OpenSSL-3.4-and-add-it-to-multissl.patch
+1 −1 meta/recipes-devtools/python/python3/0001-Lib-sysconfig.py-use-prefix-value-from-build-configu.patch
+5 −5 meta/recipes-devtools/python/python3/0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch
+1 −1 meta/recipes-devtools/python/python3/0001-Update-test_sysconfig-for-posix_user-purelib.patch
+0 −51 meta/recipes-devtools/python/python3/0001-ssl-Raise-OSError-for-ERR_LIB_SYS.patch
+1 −1 meta/recipes-devtools/python/python3/0001-test_active_children-skip-problematic-test.patch
+1 −1 meta/recipes-devtools/python/python3/0001-test_locale.py-correct-the-test-output-format.patch
+2 −2 meta/recipes-devtools/python/python3/0001-test_readline-skip-limited-history-test.patch
+1 −1 meta/recipes-devtools/python/python3/makerace.patch
+1 −2 meta/recipes-devtools/python/python3_3.13.2.bb
+2 −2 meta/recipes-devtools/rpm/rpm_4.20.0.bb
+0 −5 meta/recipes-devtools/rust/libstd-rs_1.81.0.bb
+0 −5 meta/recipes-devtools/rust/rust_1.81.0.bb
+4 −5 meta/recipes-extended/ltp/ltp_20240930.bb
+2 −5 meta/recipes-gnome/libsecret/libsecret/0001-meson-add-option-to-disable-pam-tests.patch
+3 −1 meta/recipes-gnome/libsecret/libsecret_0.21.6.bb
+3 −4 meta/recipes-graphics/xorg-lib/libxkbcommon_1.7.0.bb
+13 −44 meta/recipes-kernel/linux-firmware/linux-firmware_20250109.bb
+0 −6,660 meta/recipes-kernel/linux/cve-exclusion_6.10.inc
+0 −6,660 meta/recipes-kernel/linux/cve-exclusion_6.6.inc
+3 −3 meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb
+0 −48 meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb
+3 −3 meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb
+0 −33 meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb
+14 −14 meta/recipes-kernel/linux/linux-yocto_6.12.bb
+0 −74 meta/recipes-kernel/linux/linux-yocto_6.6.bb
+0 −4 meta/recipes-multimedia/ffmpeg/ffmpeg_7.1.bb
+3 −6 meta/recipes-sato/webkit/webkitgtk_2.46.5.bb
+3 −2 meta/recipes-support/curl/curl_8.12.0.bb
+1 −1 meta/recipes-support/libunwind/libunwind_1.6.2.bb
+45 −0 meta/recipes-support/liburcu/liburcu/0001-uatomic-generic.h-add-missing-stdlib.h-header-file-f.patch
+3 −1 meta/recipes-support/liburcu/liburcu_0.15.0.bb
+44 −0 meta/recipes-support/mpfr/mpfr/0001-include-math.h-to-use-predefined-_Float128-definitio.patch
+1 −0 meta/recipes-support/mpfr/mpfr_4.2.1.bb
+5 −0 scripts/b4-wrapper-poky.py
+89 −19 scripts/lib/build_perf/html/measurement_chart.html
+67 −4 scripts/lib/build_perf/html/report.html
+1 −1 scripts/lib/wic/plugins/source/bootimg-efi.py
+5 −1 scripts/oe-build-perf-report
+31 −1 scripts/relocate_sdk.py

0 comments on commit a4f46f2

Please sign in to comment.