summaryrefslogtreecommitdiff
path: root/packages/linux
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-03-16 21:39:59 +0000
committerKoen Kooi <koen@openembedded.org>2008-03-16 21:39:59 +0000
commit86a45a8436475f585bea012b04b897b549f1da85 (patch)
treef6fba8f48a18322ee6f16146d6d2b503170135d7 /packages/linux
parent489635268c590736b938d57798e568c797163511 (diff)
linux-beagleboard: switch to http protocol as that seems to be more forgiving with the wet piece of string internet connection the beagleboard server has
Diffstat (limited to 'packages/linux')
-rw-r--r--packages/linux/linux-beagleboard_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux-beagleboard_git.bb b/packages/linux/linux-beagleboard_git.bb
index 12842cd969..f9858f7564 100644
--- a/packages/linux/linux-beagleboard_git.bb
+++ b/packages/linux/linux-beagleboard_git.bb
@@ -5,7 +5,7 @@ PV = "2.6.x+git${SRCREV}"
COMPATIBLE_MACHINE = "beagleboard"
-SRC_URI = "git://www.beagleboard.org/linux.git;protocol=git \
+SRC_URI = "git://www.beagleboard.org/linux.git;protocol=http \
file://defconfig"
S = "${WORKDIR}/git"