webosose / meta-webosose

Yocto layer for webOS
GNU General Public License v2.0
109 stars 42 forks source link

ERROR: Nothing PROVIDES 'systemd' #20

Open anphetamina opened 2 years ago

anphetamina commented 2 years ago

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

flowergom commented 2 years ago

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.