summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Niebel <Markus.Niebel@ew.tq-group.com>2022-04-05 13:00:07 +0200
committerMarkus Niebel <Markus.Niebel@ew.tq-group.com>2022-04-05 13:00:07 +0200
commit451bafe6d6e0523d0f6143f6862bb6c5b42ac8f6 (patch)
tree14c00f7567910ef37749a8f031864c9e66b4347d
parentb6514bbbe3c1643d55fb42241759cfe2e9dd0a35 (diff)
downloadmeta-freescale-451bafe6d6e0523d0f6143f6862bb6c5b42ac8f6.tar.gz
qoriq-base: weak defaults for WKS_FILE
When maintaining a hardware support layer for a SOM there will be different mainboards and BSP for this SOM. Depending on the use case there may be different needs for SD / e-MMC images. When providing a valid weak default in meta-freescale a machine definition can override this easier as well a BSP for a specific mainboard. Signed-off-by: Markus Niebel <Markus.Niebel@ew.tq-group.com>
-rw-r--r--conf/machine/include/qoriq-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc
index 35b7d82e..f6e96baf 100644
--- a/conf/machine/include/qoriq-base.inc
+++ b/conf/machine/include/qoriq-base.inc
@@ -34,7 +34,7 @@ SOC_DEFAULT_WKS_FILE ?= ""
34SOC_DEFAULT_WKS_FILE:ls1043a ?= "ls104x-uboot-bootpart.wks.in" 34SOC_DEFAULT_WKS_FILE:ls1043a ?= "ls104x-uboot-bootpart.wks.in"
35SOC_DEFAULT_WKS_FILE:ls1046a ?= "ls104x-uboot-bootpart.wks.in" 35SOC_DEFAULT_WKS_FILE:ls1046a ?= "ls104x-uboot-bootpart.wks.in"
36 36
37WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}" 37WKS_FILE ??= "${SOC_DEFAULT_WKS_FILE}"
38 38
39MACHINE_FEATURES ?= "pci ext2 ext3 serial" 39MACHINE_FEATURES ?= "pci ext2 ext3 serial"
40MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf udev-rules-qoriq kernel-modules" 40MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf udev-rules-qoriq kernel-modules"