diff --git a/CHANGELOG.md b/CHANGELOG.md index 797a2f9cc..ac464c1a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,12 @@ and this project adheres to - Add kernel-selftest to slow ptest image for x86 and enable bpf tests - Upgrade cryptodev to build with kernel 6.5 - Use ttyrun to get getty on busybox init and sysvinit init systems +- Add static-passwd and static-group files for meta-openembedded layers +- Fix ptest failures in poco, libtevent, and libnet-idn-encode +- Add ptests for libldb +- Upgrade linux-yocto recipes to v6.1.57, v6.5.7 +- Upgrade go compiler to 1.20.10 +- Upgrade curl to 8.4.0 ### Added @@ -28,6 +34,8 @@ and this project adheres to ### Removed +- Dropped recipes for linux-yocto/6.4 + ## [2023.09] - 2023-09-30 ### Changed diff --git a/envsetup.sh b/envsetup.sh index 4b09043f7..a7b8dbe94 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -690,7 +690,8 @@ 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 build-sysroots + bitbake bmap-tools-native + bitbake -c build_native_sysroot build-sysroots if ! command -v bmaptool >&/dev/null; then echo "bmaptool not installed" echo "Install bmap-tools package on build host" diff --git a/sources/meta-freescale b/sources/meta-freescale index e0939d967..7327e03c6 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit e0939d967ff6fba68de425ea5f8da601ba518efe +Subproject commit 7327e03c61823268a5a957fe090c4cc5e1735b34 diff --git a/sources/meta-intel b/sources/meta-intel index 086552f60..dc5a3429c 160000 --- a/sources/meta-intel +++ b/sources/meta-intel @@ -1 +1 @@ -Subproject commit 086552f6004581145ecd4b39c30eb7e9326b28ab +Subproject commit dc5a3429cb5030ad683bb432cd23ab644bf5a977 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index b729ec1b1..eddc2571a 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit b729ec1b11d4b170a9e7a9c1ff8db5260ba1c7eb +Subproject commit eddc2571a759f208cd8e3e05f3ca14457b9169dc diff --git a/sources/meta-ti b/sources/meta-ti index 33176434a..00a43c3ee 160000 --- a/sources/meta-ti +++ b/sources/meta-ti @@ -1 +1 @@ -Subproject commit 33176434a7beaf7270bc6c34fd9e9afa4c34ccae +Subproject commit 00a43c3ee446fa9b1eaa3903112b026e70c44c27 diff --git a/sources/meta-variscite-bsp b/sources/meta-variscite-bsp index 59f65d17c..92e4f3109 160000 --- a/sources/meta-variscite-bsp +++ b/sources/meta-variscite-bsp @@ -1 +1 @@ -Subproject commit 59f65d17c9ef137c5be0d5f561a25113cb1f642c +Subproject commit 92e4f310991573f9a3bcd2ddfeae226538090c99 diff --git a/sources/meta-yoe/recipes-support/updater/files/visionfive2/platform b/sources/meta-yoe/recipes-support/updater/files/visionfive2/platform index 39ae1804f..867f16cfb 100644 --- a/sources/meta-yoe/recipes-support/updater/files/visionfive2/platform +++ b/sources/meta-yoe/recipes-support/updater/files/visionfive2/platform @@ -38,9 +38,9 @@ EMMC_BOOT_DEV=${EMMC_DEVICE}p3 EMMC_ROOTFS_DEV=${EMMC_DEVICE}p4 EMMC_DATA_DEV=${EMMC_DEVICE}p5 -SD_BOOT_DEV=${SD_DEVICE}p1 -SD_ROOTFS_DEV=${SD_DEVICE}p2 -SD_DATA_DEV=${SD_DEVICE}p3 +SD_BOOT_DEV=${SD_DEVICE}p3 +SD_ROOTFS_DEV=${SD_DEVICE}p4 +SD_DATA_DEV=${SD_DEVICE}p5 BOOT_MOUNT_POINT=/boot ROOTFS_MOUNT_POINT=/root @@ -67,7 +67,7 @@ MOUNT_BOOT=1 plat_init() { msg "Running $PLAT initializations ..." - cat /proc/cpuinfo | grep Revision | cut -d' ' -f 2 > /etc/hwrevision + cat /proc/cpuinfo | grep uarch | cut -d' ' -f 2 | head -1 > /etc/hwrevision } plat_bootloader_quirks() { diff --git a/sources/poky b/sources/poky index 4f2f3c12a..0e351df04 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit 4f2f3c12a9b845de29fc5923d1dccf26eaaa1be2 +Subproject commit 0e351df0425968fd58983e445391012e64f7f4ad