summaryrefslogtreecommitdiffstats
path: root/scripts/lib/image/canned-wks/sdimage-bootpart.wks
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2015-09-02 13:58:02 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-03 12:43:25 +0100
commit7d4bb40905fab38fb3db1d0e17afbc803622f00c (patch)
treefea3791bf21dce5d7693ce0a695e49a5579b25b4 /scripts/lib/image/canned-wks/sdimage-bootpart.wks
parent77561e719181d58289687373eebadce764f838a7 (diff)
downloadpoky-7d4bb40905fab38fb3db1d0e17afbc803622f00c.tar.gz
wic: get rid of scripts/lib/image
Moved content of scripts/lib/image/ to scripts/lib/wic as one directory with the same name as a tool is self-explanatory and less confusing than two. (From OE-Core rev: 5dc02d572794298b3362378cea3d7da654456c44) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/image/canned-wks/sdimage-bootpart.wks')
-rw-r--r--scripts/lib/image/canned-wks/sdimage-bootpart.wks6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/lib/image/canned-wks/sdimage-bootpart.wks b/scripts/lib/image/canned-wks/sdimage-bootpart.wks
deleted file mode 100644
index 7ffd632f4a..0000000000
--- a/scripts/lib/image/canned-wks/sdimage-bootpart.wks
+++ /dev/null
@@ -1,6 +0,0 @@
1# short-description: Create SD card image with a boot partition
2# long-description: Creates a partitioned SD card image. Boot files
3# are located in the first vfat partition.
4
5part /boot --source bootimg-partition --ondisk mmcblk --fstype=vfat --label boot --active --align 4 --size 16
6part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4