[meta-freescale] [3rdparty PATCH 2/4] nitrogen6x: Use weak-default for virtual/kernel

Gary Bisson gary.bisson at boundarydevices.com
Sat Mar 25 11:07:44 PDT 2017


Hi Otavio,

On Fri, Mar 24, 2017 at 05:12:14PM -0300, Otavio Salvador wrote:
> The virtual/kernel sometimes need to be overriden, adding the
> weak-default allow for easier handler of different providers.
> 
> Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
> ---
> 
>  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 f9b6cab..f35460d 100644
> --- a/conf/machine/nitrogen6x.conf
> +++ b/conf/machine/nitrogen6x.conf
> @@ -43,7 +43,7 @@ KERNEL_DEVICETREE = "imx6q-sabrelite.dtb \
>  KERNEL_IMAGETYPE = "zImage"
>  
>  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 ?= ""
> -- 
> 2.12.1

Same here, looks good.

Reviewed-by: Gary Bisson <gary.bisson at boundarydevices.com>

Regards,
Gary


More information about the meta-freescale mailing list