summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx6qdlsabresd.conf
diff options
context:
space:
mode:
authorFabio Berton <fabio.berton@ossystems.com.br>2019-08-12 11:35:54 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2019-08-12 14:56:11 -0300
commite1b947bb2599f80bfaae67ac126d6b67558183a0 (patch)
tree144c03e425fbff2f2a272e125348736168cc54a9 /conf/machine/imx6qdlsabresd.conf
parent348bfce7287ecdfc982ccb80d192067aefa0f9f5 (diff)
downloadmeta-freescale-e1b947bb2599f80bfaae67ac126d6b67558183a0.tar.gz
Fix WKS_FILE to use files with .in extension
meta-freescale commit 6be9d197386b5c3bd72023981df805d42f87684c renamed imx-uboot-spl-bootpart.wks to imx-uboot-spl-bootpart.wks.in The .in extension in wks files allows bitbake variables to be used in kickstarter files. Set WKS_FILES for all machines to match this new filename. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Diffstat (limited to 'conf/machine/imx6qdlsabresd.conf')
-rw-r--r--conf/machine/imx6qdlsabresd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/imx6qdlsabresd.conf b/conf/machine/imx6qdlsabresd.conf
index 18071f0c..ec43e464 100644
--- a/conf/machine/imx6qdlsabresd.conf
+++ b/conf/machine/imx6qdlsabresd.conf
@@ -38,7 +38,7 @@ UBOOT_MACHINE ?= "mx6sabresd_defconfig"
38UBOOT_MAKE_TARGET = "all" 38UBOOT_MAKE_TARGET = "all"
39UBOOT_SUFFIX = "img" 39UBOOT_SUFFIX = "img"
40SPL_BINARY = "SPL" 40SPL_BINARY = "SPL"
41WKS_FILE = "imx-uboot-spl-bootpart.wks" 41WKS_FILE = "imx-uboot-spl-bootpart.wks.in"
42 42
43SERIAL_CONSOLES = "115200;ttymxc0" 43SERIAL_CONSOLES = "115200;ttymxc0"
44 44