Date
1 - 5 of 5
[PATCH 0/7] kernel: consolidated pull request
Bruce Ashfield
From: Bruce Ashfield <bruce.ashfield@...>
Richard,
Here's the latest round of -stable updates. Along with them, there's
some fixes for on-target/SDK builds with kernel-devsrc and fixes to
ensure that 6.3+ works against the upcoming release.
I was out of the office last week, or these would have been avialable
sooner .. I already have more -stable updates pending.
I'll be sending hardware reference bumps, and updates to the LTS
releases in separate series.
Bruce
The following changes since commit f5c671e201e98f071a7e5e4cbd83af9751c34201:
lttng-modules: fix for v6.3+ kernels (2023-03-22 23:17:27 +0000)
are available in the Git repository at:
https://git.yoctoproject.org/poky-contrib zedd/kernel
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel
Bruce Ashfield (7):
linux-yocto/6.1: update to v6.1.15
linux-yocto/5.15: update to v5.15.98
linux-yocto/6.1: update to v6.1.20
linux-yocto/5.15: update to v5.15.103
kernel-devsrc: fix mismatched compiler warning
linux-yocto-dev: bump to v6.3
kernel/kernel-devsrc: powerpc: add elfutils dependency
meta/recipes-kernel/linux/kernel-devsrc.bb | 9 ++++++
meta/recipes-kernel/linux/linux-yocto-dev.bb | 5 ++--
.../linux/linux-yocto-rt_5.15.bb | 6 ++--
.../linux/linux-yocto-rt_6.1.bb | 6 ++--
.../linux/linux-yocto-tiny_5.15.bb | 6 ++--
.../linux/linux-yocto-tiny_6.1.bb | 6 ++--
meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 ++++++++---------
meta/recipes-kernel/linux/linux-yocto_6.1.bb | 28 +++++++++----------
8 files changed, 51 insertions(+), 41 deletions(-)
--
2.34.1
Richard,
Here's the latest round of -stable updates. Along with them, there's
some fixes for on-target/SDK builds with kernel-devsrc and fixes to
ensure that 6.3+ works against the upcoming release.
I was out of the office last week, or these would have been avialable
sooner .. I already have more -stable updates pending.
I'll be sending hardware reference bumps, and updates to the LTS
releases in separate series.
Bruce
The following changes since commit f5c671e201e98f071a7e5e4cbd83af9751c34201:
lttng-modules: fix for v6.3+ kernels (2023-03-22 23:17:27 +0000)
are available in the Git repository at:
https://git.yoctoproject.org/poky-contrib zedd/kernel
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=zedd/kernel
Bruce Ashfield (7):
linux-yocto/6.1: update to v6.1.15
linux-yocto/5.15: update to v5.15.98
linux-yocto/6.1: update to v6.1.20
linux-yocto/5.15: update to v5.15.103
kernel-devsrc: fix mismatched compiler warning
linux-yocto-dev: bump to v6.3
kernel/kernel-devsrc: powerpc: add elfutils dependency
meta/recipes-kernel/linux/kernel-devsrc.bb | 9 ++++++
meta/recipes-kernel/linux/linux-yocto-dev.bb | 5 ++--
.../linux/linux-yocto-rt_5.15.bb | 6 ++--
.../linux/linux-yocto-rt_6.1.bb | 6 ++--
.../linux/linux-yocto-tiny_5.15.bb | 6 ++--
.../linux/linux-yocto-tiny_6.1.bb | 6 ++--
meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 ++++++++---------
meta/recipes-kernel/linux/linux-yocto_6.1.bb | 28 +++++++++----------
8 files changed, 51 insertions(+), 41 deletions(-)
--
2.34.1
Richard Purdie
On Fri, 2023-03-24 at 11:08 -0400, bruce.ashfield@... wrote:
5.15 (poky-altcfg):
https://autobuilder.yoctoproject.org/typhoon/#/builders/101/builds/5639/steps/13/logs/stdio
make -C /usr/src/kernel M=/tmp modules
/bin/sh: -c: line 1: syntax error near unexpected token `('
/bin/sh: -c: line 1: `if [ "gcc (GCC) 12.2.0" != gcc (GCC) 12.2.0" ];
then \'
make[1]: *** [Makefile:1797: prepare] Error 2
make: *** [Makefile:5: all] Error 2
Looks like a quote went missing somewhere?
Cheers,
Richard
From: Bruce Ashfield <bruce.ashfield@...>There is something not quite right with the kernel module builds on
Richard,
Here's the latest round of -stable updates. Along with them, there's
some fixes for on-target/SDK builds with kernel-devsrc and fixes to
ensure that 6.3+ works against the upcoming release.
I was out of the office last week, or these would have been avialable
sooner .. I already have more -stable updates pending.
I'll be sending hardware reference bumps, and updates to the LTS
releases in separate series.
5.15 (poky-altcfg):
https://autobuilder.yoctoproject.org/typhoon/#/builders/101/builds/5639/steps/13/logs/stdio
make -C /usr/src/kernel M=/tmp modules
/bin/sh: -c: line 1: syntax error near unexpected token `('
/bin/sh: -c: line 1: `if [ "gcc (GCC) 12.2.0" != gcc (GCC) 12.2.0" ];
then \'
make[1]: *** [Makefile:1797: prepare] Error 2
make: *** [Makefile:5: all] Error 2
Looks like a quote went missing somewhere?
Cheers,
Richard
Richard Purdie
On Sat, 2023-03-25 at 12:47 +0000, Richard Purdie via
lists.openembedded.org wrote:
https://git.yoctoproject.org/poky/commit/?h=master-next&id=e0b4082f99a3970a5f10fa85850915ea3c254e2c
which seems to fix builds. I can sqaush in if it looks right to you?
Cheers,
Richard
lists.openembedded.org wrote:
On Fri, 2023-03-24 at 11:08 -0400, bruce.ashfield@... wrote:I tried:From: Bruce Ashfield <bruce.ashfield@...>There is something not quite right with the kernel module builds on
Richard,
Here's the latest round of -stable updates. Along with them, there's
some fixes for on-target/SDK builds with kernel-devsrc and fixes to
ensure that 6.3+ works against the upcoming release.
I was out of the office last week, or these would have been avialable
sooner .. I already have more -stable updates pending.
I'll be sending hardware reference bumps, and updates to the LTS
releases in separate series.
5.15 (poky-altcfg):
https://autobuilder.yoctoproject.org/typhoon/#/builders/101/builds/5639/steps/13/logs/stdio
make -C /usr/src/kernel M=/tmp modules
/bin/sh: -c: line 1: syntax error near unexpected token `('
/bin/sh: -c: line 1: `if [ "gcc (GCC) 12.2.0" != gcc (GCC) 12.2.0" ];
then \'
make[1]: *** [Makefile:1797: prepare] Error 2
make: *** [Makefile:5: all] Error 2
Looks like a quote went missing somewhere?
https://git.yoctoproject.org/poky/commit/?h=master-next&id=e0b4082f99a3970a5f10fa85850915ea3c254e2c
which seems to fix builds. I can sqaush in if it looks right to you?
Cheers,
Richard
Bruce Ashfield
On Sat, Mar 25, 2023 at 10:15 AM Richard Purdie
<richard.purdie@...> wrote:
Strange that I'm still not seeing that here, I tested all of my 6.1
and 6.3 updates with that in place!
Bruce
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II
<richard.purdie@...> wrote:
squash away. Looks fine to me.
On Sat, 2023-03-25 at 12:47 +0000, Richard Purdie via
lists.openembedded.org wrote:On Fri, 2023-03-24 at 11:08 -0400, bruce.ashfield@... wrote:I tried:From: Bruce Ashfield <bruce.ashfield@...>There is something not quite right with the kernel module builds on
Richard,
Here's the latest round of -stable updates. Along with them, there's
some fixes for on-target/SDK builds with kernel-devsrc and fixes to
ensure that 6.3+ works against the upcoming release.
I was out of the office last week, or these would have been avialable
sooner .. I already have more -stable updates pending.
I'll be sending hardware reference bumps, and updates to the LTS
releases in separate series.
5.15 (poky-altcfg):
https://autobuilder.yoctoproject.org/typhoon/#/builders/101/builds/5639/steps/13/logs/stdio
make -C /usr/src/kernel M=/tmp modules
/bin/sh: -c: line 1: syntax error near unexpected token `('
/bin/sh: -c: line 1: `if [ "gcc (GCC) 12.2.0" != gcc (GCC) 12.2.0" ];
then \'
make[1]: *** [Makefile:1797: prepare] Error 2
make: *** [Makefile:5: all] Error 2
Looks like a quote went missing somewhere?
https://git.yoctoproject.org/poky/commit/?h=master-next&id=e0b4082f99a3970a5f10fa85850915ea3c254e2c
which seems to fix builds. I can sqaush in if it looks right to you?
Strange that I'm still not seeing that here, I tested all of my 6.1
and 6.3 updates with that in place!
Bruce
Cheers,
Richard
--
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II
Richard Purdie
On Sat, 2023-03-25 at 23:03 -0400, Bruce Ashfield wrote:
Cheers,
Richard
On Sat, Mar 25, 2023 at 10:15 AM Richard PurdieIt only happened with 5.15 for some reason...
<richard.purdie@...> wrote:squash away. Looks fine to me.
On Sat, 2023-03-25 at 12:47 +0000, Richard Purdie via
lists.openembedded.org wrote:On Fri, 2023-03-24 at 11:08 -0400, bruce.ashfield@... wrote:I tried:From: Bruce Ashfield <bruce.ashfield@...>There is something not quite right with the kernel module builds on
Richard,
Here's the latest round of -stable updates. Along with them, there's
some fixes for on-target/SDK builds with kernel-devsrc and fixes to
ensure that 6.3+ works against the upcoming release.
I was out of the office last week, or these would have been avialable
sooner .. I already have more -stable updates pending.
I'll be sending hardware reference bumps, and updates to the LTS
releases in separate series.
5.15 (poky-altcfg):
https://autobuilder.yoctoproject.org/typhoon/#/builders/101/builds/5639/steps/13/logs/stdio
make -C /usr/src/kernel M=/tmp modules
/bin/sh: -c: line 1: syntax error near unexpected token `('
/bin/sh: -c: line 1: `if [ "gcc (GCC) 12.2.0" != gcc (GCC) 12.2.0" ];
then \'
make[1]: *** [Makefile:1797: prepare] Error 2
make: *** [Makefile:5: all] Error 2
Looks like a quote went missing somewhere?
https://git.yoctoproject.org/poky/commit/?h=master-next&id=e0b4082f99a3970a5f10fa85850915ea3c254e2c
which seems to fix builds. I can sqaush in if it looks right to you?
Strange that I'm still not seeing that here, I tested all of my 6.1
and 6.3 updates with that in place!
Cheers,
Richard