Yocto- Apache2 build guide
D, Sharmila <sharmila.d@...>
Hi, I am trying to enable httpd package into my yocto build, steps I followed is as below 1. Added below layer in bblayer.conf file sources/meta-openembedded/meta-webserver 2. Added below line in local.conf file IMAGE_INSTALL_append = "apache2" The yocto build using bitbake core-image-minimal gives below error
WARNING: core-image-minimal-1.0-r0 do_rootfs: busybox.postinst returned 1, marking as unpacked only, configuration required on target. Please provide the solution for the same With Best Regards, Sharmila D
|
|
On 2021-02-24 5:04 a.m., D, Sharmila via lists.yoctoproject.org wrote:
Hi,Hi Sharmila, This doesn't appear to be related to adding apache. Are you able to build core-image-minimal without adding apache2? Can you provide detailed steps wrt what layers and HEAD commits for each layer you are using? Ideally, you'd reproduce on a supported release or on master. That's Dunfell/3.1 or later: https://wiki.yoctoproject.org/wiki/Releases ../Randy With Best Regards, -- # Randy MacLeod # Wind River Linux
|
|