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

Fix VisionFive2 wic file and update layers #1002

Merged
merged 7 commits into from
Feb 5, 2025
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
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [2025.02] - 2025-02-xx

### Changed

- Fix several recipes in meta-python to use ptest-python-pytest class
- Correct Licenses for libdvbcsa, fatresize, znc, ndpi
- Upgrade linux-yocto/6.12 to v6.12.11, linux-yocto/6.6 to v6.6.74
- Enable high precision arithmetic support in gawk
- Do not use git submodule fetcher in protobuf
- Upgrade sip to 6.10.0

### Added

- Added recipes - libspdm

### Removed

- Deleted recipes - pipewire-0.2

## [2025.01] - 2025-01-31

### Changed
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 = "25.01.0"
IMG_VERSION = "25.01.1"
2 changes: 1 addition & 1 deletion sources/meta-openembedded
Submodule meta-openembedded updated 142 files
2 changes: 1 addition & 1 deletion sources/meta-raspberrypi
2 changes: 1 addition & 1 deletion sources/meta-yoe/wic/yoe-visionfive2-sdimage.wks
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ part uboot --source rawcopy --sourceparams="file=u-boot.itb" --part-name uboot -

part /boot --source bootimg-efi --sourceparams="loader=grub-efi,dtb=jh7110-starfive-visionfive-2-v1.3b.dtb" --ondisk mmcblk --fstype=vfat --label boot --use-uuid --part-name boot --align 4096 --size 292M
# rootfs (3G)
part /root --source rootfs --ondisk mmcblk --fstype=ext4 --part-name root --part-type 0FC63DAF-8483-4772-8E79-3D69D8477DE4 --active --label root --align 4096 --size 3072M
part / --source rootfs --ondisk mmcblk --fstype=ext4 --part-name root --part-type 0FC63DAF-8483-4772-8E79-3D69D8477DE4 --active --label root --align 4096 --size 3072M
# User data partition (1M)
part /data --ondisk mmcblk --fstype=ext4 --label data --fixed-size 1 --align 4096 --fsoptions "x-systemd.growfs"

Expand Down
2 changes: 1 addition & 1 deletion sources/poky
Submodule poky updated 89 files
+1 −1 meta-selftest/recipes-extended/sysdig/sysdig-selftest_0.28.0.bb
+1 −1 meta-selftest/recipes-test/bbclasses/systemd-and-sysvinit.bb
+1 −1 meta-selftest/recipes-test/bbclasses/systemd-only.bb
+1 −1 meta-selftest/recipes-test/gitrepotest/gitrepotest.bb
+1 −1 meta-selftest/recipes-test/selftest-users/acreategroup.bb
+1 −1 meta-selftest/recipes-test/selftest-users/bcreategroup.bb
+1 −1 meta-selftest/recipes-test/selftest-users/ccreategroup.bb
+1 −1 meta-selftest/recipes-test/selftest-users/dcreategroup.bb
+1 −1 meta/classes-global/base.bbclass
+1 −1 meta/classes-recipe/autotools.bbclass
+1 −1 meta/classes-recipe/cargo.bbclass
+2 −2 meta/classes-recipe/go.bbclass
+1 −1 meta/classes-recipe/gtk-icon-cache.bbclass
+1 −1 meta/classes-recipe/kernel.bbclass
+3 −3 meta/classes-recipe/python3native.bbclass
+6 −6 meta/classes-recipe/python_pyo3.bbclass
+1 −1 meta/classes-recipe/rust-common.bbclass
+4 −4 meta/classes-recipe/rust.bbclass
+1 −1 meta/classes-recipe/setuptools3.bbclass
+1 −1 meta/classes-recipe/setuptools3_legacy.bbclass
+1 −1 meta/conf/documentation.conf
+2 −0 meta/lib/oeqa/sdk/cases/rust.py
+8 −5 meta/lib/oeqa/sdk/context.py
+5 −1 meta/lib/oeqa/selftest/cases/devtool.py
+1 −1 meta/recipes-bsp/u-boot/u-boot-tools.inc
+2 −2 meta/recipes-connectivity/connman/connman.inc
+1 −1 meta/recipes-connectivity/inetutils/inetutils_2.5.bb
+1 −1 meta/recipes-connectivity/openssh/openssh_9.9p1.bb
+5 −1 meta/recipes-core/busybox/busybox.inc
+1 −1 meta/recipes-core/coreutils/coreutils_9.5.bb
+1 −1 meta/recipes-core/glibc/glibc-package.inc
+1 −1 meta/recipes-core/glibc/glibc-y2038-tests_2.40.bb
+1 −1 meta/recipes-core/meta/meta-environment.bb
+1 −1 meta/recipes-core/musl/musl_git.bb
+1 −1 meta/recipes-core/newlib/newlib.inc
+1 −1 meta/recipes-core/os-release/os-release.bb
+1 −1 meta/recipes-core/ovmf/ovmf-shell-image.bb
+3 −3 meta/recipes-core/ovmf/ovmf_git.bb
+1 −1 meta/recipes-core/packagegroups/packagegroup-rust-cross-canadian.bb
+1 −1 meta/recipes-core/picolibc/picolibc.inc
+2 −0 meta/recipes-core/util-linux/util-linux.inc
+1 −1 meta/recipes-devtools/binutils/binutils-2.43.1.inc
+1 −1 meta/recipes-devtools/cmake/cmake_3.31.4.bb
+1 −1 meta/recipes-devtools/icecc-toolchain/nativesdk-icecc-toolchain_0.1.bb
+1 −1 meta/recipes-devtools/libtool/libtool-2.5.4.inc
+1 −1 meta/recipes-devtools/perl/libxml-parser-perl_2.47.bb
+1 −1 meta/recipes-devtools/python/python3-attrs_24.3.0.bb
+1 −1 meta/recipes-devtools/python/python3-pygobject_3.50.0.bb
+1 −1 meta/recipes-devtools/python/python3_3.13.1.bb
+13 −0 meta/recipes-devtools/rust/cargo_1.81.0.bb
+1 −23 meta/recipes-devtools/rust/rust-cross-canadian.inc
+15 −1 meta/recipes-devtools/rust/rust_1.81.0.bb
+1 −1 meta/recipes-extended/asciidoc/asciidoc_10.2.1.bb
+1 −1 meta/recipes-extended/baremetal-example/baremetal-helloworld_git.bb
+1 −1 meta/recipes-extended/gawk/gawk_5.3.1.bb
+1 −1 meta/recipes-extended/go-examples/go-helloworld_0.1.bb
+2 −2 meta/recipes-extended/gzip/gzip.inc
+1 −1 meta/recipes-extended/logrotate/logrotate_3.22.0.bb
+1 −1 meta/recipes-extended/perl/libxml-namespacesupport-perl_1.12.bb
+1 −1 meta/recipes-extended/shadow/shadow_4.17.1.bb
+1 −1 meta/recipes-extended/timezone/timezone.inc
+1 −1 meta/recipes-gnome/libadwaita/libadwaita_1.6.2.bb
+13 −13 meta/recipes-graphics/mesa/mesa.inc
+1 −1 meta/recipes-graphics/xorg-lib/xcb-util-errors_1.0.1.bb
+1 −1 meta/recipes-graphics/xorg-proto/xorgproto_2024.1.bb
+1 −1 meta/recipes-kernel/cryptodev/cryptodev-module_1.14.bb
+1 −1 meta/recipes-kernel/cryptodev/cryptodev-tests_1.14.bb
+2 −2 meta/recipes-kernel/linux-firmware/linux-firmware_20250109.bb
+1 −1 meta/recipes-kernel/linux/kernel-devsrc.bb
+3 −3 meta/recipes-kernel/linux/linux-yocto-dev.bb
+6 −6 meta/recipes-kernel/linux/linux-yocto-rt_6.12.bb
+6 −6 meta/recipes-kernel/linux/linux-yocto-rt_6.6.bb
+4 −4 meta/recipes-kernel/linux/linux-yocto-tiny_6.12.bb
+3 −3 meta/recipes-kernel/linux/linux-yocto-tiny_6.6.bb
+2 −2 meta/recipes-kernel/linux/linux-yocto.inc
+20 −20 meta/recipes-kernel/linux/linux-yocto_6.12.bb
+20 −20 meta/recipes-kernel/linux/linux-yocto_6.6.bb
+1 −1 meta/recipes-kernel/lttng/lttng-modules_2.13.16.bb
+1 −1 meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb
+1 −1 meta/recipes-kernel/perf/perf.bb
+2 −2 meta/recipes-multimedia/gstreamer/gstreamer1.0-meta-base.bb
+1 −1 meta/recipes-multimedia/webp/libwebp_1.5.0.bb
+1 −1 meta/recipes-sato/l3afpad/l3afpad_git.bb
+1 −1 meta/recipes-support/apr/apr_1.7.5.bb
+1 −1 meta/recipes-support/gnutls/gnutls_3.8.8.bb
+1 −1 meta/recipes-support/gpgme/gpgme_1.24.1.bb
+2 −2 meta/recipes-support/vte/vte_0.78.2.bb
+37 −29 scripts/lib/devtool/standard.py
+1 −0 scripts/lib/devtool/upgrade.py