Buildroot Archive on 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

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox