summaryrefslogtreecommitdiff
path: root/wic/sdimage-bootpart-tegra.wks
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-01-10 19:19:57 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2022-01-19 09:21:51 +0100
commit24979540330bd6d1bdc2dc871778ccc50d4db364 (patch)
treebb90c243030a9f8056674226f3035cd669676a58 /wic/sdimage-bootpart-tegra.wks
parent875c924c4e295bf80b93e502ca83c0273a3f751e (diff)
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 <max.krummenacher@toradex.com> (cherry picked from commit a03fde04d777cb3f9549d6fbf234924211c867c2)
Diffstat (limited to 'wic/sdimage-bootpart-tegra.wks')
-rw-r--r--wic/sdimage-bootpart-tegra.wks6
1 files changed, 0 insertions, 6 deletions
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