diff --git a/CHANGELOG.md b/CHANGELOG.md index 0211ac171..eb94f608a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,35 @@ 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.03] - 2024-03-XX + +### Changed + +- Adjustments for bmap-tools -> bmaptool rename +- Major update of clang compiler to 18.1.1 +- Add fixes to build recipes with clang-18 +- Upgrade vlc to 3.0.20 +- Fix reproducibility issues in gnome recipes +- Fix several recipes to work with libxml2 2.12+ +- Upgrade PHP to 8.2.16 +- Upgrade systemd from 255.1 -> 255.4 +- Bump Go compiler to 1.22 +- Upgrade GDB to 14.2 +- Update linux-yocto to v6.6.20 +- Add ptests to several python recipes + +### Added + +- Add new recipes + - python3-wsproto, python3-httptools, python3-a2wsgi + python3-a2wsgi, python3-responses, python3-pytest-localserver + python3-tomli-w, python3-invoke, python3-icecream + python3-types-python-dateutil, python3-freezegun + +- Add genericarm64 MACHINE + +### Removed + ## [2024.02] - 2024-02-29 ### Changed diff --git a/envsetup.sh b/envsetup.sh index 2818a193f..eb62dc0a9 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -696,7 +696,7 @@ yoe_get_image_version() { yoe_check_install_dependencies() { if ! command -v bmaptool >&/dev/null; then # build own copy of native tools - bitbake bmap-tools-native + bitbake bmaptool-native bitbake -c build_native_sysroot build-sysroots if ! command -v bmaptool >&/dev/null; then echo "bmaptool not installed" diff --git a/sources/meta-arm b/sources/meta-arm index 1231e54ae..aba925049 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit 1231e54ae8b0d311db3e8196b7c21e20453bacef +Subproject commit aba9250494f62360c1ec8021f81922c005d92b82 diff --git a/sources/meta-clang b/sources/meta-clang index fc56d6c80..eebe4ff2e 160000 --- a/sources/meta-clang +++ b/sources/meta-clang @@ -1 +1 @@ -Subproject commit fc56d6c8014f75fbc5a3f272c62ae201888e65d5 +Subproject commit eebe4ff2e539f3ffb01c5060cc4ca8b226ea8b52 diff --git a/sources/meta-elm-binary b/sources/meta-elm-binary index e57ece1a3..ee89d0374 160000 --- a/sources/meta-elm-binary +++ b/sources/meta-elm-binary @@ -1 +1 @@ -Subproject commit e57ece1a351c39c480152266331e60d8f1ee1978 +Subproject commit ee89d037423a88733f63a67c01f32d8a1d1d5f42 diff --git a/sources/meta-freescale b/sources/meta-freescale index cce485647..f063f6592 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit cce485647cb5331cab0c6efc189a37e01556f609 +Subproject commit f063f659209846ed79fe08c3a16370d5c1de1fc9 diff --git a/sources/meta-freescale-3rdparty b/sources/meta-freescale-3rdparty index 13f46cbb4..ae392bf4c 160000 --- a/sources/meta-freescale-3rdparty +++ b/sources/meta-freescale-3rdparty @@ -1 +1 @@ -Subproject commit 13f46cbb49256cf92465c430aa1a92503fe6c170 +Subproject commit ae392bf4c9b9499234cb4a3411624a4177237af2 diff --git a/sources/meta-intel b/sources/meta-intel index e318d8800..9ed54a138 160000 --- a/sources/meta-intel +++ b/sources/meta-intel @@ -1 +1 @@ -Subproject commit e318d88002830d6eee31b0b5508f8351098e7fe5 +Subproject commit 9ed54a13803e42ca40589d6ce02c76f3162f6b73 diff --git a/sources/meta-odroid b/sources/meta-odroid index 665b62d85..ae4ac915f 160000 --- a/sources/meta-odroid +++ b/sources/meta-odroid @@ -1 +1 @@ -Subproject commit 665b62d856fae1499915ba7bcb116b76ee2c175f +Subproject commit ae4ac915f2d61fb9273f528fd29ea9fb080073e2 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 9f0e51321..5eb1fa341 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 9f0e5132110cd31112360d754e1203c32cb25ecc +Subproject commit 5eb1fa3418e69c6cdeeca08f7f630e2897e690f8 diff --git a/sources/meta-qcom b/sources/meta-qcom index 567079bff..e7bcac0a3 160000 --- a/sources/meta-qcom +++ b/sources/meta-qcom @@ -1 +1 @@ -Subproject commit 567079bff021d48f4a5c2fe4406a8f125b88de5e +Subproject commit e7bcac0a39fd544d83b2488ca6b027bac16faa9c diff --git a/sources/meta-qt6 b/sources/meta-qt6 index 1695f1abc..2e1ca1e49 160000 --- a/sources/meta-qt6 +++ b/sources/meta-qt6 @@ -1 +1 @@ -Subproject commit 1695f1abc6efb1b846e59732e63aca6f22a538c3 +Subproject commit 2e1ca1e4907e1910af77edc4e47e658ffd475b7e diff --git a/sources/meta-raspberrypi b/sources/meta-raspberrypi index 95a9103f9..92a9b7a01 160000 --- a/sources/meta-raspberrypi +++ b/sources/meta-raspberrypi @@ -1 +1 @@ -Subproject commit 95a9103f914c3e2665a1ffe7f70533c44cb4f3af +Subproject commit 92a9b7a01245507a347c59997a3e5960b0f75ae9 diff --git a/sources/meta-riscv b/sources/meta-riscv index dc7aeb434..15fccb232 160000 --- a/sources/meta-riscv +++ b/sources/meta-riscv @@ -1 +1 @@ -Subproject commit dc7aeb4340d6030bebe0fe950fd64c7f6a23cfc9 +Subproject commit 15fccb23254f9d2df5c98079a0e8e2764fdac14f diff --git a/sources/meta-rockchip b/sources/meta-rockchip index bcf1d9255..06a65d47e 160000 --- a/sources/meta-rockchip +++ b/sources/meta-rockchip @@ -1 +1 @@ -Subproject commit bcf1d9255f1df7a49ed8dbd5e9bf7d980589eb55 +Subproject commit 06a65d47e37e1651f0d7a0e4a77e069780bd8460 diff --git a/sources/meta-tegra b/sources/meta-tegra index 5237f91da..d4e0d078e 160000 --- a/sources/meta-tegra +++ b/sources/meta-tegra @@ -1 +1 @@ -Subproject commit 5237f91da930e06dacc3413be7444b46fcd198ef +Subproject commit d4e0d078eaacc0a9d736b2764c74777c942c16c2 diff --git a/sources/meta-ti b/sources/meta-ti index e24577a7c..ee1f6799d 160000 --- a/sources/meta-ti +++ b/sources/meta-ti @@ -1 +1 @@ -Subproject commit e24577a7c8f819e7744c79565531d2029649d7b0 +Subproject commit ee1f6799d03a0a2fbca9ef9fbed6cea6e7b3ca73 diff --git a/sources/meta-yoe/conf/distro/yoe.inc b/sources/meta-yoe/conf/distro/yoe.inc index 03127f9bc..276e17c20 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.02" -DISTRO_CODENAME = "Lati" +DISTRO_VERSION = "2024.03-rc.1" +DISTRO_CODENAME = "Massese" SDK_VERSION := "${DISTRO_VERSION}" SDK_NAME_PREFIX = "yoe" @@ -37,7 +37,7 @@ https://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \n" BB_GENERATE_MIRROR_TARBALLS = "1" # Template for feed server -PACKAGE_FEED_URIS ??= "http://:8000/" +PACKAGE_FEED_URIS ?= "http://:8000/" # Use Hash Equivalence BB_SIGNATURE_HANDLER = "OEEquivHash" diff --git a/sources/poky b/sources/poky index 4945ca640..b5624ee56 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit 4945ca640b893c2251ace915edaa722886fac93f +Subproject commit b5624ee5643d881afa004571a096a189ab5389b5