From: Chen Qi <qi.c...@windriver.com> For sysvinit with systemd, the systemd package will still be build. This gives us a warning like below:
WARNING: systemd-1_255.1-r0 do_install: Using /home/root as root user's home directory is not fully supported by systemd Set ROOT_HOME to "/root" to avoid such warning. Note that when using sysvinit as the init manager, /home/root is totally valid, it's just that 'systemd' being in DISTRO_FEATURES causes systemd to be built. So the only purpose of this patch's is to avoid warnings on autobuilders. Signed-off-by: Chen Qi <qi.c...@windriver.com> --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index 4686068..ad18226 100644 --- a/config.json +++ b/config.json @@ -1432,6 +1432,7 @@ "SANITYTARGETS" : "core-image-sato:do_testimage", "extravars" : [ "DISTRO_FEATURES:append = ' systemd usrmerge'", + "ROOT_HOME = '/root'", "VIRTUAL-RUNTIME_init_manager = 'sysvinit'" ] }, -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#62113): https://lists.yoctoproject.org/g/yocto/message/62113 Mute This Topic: https://lists.yoctoproject.org/mt/103616458/21656 Group Owner: yocto+ow...@lists.yoctoproject.org Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-