diff options
author | Anton Gerasimov <tossel@gmail.com> | 2018-09-07 14:54:00 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-11 09:05:35 +0100 |
commit | e6277eb17b19a8b3f50e30897dc20be2e935c0a7 (patch) | |
tree | d5a52e6501efca635e9dfebb0a585c841ed72384 /meta/recipes-core | |
parent | cfadccd7e26152b38b16635923421de1fef76ff1 (diff) | |
download | poky-e6277eb17b19a8b3f50e30897dc20be2e935c0a7.tar.gz |
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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/systemd/systemd_239.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_239.bb b/meta/recipes-core/systemd/systemd_239.bb index 84906f97b7..55e3986935 100644 --- a/meta/recipes-core/systemd/systemd_239.bb +++ b/meta/recipes-core/systemd/systemd_239.bb | |||
@@ -168,6 +168,7 @@ PACKAGECONFIG[time-epoch] = "-Dtime-epoch=0,," | |||
168 | PACKAGECONFIG[timedated] = "-Dtimedated=true,-Dtimedated=false" | 168 | PACKAGECONFIG[timedated] = "-Dtimedated=true,-Dtimedated=false" |
169 | PACKAGECONFIG[timesyncd] = "-Dtimesyncd=true,-Dtimesyncd=false" | 169 | PACKAGECONFIG[timesyncd] = "-Dtimesyncd=true,-Dtimesyncd=false" |
170 | PACKAGECONFIG[usrmerge] = "-Dsplit-usr=false,-Dsplit-usr=true" | 170 | PACKAGECONFIG[usrmerge] = "-Dsplit-usr=false,-Dsplit-usr=true" |
171 | PACKAGECONFIG[sbinmerge] = "-Dsplit-bin=false,-Dsplit-bin=true" | ||
171 | PACKAGECONFIG[utmp] = "-Dutmp=true,-Dutmp=false" | 172 | PACKAGECONFIG[utmp] = "-Dutmp=true,-Dutmp=false" |
172 | PACKAGECONFIG[valgrind] = "-DVALGRIND=1,,valgrind" | 173 | PACKAGECONFIG[valgrind] = "-DVALGRIND=1,,valgrind" |
173 | PACKAGECONFIG[vconsole] = "-Dvconsole=true,-Dvconsole=false,,${PN}-vconsole-setup" | 174 | PACKAGECONFIG[vconsole] = "-Dvconsole=true,-Dvconsole=false,,${PN}-vconsole-setup" |