[poky] [PATCH 4/6] yocto-bsps: routerstationpro: explicitly set preferred version
Bruce Ashfield
bruce.ashfield at windriver.com
Fri Mar 28 05:54:16 PDT 2014
On 14-03-28 05:40 AM, Richard Purdie wrote:
> 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...
Doh. Right you are. I'm juggling and rebasing about 3 separate patch queues
across oe-core and poky .. looks like I hacked the wrong file.
I'll fix this up.
Bruce
>
> Cheers,
>
> Richard
>
>
>
More information about the poky
mailing list