Re: [OE-core] [PATCH V2 09/10] lighttpd: make /www diretory writable in read-only rootfs

2013-07-29 Thread ChenQi
On 07/29/2013 11:56 PM, Burton, Ross wrote: On 29 July 2013 03:33, wrote: +echo "/www /var/volatile/www" > ${D}${sysconfdir}/default/readonly/lighttpd /www is the default lighttpd document root, where the web sites are stored, so putting them in a tmpfs would be very wrong indeed. Why do

Re: [OE-core] [PATCH V2 09/10] lighttpd: make /www diretory writable in read-only rootfs

2013-07-29 Thread Burton, Ross
On 29 July 2013 03:33, wrote: > +echo "/www /var/volatile/www" > > ${D}${sysconfdir}/default/readonly/lighttpd /www is the default lighttpd document root, where the web sites are stored, so putting them in a tmpfs would be very wrong indeed. Why does lightttp need write access? If it's pu

[OE-core] [PATCH V2 09/10] lighttpd: make /www diretory writable in read-only rootfs

2013-07-28 Thread Qi.Chen
From: Chen Qi This directory needs to be writable for system to work correctly. [YOCTO #4103] [YOCTO #4885] Signed-off-by: Chen Qi --- meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb |3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb