ERROR : Please ensure that
your setting of VIRTUAL-RUNTIME_init_manager (systemd) matches the entries
enabled in DISTRO_FEATURES
kiwon@kiwon-VirtualBox:~/yocto/ivi/poky/build$
bitbake ivi-image
WARNING:
Host distribution "ubuntu-20.04" has not been validated with this
version of the build system; you may possibly experience unexpected failures.
It is recommended that you use a tested distribution.
ERROR:
/home/kiwon/yocto/ivi/poky/meta-ivi/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-core-boot-genivi.bb:
Please ensure that your setting of
VIRTUAL-RUNTIME_init_manager (systemd) matches the entries enabled in
DISTRO_FEATURES
ERROR:
Failed to parse recipe:
/home/kiwon/yocto/ivi/poky/meta-ivi/meta-ivi/recipes-yocto-ivi/packagegroups/packagegroup-core-boot-genivi.bb
Solve:
Modify ${BuildPath}/conf/local.conf
Add…
DISTRO_FEATURES_append
= " systemd"
VIRTUAL-RUNTIME_init_manager
= "systemd"
DISTRO_FEATURES_BACKFILL_CONSIDERED
= "sysvinit"
VIRTUAL-RUNTIME_initscripts
= ""
IMX_DEFAULT_DISTRO_FEATURES_append
= " systemd"
And Re-Build
#Yocto #Bitbake #Error #Linux #Embedded #DISTRO_FEATURES #VIRTUAL-RUNTIME