From 72205af93516f2644c61120744b63465bbef1607 Mon Sep 17 00:00:00 2001 From: Markus Niebel Date: Tue, 5 Apr 2022 13:00:07 +0200 Subject: 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 (cherry picked from commit 451bafe6d6e0523d0f6143f6862bb6c5b42ac8f6) --- conf/machine/include/qoriq-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc index 16142bd8..15ec502d 100644 --- a/conf/machine/include/qoriq-base.inc +++ b/conf/machine/include/qoriq-base.inc @@ -34,7 +34,7 @@ SOC_DEFAULT_WKS_FILE ?= "" SOC_DEFAULT_WKS_FILE_ls1043a ?= "ls104x-uboot-bootpart.wks.in" SOC_DEFAULT_WKS_FILE_ls1046a ?= "ls104x-uboot-bootpart.wks.in" -WKS_FILE ?= "${SOC_DEFAULT_WKS_FILE}" +WKS_FILE ??= "${SOC_DEFAULT_WKS_FILE}" MACHINE_FEATURES ?= "pci ext2 ext3 serial" MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf udev-rules-qoriq kernel-modules" -- cgit v1.2.3-54-g00ecf