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:56:11 -0300 |
commit | e1b947bb2599f80bfaae67ac126d6b67558183a0 (patch) | |
tree | 144c03e425fbff2f2a272e125348736168cc54a9 /conf/machine/imx6qdlsabresd.conf | |
parent | 348bfce7287ecdfc982ccb80d192067aefa0f9f5 (diff) | |
download | meta-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.conf | 2 |
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" | |||
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 | ||