]> code.ossystems Code Review - meta-freescale.git/commitdiff
Fix WKS_FILE to use files with .in extension
authorFabio Berton <fabio.berton@ossystems.com.br>
Mon, 12 Aug 2019 14:35:54 +0000 (11:35 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Mon, 12 Aug 2019 17:55:42 +0000 (14:55 -0300)
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)

conf/machine/imx6qdlsabreauto.conf
conf/machine/imx6qdlsabresd.conf
conf/machine/imx6ulevk.conf

index 8eb9be82caade756fbce6150853569faf393bc19..16c1dcb66d86aef275db37b2b5c080c2964ffe94 100644 (file)
@@ -38,7 +38,7 @@ UBOOT_MACHINE ?= "mx6sabreauto_defconfig"
 UBOOT_MAKE_TARGET = "all"
 UBOOT_SUFFIX = "img"
 SPL_BINARY = "SPL"
-WKS_FILE = "imx-uboot-spl-bootpart.wks"
+WKS_FILE = "imx-uboot-spl-bootpart.wks.in"
 
 SERIAL_CONSOLES = "115200;ttymxc3"
 
index 18071f0ceb88b84b6508d8082f401492f1fcdb9f..ec43e4640946b4cf8f47134fcca7c621797b2c7d 100644 (file)
@@ -38,7 +38,7 @@ UBOOT_MACHINE ?= "mx6sabresd_defconfig"
 UBOOT_MAKE_TARGET = "all"
 UBOOT_SUFFIX = "img"
 SPL_BINARY = "SPL"
-WKS_FILE = "imx-uboot-spl-bootpart.wks"
+WKS_FILE = "imx-uboot-spl-bootpart.wks.in"
 
 SERIAL_CONSOLES = "115200;ttymxc0"
 
index 01ebce6f687d148621b54cfabba594eb9ebaa6c2..44f54c1fddc427fabc3ada2b5b873d31fe51eff7 100644 (file)
@@ -20,7 +20,7 @@ KERNEL_DEVICETREE_use-mainline-bsp = "imx6ul-14x14-evk.dtb"
 UBOOT_MAKE_TARGET = ""
 UBOOT_SUFFIX = "img"
 SPL_BINARY = "SPL"
-WKS_FILE = "imx-uboot-spl-bootpart.wks"
+WKS_FILE = "imx-uboot-spl-bootpart.wks.in"
 
 UBOOT_CONFIG ??= "sd"
 UBOOT_CONFIG[sd] = "mx6ul_14x14_evk_config,sdcard"