linux-sysmocom: Really base on 3.10.76 for our kernel

linux-sysmocom_git.bb is used for the BTS, BSC and IDU. Let's
really use 3.10.76 (from 3.10.50 just rebased and not tested
on the device yet). This should fix the Yocto-Master build
tonight.
This commit is contained in:
Holger Hans Peter Freyther 2015-05-04 21:15:28 +02:00
parent 933d151e84
commit 1a61dfc20a
1 changed files with 2 additions and 2 deletions

View File

@ -13,12 +13,12 @@ BTS_FIRMWARE_NAME_sysmobts-v1 = "sysmobts-v1"
# Overrides for the sysmocom bts v2
BTS_FIRMWARE_NAME_sysmobts-v2 = "sysmobts-v2"
SRCREV = "9610e792ffde7fb2599d19ca6d2a03230f2043c6"
SRCREV = "0f21ba8c5b9ddf1d8c0c2bc36202e90d15ee381a"
PR = "r43"
PV = "${LINUX_VERSION}+git${SRCPV}"
SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git \
SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git;branch=linux-3.10.76 \
file://defconfig"
S = "${WORKDIR}/git"