summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2018-04-26 13:52:55 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2018-07-03 18:41:08 -0300
commitecdd93874f434fc200c811392cc83f255f26a4c9 (patch)
tree492db8c050c6a1dacf6ff68decf2589027c65553 /conf
parente9820a5de4a32b80649946cdacfec9ffa9e9fe33 (diff)
downloadmeta-freescale-ecdd93874f434fc200c811392cc83f255f26a4c9.tar.gz
wic: Fix image generation for i.MX MXS SoC family
The image needs to use the U-Boot generated, for the uSD card, so a dependency on that must be added to ensure the file is available prior 'wic' uses it. Besides that, the fstype needs to be changed so it sets the partition mark allowing the bootrom to find it. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/imx-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index d14cd53f..facbe145 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -291,7 +291,7 @@ WKS_FILE_DEPENDS ?= " \
291" 291"
292 292
293SOC_DEFAULT_WKS_FILE ?= "imx-uboot-bootpart.wks" 293SOC_DEFAULT_WKS_FILE ?= "imx-uboot-bootpart.wks"
294SOC_DEFAULT_WKS_FILE_mxs ?= "imx-uboot-mxs-bootpart.wks" 294SOC_DEFAULT_WKS_FILE_mxs ?= "imx-uboot-mxs-bootpart.wks.in"
295 295
296WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}" 296WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}"
297 297