All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCH] linux-raspberrypi_4.4.bb: upgrade to 4.4.32
@ 2016-11-28 15:12 Trevor Woerner
  2016-11-28 23:21 ` Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: Trevor Woerner @ 2016-11-28 15:12 UTC (permalink / raw)
  To: yocto

This helps align the raspberry pi 4.4.y kernel with the latest 4.4.y
PREEMPT_RT patch.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
 recipes-kernel/linux/linux-raspberrypi_4.4.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-kernel/linux/linux-raspberrypi_4.4.bb b/recipes-kernel/linux/linux-raspberrypi_4.4.bb
index 19e8552..0724ac1 100644
--- a/recipes-kernel/linux/linux-raspberrypi_4.4.bb
+++ b/recipes-kernel/linux/linux-raspberrypi_4.4.bb
@@ -1,8 +1,8 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
 
-LINUX_VERSION ?= "4.4.28"
+LINUX_VERSION ?= "4.4.32"
 
-SRCREV = "5afda48c3408e15742d4569459a4ff668e2857f7"
+SRCREV = "f779cabf56bc88319d582db58969ba6f7184a775"
 SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.4.y \
            file://0001-fix-dtbo-rules.patch \
 "
-- 
2.10.2



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [meta-raspberrypi][PATCH] linux-raspberrypi_4.4.bb: upgrade to 4.4.32
  2016-11-28 15:12 [meta-raspberrypi][PATCH] linux-raspberrypi_4.4.bb: upgrade to 4.4.32 Trevor Woerner
@ 2016-11-28 23:21 ` Khem Raj
  2016-11-29  1:42   ` Trevor Woerner
  0 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2016-11-28 23:21 UTC (permalink / raw)
  To: Trevor Woerner; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 1325 bytes --]

its at 4.4.35 now see
https://github.com/kraj/meta-raspberrypi/commits/kraj/master <https://github.com/kraj/meta-raspberrypi/commits/kraj/master>

> On Nov 28, 2016, at 7:12 AM, Trevor Woerner <twoerner@gmail.com> wrote:
> 
> This helps align the raspberry pi 4.4.y kernel with the latest 4.4.y
> PREEMPT_RT patch.
> 
> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> ---
> recipes-kernel/linux/linux-raspberrypi_4.4.bb | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-kernel/linux/linux-raspberrypi_4.4.bb b/recipes-kernel/linux/linux-raspberrypi_4.4.bb
> index 19e8552..0724ac1 100644
> --- a/recipes-kernel/linux/linux-raspberrypi_4.4.bb
> +++ b/recipes-kernel/linux/linux-raspberrypi_4.4.bb
> @@ -1,8 +1,8 @@
> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
> 
> -LINUX_VERSION ?= "4.4.28"
> +LINUX_VERSION ?= "4.4.32"
> 
> -SRCREV = "5afda48c3408e15742d4569459a4ff668e2857f7"
> +SRCREV = "f779cabf56bc88319d582db58969ba6f7184a775"
> SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.4.y \
>            file://0001-fix-dtbo-rules.patch \
> "
> -- 
> 2.10.2
> 
> -- 
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


[-- Attachment #2: Type: text/html, Size: 2416 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-raspberrypi][PATCH] linux-raspberrypi_4.4.bb: upgrade to 4.4.32
  2016-11-28 23:21 ` Khem Raj
@ 2016-11-29  1:42   ` Trevor Woerner
  2016-11-29  1:52     ` Khem Raj
  0 siblings, 1 reply; 6+ messages in thread
From: Trevor Woerner @ 2016-11-29  1:42 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

On Mon 2016-11-28 @ 03:21:50 PM, Khem Raj wrote:
> its at 4.4.35 now see
> https://github.com/kraj/meta-raspberrypi/commits/kraj/master <https://github.com/kraj/meta-raspberrypi/commits/kraj/master>

True. But there's no -rt patch for 4.4.35:
https://www.kernel.org/pub/linux/kernel/projects/rt/4.4/

The latest 4.4.y -rt patch is 4.4.32.

Since I'm working on a separate recipe for 4.4.32-rt43 I guess I could just
base it on 4.4.32 and let the non-rt-mainline advance to 4.4.35 :-)

> 
> > On Nov 28, 2016, at 7:12 AM, Trevor Woerner <twoerner@gmail.com> wrote:
> > 
> > This helps align the raspberry pi 4.4.y kernel with the latest 4.4.y
> > PREEMPT_RT patch.
> > 
> > Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> > ---
> > recipes-kernel/linux/linux-raspberrypi_4.4.bb | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/recipes-kernel/linux/linux-raspberrypi_4.4.bb b/recipes-kernel/linux/linux-raspberrypi_4.4.bb
> > index 19e8552..0724ac1 100644
> > --- a/recipes-kernel/linux/linux-raspberrypi_4.4.bb
> > +++ b/recipes-kernel/linux/linux-raspberrypi_4.4.bb
> > @@ -1,8 +1,8 @@
> > FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
> > 
> > -LINUX_VERSION ?= "4.4.28"
> > +LINUX_VERSION ?= "4.4.32"
> > 
> > -SRCREV = "5afda48c3408e15742d4569459a4ff668e2857f7"
> > +SRCREV = "f779cabf56bc88319d582db58969ba6f7184a775"
> > SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.4.y \
> >            file://0001-fix-dtbo-rules.patch \
> > "
> > -- 
> > 2.10.2
> > 
> > -- 
> > _______________________________________________
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
> 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-raspberrypi][PATCH] linux-raspberrypi_4.4.bb: upgrade to 4.4.32
  2016-11-29  1:42   ` Trevor Woerner
@ 2016-11-29  1:52     ` Khem Raj
  2016-11-29  3:03       ` Trevor Woerner
  0 siblings, 1 reply; 6+ messages in thread
From: Khem Raj @ 2016-11-29  1:52 UTC (permalink / raw)
  To: Trevor Woerner; +Cc: yocto


> On Nov 28, 2016, at 5:42 PM, Trevor Woerner <twoerner@gmail.com> wrote:
> 
> On Mon 2016-11-28 @ 03:21:50 PM, Khem Raj wrote:
>> its at 4.4.35 now see
>> https://github.com/kraj/meta-raspberrypi/commits/kraj/master <https://github.com/kraj/meta-raspberrypi/commits/kraj/master>
> 
> True. But there's no -rt patch for 4.4.35:
> https://www.kernel.org/pub/linux/kernel/projects/rt/4.4/
> 
> The latest 4.4.y -rt patch is 4.4.32.
> 
> Since I'm working on a separate recipe for 4.4.32-rt43 I guess I could just
> base it on 4.4.32 and let the non-rt-mainline advance to 4.4.35 :-)

does it not apply cleanly on 4.4.35

> 
>> 
>>> On Nov 28, 2016, at 7:12 AM, Trevor Woerner <twoerner@gmail.com> wrote:
>>> 
>>> This helps align the raspberry pi 4.4.y kernel with the latest 4.4.y
>>> PREEMPT_RT patch.
>>> 
>>> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
>>> ---
>>> recipes-kernel/linux/linux-raspberrypi_4.4.bb | 4 ++--
>>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>> 
>>> diff --git a/recipes-kernel/linux/linux-raspberrypi_4.4.bb b/recipes-kernel/linux/linux-raspberrypi_4.4.bb
>>> index 19e8552..0724ac1 100644
>>> --- a/recipes-kernel/linux/linux-raspberrypi_4.4.bb
>>> +++ b/recipes-kernel/linux/linux-raspberrypi_4.4.bb
>>> @@ -1,8 +1,8 @@
>>> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
>>> 
>>> -LINUX_VERSION ?= "4.4.28"
>>> +LINUX_VERSION ?= "4.4.32"
>>> 
>>> -SRCREV = "5afda48c3408e15742d4569459a4ff668e2857f7"
>>> +SRCREV = "f779cabf56bc88319d582db58969ba6f7184a775"
>>> SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.4.y \
>>>           file://0001-fix-dtbo-rules.patch \
>>> "
>>> -- 
>>> 2.10.2
>>> 
>>> -- 
>>> _______________________________________________
>>> yocto mailing list
>>> yocto@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/yocto
>> 



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-raspberrypi][PATCH] linux-raspberrypi_4.4.bb: upgrade to 4.4.32
  2016-11-29  1:52     ` Khem Raj
@ 2016-11-29  3:03       ` Trevor Woerner
  2016-12-06 15:43         ` Andrei Gherzan
  0 siblings, 1 reply; 6+ messages in thread
From: Trevor Woerner @ 2016-11-29  3:03 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

On Mon 2016-11-28 @ 05:52:38 PM, Khem Raj wrote:
> 
> > On Nov 28, 2016, at 5:42 PM, Trevor Woerner <twoerner@gmail.com> wrote:
> > 
> > On Mon 2016-11-28 @ 03:21:50 PM, Khem Raj wrote:
> >> its at 4.4.35 now see
> >> https://github.com/kraj/meta-raspberrypi/commits/kraj/master <https://github.com/kraj/meta-raspberrypi/commits/kraj/master>
> > 
> > True. But there's no -rt patch for 4.4.35:
> > https://www.kernel.org/pub/linux/kernel/projects/rt/4.4/
> > 
> > The latest 4.4.y -rt patch is 4.4.32.
> > 
> > Since I'm working on a separate recipe for 4.4.32-rt43 I guess I could just
> > base it on 4.4.32 and let the non-rt-mainline advance to 4.4.35 :-)
> 
> does it not apply cleanly on 4.4.35

As luck would have it, it does!
(minus one hunk from Makefile for something that had already been added)

Tomorrow I'll do a boot test and submit the patch (unless the boot test fails,
or someone else beats me to it)

> 
> > 
> >> 
> >>> On Nov 28, 2016, at 7:12 AM, Trevor Woerner <twoerner@gmail.com> wrote:
> >>> 
> >>> This helps align the raspberry pi 4.4.y kernel with the latest 4.4.y
> >>> PREEMPT_RT patch.
> >>> 
> >>> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
> >>> ---
> >>> recipes-kernel/linux/linux-raspberrypi_4.4.bb | 4 ++--
> >>> 1 file changed, 2 insertions(+), 2 deletions(-)
> >>> 
> >>> diff --git a/recipes-kernel/linux/linux-raspberrypi_4.4.bb b/recipes-kernel/linux/linux-raspberrypi_4.4.bb
> >>> index 19e8552..0724ac1 100644
> >>> --- a/recipes-kernel/linux/linux-raspberrypi_4.4.bb
> >>> +++ b/recipes-kernel/linux/linux-raspberrypi_4.4.bb
> >>> @@ -1,8 +1,8 @@
> >>> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
> >>> 
> >>> -LINUX_VERSION ?= "4.4.28"
> >>> +LINUX_VERSION ?= "4.4.32"
> >>> 
> >>> -SRCREV = "5afda48c3408e15742d4569459a4ff668e2857f7"
> >>> +SRCREV = "f779cabf56bc88319d582db58969ba6f7184a775"
> >>> SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.4.y \
> >>>           file://0001-fix-dtbo-rules.patch \
> >>> "
> >>> -- 
> >>> 2.10.2
> >>> 
> >>> -- 
> >>> _______________________________________________
> >>> yocto mailing list
> >>> yocto@yoctoproject.org
> >>> https://lists.yoctoproject.org/listinfo/yocto
> >> 
> 


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-raspberrypi][PATCH] linux-raspberrypi_4.4.bb: upgrade to 4.4.32
  2016-11-29  3:03       ` Trevor Woerner
@ 2016-12-06 15:43         ` Andrei Gherzan
  0 siblings, 0 replies; 6+ messages in thread
From: Andrei Gherzan @ 2016-12-06 15:43 UTC (permalink / raw)
  To: Trevor Woerner; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 1181 bytes --]

On Mon, Nov 28, 2016 at 10:03:24PM -0500, Trevor Woerner wrote:
> On Mon 2016-11-28 @ 05:52:38 PM, Khem Raj wrote:
> >
> > > On Nov 28, 2016, at 5:42 PM, Trevor Woerner <twoerner@gmail.com> wrote:
> > >
> > > On Mon 2016-11-28 @ 03:21:50 PM, Khem Raj wrote:
> > >> its at 4.4.35 now see
> > >> https://github.com/kraj/meta-raspberrypi/commits/kraj/master <https://github.com/kraj/meta-raspberrypi/commits/kraj/master>
> > >
> > > True. But there's no -rt patch for 4.4.35:
> > > https://www.kernel.org/pub/linux/kernel/projects/rt/4.4/
> > >
> > > The latest 4.4.y -rt patch is 4.4.32.
> > >
> > > Since I'm working on a separate recipe for 4.4.32-rt43 I guess I could just
> > > base it on 4.4.32 and let the non-rt-mainline advance to 4.4.35 :-)
> >
> > does it not apply cleanly on 4.4.35
>
> As luck would have it, it does!
> (minus one hunk from Makefile for something that had already been added)
>
> Tomorrow I'll do a boot test and submit the patch (unless the boot test fails,
> or someone else beats me to it)

It does apply on .35 too (with some very minor changes). So, I will
merge the other update patch. Thanks guys!

--
Andrei Gherzan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 817 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-12-06 15:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-28 15:12 [meta-raspberrypi][PATCH] linux-raspberrypi_4.4.bb: upgrade to 4.4.32 Trevor Woerner
2016-11-28 23:21 ` Khem Raj
2016-11-29  1:42   ` Trevor Woerner
2016-11-29  1:52     ` Khem Raj
2016-11-29  3:03       ` Trevor Woerner
2016-12-06 15:43         ` Andrei Gherzan

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.