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/imx6ulevk.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/imx6ulevk.conf')
-rw-r--r-- | conf/machine/imx6ulevk.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/imx6ulevk.conf b/conf/machine/imx6ulevk.conf index c6c0091c..fa786b0d 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" |