diff options
| author | Markus Niebel <Markus.Niebel@ew.tq-group.com> | 2022-04-05 13:00:07 +0200 | 
|---|---|---|
| committer | Markus Niebel <Markus.Niebel@ew.tq-group.com> | 2022-04-05 13:00:07 +0200 | 
| commit | 451bafe6d6e0523d0f6143f6862bb6c5b42ac8f6 (patch) | |
| tree | 14c00f7567910ef37749a8f031864c9e66b4347d | |
| parent | b6514bbbe3c1643d55fb42241759cfe2e9dd0a35 (diff) | |
| download | meta-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.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 35b7d82ef..f6e96baf5 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" | 
