From a03fde04d777cb3f9549d6fbf234924211c867c2 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 --- conf/machine/apalis-tk1.conf | 2 +- wic/sdimage-bootpart-tegra.wks | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 wic/sdimage-bootpart-tegra.wks diff --git a/conf/machine/apalis-tk1.conf b/conf/machine/apalis-tk1.conf index c2a2d99..dd299c4 100644 --- a/conf/machine/apalis-tk1.conf +++ b/conf/machine/apalis-tk1.conf @@ -32,7 +32,7 @@ WKS_FILE_DEPENDS ?= " \ bmap-tools-native \ " -WKS_FILE = "sdimage-bootpart-tegra.wks" +WKS_FILE = "sdimage-bootpart.wks" WIC_CREATE_EXTRA_ARGS_append = " --no-fstab-update" # The kernel lives in a seperate FAT or UBI partition, don't deploy it in /boot 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