[meta-freescale] [PATCH 4/4] imx-base: Set WKS_FILE for mxs machines

Fabio Berton fabio.berton at ossystems.com.br
Mon Oct 9 10:12:19 PDT 2017


Use imx-uboot-mxs-bootpart.wks for mxs machine once u-boot suffix is
.sb instead of .imx.

Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
---
 conf/machine/include/imx-base.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/machine/include/imx-base.inc b/conf/machine/include/imx-base.inc
index 67d43f89..3043034b 100644
--- a/conf/machine/include/imx-base.inc
+++ b/conf/machine/include/imx-base.inc
@@ -242,6 +242,7 @@ WKS_FILE_DEPENDS ?= " \
 "
 
 SOC_DEFAULT_WKS_FILE ?= "imx-uboot-bootpart.wks"
+SOC_DEFAULT_WKS_FILE_mxs ?= "imx-uboot-mxs-bootpart.wks"
 
 WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}"
 
-- 
2.14.1



More information about the meta-freescale mailing list