[poky] [PATCH 4/6] yocto-bsps: routerstationpro: explicitly set preferred version

Richard Purdie richard.purdie at linuxfoundation.org
Fri Mar 28 02:40:55 PDT 2014


On Thu, 2014-03-27 at 14:29 -0400, Bruce Ashfield wrote:
> The other reference BSPs have an explicit version in their conf files.
> To avoid the routerstationpro picking up kernel's newer than 3.10, we
> do the same for it.
> 
> Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
> ---
>  meta-yocto-bsp/conf/machine/edgerouter.conf | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta-yocto-bsp/conf/machine/edgerouter.conf b/meta-yocto-bsp/conf/machine/edgerouter.conf
> index f3ea33bb0d6b..c5e490f824ea 100644
> --- a/meta-yocto-bsp/conf/machine/edgerouter.conf
> +++ b/meta-yocto-bsp/conf/machine/edgerouter.conf
> @@ -11,6 +11,7 @@ KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
>  KERNEL_IMAGE_STRIP_EXTRA_SECTIONS  = ".comment"
>  
>  PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-dev"
> +PREFERRED_VERSION_linux-yocto ?= "3.10%"
>  
>  SERIAL_CONSOLE = "115200 ttyS0"
>  USE_VT ?= "0"

I think some commits have got confused here. edgerouter.conf !=
routerstationpro.conf...

Cheers,

Richard





More information about the poky mailing list