diff --git a/CHANGELOG.md b/CHANGELOG.md index 13bdf1364..809b4703b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ 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.06] - 2024-06-XX +## [2024.06] - 2024-06-30 ### Changed @@ -22,13 +22,17 @@ and this project adheres to - Update wayland to 1.23.0 - Bump QT to 6.7.3 - Fix kernel build for Jetson orin-nano -- Update clang to 18.1.7 release +- Update clang to 18.1.8 release - Upgrade libgpiod-1.x to 1.6.5 and fix build with musl - Upgrade fwupd-efi to 1.6 and move py-pefile to meta-oe - Allow using LLVM libc++ with GCC compiler - Move fmt package from meta-oe -> core layer - Fix libstdc++ unicode header typo regression found with clang - Update rpidistro-ffmpeg to 5.1.4 +- Fix contains reference to TMPDIR [buildpaths] warning in several recipes +- Upgrade PHP to 8.2.20 +- Upgrade go compiler to 1.22.4 +- Add PACKAGECONFIG for bpf-framework to systemd ## Added @@ -36,10 +40,12 @@ and this project adheres to udpcast, python3-typer, magic-enum - Add ptests support for python3-dasbus, python3-flask - Add support for BeagleV-Ahead SBC +- Add support for jetson-agx-orin-devkit ## Removed - remove g77/f77 +- drop the old 1.4 bootstrap C version for go compiler ## [2024.05] - 2024-05-31 diff --git a/conf/site.conf b/conf/site.conf index 74ce9c346..9fad1a2df 100644 --- a/conf/site.conf +++ b/conf/site.conf @@ -11,4 +11,4 @@ require ${TOPDIR}/conf/projects/${PROJECT}/config.conf #YOE_PROFILE = "yoe-musl-sysvinit-wayland" #require conf/world.conf -IMG_VERSION = "24.5.4" +IMG_VERSION = "24.6.0" diff --git a/sources/meta-arm b/sources/meta-arm index 8024166d6..751e4817c 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit 8024166d6cbbff996c1ab6f1b30f28a01ae5fe8f +Subproject commit 751e4817c97539a625b6a0b015b47b42bf9fdcac diff --git a/sources/meta-clang b/sources/meta-clang index 83e93bcda..23958f436 160000 --- a/sources/meta-clang +++ b/sources/meta-clang @@ -1 +1 @@ -Subproject commit 83e93bcda1654477802ed18b5f440fba7a733caf +Subproject commit 23958f436e2feca1b4ecf72fd02e77c9d1ddbf98 diff --git a/sources/meta-freescale b/sources/meta-freescale index d54d19944..478993fc2 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit d54d19944dcaacd7b641c205bff22f28fe16dc88 +Subproject commit 478993fc218939b6e389ea78543f261a402c4b88 diff --git a/sources/meta-freescale-3rdparty b/sources/meta-freescale-3rdparty index f2e8d77e5..b6f3e779c 160000 --- a/sources/meta-freescale-3rdparty +++ b/sources/meta-freescale-3rdparty @@ -1 +1 @@ -Subproject commit f2e8d77e55acd3af90548640e93c2d26a2c7cf82 +Subproject commit b6f3e779cdf7ca9def9052470df01956445289b4 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 0c4079fc2..340ba69c3 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 0c4079fc28cc36cb2dbfe48093f2cf64106f8b5d +Subproject commit 340ba69c35102d97112817f06e1dbe6dbec807b1 diff --git a/sources/meta-qt6 b/sources/meta-qt6 index 87751b673..337733e73 160000 --- a/sources/meta-qt6 +++ b/sources/meta-qt6 @@ -1 +1 @@ -Subproject commit 87751b67376334fe706fa167cb416f0ec5b9a906 +Subproject commit 337733e73068c68c429e86b096348442bef8b581 diff --git a/sources/meta-rockchip b/sources/meta-rockchip index b2470c033..ea72b22f5 160000 --- a/sources/meta-rockchip +++ b/sources/meta-rockchip @@ -1 +1 @@ -Subproject commit b2470c03340c23ddf779799d125a11f12eac38c9 +Subproject commit ea72b22f537b63ee21e4d5aad636975004b39791 diff --git a/sources/meta-tegra b/sources/meta-tegra index b89d6ddac..2c972e80d 160000 --- a/sources/meta-tegra +++ b/sources/meta-tegra @@ -1 +1 @@ -Subproject commit b89d6ddac2d11e0dcd79b86ba32d831a18710523 +Subproject commit 2c972e80d9715fd22022e1d95c8b4c192b7b1f7a diff --git a/sources/meta-ti b/sources/meta-ti index 1a2b4ab00..74bbfb13a 160000 --- a/sources/meta-ti +++ b/sources/meta-ti @@ -1 +1 @@ -Subproject commit 1a2b4ab0096faa727b4f5c1282a99d78ba262c0c +Subproject commit 74bbfb13a33a1221b4878789d3b2be6d8ac2d6a7 diff --git a/sources/meta-yoe/conf/distro/yoe.inc b/sources/meta-yoe/conf/distro/yoe.inc index 264dd8109..b9e0fe844 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.05" -DISTRO_CODENAME = "Ossimi" +DISTRO_VERSION = "2024.06" +DISTRO_CODENAME = "Pagliarola" SDK_VERSION := "${DISTRO_VERSION}" SDK_NAME_PREFIX = "yoe" diff --git a/sources/poky b/sources/poky index 5d88faa0f..058465859 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit 5d88faa0f35f0205c1475893d8589d1e6533dcc0 +Subproject commit 058465859ed5a62997bb9424e8eb88b543f43a86