diff --git a/CHANGELOG.md b/CHANGELOG.md index d0dad866e..10ab5e296 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,11 @@ and this project adheres to - Upgrade strace to 6.8 - Upgrade clang compiler to 18.1.5 - Upgrade nginx to 1.26.0 +- Fix several recipes to build with GCC-14 +- Refactor composefs recipe +- Fix visionfive2-pvr-graphics sysvinit support +- Fix milkv-duo support in meta-riscv +- Accomodate recipes for UNPACKDIR migration ### Added diff --git a/sources/meta-arm b/sources/meta-arm index c9c93da0d..6d6fa1474 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit c9c93da0dd647c9e2bfea238bdead1e0efb526ce +Subproject commit 6d6fa14744b4e453eedb2c37891259b55557dcbf diff --git a/sources/meta-clang b/sources/meta-clang index ad2653922..e7dceb1c9 160000 --- a/sources/meta-clang +++ b/sources/meta-clang @@ -1 +1 @@ -Subproject commit ad26539222d8d6e07cd0bcda196c9cf3433430ae +Subproject commit e7dceb1c92caf7f21ef1d7b49c85328c30cffd90 diff --git a/sources/meta-freescale b/sources/meta-freescale index 8e0655d88..6a6f1d88c 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit 8e0655d886aada3f0ac1a5e336d314674fa205f5 +Subproject commit 6a6f1d88cde3ebed3fcc4046d2ec8768c14ecdd0 diff --git a/sources/meta-intel b/sources/meta-intel index 11c41c9a4..82f614ab9 160000 --- a/sources/meta-intel +++ b/sources/meta-intel @@ -1 +1 @@ -Subproject commit 11c41c9a46305e7b57832de92735e53558356a25 +Subproject commit 82f614ab962ed9d42d95fdd4efa12c2ab6c9e825 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 5778e32ea..f804417cd 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 5778e32eae201072c5dc37c9db67dc1848ffb9de +Subproject commit f804417cda245e073c38fbdd6749e0bd49a1c84d diff --git a/sources/meta-qt6 b/sources/meta-qt6 index 9c3200036..108b27f92 160000 --- a/sources/meta-qt6 +++ b/sources/meta-qt6 @@ -1 +1 @@ -Subproject commit 9c32000365602a55c38e777dfc9c4f9b2e390149 +Subproject commit 108b27f92d345277dff26142bfbbeb99bf7e7764 diff --git a/sources/meta-riscv b/sources/meta-riscv index bb4b688ea..d330dfe40 160000 --- a/sources/meta-riscv +++ b/sources/meta-riscv @@ -1 +1 @@ -Subproject commit bb4b688eaceb95a585c37d7ec7d787521d798d95 +Subproject commit d330dfe4011a873d379cdf6228fa1f243cf5a6db diff --git a/sources/meta-variscite-bsp b/sources/meta-variscite-bsp index a0e77ac1e..110e1eda1 160000 --- a/sources/meta-variscite-bsp +++ b/sources/meta-variscite-bsp @@ -1 +1 @@ -Subproject commit a0e77ac1e2a49b33f8ed6bf82167b0f408989b05 +Subproject commit 110e1eda174693cc13b3c8e202f00125107834b3 diff --git a/sources/meta-yoe/recipes-core/systemd/systemd_%.bbappend b/sources/meta-yoe/recipes-core/systemd/systemd_%.bbappend index 6b42d3116..1da40afea 100644 --- a/sources/meta-yoe/recipes-core/systemd/systemd_%.bbappend +++ b/sources/meta-yoe/recipes-core/systemd/systemd_%.bbappend @@ -16,7 +16,7 @@ SRC_URI:remove = "file://0002-units-disable-systemd-networkd-wait-online-if-Netw do_install:append() { install -d ${D}${sysconfdir}/systemd/network/ - install -m 0644 ${WORKDIR}/*.network ${D}${sysconfdir}/systemd/network/ + install -m 0644 ${UNPACKDIR}/*.network ${D}${sysconfdir}/systemd/network/ if ${@bb.utils.contains('PACKAGECONFIG', 'timesyncd', 'true', 'false', d)}; then install -d ${D}${sysconfdir}/systemd/system/sysinit.target.wants/ ln -sf ${systemd_system_unitdir}/systemd-time-wait-sync.service ${D}${sysconfdir}/systemd/system/sysinit.target.wants/systemd-time-wait-sync.service diff --git a/sources/poky b/sources/poky index 7eebbdb6c..12ea266a9 160000 --- a/sources/poky +++ b/sources/poky @@ -1 +1 @@ -Subproject commit 7eebbdb6c45149e8bf7abbf6a9f0c8068f7668f7 +Subproject commit 12ea266a92132a547ffbc40e0307b6529080a373