On 2/5/18 11:45 AM, Bishop, Mark (STRT) wrote:
> Let me start with that I'm new to Yocto.
> 
>  
> 
> I've been able to get apache2 onto my zynq board but I need to change
> the config.  I'm using a read-only rootfs and apache won't start because
> it wants to write to a log file.  I know what I need to change in the
> apache config but I have no idea how to do that in Yocto.  Could anyone
> walk me through it and if I am in the wrong spot, my apologies.

you might need to provide some r/w storage here it seems. Either you can
symlink back /tmp to /var/log ( a hack ) or provide a  proper storage
thats persistent and mount it on /var/log or whereever it is expecting
to write.
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to