From 24979540330bd6d1bdc2dc871778ccc50d4db364 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 10 Jan 2022 19:19:57 +0100 Subject: apalis-tk1: use ext4 rootfs in wic images 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 (cherry picked from commit a03fde04d777cb3f9549d6fbf234924211c867c2) --- wic/sdimage-bootpart-tegra.wks | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 wic/sdimage-bootpart-tegra.wks (limited to 'wic/sdimage-bootpart-tegra.wks') diff --git a/wic/sdimage-bootpart-tegra.wks b/wic/sdimage-bootpart-tegra.wks deleted file mode 100644 index f58856b..0000000 --- a/wic/sdimage-bootpart-tegra.wks +++ /dev/null @@ -1,6 +0,0 @@ -# short-description: Create SD card image with a boot partition -# long-description: Creates a partitioned SD card image. Boot files -# are located in the first vfat partition. - -part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 4 --size 16 -part / --source rootfs --ondisk mmcblk --fstype=ext3 --label root --align 4 -- cgit v1.2.3