From 8e74162723bbe268aa3967ad3b83b7acc36fb0a9 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 21 Apr 2022 19:25:37 -0700 Subject: [PATCH] yoe: Enable usrmerge distro-wide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Put an end to splitting installs and use /usr merge. following will become symlinks /bin → /usr/bin /sbin → /usr/sbin /lib → /usr/lib /lib64 → /usr/lib64 see [1] and [2] for more information [1] https://www.freedesktop.org/wiki/Software/systemd/TheCaseForTheUsrMerge/ [2] http://lists.busybox.net/pipermail/busybox/2010-December/074114.html Signed-off-by: Khem Raj --- sources/meta-yoe/conf/distro/yoe.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/meta-yoe/conf/distro/yoe.inc b/sources/meta-yoe/conf/distro/yoe.inc index 9b9627f12..9a5305cfb 100644 --- a/sources/meta-yoe/conf/distro/yoe.inc +++ b/sources/meta-yoe/conf/distro/yoe.inc @@ -95,7 +95,7 @@ INHERIT += "${@bb.utils.contains('BUILD_ARCH', 'ppc64le', '', 'uninative', d)}" # Add /etc/build to every image INHERIT += "image-buildinfo" -DISTRO_FEATURES:append = " largefile opengl multiarch wayland pam vulkan" +DISTRO_FEATURES:append = " largefile opengl multiarch wayland pam vulkan usrmerge" #PREFERRED_PROVIDER_pkgconfig = "pkgconf" #PREFERRED_PROVIDER_pkgconfig-native = "pkgconf-native"