Re: [yocto] [meta-raspberrypi][PATCH 4/7] linux-raspberrypi_4.9: Bump to 4.9.21

2017-04-18 Thread Andrei Gherzan
On Tue, Apr 18, 2017 at 7:11 PM, Paul Barker  wrote:
> On Tue, Apr 18, 2017 at 7:07 PM, Andrei Gherzan  wrote:
>> On Tue, Apr 18, 2017 at 6:23 PM, Paul Barker  wrote:
>>>
>>> I'll have a go at backporting the addition of the extra machines. I
>>> can test raspberrypi3-64 on hardware myself but I don't have a
>>> raspberrypi0-wifi to test on.
>>
>> I already pushed a PR for rpi0 wifi for morty and I'm testing it now.
>
> I must have missed that. Still getting used to switching email systems!
>
> It looks like you've got rpi0 wifi and firmware upgrades. I'll send
> patches for the kernel upgrade and rpi3 64 once I've given them a
> spin. Probably late tonight or early tomorrow.
>

Sounds good. I added some more tweaks now for morty. Let's see if I
get some feedback until tomorrow. Otherwise I"ll merge them.

--
Andrei Gherzan
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [meta-raspberrypi][PATCH 4/7] linux-raspberrypi_4.9: Bump to 4.9.21

2017-04-18 Thread Paul Barker
On Tue, Apr 18, 2017 at 7:07 PM, Andrei Gherzan  wrote:
> On Tue, Apr 18, 2017 at 6:23 PM, Paul Barker  wrote:
>>
>> I'll have a go at backporting the addition of the extra machines. I
>> can test raspberrypi3-64 on hardware myself but I don't have a
>> raspberrypi0-wifi to test on.
>
> I already pushed a PR for rpi0 wifi for morty and I'm testing it now.

I must have missed that. Still getting used to switching email systems!

It looks like you've got rpi0 wifi and firmware upgrades. I'll send
patches for the kernel upgrade and rpi3 64 once I've given them a
spin. Probably late tonight or early tomorrow.

Cheers,

-- 
Paul Barker
Co-Founder & Principal Engineer
Togán Labs Ltd
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [meta-raspberrypi][PATCH 4/7] linux-raspberrypi_4.9: Bump to 4.9.21

2017-04-18 Thread Andrei Gherzan
On Tue, Apr 18, 2017 at 6:23 PM, Paul Barker  wrote:
> On Tue, Apr 18, 2017 at 1:58 PM, Andrei Gherzan  wrote:
>> On Tue, Apr 18, 2017 at 12:10:47PM +0100, Paul Barker wrote:
>>> On Fri, Apr 14, 2017 at 9:13 PM, Andrei Gherzan  wrote:
>>> >
>>> > -LINUX_VERSION ?= "4.9.13"
>>> > +LINUX_VERSION ?= "4.9.21"
>>> >
>>> >
>>>
>>> I'm going to backport this to morty and test this week. Any other
>>> patches worth testing for morty at the same time?
>>>
>>
>> I would probably want to have 64b rpi3 too in morty. And yes, 4.9
>> defaulted for kernel?
>>
>
> I'd support adding extra machines if we can (raspberrypi0-wifi and
> raspberrypi3-64) and having those use Linux 4.9. However, I'd be
> reticent to change the default kernel version for existing machines on
> a stable branch.

I agree.

>
> I'll have a go at backporting the addition of the extra machines. I
> can test raspberrypi3-64 on hardware myself but I don't have a
> raspberrypi0-wifi to test on.

I already pushed a PR for rpi0 wifi for morty and I'm testing it now.
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [meta-raspberrypi][PATCH 4/7] linux-raspberrypi_4.9: Bump to 4.9.21

2017-04-18 Thread Paul Barker
On Tue, Apr 18, 2017 at 1:58 PM, Andrei Gherzan  wrote:
> On Tue, Apr 18, 2017 at 12:10:47PM +0100, Paul Barker wrote:
>> On Fri, Apr 14, 2017 at 9:13 PM, Andrei Gherzan  wrote:
>> >
>> > -LINUX_VERSION ?= "4.9.13"
>> > +LINUX_VERSION ?= "4.9.21"
>> >
>> >
>>
>> I'm going to backport this to morty and test this week. Any other
>> patches worth testing for morty at the same time?
>>
>
> I would probably want to have 64b rpi3 too in morty. And yes, 4.9
> defaulted for kernel?
>

I'd support adding extra machines if we can (raspberrypi0-wifi and
raspberrypi3-64) and having those use Linux 4.9. However, I'd be
reticent to change the default kernel version for existing machines on
a stable branch.

I'll have a go at backporting the addition of the extra machines. I
can test raspberrypi3-64 on hardware myself but I don't have a
raspberrypi0-wifi to test on.

Cheers,
Paul
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [meta-raspberrypi][PATCH 4/7] linux-raspberrypi_4.9: Bump to 4.9.21

2017-04-18 Thread Andrei Gherzan
On Tue, Apr 18, 2017 at 12:10:47PM +0100, Paul Barker wrote:
> On Fri, Apr 14, 2017 at 9:13 PM, Andrei Gherzan  wrote:
> > Signed-off-by: Andrei Gherzan 
> > ---
> >  recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb 
> > b/recipes-kernel/linux/linux-raspberrypi_4.9.bb
> > index 3aba67b..c0e8b83 100644
> > --- a/recipes-kernel/linux/linux-raspberrypi_4.9.bb
> > +++ b/recipes-kernel/linux/linux-raspberrypi_4.9.bb
> > @@ -1,8 +1,8 @@
> >  FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
> >
> > -LINUX_VERSION ?= "4.9.13"
> > +LINUX_VERSION ?= "4.9.21"
> >
> > -SRCREV = "28ea32b9afb5d813986c4ab940c26fe298d80ed2"
> > +SRCREV = "5e4ee836560d4c0371e109bf469e1ad808ae7a44"
> >  SRC_URI = 
> > "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.9.y \
> >  "
> >  require linux-raspberrypi.inc
> > --
> > 2.12.1
> >
>
> I'm going to backport this to morty and test this week. Any other
> patches worth testing for morty at the same time?
>
> Cheers,
> Paul

I would probably want to have 64b rpi3 too in morty. And yes, 4.9
defaulted for kernel?

--
Andrei Gherzan
gpg: rsa4096/D4D94F67AD0E9640 | t: @agherzan


signature.asc
Description: PGP signature
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [meta-raspberrypi][PATCH 4/7] linux-raspberrypi_4.9: Bump to 4.9.21

2017-04-18 Thread Paul Barker
On Fri, Apr 14, 2017 at 9:13 PM, Andrei Gherzan  wrote:
> Signed-off-by: Andrei Gherzan 
> ---
>  recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb 
> b/recipes-kernel/linux/linux-raspberrypi_4.9.bb
> index 3aba67b..c0e8b83 100644
> --- a/recipes-kernel/linux/linux-raspberrypi_4.9.bb
> +++ b/recipes-kernel/linux/linux-raspberrypi_4.9.bb
> @@ -1,8 +1,8 @@
>  FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
>
> -LINUX_VERSION ?= "4.9.13"
> +LINUX_VERSION ?= "4.9.21"
>
> -SRCREV = "28ea32b9afb5d813986c4ab940c26fe298d80ed2"
> +SRCREV = "5e4ee836560d4c0371e109bf469e1ad808ae7a44"
>  SRC_URI = 
> "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.9.y \
>  "
>  require linux-raspberrypi.inc
> --
> 2.12.1
>

I'm going to backport this to morty and test this week. Any other
patches worth testing for morty at the same time?

Cheers,
Paul
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [meta-raspberrypi][PATCH 4/7] linux-raspberrypi_4.9: Bump to 4.9.21

2017-04-14 Thread Khem Raj
I posted a similar patch earlier

On Fri, Apr 14, 2017 at 1:13 PM, Andrei Gherzan  wrote:
> Signed-off-by: Andrei Gherzan 
> ---
>  recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb 
> b/recipes-kernel/linux/linux-raspberrypi_4.9.bb
> index 3aba67b..c0e8b83 100644
> --- a/recipes-kernel/linux/linux-raspberrypi_4.9.bb
> +++ b/recipes-kernel/linux/linux-raspberrypi_4.9.bb
> @@ -1,8 +1,8 @@
>  FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
>
> -LINUX_VERSION ?= "4.9.13"
> +LINUX_VERSION ?= "4.9.21"
>
> -SRCREV = "28ea32b9afb5d813986c4ab940c26fe298d80ed2"
> +SRCREV = "5e4ee836560d4c0371e109bf469e1ad808ae7a44"
>  SRC_URI = 
> "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.9.y \
>  "
>  require linux-raspberrypi.inc
> --
> 2.12.1
>
> --
> ___
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] [meta-raspberrypi][PATCH 4/7] linux-raspberrypi_4.9: Bump to 4.9.21

2017-04-14 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan 
---
 recipes-kernel/linux/linux-raspberrypi_4.9.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bb 
b/recipes-kernel/linux/linux-raspberrypi_4.9.bb
index 3aba67b..c0e8b83 100644
--- a/recipes-kernel/linux/linux-raspberrypi_4.9.bb
+++ b/recipes-kernel/linux/linux-raspberrypi_4.9.bb
@@ -1,8 +1,8 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
 
-LINUX_VERSION ?= "4.9.13"
+LINUX_VERSION ?= "4.9.21"
 
-SRCREV = "28ea32b9afb5d813986c4ab940c26fe298d80ed2"
+SRCREV = "5e4ee836560d4c0371e109bf469e1ad808ae7a44"
 SRC_URI = 
"git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.9.y \
 "
 require linux-raspberrypi.inc
-- 
2.12.1

-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto