diff options
author | Vinicius Aquino <vinicius.aquino@ossystems.com.br> | 2022-04-13 11:14:58 -0300 |
---|---|---|
committer | Vinicius Aquino <vinicius.aquino@ossystems.com.br> | 2022-04-13 11:46:33 -0300 |
commit | 36aaa03a481806c63f116f1c3e9138eb5cb2fa5f (patch) | |
tree | 8f1a88cd1f15846947b634f3b08732d935f78fb8 /conf/machine/include | |
parent | 08c9507c6ac3930f4ef9cc18df37360b4995234a (diff) | |
download | meta-freescale-36aaa03a481806c63f116f1c3e9138eb5cb2fa5f.tar.gz |
Revert "qoriq-base: weak defaults for WKS_FILE"
This reverts commit 451bafe6d6e0523d0f6143f6862bb6c5b42ac8f6.
This is necessary to follow the pattern used by imx-base.inc.
Also prevents the following error: "No kickstart files from
WKS_FILES were found"
It happens because WKS_FILE was already assigned and can't be
reassigned by SOC_DEFAULT_WKS_FILE due to a weaker assignment
(??=).
Signed-off-by: Vinicius Aquino <vinicius.aquino@ossystems.com.br>
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/qoriq-base.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc index f6e96baf..35b7d82e 100644 --- a/conf/machine/include/qoriq-base.inc +++ b/conf/machine/include/qoriq-base.inc | |||
@@ -34,7 +34,7 @@ SOC_DEFAULT_WKS_FILE ?= "" | |||
34 | SOC_DEFAULT_WKS_FILE:ls1043a ?= "ls104x-uboot-bootpart.wks.in" | 34 | SOC_DEFAULT_WKS_FILE:ls1043a ?= "ls104x-uboot-bootpart.wks.in" |
35 | SOC_DEFAULT_WKS_FILE:ls1046a ?= "ls104x-uboot-bootpart.wks.in" | 35 | SOC_DEFAULT_WKS_FILE:ls1046a ?= "ls104x-uboot-bootpart.wks.in" |
36 | 36 | ||
37 | WKS_FILE ??= "${SOC_DEFAULT_WKS_FILE}" | 37 | WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}" |
38 | 38 | ||
39 | MACHINE_FEATURES ?= "pci ext2 ext3 serial" | 39 | MACHINE_FEATURES ?= "pci ext2 ext3 serial" |
40 | MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf udev-rules-qoriq kernel-modules" | 40 | MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf udev-rules-qoriq kernel-modules" |