Hello,
I am using kirkstone branch and I added apache2 in the list of recipes I want to install:
IMAGE_INSTALL:append = " apache2"
I have also added meta-openembedded/meta-webserver in build/conf/bblayers.conf.
The recipe works, but I get an error when do_rootfs is executed for my image.
do_rootfs: Postinstall scriptlets of ['busybox'] 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 the details error, I can see this:
update-alternatives: Error: not linking ....../rootfs/usr/sbin/httpd to /bin/busybox.nosuid since ...../rootfs/usr/sbin/httpd exists and is not a link
Am I forgetting something?
Thanks in advance,
Flaviu