misc: Move from SSH to Git protocol for the sysmocom source

This commit is contained in:
Holger Hans Peter Freyther 2012-08-15 08:18:53 +02:00
parent 9f0744ce76
commit 4e2ab7017f
4 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ SRCREV = "561f53aa574a18a061c5130e0be0f3622ddbc037"
PR = "r23"
PV = "${LINUX_VERSION}+git${SRCPV}"
SRC_URI = "git://git@git.sysmocom.de/sysmo-bts/linux.git;protocol=ssh;branch=v3.2 \
SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git;branch=v3.2 \
file://mISDN_loop.patch;patch=1 \
file://defconfig"
S = "${WORKDIR}/git"

View File

@ -2,7 +2,7 @@ DESCRIPTION = "sysmocom FemtoBTS API headers"
SECTION = "kernel"
LICENSE = "CLOSED"
SRC_URI = "git://git@git.sysmocom.de/sysmo-bts/femtobts-firmware.git;protocol=ssh;branch=master"
SRC_URI = "git://git.sysmocom.de/sysmo-bts/femtobts-firmware.git;protocol=git;branch=master"
SRCREV = "6656cf9df31adb0d5514689db6f00119c237dea0"
PV = "2.4+git${SRCPV}"
PR = "r6"

View File

@ -3,7 +3,7 @@ SECTION = "kernel"
LICENSE = "CLOSED"
SRC_URI = "git://git@git.sysmocom.de/sysmo-bts/femtobts-firmware;protocol=ssh;branch=master"
SRC_URI = "git://git.sysmocom.de/sysmo-bts/femtobts-firmware;protocol=git;branch=master"
SRCREV = "6656cf9df31adb0d5514689db6f00119c237dea0"
S = "${WORKDIR}/git"

View File

@ -1,4 +1,4 @@
SRC_URI = "git://git@git.sysmocom.de/sysmo-bts/u-boot;branch=v2011.12;protocol=ssh"
SRC_URI = "git://git.sysmocom.de/sysmo-bts/u-boot;branch=v2011.12;protocol=git"
SRCREV = "e77802c0b8b818f502189f24e15f3ca47f1fa344"
PV = "v2011.12+git${SRCPV}"
S = "${WORKDIR}/git"