Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi_4.8.bb: Upgrade to 4.8.16

2017-01-13 Thread Andrei Gherzan
On 13 Jan 2017 02:04, "Khem Raj"  wrote:

On Thu, Jan 12, 2017 at 1:54 PM, Andrei Gherzan  wrote:
> On Thu, Jan 12, 2017 at 6:29 PM, Khem Raj  wrote:
>> Signed-off-by: Khem Raj 
>> ---
>>  recipes-kernel/linux/linux-raspberrypi_4.8.bb | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/recipes-kernel/linux/linux-raspberrypi_4.8.bb
b/recipes-kernel/linux/linux-raspberrypi_4.8.bb
>> index 7511f93..be25e65 100644
>> --- a/recipes-kernel/linux/linux-raspberrypi_4.8.bb
>> +++ b/recipes-kernel/linux/linux-raspberrypi_4.8.bb
>> @@ -1,8 +1,8 @@
>>  FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
>>
>> -LINUX_VERSION ?= "4.8.15"
>> +LINUX_VERSION ?= "4.8.16"
>>
>> -SRCREV = "c8af0c2f515556ef052913d552b6b11501c71996"
>> +SRCREV = "061dccce6cf6705bbb5da29a643f4b0ad1d11630"
>>  SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=
rpi-4.8.y \
>>  "
>>  require linux-raspberrypi.inc
>> --
>> 2.11.0
>>
>
> Merged both to master.

 What do folks think about deleting all other kernel besides 4.1 4.4 and 4.9


I agree.


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


Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi_4.8.bb: Upgrade to 4.8.16

2017-01-13 Thread Paul Barker
On 13 January 2017 02:04:26 GMT+00:00, Khem Raj  wrote:
>On Thu, Jan 12, 2017 at 1:54 PM, Andrei Gherzan 
>wrote:
>> On Thu, Jan 12, 2017 at 6:29 PM, Khem Raj  wrote:
>>> Signed-off-by: Khem Raj 
>>> ---
>>>  recipes-kernel/linux/linux-raspberrypi_4.8.bb | 4 ++--
>>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>>
>>> diff --git a/recipes-kernel/linux/linux-raspberrypi_4.8.bb
>b/recipes-kernel/linux/linux-raspberrypi_4.8.bb
>>> index 7511f93..be25e65 100644
>>> --- a/recipes-kernel/linux/linux-raspberrypi_4.8.bb
>>> +++ b/recipes-kernel/linux/linux-raspberrypi_4.8.bb
>>> @@ -1,8 +1,8 @@
>>>  FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
>>>
>>> -LINUX_VERSION ?= "4.8.15"
>>> +LINUX_VERSION ?= "4.8.16"
>>>
>>> -SRCREV = "c8af0c2f515556ef052913d552b6b11501c71996"
>>> +SRCREV = "061dccce6cf6705bbb5da29a643f4b0ad1d11630"
>>>  SRC_URI =
>"git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.8.y \
>>>  "
>>>  require linux-raspberrypi.inc
>>> --
>>> 2.11.0
>>>
>>
>> Merged both to master.
>
>What do folks think about deleting all other kernel besides 4.1 4.4 and
>4.9
>
>cheers!

I haven't been able to get 4.1 to compile on master for a long time now. I've 
already sent patches to update the 4.4 recipe and drop the 4.1 recipe.


-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi_4.8.bb: Upgrade to 4.8.16

2017-01-12 Thread Khem Raj
On Thu, Jan 12, 2017 at 1:54 PM, Andrei Gherzan  wrote:
> On Thu, Jan 12, 2017 at 6:29 PM, Khem Raj  wrote:
>> Signed-off-by: Khem Raj 
>> ---
>>  recipes-kernel/linux/linux-raspberrypi_4.8.bb | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/recipes-kernel/linux/linux-raspberrypi_4.8.bb 
>> b/recipes-kernel/linux/linux-raspberrypi_4.8.bb
>> index 7511f93..be25e65 100644
>> --- a/recipes-kernel/linux/linux-raspberrypi_4.8.bb
>> +++ b/recipes-kernel/linux/linux-raspberrypi_4.8.bb
>> @@ -1,8 +1,8 @@
>>  FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
>>
>> -LINUX_VERSION ?= "4.8.15"
>> +LINUX_VERSION ?= "4.8.16"
>>
>> -SRCREV = "c8af0c2f515556ef052913d552b6b11501c71996"
>> +SRCREV = "061dccce6cf6705bbb5da29a643f4b0ad1d11630"
>>  SRC_URI = 
>> "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.8.y \
>>  "
>>  require linux-raspberrypi.inc
>> --
>> 2.11.0
>>
>
> Merged both to master.

 What do folks think about deleting all other kernel besides 4.1 4.4 and 4.9

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


Re: [yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi_4.8.bb: Upgrade to 4.8.16

2017-01-12 Thread Andrei Gherzan
On Thu, Jan 12, 2017 at 6:29 PM, Khem Raj  wrote:
> Signed-off-by: Khem Raj 
> ---
>  recipes-kernel/linux/linux-raspberrypi_4.8.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-kernel/linux/linux-raspberrypi_4.8.bb 
> b/recipes-kernel/linux/linux-raspberrypi_4.8.bb
> index 7511f93..be25e65 100644
> --- a/recipes-kernel/linux/linux-raspberrypi_4.8.bb
> +++ b/recipes-kernel/linux/linux-raspberrypi_4.8.bb
> @@ -1,8 +1,8 @@
>  FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
>
> -LINUX_VERSION ?= "4.8.15"
> +LINUX_VERSION ?= "4.8.16"
>
> -SRCREV = "c8af0c2f515556ef052913d552b6b11501c71996"
> +SRCREV = "061dccce6cf6705bbb5da29a643f4b0ad1d11630"
>  SRC_URI = 
> "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.8.y \
>  "
>  require linux-raspberrypi.inc
> --
> 2.11.0
>

Merged both to master.


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


[yocto] [meta-raspberrypi][PATCH 1/2] linux-raspberrypi_4.8.bb: Upgrade to 4.8.16

2017-01-12 Thread Khem Raj
Signed-off-by: Khem Raj 
---
 recipes-kernel/linux/linux-raspberrypi_4.8.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-kernel/linux/linux-raspberrypi_4.8.bb 
b/recipes-kernel/linux/linux-raspberrypi_4.8.bb
index 7511f93..be25e65 100644
--- a/recipes-kernel/linux/linux-raspberrypi_4.8.bb
+++ b/recipes-kernel/linux/linux-raspberrypi_4.8.bb
@@ -1,8 +1,8 @@
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
 
-LINUX_VERSION ?= "4.8.15"
+LINUX_VERSION ?= "4.8.16"
 
-SRCREV = "c8af0c2f515556ef052913d552b6b11501c71996"
+SRCREV = "061dccce6cf6705bbb5da29a643f4b0ad1d11630"
 SRC_URI = 
"git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.8.y \
 "
 require linux-raspberrypi.inc
-- 
2.11.0

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