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][CLASS] Add EgehogSystemPartitionPlugin class
Add a new WIC's class used as plugin. This class allows to export one or a set of folders from the rootfs and place them into an external partition that inherits that class. To specify the folders to export this variable have to be populated: EXTERNAL_ROOTFS_FOLDERS An example of export of folders /etc, /home and /var: EXTERNAL_ROOTFS_FOLDERS = " \ var/ \ etc/ \ home/ \ " The partition is setting is: part / --source edgehog-system-partition --ondisk mmcblk --fstype=ext4 --label datafs --size 128M --align 4 Automatically, this partition will include the folders etc,var and home in its root folder.
parent
2e686440
No related branches found
No related tags found
Please register or sign in to comment