mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
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:
parent
b17d250c7f
commit
6631fbd43c
|
@ -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 ?= ""
|
||||
|
|
Loading…
Reference in New Issue
Block a user