mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
systemd: add usrmerge to REQUIRED_DISTRO_FEATURES
Support for unmerged-usr is deprecated upstream, taints the system and has been removed for v255 (next release). Enforce building merged-usr images when using systemd. This allows one release cycle where it can be tested for any remaining issue, and can still be overridden, before it stops working completely. (From OE-Core rev: 802e853eeddf16d73db1900546cc5f045d1fb7ed) Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d4933d1006
commit
c4e6a67a8a
@@ -14,7 +14,8 @@ S = "${WORKDIR}"
|
||||
|
||||
# As this package is tied to systemd, only build it when we're also building systemd.
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES = "systemd"
|
||||
REQUIRED_DISTRO_FEATURES += "systemd"
|
||||
REQUIRED_DISTRO_FEATURES += "usrmerge"
|
||||
|
||||
do_install() {
|
||||
if [ ! -z "${SERIAL_CONSOLES}" ] ; then
|
||||
|
||||
Reference in New Issue
Block a user