diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ffa2e99c..eec541848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,27 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2024.02] - 2024-02-XX + +### Changed + +- Update linux-raspberrypi to 6.1.74 +- Fix VisionFive2 u-boot and linux kernel builds with GCC-14 +- Fix support for large rootfs on tegra platforms +- Fix several packages to build with GCC-14 and clang-18 +- Upgrade linux-yocto-dev to 6.8+ +- Avoid using -march when -mcpu is chosen for armv8/armv9 architectures +- Update Golang to 1.20.13 +- Update pseudo to pull in gcc14 fix and missing statvfs64 intercept + +### Added + +- New packages - python3-moteus, python3-google-auth-oauthlib, python3-janus + flatcc, python3-aiohappyeyeballs, bonnie++. +- Add cortexa78 tune files + +### Removed + ## [2024.01] - 2024-01-31 ### Changed diff --git a/sources/meta-clang b/sources/meta-clang index 6b4bd8176..03fb470c6 160000 --- a/sources/meta-clang +++ b/sources/meta-clang @@ -1 +1 @@ -Subproject commit 6b4bd81765cc5f15f8f4b19d57ea097ca1fd6f10 +Subproject commit 03fb470c6090bb306870ea787fa42c6ce0337ed0 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index dea8afa45..837151657 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit dea8afa45ef5a3226c88b062c13284d68f380e18 +Subproject commit 8371516578c0bfbd80a1e4e94be846b2daf56d37 diff --git a/sources/meta-qt6 b/sources/meta-qt6 index e9f5cb171..5786f54c6 160000 --- a/sources/meta-qt6 +++ b/sources/meta-qt6 @@ -1 +1 @@ -Subproject commit e9f5cb17146f7dd3bb058a660b5ddc75c9cd5950 +Subproject commit 5786f54c6238b57d7324a10765d36bcbdcfef038 diff --git a/sources/meta-raspberrypi b/sources/meta-raspberrypi index 9c901bf17..e67feeff4 160000 --- a/sources/meta-raspberrypi +++ b/sources/meta-raspberrypi @@ -1 +1 @@ -Subproject commit 9c901bf170960069576b9323f69d43a8b6c4bd71 +Subproject commit e67feeff489a91393cc3d00442509010f52ce3ee diff --git a/sources/meta-riscv b/sources/meta-riscv index 3e2aaf3ef..ab869f1be 160000 --- a/sources/meta-riscv +++ b/sources/meta-riscv @@ -1 +1 @@ -Subproject commit 3e2aaf3ef0d79b359822e3106abfce47a23d6e1d +Subproject commit ab869f1be01e798a1f9f63e99c50a6683f93b01e diff --git a/sources/meta-tegra b/sources/meta-tegra index d24726843..11b401397 160000 --- a/sources/meta-tegra +++ b/sources/meta-tegra @@ -1 +1 @@ -Subproject commit d2472684380df09f5a86998a790186cd68097c44 +Subproject commit 11b401397f79438f27caa38727f9a28914319e19 diff --git a/sources/meta-yoe/conf/distro/yoe.inc b/sources/meta-yoe/conf/distro/yoe.inc index a34f83908..fcba3a6c1 100644 --- a/sources/meta-yoe/conf/distro/yoe.inc +++ b/sources/meta-yoe/conf/distro/yoe.inc @@ -6,8 +6,8 @@ MAINTAINER = "Yoe Distro Community " TARGET_VENDOR = "-yoe" SDK_VENDOR = "-yoesdk" # Distro version is YYYY.MM -DISTRO_VERSION = "2024.01" -DISTRO_CODENAME = "Katahdin" +DISTRO_VERSION = "2024.02-rc.1" +DISTRO_CODENAME = "Lati" SDK_VERSION := "${DISTRO_VERSION}" SDK_NAME_PREFIX = "yoe" diff --git a/sources/poky b/sources/poky index d50c4a1e3..b73804429 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit d50c4a1e362d310ff231adb7366712b70b668a1a +Subproject commit b73804429ca04672232e52eaae3de089de99b18e