Running chromium with read-only-rootfs


benabid.houssem11@...
 


Hello Friends ;
I have My own Image based on Wayland-Weston image. My Image should be on read-only- rootfs so i use this :
IMAGE_FEATURES += "read-only-rootfs"
But I have a problem when running chromium in my image, i think that it can't work in read-only so i find that there's something called VOLATILE-BINDS that can help.
can someone help me to configure this VOLATILE-BINDS to get the work done.
The Error when running chromium in my image is : Error /root/.config/**/** is read-only

Thanks in advance