Angstrom-distribution/meta-angstrom

Build fails on do_rootfs

Opened this issue · 0 comments

I'm trying to build an image based of console-base-image.bb with a few extra packages that shouldn't interfere and it fails with the following error:

WARNING: headless-1.0-r0 do_rootfs: wpa-supplicant.postinst returned 2, marking as unpacked only, configuration required on target.
WARNING: headless-1.0-r0 do_rootfs: apmd.postinst returned 2, marking as unpacked only, configuration required on target.
ERROR: headless-1.0-r0 do_rootfs: Postinstall scriptlets of ['wpa-supplicant', 'apmd'] have failed. If the intention is to defer them to first boot,
then please place them into pkg_postinst_ontarget_${PN} ().
Deferring to first boot via 'exit 1' is no longer supported.

In addition I've added virtualization to the distro_features.

I can confirm that this image builds successfuly on commit f225c2c.