summaryrefslogtreecommitdiffstats
path: root/conf/machine
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:42:32 -0300
commit4b0a022021f50d789b6acd15625b37f87991ea85 (patch)
tree98c7459a51c7512a1ca4a796cd05759729a05070 /conf/machine
parentab7148ca20b197029e9efebded326655c2b28caf (diff)
downloadmeta-freescale-4b0a022021f50d789b6acd15625b37f87991ea85.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> (cherry picked from commit ecdd93874f434fc200c811392cc83f255f26a4c9)
Diffstat (limited to 'conf/machine')
-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 d14cd53fc..facbe1454 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