webosose/meta-webosose

ERROR: Nothing PROVIDES 'systemd'

anphetamina opened this issue · 1 comments

Trying to compile a core-image-minimal using DISTRO ?= "poky" and MACHINE ??= "qemuarm" will throw the following error

ERROR: Nothing PROVIDES 'systemd' (but /sources/meta-webosose/meta-webos/recipes-core/initscripts/webos-initscripts.bb DEPENDS on or otherwise requires it)
systemd was skipped: missing required distro feature 'systemd' (not in DISTRO_FEATURES)

However I noticed that the systemd recipe is provided by the meta layer of poky. Why is it throwing that?

Yocto version Dunfell

Hi @anphetamina

the meta-webosose layer does not support forky builds and qemuarm machine.

please use bitbake webos-image in build-webos layer.

Thanks

Minjae Kim.