mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 20:27:58 +02:00
systemd: set split-bin to true by default
Not doing so will make meson chose where to install init binary based on irrelevant features of the build machine. PACKAGECONFIG option is defined to override this behavior. (From OE-Core rev: 4ff2282a7dc421c3ea6578c73fbbba768eeed146) Signed-off-by: Anton Gerasimov <tossel@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cfadccd7e2
commit
e6277eb17b
@@ -168,6 +168,7 @@ PACKAGECONFIG[time-epoch] = "-Dtime-epoch=0,,"
|
||||
PACKAGECONFIG[timedated] = "-Dtimedated=true,-Dtimedated=false"
|
||||
PACKAGECONFIG[timesyncd] = "-Dtimesyncd=true,-Dtimesyncd=false"
|
||||
PACKAGECONFIG[usrmerge] = "-Dsplit-usr=false,-Dsplit-usr=true"
|
||||
PACKAGECONFIG[sbinmerge] = "-Dsplit-bin=false,-Dsplit-bin=true"
|
||||
PACKAGECONFIG[utmp] = "-Dutmp=true,-Dutmp=false"
|
||||
PACKAGECONFIG[valgrind] = "-DVALGRIND=1,,valgrind"
|
||||
PACKAGECONFIG[vconsole] = "-Dvconsole=true,-Dvconsole=false,,${PN}-vconsole-setup"
|
||||
|
||||
Reference in New Issue
Block a user