summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/machine/apalis-tk1.conf3
-rw-r--r--wic/sdimage-bootpart-tegra.wks6
2 files changed, 1 insertions, 8 deletions
diff --git a/conf/machine/apalis-tk1.conf b/conf/machine/apalis-tk1.conf
index 766eab0..92cb08b 100644
--- a/conf/machine/apalis-tk1.conf
+++ b/conf/machine/apalis-tk1.conf
@@ -32,8 +32,7 @@ WKS_FILE_DEPENDS ?= " \
bmap-tools-native \
"
-WKS_FILE = "sdimage-bootpart-tegra.wks"
-WIC_CREATE_EXTRA_ARGS:append = " --no-fstab-update"
+WKS_FILE = "sdimage-bootpart.wks"
# The kernel lives in a seperate FAT or UBI partition, don't deploy it in /boot
RDEPENDS:${KERNEL_PACKAGE_NAME}-base = ""
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