diff --git a/CHANGELOG.md b/CHANGELOG.md index 405827f3f..f882a390c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ and this project adheres to - Upgrade QEMU to 8.1.2 - Drop dependecy on libcroco in openbox and gnome-shell - Update QT6 to 6.6.1 +- Upgrade clang to 17.0.4 +- add nativesdk version of acpica +- Use correct targets for rust binaries in meson +- Update openSBI to 1.3.1 +- Update linux-yocto/6.5 to v6.5.9 and linux-yocto/6.1 to v6.1.60 +- Fix arm arch mapping issues in libdnf ### Added @@ -23,7 +29,14 @@ and this project adheres to - python3-pcodedmp, python3-olefile, python3-oletools - python3-multivolumefile, python3-pymemcache, python3-jsbeautifier - python3-inflate64, python3-colorclass, python3-rarfile + - reptyr, python3-unoconv, python3-screeninfo, python3-zopeevent + - python3-flask-restx, exiftool, python3-pdm, python3-pdm-backend + - python3-wand, python3-py7zr, python3-pyppmd, python3-pybcj - Add KAS support in meta-riscv +- Add handler to create go recipes Add go-vendor class +- Add recipetool handler to create go recipes +- Add initial support to use RISCV64 build host +- Add websocket support and SQLalchemy hashserv backend in bitbake ### Removed diff --git a/conf/projects/odroid-c4/config.conf b/conf/projects/odroid-c4/config.conf index a6e6204e9..a9c673cda 100644 --- a/conf/projects/odroid-c4/config.conf +++ b/conf/projects/odroid-c4/config.conf @@ -17,6 +17,8 @@ INITRAMFS_IMAGE = "yoe-initramfs-image" IMAGE_BOOT_FILES:remove = "${KERNEL_IMAGETYPE}" IMAGE_BOOT_FILES:append = " ${KERNEL_IMAGETYPE}-initramfs-${MACHINE}.bin;${KERNEL_IMAGETYPE}" +# OE has moved to demand 5.15 minimum kernel but hardkernel bsp is still at 4.9 +OLDEST_KERNEL = "4.9" # Needed for Running bitbake -ctestimage #TEST_TARGET_IP = "10.0.0.34" #TEST_SERVER_IP = "10.0.0.13" diff --git a/envsetup.sh b/envsetup.sh index 82cdfdbbf..00a3eff92 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -104,7 +104,7 @@ fi projects="`yoe_get_projects | tr '\n' ' '`" -echo "$projects" | grep -q "\<$PROJECT\>" >&2 +echo "$projects" | \grep -q "\<$PROJECT\>" >&2 if [ $? != 0 ]; then echo diff --git a/sources/meta-arm b/sources/meta-arm index a25a782b4..298b1d82d 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit a25a782b45ee55b9df9b3a3135256c2122fb1c73 +Subproject commit 298b1d82d1e72238f4303662a69fb317a8eaabf4 diff --git a/sources/meta-clang b/sources/meta-clang index 183f6e908..0af974097 160000 --- a/sources/meta-clang +++ b/sources/meta-clang @@ -1 +1 @@ -Subproject commit 183f6e908151991ff2adfc2e8831f371522dcaee +Subproject commit 0af9740976e275bc543963405898b592ce778b88 diff --git a/sources/meta-freescale b/sources/meta-freescale index 6d2c944fe..80a6f043d 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit 6d2c944feeb77891698b6c8dd4c83b5427393bca +Subproject commit 80a6f043d7d716a40054de5d1bfa0ea8ef7c7c67 diff --git a/sources/meta-freescale-3rdparty b/sources/meta-freescale-3rdparty index 47d61868d..bf46965ca 160000 --- a/sources/meta-freescale-3rdparty +++ b/sources/meta-freescale-3rdparty @@ -1 +1 @@ -Subproject commit 47d61868d218aee227aed7afa767b279d88e85b9 +Subproject commit bf46965ca7b5e004f8db68c7fc4defeafe83e0f2 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 762a6880f..6f26ff340 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 762a6880f3e56832441ecacdddeddc3566de1f54 +Subproject commit 6f26ff340bc9d07e7bdf6f4f75b2c81935230069 diff --git a/sources/meta-qcom b/sources/meta-qcom index 0e774c235..e6b49c18e 160000 --- a/sources/meta-qcom +++ b/sources/meta-qcom @@ -1 +1 @@ -Subproject commit 0e774c2359337cdb385cc687ec6080b9e7c3f7b6 +Subproject commit e6b49c18e5a1bb3ce345f0ef0ed2bae3f988d846 diff --git a/sources/meta-qt6 b/sources/meta-qt6 index e9d7f5c88..0735804ac 160000 --- a/sources/meta-qt6 +++ b/sources/meta-qt6 @@ -1 +1 @@ -Subproject commit e9d7f5c885de08240c4ee17d06c23b4b4f9dce6c +Subproject commit 0735804ac1332f77c3713f963939fde6917563a1 diff --git a/sources/meta-ti b/sources/meta-ti index c535b9cd3..d27c11e26 160000 --- a/sources/meta-ti +++ b/sources/meta-ti @@ -1 +1 @@ -Subproject commit c535b9cd38effccd89b496dea61af316ebddfd9c +Subproject commit d27c11e26373b187fb2c60a644e57de81ff24cbd diff --git a/sources/poky b/sources/poky index b53d1287d..a9befd527 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit b53d1287d24f506a08905fa86a81aca21203e73a +Subproject commit a9befd527e173a0b8d7e684691e287e5c1587baa