All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCH] linux-raspberrypi_4.9.bb: Update to 4.9.23
@ 2017-04-20  8:40 Khem Raj
  2017-04-20 10:59 ` Andrei Gherzan
  0 siblings, 1 reply; 3+ messages in thread
From: Khem Raj @ 2017-04-20  8:40 UTC (permalink / raw)
  To: yocto

bring CMA > 256M changes

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 c0e8b83..70b16a6 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.21"
+LINUX_VERSION ?= "4.9.23"
 
-SRCREV = "5e4ee836560d4c0371e109bf469e1ad808ae7a44"
+SRCREV = "53460a0a50f3dd5e60266e945d0ac794ce0eca77"
 SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.9.y \
 "
 require linux-raspberrypi.inc
-- 
2.12.2



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

* Re: [meta-raspberrypi][PATCH] linux-raspberrypi_4.9.bb: Update to 4.9.23
  2017-04-20  8:40 [meta-raspberrypi][PATCH] linux-raspberrypi_4.9.bb: Update to 4.9.23 Khem Raj
@ 2017-04-20 10:59 ` Andrei Gherzan
  2017-04-20 11:34   ` Paul Barker
  0 siblings, 1 reply; 3+ messages in thread
From: Andrei Gherzan @ 2017-04-20 10:59 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto

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

On Thu, Apr 20, 2017 at 01:40:22AM -0700, Khem Raj wrote:
> bring CMA > 256M changes
>
> 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 c0e8b83..70b16a6 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.21"
> +LINUX_VERSION ?= "4.9.23"
>
> -SRCREV = "5e4ee836560d4c0371e109bf469e1ad808ae7a44"
> +SRCREV = "53460a0a50f3dd5e60266e945d0ac794ce0eca77"
>  SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.9.y \
>  "
>  require linux-raspberrypi.inc
> --
> 2.12.2
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

Merged to master. Thanks.

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

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

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

* Re: [meta-raspberrypi][PATCH] linux-raspberrypi_4.9.bb: Update to 4.9.23
  2017-04-20 10:59 ` Andrei Gherzan
@ 2017-04-20 11:34   ` Paul Barker
  0 siblings, 0 replies; 3+ messages in thread
From: Paul Barker @ 2017-04-20 11:34 UTC (permalink / raw)
  To: Andrei Gherzan; +Cc: yocto

On Thu, Apr 20, 2017 at 11:59 AM, Andrei Gherzan <andrei@gherzan.ro> wrote:
> On Thu, Apr 20, 2017 at 01:40:22AM -0700, Khem Raj wrote:
>> bring CMA > 256M changes
>>
>> 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 c0e8b83..70b16a6 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.21"
>> +LINUX_VERSION ?= "4.9.23"
>>
>> -SRCREV = "5e4ee836560d4c0371e109bf469e1ad808ae7a44"
>> +SRCREV = "53460a0a50f3dd5e60266e945d0ac794ce0eca77"
>>  SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.9.y \
>>  "
>>  require linux-raspberrypi.inc
>> --
>> 2.12.2
>>
>> --
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>
> Merged to master. Thanks.
>

I'll add this to my queue for backporting to morty, may be about a
week before I get to it though.

-- 
Paul Barker
Co-Founder & Principal Engineer
Togán Labs Ltd


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

end of thread, other threads:[~2017-04-20 11:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-20  8:40 [meta-raspberrypi][PATCH] linux-raspberrypi_4.9.bb: Update to 4.9.23 Khem Raj
2017-04-20 10:59 ` Andrei Gherzan
2017-04-20 11:34   ` Paul Barker

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.