diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ec12ed2d..9316e91ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/conf/site.conf b/conf/site.conf index 2c0548ff9..3fe4e22ac 100644 --- a/conf/site.conf +++ b/conf/site.conf @@ -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" diff --git a/sources/meta-arm b/sources/meta-arm index b56ab3175..03af0c72f 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit b56ab3175da7480f65e39f938d7c9266d8e26c69 +Subproject commit 03af0c72f13a5455086afc9fa5ed92fa47f29101 diff --git a/sources/meta-freescale b/sources/meta-freescale index 3e17397b7..1ea2cb359 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit 3e17397b71714230e7ce177bb123b270ce9bb4b3 +Subproject commit 1ea2cb359b2ab6fb2cb01f97a905e27e6908db79 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index a34466e8a..11dae0c22 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit a34466e8a46ca4e06164c03cdbaea4eea5bea43b +Subproject commit 11dae0c22b11b3bd9bdbec3d4044d6d8dda7707f diff --git a/sources/meta-qt6 b/sources/meta-qt6 index 391182167..3b50b7f8d 160000 --- a/sources/meta-qt6 +++ b/sources/meta-qt6 @@ -1 +1 @@ -Subproject commit 3911821679642b533a918990f458927a09c3d4e3 +Subproject commit 3b50b7f8d06e53d135b55dd81a262fd2632abdef diff --git a/sources/meta-raspberrypi b/sources/meta-raspberrypi index 880d36b7c..b58e2af85 160000 --- a/sources/meta-raspberrypi +++ b/sources/meta-raspberrypi @@ -1 +1 @@ -Subproject commit 880d36b7c2be9cf7fa7cb287d8eefe3a27d7ede9 +Subproject commit b58e2af8598037d03cb7d8d9d6bb89a67f474146 diff --git a/sources/meta-yoe/wic/yoe-visionfive2-sdimage.wks b/sources/meta-yoe/wic/yoe-visionfive2-sdimage.wks index dd0080e11..ecfb6f0fa 100644 --- a/sources/meta-yoe/wic/yoe-visionfive2-sdimage.wks +++ b/sources/meta-yoe/wic/yoe-visionfive2-sdimage.wks @@ -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" diff --git a/sources/poky b/sources/poky index 2e2b3f69f..c2da01691 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit 2e2b3f69f2f5405ba823d3203edd113c002ad75b +Subproject commit c2da016918d1fda5bf63d94b59863f5013e482f9