diff --git a/CHANGELOG.md b/CHANGELOG.md index 809b4703b..d98ae016d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,21 @@ 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.07] - 2024-07-XX + +### Changed + +- Fix several packages to build with clang fortify and glibc 2.40 +- Add ptest support for unbound +- Stop overriding unprefixed *FLAGS variables for native and nativesdk +- Update linux-yocto/6.6 to v6.6.35 +- Use objdump instead of readelf to compute SONAME during image generation +- Adjust metadata to remove True option in getVar calls + +### Added + +- Added new recipes - libabigail + ## [2024.06] - 2024-06-30 ### Changed diff --git a/conf/site.conf b/conf/site.conf index 9fad1a2df..506fea4b0 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.6.0" +IMG_VERSION = "24.6.1" diff --git a/sources/meta-arm b/sources/meta-arm index 751e4817c..390b9824d 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit 751e4817c97539a625b6a0b015b47b42bf9fdcac +Subproject commit 390b9824ddda6b1443961ce3932957944a1bde2d diff --git a/sources/meta-clang b/sources/meta-clang index 23958f436..a2f67ce9d 160000 --- a/sources/meta-clang +++ b/sources/meta-clang @@ -1 +1 @@ -Subproject commit 23958f436e2feca1b4ecf72fd02e77c9d1ddbf98 +Subproject commit a2f67ce9d4f6f954fb59fa1f35c4be0878aa0db3 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 340ba69c3..9363162b5 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 340ba69c35102d97112817f06e1dbe6dbec807b1 +Subproject commit 9363162b5147e2ecc21796047aefc7a10e0d999a diff --git a/sources/meta-ti b/sources/meta-ti index 74bbfb13a..a2ff03cc4 160000 --- a/sources/meta-ti +++ b/sources/meta-ti @@ -1 +1 @@ -Subproject commit 74bbfb13a33a1221b4878789d3b2be6d8ac2d6a7 +Subproject commit a2ff03cc4e200632707e1c62421c8462b7b3030a diff --git a/sources/poky b/sources/poky index 058465859..742e96ad3 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit 058465859ed5a62997bb9424e8eb88b543f43a86 +Subproject commit 742e96ad38e5d1e622b8ef0cbea80e72737d8b77