[OE-core] [poky] [meta-poky][PATCH 1/1] local.conf.sample: make systemd as default init manager
Richard Purdie
richard.purdie at linuxfoundation.org
Sun Dec 9 18:12:07 UTC 2018
On Thu, 2018-12-06 at 20:53 +0800, kai.kang at windriver.com wrote:
> From: Kai Kang <kai.kang at windriver.com>
>
> Move configurations from local.conf.sample.extended to
> local.conf.sample
> to make systemd as default init manager for poky.
>
> [YOCTO #13031]
>
> Signed-off-by: Kai Kang <kai.kang at windriver.com>
> ---
> meta-poky/conf/local.conf.sample | 8 ++++++++
> meta-poky/conf/local.conf.sample.extended | 8 --------
> 2 files changed, 8 insertions(+), 8 deletions(-)
I had a feeling there would be some issues to fix before we could do
this by default:
systemd fails to compile with x32:
https://autobuilder.yoctoproject.org/typhoon/#/builders/57/builds/76
sanity tests on qemux86-64 core-image-sato-sdk:
https://autobuilder.yoctoproject.org/typhoon/#/builders/73/builds/77/steps/7/logs/step1c
sanity tests on qemuarm core-image-sato-sdk with poky-lsb:
https://autobuilder.yoctoproject.org/typhoon/#/builders/38/builds/77/steps/7/logs/step1c
dpkg issues:
https://autobuilder.yoctoproject.org/typhoon/#/builders/76/builds/77/steps/7/logs/step2c
https://autobuilder.yoctoproject.org/typhoon/#/builders/50/builds/77/steps/7/logs/step1c
wic failure:
https://autobuilder.yoctoproject.org/typhoon/#/builders/56/builds/33/steps/7/logs/step2d
(postinstall problem?)
musl sanity test issue:
https://autobuilder.yoctoproject.org/typhoon/#/builders/64/builds/77/steps/7/logs/step1c
https://autobuilder.yoctoproject.org/typhoon/#/builders/45/builds/78/steps/7/logs/step1c
Hopefully its a small number of issues at the heart of this but we need
to sort this out before it can merge.
Cheers,
Richard
More information about the Openembedded-core
mailing list