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

Eric Nelson eric.nelson at boundarydevices.com
Wed Oct 30 07:06:10 PDT 2013


On 10/30/2013 06:41 AM, Gary Thomas wrote:
> 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 ?= ""

Good catch Gary.

I would warn folks that there are known omissions in the SABRE Lite
code and no Nitrogen6X support in the other trees, but you should
absolutely be able to override this, especially to use a custom tree,
so...

Acked-by: Eric Nelson <eric.nelson at boundarydevices.com>



More information about the meta-freescale mailing list