diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2019-08-12 11:35:54 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-08-12 14:55:42 -0300 |
commit | 57364981b46850c903767535c3969b70d38e91cd (patch) | |
tree | 9600e0082bb0fc6ffd7525a015b46a33fb46dd78 | |
parent | 7f92a041728ad401f3b4a6025f96e493a20b229a (diff) | |
download | meta-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.conf | 2 | ||||
-rw-r--r-- | conf/machine/imx6qdlsabresd.conf | 2 | ||||
-rw-r--r-- | conf/machine/imx6ulevk.conf | 2 |
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" | |||
38 | UBOOT_MAKE_TARGET = "all" | 38 | UBOOT_MAKE_TARGET = "all" |
39 | UBOOT_SUFFIX = "img" | 39 | UBOOT_SUFFIX = "img" |
40 | SPL_BINARY = "SPL" | 40 | SPL_BINARY = "SPL" |
41 | WKS_FILE = "imx-uboot-spl-bootpart.wks" | 41 | WKS_FILE = "imx-uboot-spl-bootpart.wks.in" |
42 | 42 | ||
43 | SERIAL_CONSOLES = "115200;ttymxc3" | 43 | SERIAL_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" | |||
38 | UBOOT_MAKE_TARGET = "all" | 38 | UBOOT_MAKE_TARGET = "all" |
39 | UBOOT_SUFFIX = "img" | 39 | UBOOT_SUFFIX = "img" |
40 | SPL_BINARY = "SPL" | 40 | SPL_BINARY = "SPL" |
41 | WKS_FILE = "imx-uboot-spl-bootpart.wks" | 41 | WKS_FILE = "imx-uboot-spl-bootpart.wks.in" |
42 | 42 | ||
43 | SERIAL_CONSOLES = "115200;ttymxc0" | 43 | SERIAL_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" | |||
20 | UBOOT_MAKE_TARGET = "" | 20 | UBOOT_MAKE_TARGET = "" |
21 | UBOOT_SUFFIX = "img" | 21 | UBOOT_SUFFIX = "img" |
22 | SPL_BINARY = "SPL" | 22 | SPL_BINARY = "SPL" |
23 | WKS_FILE = "imx-uboot-spl-bootpart.wks" | 23 | WKS_FILE = "imx-uboot-spl-bootpart.wks.in" |
24 | 24 | ||
25 | UBOOT_CONFIG ??= "sd" | 25 | UBOOT_CONFIG ??= "sd" |
26 | UBOOT_CONFIG[sd] = "mx6ul_14x14_evk_config,sdcard" | 26 | UBOOT_CONFIG[sd] = "mx6ul_14x14_evk_config,sdcard" |