Integrate meta-seconorth-distro/wic_image_seconorth_layout
Commit: seco-ne/yocto/layers/meta-seconorth-distro@5ec287ec
classes: Add class for Wic image creation
The class sets all variables to create and deploy a wic.gz image with SECO North default partition layout.
BCS 746-001176
--
Commit: seco-ne/yocto/layers/meta-seconorth-distro@34aff3be
wic:wks:mx8: Add a wks file for the default partition layout
The partion layout is based on the default layout, so that it can be reused by the fng-install scripts. At the moment the partition sizes are hardcoded for 4GB SD-Cards or eMMCs. To set up the boot and rootfs partitions the seconorth-boot and seconorth-rootfs Wic plugins are required. Currently only mx8 machines are supported.
BCS 746-001176
--
Commit: seco-ne/yocto/layers/meta-seconorth-distro@8615b8ae
wic:plugins: Add seconorth-rootfs Wic plugin
The plugin in based on the rootfs plugin of the poky layer. In contrast to the rootfs plugin, the plugin modifies the fstab file to mount the boot partition by uuid. In this way, label conflicts are resolved when installations are present on an eMMC and an SD card at the same time.
BCS 746-001176
--
Commit: seco-ne/yocto/layers/meta-seconorth-distro@6a6cf35b
wic:plugins: Add a Wic plugin for to customize the boot partition
The plugin in based on the bootimg-partition plugin of the poky layer. In contrast to the bootimg-partition plugin, the artifacts are copied from the image rootfs/boot folder. In the boot.cfg file the kernel and rootfs parameters are set. The corresponding rootfs device is determined from the current value of the WIC_ROOTFS_DEVICE variable.
BCS 746-001176