Date
1 - 2 of 2
Can't Build Read-Only RootFS
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 the correct way to handle this. But now
the system won't build. I get the following output: NOTE: recipe core-image-minimal-1.0-r0: task do_rootfs: Started
ERROR: core-image-minimal-1.0-r0 do_rootfs: The following packages could not be configured offline and rootfs is read-only: ['sysvinit-inittab']
ERROR: Logfile of failure stored in: /data/dunfell-bbb/build/bbb/tmp/work/beaglebone_yocto-poky-linux-gnueabi/core-image-minimal/1.0-r0/temp/log.do_rootfs.10987
NOTE: recipe core-image-minimal-1.0-r0: task do_rootfs: Failed
I've not been able to find any information
on this issue and am not sure how to proceed. Could someone please
point me in the right direction? Here are my local.conf and bblayers.conf. Thanks, Dave
|
|
Leon Woestenberg
Hello Dave, On Fri, Jan 15, 2021 at 10:40 PM Dave Tucker <theaethereal@...> wrote:
I copied that error report into Google. Maybe you are hitting a similar case to this? Regards, Leon,
|
|