Skip to content

Commit

Permalink
yoe: Enable usrmerge distro-wide
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
kraj committed Apr 26, 2022
1 parent 47cc356 commit c56a306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/meta-yoe/conf/distro/yoe.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c56a306

Please sign in to comment.