summaryrefslogtreecommitdiffstats
path: root/wic
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2017-09-29 16:27:02 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2017-09-29 16:27:02 -0300
commite7b14913cd685a55837b0de36dad92637e6fd443 (patch)
tree40d84e5c8373d7e679e56436041656c0133d2ea5 /wic
parent11d2434b08f9d71a61a4852489697ab2d77d782b (diff)
downloadmeta-freescale-e7b14913cd685a55837b0de36dad92637e6fd443.tar.gz
wic: Force the use of 'msdos' partition tables
Some old SoC has problems to read GPT partition tables so we use 'msdos' as default here and if some vendor wants to override it, it can still be done in their wks files. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'wic')
-rw-r--r--wic/imx-barebox.wks2
-rw-r--r--wic/imx-uboot-spl.wks2
-rw-r--r--wic/imx-uboot.wks2
3 files changed, 6 insertions, 0 deletions
diff --git a/wic/imx-barebox.wks b/wic/imx-barebox.wks
index 0672cbb2..596583d3 100644
--- a/wic/imx-barebox.wks
+++ b/wic/imx-barebox.wks
@@ -15,3 +15,5 @@
15part barebox --source rawcopy --sourceparams="file=barebox.bin,skip=512" --ondisk mmcblk --no-table 15part barebox --source rawcopy --sourceparams="file=barebox.bin,skip=512" --ondisk mmcblk --no-table
16part bareboxenv --source rawcopy --sourceparams="file=bareboxenv.bin" --ondisk mmcblk --no-table --align 512 16part bareboxenv --source rawcopy --sourceparams="file=bareboxenv.bin" --ondisk mmcblk --no-table --align 512
17part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096 17part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096
18
19bootloader --ptable msdos
diff --git a/wic/imx-uboot-spl.wks b/wic/imx-uboot-spl.wks
index d32afc90..e7b3beed 100644
--- a/wic/imx-uboot-spl.wks
+++ b/wic/imx-uboot-spl.wks
@@ -15,3 +15,5 @@
15part SPL --source rawcopy --sourceparams="file=SPL" --ondisk mmcblk --no-table --align 1 15part SPL --source rawcopy --sourceparams="file=SPL" --ondisk mmcblk --no-table --align 1
16part u-boot --source rawcopy --sourceparams="file=u-boot.img" --ondisk mmcblk --no-table --align 69 16part u-boot --source rawcopy --sourceparams="file=u-boot.img" --ondisk mmcblk --no-table --align 69
17part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096 17part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096
18
19bootloader --ptable msdos
diff --git a/wic/imx-uboot.wks b/wic/imx-uboot.wks
index d3609771..60870c34 100644
--- a/wic/imx-uboot.wks
+++ b/wic/imx-uboot.wks
@@ -14,3 +14,5 @@
14# 14#
15part u-boot --source rawcopy --sourceparams="file=u-boot.imx" --ondisk mmcblk --no-table --align 1 15part u-boot --source rawcopy --sourceparams="file=u-boot.imx" --ondisk mmcblk --no-table --align 1
16part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096 16part / --source rootfs --ondisk mmcblk --fstype=ext4 --label root --align 4096
17
18bootloader --ptable msdos