diff --git a/CHANGELOG.md b/CHANGELOG.md index e986ca2be..d8b592fdf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Enable serial and usbhost machine features for NanoPi-M4 - Bump linux-ti-mainline to 5.12 - Fix reproducibility for busybox -- Update linux-yocto trains to v5.4.116 and v5.10.34 +- Update linux-yocto trains to v5.4.119 and v5.10.37 - Fix kernel configs for qemuriscv32 to support only 1GB physical mem - Fix SVN fetcher's parsing revision of SVN repos with redirects - Update external-arm-toolchains to latest @@ -57,6 +57,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Update bluez and wifi firmwares for RPI to rpt8 and rpt11 respectively - Upgrade qemu to 6.0.0 - Handle sstate manifest 'corruption' issue +- Remove mklibs feature and support from core +- Fix default gcc search paths for musl configs and relocatable SDK fix +- CVE fixes in several packages - Various recipe version upgrades ## [2021.04] - 2021-04-27 diff --git a/sources/bitbake b/sources/bitbake index 9dc772660..74042b5b8 160000 --- a/sources/bitbake +++ b/sources/bitbake @@ -1 +1 @@ -Subproject commit 9dc77266085c605b108641a9d76ac4dbdc064c34 +Subproject commit 74042b5b89d5a170013fc1a327ce3a6530fbf7d5 diff --git a/sources/meta-arm b/sources/meta-arm index dcc245ef2..c2fb4c117 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit dcc245ef291a441b9fe5a21182a5bcb1c218ece7 +Subproject commit c2fb4c1179e3cf09347d198d7d42ea53b614832f diff --git a/sources/meta-freescale b/sources/meta-freescale index 2c4efeea8..4a61fdbd5 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit 2c4efeea83b9edeb63167ed79163c1e55baab7e6 +Subproject commit 4a61fdbd50e6200239dcb0b936bb37acaab2b9e0 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index d6ef41707..34277b5ac 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit d6ef4170747d6668fa940328334055eef3e1e1d6 +Subproject commit 34277b5ac92f246aaa8c04ff772ce11005e53345 diff --git a/sources/meta-yoe/conf/distro/yoe.inc b/sources/meta-yoe/conf/distro/yoe.inc index 7709ab88e..89ccc3f31 100644 --- a/sources/meta-yoe/conf/distro/yoe.inc +++ b/sources/meta-yoe/conf/distro/yoe.inc @@ -91,7 +91,7 @@ require conf/distro/include/no-static-libs.inc require conf/distro/include/yocto-uninative.inc require conf/distro/include/security_flags.inc -#INHERIT += "${@bb.utils.contains('BUILD_ARCH', 'ppc64le', '', 'uninative', d)}" +INHERIT += "${@bb.utils.contains('BUILD_ARCH', 'ppc64le', '', 'uninative', d)}" # Add /etc/build to every image INHERIT += "image-buildinfo" diff --git a/sources/openembedded-core b/sources/openembedded-core index 0792312f3..ab0a29660 160000 --- a/sources/openembedded-core +++ b/sources/openembedded-core @@ -1 +1 @@ -Subproject commit 0792312f3637ec160d2ef90781a8cb1f75b84940 +Subproject commit ab0a296607b58775e91948ba40956c666dbb1244