summaryrefslogtreecommitdiffstats
path: root/scripts/lib/image/canned-wks/imx-uboot-spl.wks
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2016-10-19 15:03:34 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2016-10-19 17:49:58 -0200
commit9c77a0bdf4a0b6fc3ee0c547ebcbf82f10178942 (patch)
tree3f82d7fb286169ddd122434df24f1c6681b2c56d /scripts/lib/image/canned-wks/imx-uboot-spl.wks
parent17c06b4676b01ea93d0afc378b6ba7e6efe997ba (diff)
downloadmeta-freescale-9c77a0bdf4a0b6fc3ee0c547ebcbf82f10178942.tar.gz
wic: Change wks files path
WKS_SEARCH_PATH searches inside scripts/lib/wic/canned-wks, rename scripts/lib/image/canned-wks/ to scripts/lib/wic/canned-wks/. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'scripts/lib/image/canned-wks/imx-uboot-spl.wks')
-rw-r--r--scripts/lib/image/canned-wks/imx-uboot-spl.wks17
1 files changed, 0 insertions, 17 deletions
diff --git a/scripts/lib/image/canned-wks/imx-uboot-spl.wks b/scripts/lib/image/canned-wks/imx-uboot-spl.wks
deleted file mode 100644
index dfe50773..00000000
--- a/scripts/lib/image/canned-wks/imx-uboot-spl.wks
+++ /dev/null
@@ -1,17 +0,0 @@
1# short-description: Create SD card image with a boot partition
2# long-description:
3# Create an image that can be written onto a SD card using dd for use
4# with i.MX SoC family.
5# It uses SPL and u-boot
6#
7# The disk layout used is:
8# - ----- --------- --------------
9# | | SPL | u-boot | rootfs |
10# - ----- --------- --------------
11# ^ ^ ^ ^ ^
12# | | | | |
13# 0 1kiB 69kiB 4MiB + rootfs + IMAGE_EXTRA_SPACE (default 10MiB)
14#
15part SPL --source rawcopy --sourceparams="file=SPL" --ondisk mmcblk --no-table --align 1
16part u-boot --source rawcopy --sourceparams="file=u-boot.imx" --ondisk mmcblk --no-table --align 69
17part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096