* [meta-raspberrypi][PATCH] linux-raspberrypi_4.9.bb: Update to 4.9.12
@ 2017-02-25 0:03 Khem Raj
2017-02-25 9:11 ` Paul Barker
0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2017-02-25 0:03 UTC (permalink / raw)
To: yocto
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
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 dcca369..b41a8ef 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.10"
+LINUX_VERSION ?= "4.9.12"
-SRCREV = "095c4480e1f623bdc8a221a171ef13b2223706b1"
+SRCREV = "c1271995832a090a94eb3b1c1678cb51b84ef1ca"
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.9.y \
file://0001-build-arm64-Add-rules-for-.dtbo-files-for-dts-overla.patch \
"
--
2.11.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [meta-raspberrypi][PATCH] linux-raspberrypi_4.9.bb: Update to 4.9.12
2017-02-25 0:03 [meta-raspberrypi][PATCH] linux-raspberrypi_4.9.bb: Update to 4.9.12 Khem Raj
@ 2017-02-25 9:11 ` Paul Barker
2017-02-25 18:16 ` Khem Raj
0 siblings, 1 reply; 5+ messages in thread
From: Paul Barker @ 2017-02-25 9:11 UTC (permalink / raw)
To: Khem Raj; +Cc: yocto
On Fri, 24 Feb 2017 16:03:59 -0800
Khem Raj <raj.khem@gmail.com> wrote:
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> 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
> dcca369..b41a8ef 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.10"
> +LINUX_VERSION ?= "4.9.12"
>
> -SRCREV = "095c4480e1f623bdc8a221a171ef13b2223706b1"
> +SRCREV = "c1271995832a090a94eb3b1c1678cb51b84ef1ca"
> SRC_URI =
> "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.9.y
> \
> file://0001-build-arm64-Add-rules-for-.dtbo-files-for-dts-overla.patch
> \ "
rpi-4.9.y is now the default branch upstream and they've started
merging in new stable releases instead of rebasing. So how soon do we
want to make 4.9.y the default in meta-raspberrypi?
I've already tested a 4.9 series kernel with u-boot on an rpi and an
rpi3 so I'm happy that it all looks good.
I'm away this weekend so I can't send the patch right now myself. If
no-one else jumps on it I'll send a patch towards the end of the week
to change the default.
Thanks,
Paul
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-raspberrypi][PATCH] linux-raspberrypi_4.9.bb: Update to 4.9.12
2017-02-25 9:11 ` Paul Barker
@ 2017-02-25 18:16 ` Khem Raj
2017-02-26 2:00 ` Andrei Gherzan
0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2017-02-25 18:16 UTC (permalink / raw)
To: Paul Barker; +Cc: yocto@yoctoproject.org
On Sat, Feb 25, 2017 at 1:11 AM, Paul Barker <paul@paulbarker.me.uk> wrote:
> On Fri, 24 Feb 2017 16:03:59 -0800
> Khem Raj <raj.khem@gmail.com> wrote:
>
>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>> ---
>> 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
>> dcca369..b41a8ef 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.10"
>> +LINUX_VERSION ?= "4.9.12"
>>
>> -SRCREV = "095c4480e1f623bdc8a221a171ef13b2223706b1"
>> +SRCREV = "c1271995832a090a94eb3b1c1678cb51b84ef1ca"
>> SRC_URI =
>> "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.9.y
>> \
>> file://0001-build-arm64-Add-rules-for-.dtbo-files-for-dts-overla.patch
>> \ "
>
> rpi-4.9.y is now the default branch upstream and they've started
> merging in new stable releases instead of rebasing. So how soon do we
> want to make 4.9.y the default in meta-raspberrypi?
>
> I've already tested a 4.9 series kernel with u-boot on an rpi and an
> rpi3 so I'm happy that it all looks good.
>
> I'm away this weekend so I can't send the patch right now myself. If
> no-one else jumps on it I'll send a patch towards the end of the week
> to change the default.
Lets apply this patch so we get away from this rebasing business quickly.
however I would like to wait for us to make it default may be a week or so
I have some issues bringing up wlan0 with 4.9 and would like to see why I get
ifup wlan0
Successfully initialized wpa_supplicant
rfkill: WLAN soft blocked
Could not set interface wlan0 flags (UP): Operation not possible due to RF-kill
>
> Thanks,
> Paul
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-raspberrypi][PATCH] linux-raspberrypi_4.9.bb: Update to 4.9.12
2017-02-25 18:16 ` Khem Raj
@ 2017-02-26 2:00 ` Andrei Gherzan
2017-02-26 6:19 ` Gary Thomas
0 siblings, 1 reply; 5+ messages in thread
From: Andrei Gherzan @ 2017-02-26 2:00 UTC (permalink / raw)
To: Khem Raj; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 2233 bytes --]
On Sat, Feb 25, 2017 at 10:16:24AM -0800, Khem Raj wrote:
> On Sat, Feb 25, 2017 at 1:11 AM, Paul Barker <paul@paulbarker.me.uk> wrote:
> > On Fri, 24 Feb 2017 16:03:59 -0800
> > Khem Raj <raj.khem@gmail.com> wrote:
> >
> >> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> >> ---
> >> 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
> >> dcca369..b41a8ef 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.10"
> >> +LINUX_VERSION ?= "4.9.12"
> >>
> >> -SRCREV = "095c4480e1f623bdc8a221a171ef13b2223706b1"
> >> +SRCREV = "c1271995832a090a94eb3b1c1678cb51b84ef1ca"
> >> SRC_URI =
> >> "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.9.y
> >> \
> >> file://0001-build-arm64-Add-rules-for-.dtbo-files-for-dts-overla.patch
> >> \ "
> >
> > rpi-4.9.y is now the default branch upstream and they've started
> > merging in new stable releases instead of rebasing. So how soon do we
> > want to make 4.9.y the default in meta-raspberrypi?
> >
> > I've already tested a 4.9 series kernel with u-boot on an rpi and an
> > rpi3 so I'm happy that it all looks good.
> >
> > I'm away this weekend so I can't send the patch right now myself. If
> > no-one else jumps on it I'll send a patch towards the end of the week
> > to change the default.
>
> Lets apply this patch so we get away from this rebasing business quickly.
> however I would like to wait for us to make it default may be a week or so
> I have some issues bringing up wlan0 with 4.9 and would like to see why I get
>
> ifup wlan0
> Successfully initialized wpa_supplicant
> rfkill: WLAN soft blocked
> Could not set interface wlan0 flags (UP): Operation not possible due to RF-kill
That is interesting. I've seen it on old kernel versions too. Everytime
disappeared by itself.
--
Andrei Gherzan
gpg: rsa4096/D4D94F67AD0E9640 | t: @agherzan
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 849 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [meta-raspberrypi][PATCH] linux-raspberrypi_4.9.bb: Update to 4.9.12
2017-02-26 2:00 ` Andrei Gherzan
@ 2017-02-26 6:19 ` Gary Thomas
0 siblings, 0 replies; 5+ messages in thread
From: Gary Thomas @ 2017-02-26 6:19 UTC (permalink / raw)
To: yocto
On 2017-02-26 03:00, Andrei Gherzan wrote:
> On Sat, Feb 25, 2017 at 10:16:24AM -0800, Khem Raj wrote:
>> On Sat, Feb 25, 2017 at 1:11 AM, Paul Barker <paul@paulbarker.me.uk> wrote:
>>> On Fri, 24 Feb 2017 16:03:59 -0800
>>> Khem Raj <raj.khem@gmail.com> wrote:
>>>
>>>> Signed-off-by: Khem Raj <raj.khem@gmail.com>
>>>> ---
>>>> 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
>>>> dcca369..b41a8ef 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.10"
>>>> +LINUX_VERSION ?= "4.9.12"
>>>>
>>>> -SRCREV = "095c4480e1f623bdc8a221a171ef13b2223706b1"
>>>> +SRCREV = "c1271995832a090a94eb3b1c1678cb51b84ef1ca"
>>>> SRC_URI =
>>>> "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.9.y
>>>> \
>>>> file://0001-build-arm64-Add-rules-for-.dtbo-files-for-dts-overla.patch
>>>> \ "
>>>
>>> rpi-4.9.y is now the default branch upstream and they've started
>>> merging in new stable releases instead of rebasing. So how soon do we
>>> want to make 4.9.y the default in meta-raspberrypi?
>>>
>>> I've already tested a 4.9 series kernel with u-boot on an rpi and an
>>> rpi3 so I'm happy that it all looks good.
>>>
>>> I'm away this weekend so I can't send the patch right now myself. If
>>> no-one else jumps on it I'll send a patch towards the end of the week
>>> to change the default.
>>
>> Lets apply this patch so we get away from this rebasing business quickly.
>> however I would like to wait for us to make it default may be a week or so
>> I have some issues bringing up wlan0 with 4.9 and would like to see why I get
>>
>> ifup wlan0
>> Successfully initialized wpa_supplicant
>> rfkill: WLAN soft blocked
>> Could not set interface wlan0 flags (UP): Operation not possible due to RF-kill
>
> That is interesting. I've seen it on old kernel versions too. Everytime
> disappeared by itself.
Khem,
Exactly which version (kernel rev / SRCREV) do you have this with and which
RaspberryPi? I've had my rpi3 running continuously for more than a week with
no such problems, running 4.9.10/095c4480e1
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-02-26 6:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-25 0:03 [meta-raspberrypi][PATCH] linux-raspberrypi_4.9.bb: Update to 4.9.12 Khem Raj
2017-02-25 9:11 ` Paul Barker
2017-02-25 18:16 ` Khem Raj
2017-02-26 2:00 ` Andrei Gherzan
2017-02-26 6:19 ` Gary Thomas
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.