All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] raspberrypi2: kernel version does no more exist
@ 2015-04-08  8:08 Jérôme Pouiller
  2015-04-08  8:13 ` Jérôme Pouiller
  2015-04-08 21:20 ` Thomas Petazzoni
  0 siblings, 2 replies; 6+ messages in thread
From: Jérôme Pouiller @ 2015-04-08  8:08 UTC (permalink / raw)
  To: buildroot

It looks like version 2c4959b of Raspberry kernel does no more exist:

$ git clone https://github.com/raspberrypi/linux.git
[...]
$ cd linux
$ git co 23c76b7f608e51258c6fca02aebeb5d588583149
fatal: reference is not a tree: 23c76b7f608e51258c6fca02aebeb5d588583149

Replace it by lastest version of 3.19 branch

Signed-off-by: J?r?me Pouiller <jezz@sysmic.org>
---
 configs/raspberrypi2_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/raspberrypi2_defconfig b/configs/raspberrypi2_defconfig
index 814e182..6a48b26 100644
--- a/configs/raspberrypi2_defconfig
+++ b/configs/raspberrypi2_defconfig
@@ -15,7 +15,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_19=y
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/raspberrypi/linux.git"
-BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="23c76b7f608e51258c6fca02aebeb5d588583149"
+BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="2c4959b772a35d9d459b0a92f39bb066e9a44d37"
 BR2_LINUX_KERNEL_DEFCONFIG="bcm2709"
 BR2_LINUX_KERNEL_ZIMAGE=y
 
-- 
1.9.1

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

* [Buildroot] [PATCH] raspberrypi2: kernel version does no more exist
  2015-04-08  8:08 [Buildroot] [PATCH] raspberrypi2: kernel version does no more exist Jérôme Pouiller
@ 2015-04-08  8:13 ` Jérôme Pouiller
  2015-04-08 21:20 ` Thomas Petazzoni
  1 sibling, 0 replies; 6+ messages in thread
From: Jérôme Pouiller @ 2015-04-08  8:13 UTC (permalink / raw)
  To: buildroot

On Wednesday 08 April 2015 10:08:00 J?r?me Pouiller wrote:
> It looks like version 2c4959b of Raspberry kernel does no more exist:
I mean 'version 23c76b7' does no more exist.

> 
> $ git clone https://github.com/raspberrypi/linux.git
> [...]
> $ cd linux
> $ git co 23c76b7f608e51258c6fca02aebeb5d588583149
> fatal: reference is not a tree: 23c76b7f608e51258c6fca02aebeb5d588583149
> 
> Replace it by lastest version of 3.19 branch
> 
> Signed-off-by: J?r?me Pouiller <jezz@sysmic.org>
> ---
>  configs/raspberrypi2_defconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configs/raspberrypi2_defconfig b/configs/raspberrypi2_defconfig
> index 814e182..6a48b26 100644
> --- a/configs/raspberrypi2_defconfig
> +++ b/configs/raspberrypi2_defconfig
> @@ -15,7 +15,7 @@ BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_19=y
>  BR2_LINUX_KERNEL=y
>  BR2_LINUX_KERNEL_CUSTOM_GIT=y
>  BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/raspberrypi/linux.git"
> -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="23c76b7f608e51258c6fca02aebeb5d588583149"
> +BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="2c4959b772a35d9d459b0a92f39bb066e9a44d37"
>  BR2_LINUX_KERNEL_DEFCONFIG="bcm2709"
>  BR2_LINUX_KERNEL_ZIMAGE=y
>  
> 

-- 
J?r?me Pouiller, Sysmic
Embedded Linux specialist
http://www.sysmic.fr

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

* [Buildroot] [PATCH] raspberrypi2: kernel version does no more exist
  2015-04-08  8:08 [Buildroot] [PATCH] raspberrypi2: kernel version does no more exist Jérôme Pouiller
  2015-04-08  8:13 ` Jérôme Pouiller
@ 2015-04-08 21:20 ` Thomas Petazzoni
  2015-04-10 20:09   ` Arnout Vandecappelle
  1 sibling, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2015-04-08 21:20 UTC (permalink / raw)
  To: buildroot

Dear J?r?me Pouiller,

On Wed,  8 Apr 2015 10:08:00 +0200, J?r?me Pouiller wrote:
> It looks like version 2c4959b of Raspberry kernel does no more exist:
> 
> $ git clone https://github.com/raspberrypi/linux.git
> [...]
> $ cd linux
> $ git co 23c76b7f608e51258c6fca02aebeb5d588583149
> fatal: reference is not a tree: 23c76b7f608e51258c6fca02aebeb5d588583149
> 
> Replace it by lastest version of 3.19 branch
> 
> Signed-off-by: J?r?me Pouiller <jezz@sysmic.org>

Yeah, the RPi people are annoying, they constantly rebase their
branches so there's no way to have a stable commit. Yann posted an
issue to their github: https://github.com/raspberrypi/linux/issues/915.
Maybe we need to look into what they propose, apparently they have some
stable branches.

I've nonetheless applied your commit, after tweaking the commit log.

(Hint: "does no more exist" isn't proper English as far as I know, you
should say "does not exist anymore" I believe. Though I'm not a native
English speaker, so I might be wrong.)

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] raspberrypi2: kernel version does no more exist
  2015-04-08 21:20 ` Thomas Petazzoni
@ 2015-04-10 20:09   ` Arnout Vandecappelle
  2015-04-10 20:21     ` Thomas Petazzoni
  0 siblings, 1 reply; 6+ messages in thread
From: Arnout Vandecappelle @ 2015-04-10 20:09 UTC (permalink / raw)
  To: buildroot

On 08/04/15 23:20, Thomas Petazzoni wrote:
> Dear J?r?me Pouiller,
> 
> On Wed,  8 Apr 2015 10:08:00 +0200, J?r?me Pouiller wrote:
>> It looks like version 2c4959b of Raspberry kernel does no more exist:
>>
>> $ git clone https://github.com/raspberrypi/linux.git
>> [...]
>> $ cd linux
>> $ git co 23c76b7f608e51258c6fca02aebeb5d588583149
>> fatal: reference is not a tree: 23c76b7f608e51258c6fca02aebeb5d588583149
>>
>> Replace it by lastest version of 3.19 branch
>>
>> Signed-off-by: J?r?me Pouiller <jezz@sysmic.org>
> 
> Yeah, the RPi people are annoying, they constantly rebase their
> branches so there's no way to have a stable commit. Yann posted an
> issue to their github: https://github.com/raspberrypi/linux/issues/915.
> Maybe we need to look into what they propose, apparently they have some
> stable branches.

 In that issue, popcornmix writes:

> The stable branches (e.g. 3.18.y) don't get rebased, so should have a linear history

so perhaps we should stick to the stable 3.18 branch instead? The
raspberry_dt_defconfig is based off the 3.18 branch, so why not do the same for
the RPi2?


 Regards,
 Arnout

> 
> I've nonetheless applied your commit, after tweaking the commit log.
> 
> (Hint: "does no more exist" isn't proper English as far as I know, you
> should say "does not exist anymore" I believe. Though I'm not a native
> English speaker, so I might be wrong.)
> 
> Thomas
> 


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F

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

* [Buildroot] [PATCH] raspberrypi2: kernel version does no more exist
  2015-04-10 20:09   ` Arnout Vandecappelle
@ 2015-04-10 20:21     ` Thomas Petazzoni
  2015-04-28 13:13       ` Frank Hunleth
  0 siblings, 1 reply; 6+ messages in thread
From: Thomas Petazzoni @ 2015-04-10 20:21 UTC (permalink / raw)
  To: buildroot

Dear Arnout Vandecappelle,

On Fri, 10 Apr 2015 22:09:50 +0200, Arnout Vandecappelle wrote:

>  In that issue, popcornmix writes:
> 
> > The stable branches (e.g. 3.18.y) don't get rebased, so should have a linear history
> 
> so perhaps we should stick to the stable 3.18 branch instead? The
> raspberry_dt_defconfig is based off the 3.18 branch, so why not do the same for
> the RPi2?

Absolutely. I'm hoping to see some patches about this from our RPi
contributors. Yann? :-)

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] raspberrypi2: kernel version does no more exist
  2015-04-10 20:21     ` Thomas Petazzoni
@ 2015-04-28 13:13       ` Frank Hunleth
  0 siblings, 0 replies; 6+ messages in thread
From: Frank Hunleth @ 2015-04-28 13:13 UTC (permalink / raw)
  To: buildroot

On Fri, Apr 10, 2015 at 4:21 PM, Thomas Petazzoni
<thomas.petazzoni@free-electrons.com> wrote:
> Dear Arnout Vandecappelle,
>
> On Fri, 10 Apr 2015 22:09:50 +0200, Arnout Vandecappelle wrote:
>
>>  In that issue, popcornmix writes:
>>
>> > The stable branches (e.g. 3.18.y) don't get rebased, so should have a linear history
>>
>> so perhaps we should stick to the stable 3.18 branch instead? The
>> raspberry_dt_defconfig is based off the 3.18 branch, so why not do the same for
>> the RPi2?
>
> Absolutely. I'm hoping to see some patches about this from our RPi
> contributors. Yann? :-)

I recently tried a Raspberry Pi 2 with the 3.19 kernel from
raspberrypi2_defconfig, and it had issues mounting an ext2 rootfs
(presumably due to not finding mmcblk0p2, but I didn't debug). I
switched to a 3.18 kernel, and everything worked fine.

I don't mind sending a patch to switch to the 3.18 branch, but before
I did so, was there anything I missed on this issue? It looks like
it's been a couple of weeks since this email, and I didn't see other
RPi commits.

Thanks,
Frank

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

end of thread, other threads:[~2015-04-28 13:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-08  8:08 [Buildroot] [PATCH] raspberrypi2: kernel version does no more exist Jérôme Pouiller
2015-04-08  8:13 ` Jérôme Pouiller
2015-04-08 21:20 ` Thomas Petazzoni
2015-04-10 20:09   ` Arnout Vandecappelle
2015-04-10 20:21     ` Thomas Petazzoni
2015-04-28 13:13       ` Frank Hunleth

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.