diff mbox series

poky-altconfig: enable usrmerge DISTRO_FEATURE

Message ID 20230614135719.170802-1-ross.burton@arm.com (mailing list archive)
State New
Headers show
Series poky-altconfig: enable usrmerge DISTRO_FEATURE | expand

Commit Message

Ross Burton June 14, 2023, 1:57 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

The point of poky-altconfig is to exercise popular DISTRO_FEATURES which
are not enabled in nodistro or poky out of the box.

With the upcoming v254 release of systemd mandating usrmerge[1] this
will become mandatory for anyone using systemd, so get ahead of the
curve and enable it in poky-altconfig now to shake out any problems and
ensure it is continually tested.

[1] https://lists.freedesktop.org/archives/systemd-devel/2023-June/049173.html

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-poky/conf/distro/include/poky-distro-alt-test-config.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc b/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc
index 32797525fbb..4c1eb552a3f 100644
--- a/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc
+++ b/meta-poky/conf/distro/include/poky-distro-alt-test-config.inc
@@ -1,5 +1,5 @@ 
-# Add an extra DISTRO_FEATURE
-DISTRO_FEATURES:append = " pam"
+# Add extra DISTRO_FEATUREs
+DISTRO_FEATURES:append = " pam usrmerge"
 
 # Use the LTSI Kernel
 PREFERRED_VERSION_linux-yocto = "6.1%"