[meta-freescale] [meta-fsl-arm-extra][PATCH] nitrogen6x.conf: Allow kernel provider override

Gary Thomas gary at mlbassoc.com
Wed Oct 30 06:41:29 PDT 2013


This change lets the user override the choice of kernel in local.conf
Without it, there is no way to build any kernel, e.g. linux-imx, other
than the linux-boundary version.

Signed-off-by: Gary Thomas <gary at mlbassoc.com>
---
  conf/machine/nitrogen6x.conf |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/nitrogen6x.conf b/conf/machine/nitrogen6x.conf
index dbf31c5..b292d75 100644
--- a/conf/machine/nitrogen6x.conf
+++ b/conf/machine/nitrogen6x.conf
@@ -33,7 +33,7 @@ include conf/machine/include/tune-cortexa9.inc
  SOC_FAMILY = "mx6:mx6q"
   PREFERRED_PROVIDER_u-boot = "u-boot-boundary"
-PREFERRED_PROVIDER_virtual/kernel = "linux-boundary"
+PREFERRED_PROVIDER_virtual/kernel ?= "linux-boundary"
   # Use SPI NOR U-Boot by default
  IMAGE_BOOTLOADER ?= ""
-- 
1.7.9.5



More information about the meta-freescale mailing list