* [PATCH 0/3] meta-poky: update default kernel versions to match oe-core
@ 2018-02-06 16:34 Bruce Ashfield
2018-02-06 16:34 ` [PATCH 1/3] poky-lsb: update default kernel to v4.14 Bruce Ashfield
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Bruce Ashfield @ 2018-02-06 16:34 UTC (permalink / raw)
To: richard.purdie; +Cc: yocto
Hi all,
This series applies on top of one that I just sent for oe-core, it updates
the default kernels to match what is available in master.
Cheers,
Bruce
The following changes since commit c656a3351640da84c77588f1474fe3b43117f2c2:
machines: bump default linux-yocto to v4.15 (2018-02-06 10:26:49 -0500)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib zedd/kernel-yocto
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel-yocto
Bruce Ashfield (3):
poky-lsb: update default kernel to v4.14
poky: update default kernel to v4.15
poky-tiny: bump to v4.14
meta-poky/conf/distro/poky-lsb.conf | 2 +-
meta-poky/conf/distro/poky-tiny.conf | 2 +-
meta-poky/conf/distro/poky.conf | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
--
2.5.0
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 1/3] poky-lsb: update default kernel to v4.14
2018-02-06 16:34 [PATCH 0/3] meta-poky: update default kernel versions to match oe-core Bruce Ashfield
@ 2018-02-06 16:34 ` Bruce Ashfield
2018-02-06 16:34 ` [PATCH 2/3] poky: update default kernel to v4.15 Bruce Ashfield
2018-02-06 16:34 ` [PATCH 3/3] poky-tiny: bump to v4.14 Bruce Ashfield
2 siblings, 0 replies; 8+ messages in thread
From: Bruce Ashfield @ 2018-02-06 16:34 UTC (permalink / raw)
To: richard.purdie; +Cc: yocto
4.14 is a LTS/LTSI kernel and we are dropping anything older than
4.12 in master. As such, we make 4.14 the default for poky-lsb.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta-poky/conf/distro/poky-lsb.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-poky/conf/distro/poky-lsb.conf b/meta-poky/conf/distro/poky-lsb.conf
index 24cfb08b1201..ecfe5d2f446f 100644
--- a/meta-poky/conf/distro/poky-lsb.conf
+++ b/meta-poky/conf/distro/poky-lsb.conf
@@ -12,4 +12,4 @@ PREFERRED_PROVIDER_virtual/libx11 = "libx11"
KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc"
# Use the LTSI Kernel for LSB Testing
-PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "4.9%"
+PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "4.14%"
--
2.5.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 2/3] poky: update default kernel to v4.15
2018-02-06 16:34 [PATCH 0/3] meta-poky: update default kernel versions to match oe-core Bruce Ashfield
2018-02-06 16:34 ` [PATCH 1/3] poky-lsb: update default kernel to v4.14 Bruce Ashfield
@ 2018-02-06 16:34 ` Bruce Ashfield
2018-02-16 4:54 ` Anuj Mittal
2018-02-06 16:34 ` [PATCH 3/3] poky-tiny: bump to v4.14 Bruce Ashfield
2 siblings, 1 reply; 8+ messages in thread
From: Bruce Ashfield @ 2018-02-06 16:34 UTC (permalink / raw)
To: richard.purdie; +Cc: yocto
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@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%"
SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${IMAGE_BASENAME}-${TUNE_PKGARCH}"
SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"
--
2.5.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 3/3] poky-tiny: bump to v4.14
2018-02-06 16:34 [PATCH 0/3] meta-poky: update default kernel versions to match oe-core Bruce Ashfield
2018-02-06 16:34 ` [PATCH 1/3] poky-lsb: update default kernel to v4.14 Bruce Ashfield
2018-02-06 16:34 ` [PATCH 2/3] poky: update default kernel to v4.15 Bruce Ashfield
@ 2018-02-06 16:34 ` Bruce Ashfield
2 siblings, 0 replies; 8+ messages in thread
From: Bruce Ashfield @ 2018-02-06 16:34 UTC (permalink / raw)
To: richard.purdie; +Cc: yocto
Updating poky-tiny to the latest LTS kernel as the default version.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
---
meta-poky/conf/distro/poky-tiny.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-poky/conf/distro/poky-tiny.conf b/meta-poky/conf/distro/poky-tiny.conf
index 2032bfde3266..7b22a13cac6f 100644
--- a/meta-poky/conf/distro/poky-tiny.conf
+++ b/meta-poky/conf/distro/poky-tiny.conf
@@ -38,7 +38,7 @@ TCLIBC = "musl"
# Distro config is evaluated after the machine config, so we have to explicitly
# set the kernel provider to override a machine config.
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-tiny"
-PREFERRED_VERSION_linux-yocto-tiny ?= "4.12%"
+PREFERRED_VERSION_linux-yocto-tiny ?= "4.14%"
# We can use packagegroup-core-boot, but in the future we may need a new packagegroup-core-tiny
#POKY_DEFAULT_EXTRA_RDEPENDS += "packagegroup-core-boot"
--
2.5.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH 2/3] poky: update default kernel to v4.15
2018-02-06 16:34 ` [PATCH 2/3] poky: update default kernel to v4.15 Bruce Ashfield
@ 2018-02-16 4:54 ` Anuj Mittal
2018-02-16 6:14 ` akuster808
0 siblings, 1 reply; 8+ messages in thread
From: Anuj Mittal @ 2018-02-16 4:54 UTC (permalink / raw)
To: Bruce Ashfield, richard.purdie; +Cc: yocto
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@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?
Thanks,
Anuj
>
> SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${IMAGE_BASENAME}-${TUNE_PKGARCH}"
> SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 2/3] poky: update default kernel to v4.15
2018-02-16 4:54 ` Anuj Mittal
@ 2018-02-16 6:14 ` akuster808
2018-02-16 6:42 ` Anuj Mittal
2018-02-16 14:25 ` Bruce Ashfield
0 siblings, 2 replies; 8+ messages in thread
From: akuster808 @ 2018-02-16 6:14 UTC (permalink / raw)
To: Anuj Mittal, Bruce Ashfield, richard.purdie; +Cc: yocto
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@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}"
>>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 2/3] poky: update default kernel to v4.15
2018-02-16 6:14 ` akuster808
@ 2018-02-16 6:42 ` Anuj Mittal
2018-02-16 14:25 ` Bruce Ashfield
1 sibling, 0 replies; 8+ messages in thread
From: Anuj Mittal @ 2018-02-16 6:42 UTC (permalink / raw)
To: akuster808, Bruce Ashfield, richard.purdie; +Cc: yocto
On 02/16/2018 02:14 PM, akuster808 wrote:
>
>
> 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@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.
Oh okay, thanks. I got confused because of the commit message.
Thanks,
Anuj
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 2/3] poky: update default kernel to v4.15
2018-02-16 6:14 ` akuster808
2018-02-16 6:42 ` Anuj Mittal
@ 2018-02-16 14:25 ` Bruce Ashfield
1 sibling, 0 replies; 8+ messages in thread
From: Bruce Ashfield @ 2018-02-16 14:25 UTC (permalink / raw)
To: akuster808, Anuj Mittal, richard.purdie; +Cc: yocto
On 2018-02-16 1:14 AM, akuster808 wrote:
>
>
> 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@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.
Yup. There were several bounces of this in thread, but the end
result are 4.12, 4.14 and 4.15 being the default for various
platforms.
It will end up being 4.14 and 4.15 by the time the release is done.
.. we just need to get the h/w references moved first.
Bruce
>
> - armin
>>
>> Thanks,
>> Anuj
>>
>>>
>>> SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${IMAGE_BASENAME}-${TUNE_PKGARCH}"
>>> SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"
>>>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2018-02-16 14:25 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-06 16:34 [PATCH 0/3] meta-poky: update default kernel versions to match oe-core Bruce Ashfield
2018-02-06 16:34 ` [PATCH 1/3] poky-lsb: update default kernel to v4.14 Bruce Ashfield
2018-02-06 16:34 ` [PATCH 2/3] poky: update default kernel to v4.15 Bruce Ashfield
2018-02-16 4:54 ` Anuj Mittal
2018-02-16 6:14 ` akuster808
2018-02-16 6:42 ` Anuj Mittal
2018-02-16 14:25 ` Bruce Ashfield
2018-02-06 16:34 ` [PATCH 3/3] poky-tiny: bump to v4.14 Bruce Ashfield
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.