Re: [yocto] Can't Build Read-Only RootFS

2021-01-15 Thread Leon Woestenberg
Hello Dave, On Fri, Jan 15, 2021 at 10:40 PM Dave Tucker wrote: > ERROR: core-image-minimal-1.0-r0 do_rootfs: The following packages could > not be configured offline and rootfs is read-only: ['sysvinit-inittab'] > I've not been able to find any information on this issue and am not sure > how

[yocto] Can't Build Read-Only RootFS

2021-01-15 Thread Dave Tucker
I'm trying to build yocto for a Beaglebone Black. I was setting the file system to be read-only in /etc/fstab, and that was causing the boot process to lock up as of my latest build when I switched to dunfell. So I added IMAGE_FEATURES += "read-only-rootfs" to my local.conf, which I believe is