[yocto] [PATCH 2/3] poky: update default kernel to v4.15

akuster808 akuster808 at gmail.com
Thu Feb 15 22:14:47 PST 2018



On 02/15/2018 08:54 PM, Anuj Mittal wrote:
> Hi Bruce,
>
> On 02/07/2018 12:34 AM, Bruce Ashfield wrote:
>> Updating the default kernel for qemu* to be v4.15. This allows easy
>> integration of the latest fixes/features for new BSPs. 4.14 is also
>> available as a LTS kernel option.
>>
>> Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
>> ---
>>  meta-poky/conf/distro/poky.conf | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-poky/conf/distro/poky.conf b/meta-poky/conf/distro/poky.conf
>> index 3dac26fa3c7b..441986c190bf 100644
>> --- a/meta-poky/conf/distro/poky.conf
>> +++ b/meta-poky/conf/distro/poky.conf
>> @@ -21,7 +21,7 @@ POKY_DEFAULT_EXTRA_RRECOMMENDS = "kernel-module-af-packet"
>>  
>>  DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${DISTRO_FEATURES_LIBC} ${POKY_DEFAULT_DISTRO_FEATURES}"
>>  
>> -PREFERRED_VERSION_linux-yocto ?= "4.12%"
>> +PREFERRED_VERSION_linux-yocto ?= "4.14%"
> Should this have been 4.15?
If I am not mistaken, the default will be the lts kernel which is 4.14.

- armin
>
> Thanks,
> Anuj
>
>>  
>>  SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${IMAGE_BASENAME}-${TUNE_PKGARCH}"
>>  SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"
>>




More information about the yocto mailing list