diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c68dd1ed..d0dad866e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ and this project adheres to ### Changed - Upgrade strace to 6.8 +- Upgrade clang compiler to 18.1.5 +- Upgrade nginx to 1.26.0 ### Added diff --git a/conf/projects/qemucommon/config.conf b/conf/projects/qemucommon/config.conf index c007af892..88025a96f 100644 --- a/conf/projects/qemucommon/config.conf +++ b/conf/projects/qemucommon/config.conf @@ -1,6 +1,8 @@ DISTRO = "yoe" # "yoe---" YOE_PROFILE = "yoe-glibc-systemd-wayland" +# For world builds +DISTRO_FEATURES:append = " x11" # usually not changed often # Add 4G space to QEMU image #IMAGE_ROOTFS_EXTRA_SPACE:append = " + 4000000" diff --git a/sources/meta-arm b/sources/meta-arm index 8aa8a1f17..c9c93da0d 160000 --- a/sources/meta-arm +++ b/sources/meta-arm @@ -1 +1 @@ -Subproject commit 8aa8a1f17f5b64bc691544f989f04fc83df98adb +Subproject commit c9c93da0dd647c9e2bfea238bdead1e0efb526ce diff --git a/sources/meta-clang b/sources/meta-clang index 66414c17a..4d4987dde 160000 --- a/sources/meta-clang +++ b/sources/meta-clang @@ -1 +1 @@ -Subproject commit 66414c17ae60e489bef9a97031323e92c247fbe1 +Subproject commit 4d4987dde739b1982c16f2970249d961fb617224 diff --git a/sources/meta-freescale b/sources/meta-freescale index 2eb3fd5db..8e0655d88 160000 --- a/sources/meta-freescale +++ b/sources/meta-freescale @@ -1 +1 @@ -Subproject commit 2eb3fd5db8e8adb00f9a55c39448023337dadff3 +Subproject commit 8e0655d886aada3f0ac1a5e336d314674fa205f5 diff --git a/sources/meta-intel b/sources/meta-intel index 7864daf8e..11c41c9a4 160000 --- a/sources/meta-intel +++ b/sources/meta-intel @@ -1 +1 @@ -Subproject commit 7864daf8ecec559fe144ba3d767768ba7392ec86 +Subproject commit 11c41c9a46305e7b57832de92735e53558356a25 diff --git a/sources/meta-openembedded b/sources/meta-openembedded index 01d3dca6e..69a68d4de 160000 --- a/sources/meta-openembedded +++ b/sources/meta-openembedded @@ -1 +1 @@ -Subproject commit 01d3dca6e991e7da7ea9f181a75536a430e1bece +Subproject commit 69a68d4ded832d4e9b5d5714e98d7fcfd2161746 diff --git a/sources/meta-qt6 b/sources/meta-qt6 index befc96c35..9c3200036 160000 --- a/sources/meta-qt6 +++ b/sources/meta-qt6 @@ -1 +1 @@ -Subproject commit befc96c35a6a8f8ad509abbf373a84717061776b +Subproject commit 9c32000365602a55c38e777dfc9c4f9b2e390149 diff --git a/sources/meta-yoe/conf/distro/wayland.inc b/sources/meta-yoe/conf/distro/wayland.inc index 19192ddc1..69829f16f 100644 --- a/sources/meta-yoe/conf/distro/wayland.inc +++ b/sources/meta-yoe/conf/distro/wayland.inc @@ -1,4 +1,3 @@ DISTRO_FEATURES:append = " wayland" -DISTRO_FEATURES:remove = "x11" - +DISTRO_FEATURES_DEFAULT:remove = "x11" PACKAGECONFIG:append:pn-cog:rpi = " drm"