aboutsummaryrefslogtreecommitdiffstats
path: root/meta-mel/scripts/lib/wic/canned-wks/sdimage-bootpart-2g.wks
diff options
context:
space:
mode:
Diffstat (limited to 'meta-mel/scripts/lib/wic/canned-wks/sdimage-bootpart-2g.wks')
-rw-r--r--meta-mel/scripts/lib/wic/canned-wks/sdimage-bootpart-2g.wks10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta-mel/scripts/lib/wic/canned-wks/sdimage-bootpart-2g.wks b/meta-mel/scripts/lib/wic/canned-wks/sdimage-bootpart-2g.wks
deleted file mode 100644
index 3a6cae28..00000000
--- a/meta-mel/scripts/lib/wic/canned-wks/sdimage-bootpart-2g.wks
+++ /dev/null
@@ -1,10 +0,0 @@
-# ---------------------------------------------------------------------------------------------------------------------
-# SPDX-License-Identifier: MIT
-# ---------------------------------------------------------------------------------------------------------------------
-
-# 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 4096 --size 64M --extra-space 0
-part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096 --size 1710080K --extra-space 0 --overhead-factor 1