summaryrefslogtreecommitdiff
path: root/wic
AgeCommit message (Collapse)Author
2022-01-19apalis-tk1: use ext4 rootfs in wic imagesMax Krummenacher
The kernel for apalis-tk1 is based on upstream and supports ext4. Older tegra kernels did not support ext4 and thus we created a ext3 rootfs in the wic image. Change to use the openembedded core provided kickstart file `sdimage-bootpart.wks` and delete the no longer needed `sdimage-bootpart-tegra.wks`. Related-to: ELB-4295 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit a03fde04d777cb3f9549d6fbf234924211c867c2)
2018-09-27images: add wic support for tegraGerard Salvatella
Currently only imx and vybrid automatically generate wic images. This functionality is useful e.g. for booting from SD cards. Add wic image generation in tegra modules. Signed-off-by: Gerard Salvatella <gerard.salvatella@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>