aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-ac100_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2011-01-05 19:42:14 +0100
committerKoen Kooi <koen@openembedded.org>2011-01-05 19:43:03 +0100
commit2915ea2ab1541816511b4f04cfb066db1ba7ce70 (patch)
tree9dfdd39363fc475e3e9a7f5965e49f8a832ebc9c /recipes/linux/linux-ac100_git.bb
parent7ffc76fcd2f2a98b0d3a2ea6240ab3026886e7c4 (diff)
downloadopenembedded-2915ea2ab1541816511b4f04cfb066db1ba7ce70.tar.gz
linux-ac100: switch to fetching from git, less flaky
19:01 < woglinde> yeah feel free to commit Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/linux/linux-ac100_git.bb')
-rw-r--r--recipes/linux/linux-ac100_git.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes/linux/linux-ac100_git.bb b/recipes/linux/linux-ac100_git.bb
index a7e08b26a8..17bf564797 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"