Project 'yocto_ng/layers/seco/meta-seco-edgehog' was moved to 'clea-os/layers/seco/meta-seco-clea-os-things'. Please update any links and bookmarks that may still have the old path.
[WIC] Update disk layout with etc,var,home as exteral folder
In this layout, the rootfs partition doesn't have the follow folders: EXTERNAL_ROOTFS_FOLDERS = " \ var/ \ etc/ \ home/ \ " With the follow partitions: - datafs -> contains etc/ and var/ folder - varfs -> contains var/ fodler part / --source edgehog-system-partition --ondisk mmcblk --fstype=ext4 --label datafs --size 128M --align 4 part / --source rootfs --rootfs-dir=${IMAGE_ROOTFS}/var --ondisk mmcblk --fstype=ext4 --label varfs --size 128M --align 4 part / --ondisk mmcblk --fstype=ext4 --label appfs --size 32M --align 4 Note: var/ is not used like the other because it doesn't work that way. From empirical evidence, we have a working rootfs if the content of the var folder is placed directly into the root folder of an external partition.
parent
6d0c4de6
No related branches found
No related tags found
Showing
- classes/edgehog.bbclass 7 additions, 1 deletionclasses/edgehog.bbclass
- wic/sdimage-rauc-imx6.wks.in 6 additions, 5 deletionswic/sdimage-rauc-imx6.wks.in
- wic/sdimage-rauc-imx8.wks.in 6 additions, 5 deletionswic/sdimage-rauc-imx8.wks.in
- wic/sdimage-rauc-rk.wks.in 4 additions, 3 deletionswic/sdimage-rauc-rk.wks.in
Please register or sign in to comment