All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7 and 4.8
@ 2017-01-16  7:26 Paul Barker
  2017-01-16  7:26 ` [meta-raspberrypi][PATCH 1/2] linux-raspberrypi: Drop v4.7 Paul Barker
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Paul Barker @ 2017-01-16  7:26 UTC (permalink / raw)
  To: yocto

As discussed recently on the list, we can just keep LTS versions now
that v4.9 is available.

I'm sending these so anyone who still needs v4.7 or v4.8 can shout
'stop!' before we remove them.

Paul Barker (2):
  linux-raspberrypi: Drop v4.7
  linux-raspberrypi: Drop v4.8

 .../0001-fix-dtbo-rules.patch                      | 44 ----------------------
 recipes-kernel/linux/linux-raspberrypi_4.7.bb      |  9 -----
 recipes-kernel/linux/linux-raspberrypi_4.8.bb      |  8 ----
 3 files changed, 61 deletions(-)
 delete mode 100644 recipes-kernel/linux/linux-raspberrypi-4.7/0001-fix-dtbo-rules.patch
 delete mode 100644 recipes-kernel/linux/linux-raspberrypi_4.7.bb
 delete mode 100644 recipes-kernel/linux/linux-raspberrypi_4.8.bb

-- 
2.1.4



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

* [meta-raspberrypi][PATCH 1/2] linux-raspberrypi: Drop v4.7
  2017-01-16  7:26 [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7 and 4.8 Paul Barker
@ 2017-01-16  7:26 ` Paul Barker
  2017-01-16  7:26 ` [meta-raspberrypi][PATCH 2/2] linux-raspberrypi: Drop v4.8 Paul Barker
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 13+ messages in thread
From: Paul Barker @ 2017-01-16  7:26 UTC (permalink / raw)
  To: yocto

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
---
 .../0001-fix-dtbo-rules.patch                      | 44 ----------------------
 recipes-kernel/linux/linux-raspberrypi_4.7.bb      |  9 -----
 2 files changed, 53 deletions(-)
 delete mode 100644 recipes-kernel/linux/linux-raspberrypi-4.7/0001-fix-dtbo-rules.patch
 delete mode 100644 recipes-kernel/linux/linux-raspberrypi_4.7.bb

diff --git a/recipes-kernel/linux/linux-raspberrypi-4.7/0001-fix-dtbo-rules.patch b/recipes-kernel/linux/linux-raspberrypi-4.7/0001-fix-dtbo-rules.patch
deleted file mode 100644
index 5113e23..0000000
--- a/recipes-kernel/linux/linux-raspberrypi-4.7/0001-fix-dtbo-rules.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-From 13c8784da3dbd977f64cec740eba775b6fab11c2 Mon Sep 17 00:00:00 2001
-From: Herve Jourdain <herve.jourdain@neuf.fr>
-Date: Fri, 20 May 2016 16:02:23 +0800
-Subject: [yocto][meta-raspberrypi][PATCH v4 4/5] linux-raspberrypi_4.4.inc:
- support for .dtbo files for dtb overlays
-
-Upstream-Status: Pending
-
-Kernel 4.4.6+ on RaspberryPi support .dtbo files for overlays, instead of .dtb.
-Patch the kernel, which has faulty rules to generate .dtbo the way yocto does
-
-Signed-off-by: Herve Jourdain <herve.jourdain@neuf.fr>
----
- .../0001-fix-dtbo-rules.patch                      | 27 ++++++++++++++++++++++
- 1 file changed, 27 insertions(+)
- create mode 100644 recipes-kernel/linux/linux-raspberrypi-4.4/0001-fix-dtbo-rules.patch
-
-diff --git a/arch/arm/Makefile b/arch/arm/Makefile
-index a2e7cf7..673c1cb 100644
---- a/arch/arm/Makefile
-+++ b/arch/arm/Makefile
-@@ -333,6 +333,8 @@ $(INSTALL_TARGETS):
- 
- %.dtb: | scripts
- 	$(Q)$(MAKE) $(build)=$(boot)/dts MACHINE=$(MACHINE) $(boot)/dts/$@
-+%.dtbo: | scripts
-+	$(Q)$(MAKE) $(build)=$(boot)/dts MACHINE=$(MACHINE) $(boot)/dts/$@
- 
- PHONY += dtbs dtbs_install
- 
-diff --git a/scripts/Makefile.lib b/scripts/Makefile.lib
-index 3079c4f..6cc3766 100644
---- a/scripts/Makefile.lib
-+++ b/scripts/Makefile.lib
-@@ -293,7 +293,8 @@ $(obj)/%.dtb: $(src)/%.dts FORCE
- 	$(call if_changed_dep,dtc)
- 
- quiet_cmd_dtco = DTCO    $@
--cmd_dtco = $(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
-+cmd_dtco = mkdir -p $(dir ${dtc-tmp}) ; \
-+	$(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
- 	$(objtree)/scripts/dtc/dtc -@ -H epapr -O dtb -o $@ -b 0 \
- 		-i $(dir $<) $(DTC_FLAGS) \
- 		-d $(depfile).dtc.tmp $(dtc-tmp) ; \
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.7.bb b/recipes-kernel/linux/linux-raspberrypi_4.7.bb
deleted file mode 100644
index 0315f8f..0000000
--- a/recipes-kernel/linux/linux-raspberrypi_4.7.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
-
-LINUX_VERSION ?= "4.7.7"
-
-SRCREV = "a45a35c08598b23f9fd82e49c83b46c7d536244f"
-SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.7.y \
-           file://0001-fix-dtbo-rules.patch \
-"
-require linux-raspberrypi.inc
-- 
2.1.4



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

* [meta-raspberrypi][PATCH 2/2] linux-raspberrypi: Drop v4.8
  2017-01-16  7:26 [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7 and 4.8 Paul Barker
  2017-01-16  7:26 ` [meta-raspberrypi][PATCH 1/2] linux-raspberrypi: Drop v4.7 Paul Barker
@ 2017-01-16  7:26 ` Paul Barker
  2017-01-16 14:48 ` [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7 and 4.8 Gary Thomas
  2017-01-18 16:08 ` Andrei Gherzan
  3 siblings, 0 replies; 13+ messages in thread
From: Paul Barker @ 2017-01-16  7:26 UTC (permalink / raw)
  To: yocto

Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
---
 recipes-kernel/linux/linux-raspberrypi_4.8.bb | 8 --------
 1 file changed, 8 deletions(-)
 delete mode 100644 recipes-kernel/linux/linux-raspberrypi_4.8.bb

diff --git a/recipes-kernel/linux/linux-raspberrypi_4.8.bb b/recipes-kernel/linux/linux-raspberrypi_4.8.bb
deleted file mode 100644
index be25e65..0000000
--- a/recipes-kernel/linux/linux-raspberrypi_4.8.bb
+++ /dev/null
@@ -1,8 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
-
-LINUX_VERSION ?= "4.8.16"
-
-SRCREV = "061dccce6cf6705bbb5da29a643f4b0ad1d11630"
-SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.8.y \
-"
-require linux-raspberrypi.inc
-- 
2.1.4



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

* Re: [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7 and 4.8
  2017-01-16  7:26 [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7 and 4.8 Paul Barker
  2017-01-16  7:26 ` [meta-raspberrypi][PATCH 1/2] linux-raspberrypi: Drop v4.7 Paul Barker
  2017-01-16  7:26 ` [meta-raspberrypi][PATCH 2/2] linux-raspberrypi: Drop v4.8 Paul Barker
@ 2017-01-16 14:48 ` Gary Thomas
  2017-01-16 14:51   ` Gary Thomas
  2017-01-18  6:03   ` Herve Jourdain
  2017-01-18 16:08 ` Andrei Gherzan
  3 siblings, 2 replies; 13+ messages in thread
From: Gary Thomas @ 2017-01-16 14:48 UTC (permalink / raw)
  To: yocto

On 2017-01-16 08:26, Paul Barker wrote:
> As discussed recently on the list, we can just keep LTS versions now
> that v4.9 is available.
>
> I'm sending these so anyone who still needs v4.7 or v4.8 can shout
> 'stop!' before we remove them.
>
> Paul Barker (2):
>   linux-raspberrypi: Drop v4.7
>   linux-raspberrypi: Drop v4.8
>
>  .../0001-fix-dtbo-rules.patch                      | 44 ----------------------
>  recipes-kernel/linux/linux-raspberrypi_4.7.bb      |  9 -----
>  recipes-kernel/linux/linux-raspberrypi_4.8.bb      |  8 ----
>  3 files changed, 61 deletions(-)
>  delete mode 100644 recipes-kernel/linux/linux-raspberrypi-4.7/0001-fix-dtbo-rules.patch
>  delete mode 100644 recipes-kernel/linux/linux-raspberrypi_4.7.bb
>  delete mode 100644 recipes-kernel/linux/linux-raspberrypi_4.8.bb
>

+1 at least for 4.7 given that with today's repo I get this:

ERROR: linux-raspberrypi-1_4.7.7+gitAUTOINC+c2cbd9c611-r0 do_kernel_version_sanity_check: Package Version 
(4.7.7+gitAUTOINC+c2cbd9c611) does not match of kernel being built (4.7.10). Please update the PV variable to match the 
kernel source.
ERROR: linux-raspberrypi-1_4.7.7+gitAUTOINC+c2cbd9c611-r0 do_kernel_version_sanity_check: Function failed: 
do_kernel_version_sanity_check (log file is located at 
/build/rpi3_2016-09-13/tmp/work/raspberrypi3-amltd-linux-gnueabi/linux-raspberrypi/1_4.7.7+gitAUTOINC+c2cbd9c611-r0/temp/log.do_kernel_version_sanity_check.27925)
ERROR: Logfile of failure stored in: 
/build/rpi3_2016-09-13/tmp/work/raspberrypi3-amltd-linux-gnueabi/linux-raspberrypi/1_4.7.7+gitAUTOINC+c2cbd9c611-r0/temp/log.do_kernel_version_sanity_check.27925
ERROR: Task 
(/local/poky-cutting-edge/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.7.bb:do_kernel_version_sanity_check) 
failed with exit code '1'


-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7 and 4.8
  2017-01-16 14:48 ` [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7 and 4.8 Gary Thomas
@ 2017-01-16 14:51   ` Gary Thomas
  2017-01-16 15:12     ` Paul Barker
  2017-01-18  6:06     ` Herve Jourdain
  2017-01-18  6:03   ` Herve Jourdain
  1 sibling, 2 replies; 13+ messages in thread
From: Gary Thomas @ 2017-01-16 14:51 UTC (permalink / raw)
  To: yocto

On 2017-01-16 15:48, Gary Thomas wrote:
> On 2017-01-16 08:26, Paul Barker wrote:
>> As discussed recently on the list, we can just keep LTS versions now
>> that v4.9 is available.
>>
>> I'm sending these so anyone who still needs v4.7 or v4.8 can shout
>> 'stop!' before we remove them.
>>
>> Paul Barker (2):
>>   linux-raspberrypi: Drop v4.7
>>   linux-raspberrypi: Drop v4.8
>>
>>  .../0001-fix-dtbo-rules.patch                      | 44 ----------------------
>>  recipes-kernel/linux/linux-raspberrypi_4.7.bb      |  9 -----
>>  recipes-kernel/linux/linux-raspberrypi_4.8.bb      |  8 ----
>>  3 files changed, 61 deletions(-)
>>  delete mode 100644 recipes-kernel/linux/linux-raspberrypi-4.7/0001-fix-dtbo-rules.patch
>>  delete mode 100644 recipes-kernel/linux/linux-raspberrypi_4.7.bb
>>  delete mode 100644 recipes-kernel/linux/linux-raspberrypi_4.8.bb
>>
>
> +1 at least for 4.7 given that with today's repo I get this:
>
> ERROR: linux-raspberrypi-1_4.7.7+gitAUTOINC+c2cbd9c611-r0 do_kernel_version_sanity_check: Package Version
> (4.7.7+gitAUTOINC+c2cbd9c611) does not match of kernel being built (4.7.10). Please update the PV variable to match the
> kernel source.
> ERROR: linux-raspberrypi-1_4.7.7+gitAUTOINC+c2cbd9c611-r0 do_kernel_version_sanity_check: Function failed:
> do_kernel_version_sanity_check (log file is located at
> /build/rpi3_2016-09-13/tmp/work/raspberrypi3-amltd-linux-gnueabi/linux-raspberrypi/1_4.7.7+gitAUTOINC+c2cbd9c611-r0/temp/log.do_kernel_version_sanity_check.27925)
>
> ERROR: Logfile of failure stored in:
> /build/rpi3_2016-09-13/tmp/work/raspberrypi3-amltd-linux-gnueabi/linux-raspberrypi/1_4.7.7+gitAUTOINC+c2cbd9c611-r0/temp/log.do_kernel_version_sanity_check.27925
>
> ERROR: Task
> (/local/poky-cutting-edge/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.7.bb:do_kernel_version_sanity_check)
> failed with exit code '1'
>


However, there is this error when I tried to switch to 4.9:
ERROR: linux-raspberrypi-1_4.9.2+gitAUTOINC+4052b0da7d-r0 do_fetch: Fetcher failure: Unable to find revision 
4052b0da7dbab0df22ca8733cf50b3e573e221e0 in branch rpi-4.9.y even from upstream
ERROR: linux-raspberrypi-1_4.9.2+gitAUTOINC+4052b0da7d-r0 do_fetch: Fetcher failure for URL: 
'git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.9.y'. Unable to fetch URL from any source.
ERROR: linux-raspberrypi-1_4.9.2+gitAUTOINC+4052b0da7d-r0 do_fetch: Function failed: base_do_fetch
ERROR: Logfile of failure stored in: 
/build/rpi3_2016-09-13/tmp/work/raspberrypi3-amltd-linux-gnueabi/linux-raspberrypi/1_4.9.2+gitAUTOINC+4052b0da7d-r0/temp/log.do_fetch.13098
ERROR: Task (/local/poky-cutting-edge/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.9.bb:do_fetch) failed 
with exit code '1'

Using meta-raspberrypi:e1f69daa805cb02ddd123ae2d4d48035cb5b41d0

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7 and 4.8
  2017-01-16 14:51   ` Gary Thomas
@ 2017-01-16 15:12     ` Paul Barker
  2017-01-18 15:40       ` Andrei Gherzan
  2017-01-18  6:06     ` Herve Jourdain
  1 sibling, 1 reply; 13+ messages in thread
From: Paul Barker @ 2017-01-16 15:12 UTC (permalink / raw)
  To: yocto, Gary Thomas

On 16 January 2017 14:51:55 GMT+00:00, Gary Thomas <gary@mlbassoc.com> wrote:
>On 2017-01-16 15:48, Gary Thomas wrote:
>> On 2017-01-16 08:26, Paul Barker wrote:
>>> As discussed recently on the list, we can just keep LTS versions now
>>> that v4.9 is available.
>>>
>>> I'm sending these so anyone who still needs v4.7 or v4.8 can shout
>>> 'stop!' before we remove them.
>>>
>>> Paul Barker (2):
>>>   linux-raspberrypi: Drop v4.7
>>>   linux-raspberrypi: Drop v4.8
>>>
>>>  .../0001-fix-dtbo-rules.patch                      | 44
>----------------------
>>>  recipes-kernel/linux/linux-raspberrypi_4.7.bb      |  9 -----
>>>  recipes-kernel/linux/linux-raspberrypi_4.8.bb      |  8 ----
>>>  3 files changed, 61 deletions(-)
>>>  delete mode 100644
>recipes-kernel/linux/linux-raspberrypi-4.7/0001-fix-dtbo-rules.patch
>>>  delete mode 100644 recipes-kernel/linux/linux-raspberrypi_4.7.bb
>>>  delete mode 100644 recipes-kernel/linux/linux-raspberrypi_4.8.bb
>>>
>>
>> +1 at least for 4.7 given that with today's repo I get this:
>>
>> ERROR: linux-raspberrypi-1_4.7.7+gitAUTOINC+c2cbd9c611-r0
>do_kernel_version_sanity_check: Package Version
>> (4.7.7+gitAUTOINC+c2cbd9c611) does not match of kernel being built
>(4.7.10). Please update the PV variable to match the
>> kernel source.
>> ERROR: linux-raspberrypi-1_4.7.7+gitAUTOINC+c2cbd9c611-r0
>do_kernel_version_sanity_check: Function failed:
>> do_kernel_version_sanity_check (log file is located at
>>
>/build/rpi3_2016-09-13/tmp/work/raspberrypi3-amltd-linux-gnueabi/linux-raspberrypi/1_4.7.7+gitAUTOINC+c2cbd9c611-r0/temp/log.do_kernel_version_sanity_check.27925)
>>
>> ERROR: Logfile of failure stored in:
>>
>/build/rpi3_2016-09-13/tmp/work/raspberrypi3-amltd-linux-gnueabi/linux-raspberrypi/1_4.7.7+gitAUTOINC+c2cbd9c611-r0/temp/log.do_kernel_version_sanity_check.27925
>>
>> ERROR: Task
>>
>(/local/poky-cutting-edge/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.7.bb:do_kernel_version_sanity_check)
>> failed with exit code '1'
>>
>
>
>However, there is this error when I tried to switch to 4.9:
>ERROR: linux-raspberrypi-1_4.9.2+gitAUTOINC+4052b0da7d-r0 do_fetch:
>Fetcher failure: Unable to find revision 
>4052b0da7dbab0df22ca8733cf50b3e573e221e0 in branch rpi-4.9.y even from
>upstream
>ERROR: linux-raspberrypi-1_4.9.2+gitAUTOINC+4052b0da7d-r0 do_fetch:
>Fetcher failure for URL: 
>'git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.9.y'.
>Unable to fetch URL from any source.
>ERROR: linux-raspberrypi-1_4.9.2+gitAUTOINC+4052b0da7d-r0 do_fetch:
>Function failed: base_do_fetch
>ERROR: Logfile of failure stored in: 
>/build/rpi3_2016-09-13/tmp/work/raspberrypi3-amltd-linux-gnueabi/linux-raspberrypi/1_4.9.2+gitAUTOINC+4052b0da7d-r0/temp/log.do_fetch.13098
>ERROR: Task
>(/local/poky-cutting-edge/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.9.bb:do_fetch)
>failed 
>with exit code '1'
>
>Using meta-raspberrypi:e1f69daa805cb02ddd123ae2d4d48035cb5b41d0

I think any upstream branch after 4.4.y is still at risk of being rebased at the minute. I think the best solution is to still drop 4.7.y and 4.8.y, but try to get an update in for 4.9.y first.


-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.


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

* Re: [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7 and 4.8
  2017-01-16 14:48 ` [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7 and 4.8 Gary Thomas
  2017-01-16 14:51   ` Gary Thomas
@ 2017-01-18  6:03   ` Herve Jourdain
  1 sibling, 0 replies; 13+ messages in thread
From: Herve Jourdain @ 2017-01-18  6:03 UTC (permalink / raw)
  To: 'Gary Thomas', yocto

Hi Gary,

You get this because the patch to the latest 4.7 version have not been
merged...
4.7 has been stable for some time now, unlike 4.8 - and 4.9 will probably
have some similar issues, basically the downstream is heavily rebasing, so
revisions numbers are not reliable anymore.

I'm OK to remove 4.7, since I've branched it - and mine is working fine :)
I have no problem removing 4.8, since I moved from 4.7 to 4.9.

But I believe we might also want to remove 4.1, because it's really very
old, and select the next non-LTS version instead.
That would make it 4.4, 4.9 and next-kernel.

Cheers,
Herve

-----Original Message-----
From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org]
On Behalf Of Gary Thomas
Sent: lundi 16 janvier 2017 15:48
To: yocto@yoctoproject.org
Subject: Re: [yocto] [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7
and 4.8

On 2017-01-16 08:26, Paul Barker wrote:
> As discussed recently on the list, we can just keep LTS versions now 
> that v4.9 is available.
>
> I'm sending these so anyone who still needs v4.7 or v4.8 can shout 
> 'stop!' before we remove them.
>
> Paul Barker (2):
>   linux-raspberrypi: Drop v4.7
>   linux-raspberrypi: Drop v4.8
>
>  .../0001-fix-dtbo-rules.patch                      | 44
----------------------
>  recipes-kernel/linux/linux-raspberrypi_4.7.bb      |  9 -----
>  recipes-kernel/linux/linux-raspberrypi_4.8.bb      |  8 ----
>  3 files changed, 61 deletions(-)
>  delete mode 100644 
> recipes-kernel/linux/linux-raspberrypi-4.7/0001-fix-dtbo-rules.patch
>  delete mode 100644 recipes-kernel/linux/linux-raspberrypi_4.7.bb
>  delete mode 100644 recipes-kernel/linux/linux-raspberrypi_4.8.bb
>

+1 at least for 4.7 given that with today's repo I get this:

ERROR: linux-raspberrypi-1_4.7.7+gitAUTOINC+c2cbd9c611-r0
do_kernel_version_sanity_check: Package Version
(4.7.7+gitAUTOINC+c2cbd9c611) does not match of kernel being built (4.7.10).
Please update the PV variable to match the kernel source.
ERROR: linux-raspberrypi-1_4.7.7+gitAUTOINC+c2cbd9c611-r0
do_kernel_version_sanity_check: Function failed: 
do_kernel_version_sanity_check (log file is located at
/build/rpi3_2016-09-13/tmp/work/raspberrypi3-amltd-linux-gnueabi/linux-raspb
errypi/1_4.7.7+gitAUTOINC+c2cbd9c611-r0/temp/log.do_kernel_version_sanity_ch
eck.27925)
ERROR: Logfile of failure stored in: 
/build/rpi3_2016-09-13/tmp/work/raspberrypi3-amltd-linux-gnueabi/linux-raspb
errypi/1_4.7.7+gitAUTOINC+c2cbd9c611-r0/temp/log.do_kernel_version_sanity_ch
eck.27925
ERROR: Task
(/local/poky-cutting-edge/meta-raspberrypi/recipes-kernel/linux/linux-raspbe
rrypi_4.7.bb:do_kernel_version_sanity_check)
failed with exit code '1'


--
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------
--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto



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

* Re: [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7 and 4.8
  2017-01-16 14:51   ` Gary Thomas
  2017-01-16 15:12     ` Paul Barker
@ 2017-01-18  6:06     ` Herve Jourdain
  1 sibling, 0 replies; 13+ messages in thread
From: Herve Jourdain @ 2017-01-18  6:06 UTC (permalink / raw)
  To: 'Gary Thomas', yocto

Hi Gary,

I believe that we will see for 4.9 the same issues we had with 4.8, heavy
rebasing from the downstream.
I'm currently working with the upstream - plus patches - and I plan to have
a yocto build that would take the upstream source and add some patches,
instead of taking the downstream as a reference.
Is this an approach that could be interesting to people using yocto and
RaspberryPi? Any thoughts on that? Or another solution to remove the
dependency to the downstream and its constant rebasing?

Cheers,
Herve

-----Original Message-----
From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org]
On Behalf Of Gary Thomas
Sent: lundi 16 janvier 2017 15:52
To: yocto@yoctoproject.org
Subject: Re: [yocto] [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7
and 4.8

On 2017-01-16 15:48, Gary Thomas wrote:
> On 2017-01-16 08:26, Paul Barker wrote:
>> As discussed recently on the list, we can just keep LTS versions now 
>> that v4.9 is available.
>>
>> I'm sending these so anyone who still needs v4.7 or v4.8 can shout 
>> 'stop!' before we remove them.
>>
>> Paul Barker (2):
>>   linux-raspberrypi: Drop v4.7
>>   linux-raspberrypi: Drop v4.8
>>
>>  .../0001-fix-dtbo-rules.patch                      | 44
----------------------
>>  recipes-kernel/linux/linux-raspberrypi_4.7.bb      |  9 -----
>>  recipes-kernel/linux/linux-raspberrypi_4.8.bb      |  8 ----
>>  3 files changed, 61 deletions(-)
>>  delete mode 100644 
>> recipes-kernel/linux/linux-raspberrypi-4.7/0001-fix-dtbo-rules.patch
>>  delete mode 100644 recipes-kernel/linux/linux-raspberrypi_4.7.bb
>>  delete mode 100644 recipes-kernel/linux/linux-raspberrypi_4.8.bb
>>
>
> +1 at least for 4.7 given that with today's repo I get this:
>
> ERROR: linux-raspberrypi-1_4.7.7+gitAUTOINC+c2cbd9c611-r0 
> do_kernel_version_sanity_check: Package Version
> (4.7.7+gitAUTOINC+c2cbd9c611) does not match of kernel being built 
> (4.7.10). Please update the PV variable to match the kernel source.
> ERROR: linux-raspberrypi-1_4.7.7+gitAUTOINC+c2cbd9c611-r0
do_kernel_version_sanity_check: Function failed:
> do_kernel_version_sanity_check (log file is located at
> /build/rpi3_2016-09-13/tmp/work/raspberrypi3-amltd-linux-gnueabi/linux
> -raspberrypi/1_4.7.7+gitAUTOINC+c2cbd9c611-r0/temp/log.do_kernel_versi
> on_sanity_check.27925)
>
> ERROR: Logfile of failure stored in:
> /build/rpi3_2016-09-13/tmp/work/raspberrypi3-amltd-linux-gnueabi/linux
> -raspberrypi/1_4.7.7+gitAUTOINC+c2cbd9c611-r0/temp/log.do_kernel_versi
> on_sanity_check.27925
>
> ERROR: Task
> (/local/poky-cutting-edge/meta-raspberrypi/recipes-kernel/linux/linux-
> raspberrypi_4.7.bb:do_kernel_version_sanity_check)
> failed with exit code '1'
>


However, there is this error when I tried to switch to 4.9:
ERROR: linux-raspberrypi-1_4.9.2+gitAUTOINC+4052b0da7d-r0 do_fetch: Fetcher
failure: Unable to find revision
4052b0da7dbab0df22ca8733cf50b3e573e221e0 in branch rpi-4.9.y even from
upstream
ERROR: linux-raspberrypi-1_4.9.2+gitAUTOINC+4052b0da7d-r0 do_fetch: Fetcher
failure for URL: 
'git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.9.y'.
Unable to fetch URL from any source.
ERROR: linux-raspberrypi-1_4.9.2+gitAUTOINC+4052b0da7d-r0 do_fetch: Function
failed: base_do_fetch
ERROR: Logfile of failure stored in: 
/build/rpi3_2016-09-13/tmp/work/raspberrypi3-amltd-linux-gnueabi/linux-raspb
errypi/1_4.9.2+gitAUTOINC+4052b0da7d-r0/temp/log.do_fetch.13098
ERROR: Task
(/local/poky-cutting-edge/meta-raspberrypi/recipes-kernel/linux/linux-raspbe
rrypi_4.9.bb:do_fetch) failed with exit code '1'

Using meta-raspberrypi:e1f69daa805cb02ddd123ae2d4d48035cb5b41d0

--
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------
--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto



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

* Re: [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7 and 4.8
  2017-01-16 15:12     ` Paul Barker
@ 2017-01-18 15:40       ` Andrei Gherzan
  2017-01-18 16:24         ` Leon Woestenberg
  0 siblings, 1 reply; 13+ messages in thread
From: Andrei Gherzan @ 2017-01-18 15:40 UTC (permalink / raw)
  To: Paul Barker; +Cc: yocto, Gary Thomas

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

On Mon, Jan 16, 2017 at 03:12:51PM +0000, Paul Barker wrote:
> On 16 January 2017 14:51:55 GMT+00:00, Gary Thomas <gary@mlbassoc.com> wrote:
> >On 2017-01-16 15:48, Gary Thomas wrote:
> >> On 2017-01-16 08:26, Paul Barker wrote:
> >>> As discussed recently on the list, we can just keep LTS versions now
> >>> that v4.9 is available.
> >>>
> >>> I'm sending these so anyone who still needs v4.7 or v4.8 can shout
> >>> 'stop!' before we remove them.
> >>>
> >>> Paul Barker (2):
> >>>   linux-raspberrypi: Drop v4.7
> >>>   linux-raspberrypi: Drop v4.8
> >>>
> >>>  .../0001-fix-dtbo-rules.patch                      | 44
> >----------------------
> >>>  recipes-kernel/linux/linux-raspberrypi_4.7.bb      |  9 -----
> >>>  recipes-kernel/linux/linux-raspberrypi_4.8.bb      |  8 ----
> >>>  3 files changed, 61 deletions(-)
> >>>  delete mode 100644
> >recipes-kernel/linux/linux-raspberrypi-4.7/0001-fix-dtbo-rules.patch
> >>>  delete mode 100644 recipes-kernel/linux/linux-raspberrypi_4.7.bb
> >>>  delete mode 100644 recipes-kernel/linux/linux-raspberrypi_4.8.bb
> >>>
> >>
> >> +1 at least for 4.7 given that with today's repo I get this:
> >>
> >> ERROR: linux-raspberrypi-1_4.7.7+gitAUTOINC+c2cbd9c611-r0
> >do_kernel_version_sanity_check: Package Version
> >> (4.7.7+gitAUTOINC+c2cbd9c611) does not match of kernel being built
> >(4.7.10). Please update the PV variable to match the
> >> kernel source.
> >> ERROR: linux-raspberrypi-1_4.7.7+gitAUTOINC+c2cbd9c611-r0
> >do_kernel_version_sanity_check: Function failed:
> >> do_kernel_version_sanity_check (log file is located at
> >>
> >/build/rpi3_2016-09-13/tmp/work/raspberrypi3-amltd-linux-gnueabi/linux-raspberrypi/1_4.7.7+gitAUTOINC+c2cbd9c611-r0/temp/log.do_kernel_version_sanity_check.27925)
> >>
> >> ERROR: Logfile of failure stored in:
> >>
> >/build/rpi3_2016-09-13/tmp/work/raspberrypi3-amltd-linux-gnueabi/linux-raspberrypi/1_4.7.7+gitAUTOINC+c2cbd9c611-r0/temp/log.do_kernel_version_sanity_check.27925
> >>
> >> ERROR: Task
> >>
> >(/local/poky-cutting-edge/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.7.bb:do_kernel_version_sanity_check)
> >> failed with exit code '1'
> >>
> >
> >
> >However, there is this error when I tried to switch to 4.9:
> >ERROR: linux-raspberrypi-1_4.9.2+gitAUTOINC+4052b0da7d-r0 do_fetch:
> >Fetcher failure: Unable to find revision
> >4052b0da7dbab0df22ca8733cf50b3e573e221e0 in branch rpi-4.9.y even from
> >upstream
> >ERROR: linux-raspberrypi-1_4.9.2+gitAUTOINC+4052b0da7d-r0 do_fetch:
> >Fetcher failure for URL:
> >'git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.9.y'.
> >Unable to fetch URL from any source.
> >ERROR: linux-raspberrypi-1_4.9.2+gitAUTOINC+4052b0da7d-r0 do_fetch:
> >Function failed: base_do_fetch
> >ERROR: Logfile of failure stored in:
> >/build/rpi3_2016-09-13/tmp/work/raspberrypi3-amltd-linux-gnueabi/linux-raspberrypi/1_4.9.2+gitAUTOINC+4052b0da7d-r0/temp/log.do_fetch.13098
> >ERROR: Task
> >(/local/poky-cutting-edge/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi_4.9.bb:do_fetch)
> >failed
> >with exit code '1'
> >
> >Using meta-raspberrypi:e1f69daa805cb02ddd123ae2d4d48035cb5b41d0
>
> I think any upstream branch after 4.4.y is still at risk of being rebased at the minute. I think the best solution is to still drop 4.7.y and 4.8.y, but try to get an update in for 4.9.y first.

I totally agree with this. I left this thread for a while to see if
people are really attached to these versions. Our last decision was to
keep:
1. last LTS
2. current stable version as considered by the upstream [default]
3. the latest bleading edge

Based we should only keep 4.4 and 4.10 (or 4.9).

Ane comments before I proceed? :)

>
>
> --
> 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

--
Andrei Gherzan

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

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

* Re: [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7 and 4.8
  2017-01-16  7:26 [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7 and 4.8 Paul Barker
                   ` (2 preceding siblings ...)
  2017-01-16 14:48 ` [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7 and 4.8 Gary Thomas
@ 2017-01-18 16:08 ` Andrei Gherzan
  3 siblings, 0 replies; 13+ messages in thread
From: Andrei Gherzan @ 2017-01-18 16:08 UTC (permalink / raw)
  To: Paul Barker; +Cc: yocto

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

On Mon, Jan 16, 2017 at 07:26:55AM +0000, Paul Barker wrote:
> As discussed recently on the list, we can just keep LTS versions now
> that v4.9 is available.
>
> I'm sending these so anyone who still needs v4.7 or v4.8 can shout
> 'stop!' before we remove them.
>
> Paul Barker (2):
>   linux-raspberrypi: Drop v4.7
>   linux-raspberrypi: Drop v4.8
>
>  .../0001-fix-dtbo-rules.patch                      | 44 ----------------------
>  recipes-kernel/linux/linux-raspberrypi_4.7.bb      |  9 -----
>  recipes-kernel/linux/linux-raspberrypi_4.8.bb      |  8 ----
>  3 files changed, 61 deletions(-)
>  delete mode 100644 recipes-kernel/linux/linux-raspberrypi-4.7/0001-fix-dtbo-rules.patch
>  delete mode 100644 recipes-kernel/linux/linux-raspberrypi_4.7.bb
>  delete mode 100644 recipes-kernel/linux/linux-raspberrypi_4.8.bb
>
> --
> 2.1.4
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

Merged to master.

--
Andrei Gherzan

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

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

* Re: [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7 and 4.8
  2017-01-18 15:40       ` Andrei Gherzan
@ 2017-01-18 16:24         ` Leon Woestenberg
  2017-01-18 16:30           ` Andrei Gherzan
  0 siblings, 1 reply; 13+ messages in thread
From: Leon Woestenberg @ 2017-01-18 16:24 UTC (permalink / raw)
  To: Andrei Gherzan; +Cc: Yocto List, Gary Thomas

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

On Wed, Jan 18, 2017 at 4:40 PM, Andrei Gherzan <andrei@gherzan.ro> wrote:

>
> Based we should only keep 4.4 and 4.10 (or 4.9).
>
> Ane comments before I proceed? :)
>
>
I think keeping 4.9 (Long Term Support kernel) for sure.

 Regards,

Leon.

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

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

* Re: [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7 and 4.8
  2017-01-18 16:24         ` Leon Woestenberg
@ 2017-01-18 16:30           ` Andrei Gherzan
  2017-01-18 18:31             ` Leon Woestenberg
  0 siblings, 1 reply; 13+ messages in thread
From: Andrei Gherzan @ 2017-01-18 16:30 UTC (permalink / raw)
  To: Leon Woestenberg; +Cc: Yocto List, Gary Thomas

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

On Wed, Jan 18, 2017 at 05:24:05PM +0100, Leon Woestenberg wrote:
> On Wed, Jan 18, 2017 at 4:40 PM, Andrei Gherzan <andrei@gherzan.ro> wrote:
>
> >
> > Based we should only keep 4.4 and 4.10 (or 4.9).
> >
> > Ane comments before I proceed? :)
> >
> >
> I think keeping 4.9 (Long Term Support kernel) for sure.

Is it?
https://www.kernel.org/category/releases.html

>
>  Regards,
>
> Leon.

--
Andrei Gherzan

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

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

* Re: [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7 and 4.8
  2017-01-18 16:30           ` Andrei Gherzan
@ 2017-01-18 18:31             ` Leon Woestenberg
  0 siblings, 0 replies; 13+ messages in thread
From: Leon Woestenberg @ 2017-01-18 18:31 UTC (permalink / raw)
  To: Andrei Gherzan; +Cc: Yocto List, Gary Thomas

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

Andrei,

On Wed, Jan 18, 2017 at 5:30 PM, Andrei Gherzan <andrei@gherzan.ro> wrote:

> On Wed, Jan 18, 2017 at 05:24:05PM +0100, Leon Woestenberg wrote:
> > On Wed, Jan 18, 2017 at 4:40 PM, Andrei Gherzan <andrei@gherzan.ro>
> wrote:
> >
> > >
> > > Based we should only keep 4.4 and 4.10 (or 4.9).
> > >
> > > Ane comments before I proceed? :)
> > >
> > >
> > I think keeping 4.9 (Long Term Support kernel) for sure.
>
> Is it?
> https://www.kernel.org/category/releases.html
>
>
The maintainer says so:
https://plus.google.com/+gregkroahhartman/posts/DjCWwSo7kqY

Regards,

Leon.

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

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

end of thread, other threads:[~2017-01-18 18:31 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-16  7:26 [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7 and 4.8 Paul Barker
2017-01-16  7:26 ` [meta-raspberrypi][PATCH 1/2] linux-raspberrypi: Drop v4.7 Paul Barker
2017-01-16  7:26 ` [meta-raspberrypi][PATCH 2/2] linux-raspberrypi: Drop v4.8 Paul Barker
2017-01-16 14:48 ` [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7 and 4.8 Gary Thomas
2017-01-16 14:51   ` Gary Thomas
2017-01-16 15:12     ` Paul Barker
2017-01-18 15:40       ` Andrei Gherzan
2017-01-18 16:24         ` Leon Woestenberg
2017-01-18 16:30           ` Andrei Gherzan
2017-01-18 18:31             ` Leon Woestenberg
2017-01-18  6:06     ` Herve Jourdain
2017-01-18  6:03   ` Herve Jourdain
2017-01-18 16:08 ` 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.