nitrogen6x.conf: Allow kernel provider override

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@mlbassoc.com>
Acked-by: Eric Nelson <eric.nelson@boundarydevices.com>
This commit is contained in:
Gary Thomas 2013-10-30 13:41:29 +00:00 committed by Otavio Salvador
parent b17d250c7f
commit 6631fbd43c

View File

@ -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 ?= ""