On Thu, 2018-12-06 at 20:53 +0800, [email protected] wrote: > From: Kai Kang <[email protected]> > > 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 <[email protected]> > --- > 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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
