diff options
author | Koen Kooi <koen@openembedded.org> | 2008-03-16 21:39:59 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-03-16 21:39:59 +0000 |
commit | 86a45a8436475f585bea012b04b897b549f1da85 (patch) | |
tree | f6fba8f48a18322ee6f16146d6d2b503170135d7 /packages/linux | |
parent | 489635268c590736b938d57798e568c797163511 (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.bb | 2 |
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" |