* [PATCH 0/2] poky: update default kernel to 4.12 and lsb to 4.9
@ 2017-08-23 18:54 ` Bruce Ashfield
0 siblings, 0 replies; 5+ messages in thread
From: Bruce Ashfield @ 2017-08-21 3:01 UTC (permalink / raw)
To: richard.purdie; +Cc: yocto
Hi all,
To match the pull request to oe-core that adds the 4.12 kernel and removes
the 4.1 kernel these two patches bump the default kernel to 4.12 and also
update LSB to use the 4.9 kernel.
Build and boot testing was performed on all qemu architectures.
Cheers,
Bruce
The following changes since commit 847d9000180cafedb23c60a6673adcec62ca67a1:
linux-yocto/4.10: CVE & misc fixes (2017-08-20 22:38:46 -0400)
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 (2):
poky: bump preferred version of linux-yocto to 4.12
poky: bump poky lsb to linux 4.9
meta-poky/conf/distro/poky-lsb.conf | 2 +-
meta-poky/conf/distro/poky.conf | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
2.5.0
^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/2] poky: bump preferred version of linux-yocto to 4.12
2017-08-23 18:54 ` Bruce Ashfield
(?)
@ 2017-08-21 3:01 ` Bruce Ashfield
-1 siblings, 0 replies; 5+ messages in thread
From: Bruce Ashfield @ 2017-08-21 3:01 UTC (permalink / raw)
To: richard.purdie; +Cc: yocto
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 940e15865ef0..1c6a01b542dd 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.10%"
+PREFERRED_VERSION_linux-yocto ?= "4.12%"
SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${IMAGE_BASENAME}-${TUNE_PKGARCH}"
SDKPATH = "/opt/${DISTRO}/${SDK_VERSION}"
--
2.5.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 2/2] poky: bump poky lsb to linux 4.9
2017-08-23 18:54 ` Bruce Ashfield
(?)
(?)
@ 2017-08-21 3:01 ` Bruce Ashfield
-1 siblings, 0 replies; 5+ messages in thread
From: Bruce Ashfield @ 2017-08-21 3:01 UTC (permalink / raw)
To: richard.purdie; +Cc: yocto
Due to the age of 4.1 and it being removed from oe-core master
as an active kernel, we can bump poky-lsb to the newer 4.9 LTSI
kernel version.
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 e7d6995a7357..24cfb08b1201 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.1%"
+PREFERRED_VERSION_linux-yocto_linuxstdbase ?= "4.9%"
--
2.5.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH 0/2] poky: update default kernel to 4.12 and lsb to 4.9
@ 2017-08-23 18:54 ` Bruce Ashfield
0 siblings, 0 replies; 5+ messages in thread
From: Bruce Ashfield @ 2017-08-23 18:54 UTC (permalink / raw)
To: richard.purdie; +Cc: openembedded-core
Hi all,
To match the pull request to oe-core that adds the 4.12 kernel and removes
the 4.1 kernel these two patches bump the default kernel to 4.12 and also
update LSB to use the 4.9 kernel.
Build and boot testing was performed on all qemu architectures.
Cheers,
Bruce
The following changes since commit 847d9000180cafedb23c60a6673adcec62ca67a1:
linux-yocto/4.10: CVE & misc fixes (2017-08-20 22:38:46 -0400)
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 (2):
poky: bump preferred version of linux-yocto to 4.12
poky: bump poky lsb to linux 4.9
meta-poky/conf/distro/poky-lsb.conf | 2 +-
meta-poky/conf/distro/poky.conf | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
2.5.0
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH 0/2] poky: update default kernel to 4.12 and lsb to 4.9
2017-08-23 18:54 ` Bruce Ashfield
` (2 preceding siblings ...)
(?)
@ 2017-08-23 18:55 ` Bruce Ashfield
-1 siblings, 0 replies; 5+ messages in thread
From: Bruce Ashfield @ 2017-08-23 18:55 UTC (permalink / raw)
To: Richard Purdie; +Cc: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 1413 bytes --]
ignore this!
misfire of my script to send the updated BSP test.
Bruce
On Wed, Aug 23, 2017 at 2:54 PM, Bruce Ashfield <
bruce.ashfield@windriver.com> wrote:
> Hi all,
>
> To match the pull request to oe-core that adds the 4.12 kernel and removes
> the 4.1 kernel these two patches bump the default kernel to 4.12 and also
> update LSB to use the 4.9 kernel.
>
> Build and boot testing was performed on all qemu architectures.
>
> Cheers,
>
> Bruce
>
> The following changes since commit 847d9000180cafedb23c60a6673adc
> ec62ca67a1:
>
> linux-yocto/4.10: CVE & misc fixes (2017-08-20 22:38:46 -0400)
>
> 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 (2):
> poky: bump preferred version of linux-yocto to 4.12
> poky: bump poky lsb to linux 4.9
>
> meta-poky/conf/distro/poky-lsb.conf | 2 +-
> meta-poky/conf/distro/poky.conf | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> --
> 2.5.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
--
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"
[-- Attachment #2: Type: text/html, Size: 2404 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-08-23 19:27 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-21 3:01 [PATCH 0/2] poky: update default kernel to 4.12 and lsb to 4.9 Bruce Ashfield
2017-08-23 18:54 ` Bruce Ashfield
2017-08-21 3:01 ` [PATCH 1/2] poky: bump preferred version of linux-yocto to 4.12 Bruce Ashfield
2017-08-21 3:01 ` [PATCH 2/2] poky: bump poky lsb to linux 4.9 Bruce Ashfield
2017-08-23 18:55 ` [PATCH 0/2] poky: update default kernel to 4.12 and lsb to 4.9 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.