summaryrefslogtreecommitdiffstats
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:55:42 -0300
commit57364981b46850c903767535c3969b70d38e91cd (patch)
tree9600e0082bb0fc6ffd7525a015b46a33fb46dd78
parent7f92a041728ad401f3b4a6025f96e493a20b229a (diff)
downloadmeta-freescale-57364981b46850c903767535c3969b70d38e91cd.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> (cherry picked from commit da4d8a203c173f8719229df5cb525b6ed644a7c6)
-rw-r--r--conf/machine/imx6qdlsabreauto.conf2
-rw-r--r--conf/machine/imx6qdlsabresd.conf2
-rw-r--r--conf/machine/imx6ulevk.conf2
3 files changed, 3 insertions, 3 deletions
diff --git a/conf/machine/imx6qdlsabreauto.conf b/conf/machine/imx6qdlsabreauto.conf
index 8eb9be82..16c1dcb6 100644
--- a/conf/machine/imx6qdlsabreauto.conf
+++ b/conf/machine/imx6qdlsabreauto.conf
@@ -38,7 +38,7 @@ UBOOT_MACHINE ?= "mx6sabreauto_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;ttymxc3" 43SERIAL_CONSOLES = "115200;ttymxc3"
44 44
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
diff --git a/conf/machine/imx6ulevk.conf b/conf/machine/imx6ulevk.conf
index 01ebce6f..44f54c1f 100644
--- a/conf/machine/imx6ulevk.conf
+++ b/conf/machine/imx6ulevk.conf
@@ -20,7 +20,7 @@ KERNEL_DEVICETREE_use-mainline-bsp = "imx6ul-14x14-evk.dtb"
20UBOOT_MAKE_TARGET = "" 20UBOOT_MAKE_TARGET = ""
21UBOOT_SUFFIX = "img" 21UBOOT_SUFFIX = "img"
22SPL_BINARY = "SPL" 22SPL_BINARY = "SPL"
23WKS_FILE = "imx-uboot-spl-bootpart.wks" 23WKS_FILE = "imx-uboot-spl-bootpart.wks.in"
24 24
25UBOOT_CONFIG ??= "sd" 25UBOOT_CONFIG ??= "sd"
26UBOOT_CONFIG[sd] = "mx6ul_14x14_evk_config,sdcard" 26UBOOT_CONFIG[sd] = "mx6ul_14x14_evk_config,sdcard"