[oe-commits] Koen Kooi : linux-ac100: switch to fetching from git, less flaky

git version control git at git.openembedded.org
Wed Jan 5 18:47:39 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2915ea2ab1541816511b4f04cfb066db1ba7ce70
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2915ea2ab1541816511b4f04cfb066db1ba7ce70

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Jan  5 19:42:14 2011 +0100

linux-ac100: switch to fetching from git, less flaky

19:01 < woglinde> yeah feel free to commit

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 recipes/linux/linux-ac100_git.bb |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/recipes/linux/linux-ac100_git.bb b/recipes/linux/linux-ac100_git.bb
index a7e08b2..17bf564 100644
--- a/recipes/linux/linux-ac100_git.bb
+++ b/recipes/linux/linux-ac100_git.bb
@@ -5,14 +5,12 @@ PR = "r0"
 
 COMPATIBLE_MACHINE = "ac100"
 
-SRCREV = "462ec86ebb59b2ade8e4ebb393fcb67408e3938"
+SRCREV = "cfa99cf99d13e8d328918e60beffad9fcac1e621"
 
 SRC_URI = "\
-  http://gitorious.org/ac100/kernel/archive-tarball/ac100-kernel-eclair-tosh.tar.gz \
+  git://gitorious.org/ac100/kernel.git;protocol=git;branch=eclair-tosh \
   file://defconfig \
 "
 
-S = "${WORKDIR}/ac100-kernel"
+S = "${WORKDIR}/git"
 
-SRC_URI[md5sum] = "2cdb73591a17b7ffd3ed207e11cf8ae2"
-SRC_URI[sha256sum] = "bab7bbc1a2b859ed661131527fe17d81d93cd70421ac7724fb624a401e15c5e6"





More information about the Openembedded-commits mailing list