update sysmobts/sysmocom-bsc/sysmocom-idu from 3.10.50 to 3.10.76

This commit is contained in:
Harald Welte 2015-05-02 12:28:33 +02:00
parent f6410166f8
commit 1e38dac840
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
TARGET_ARCH = "arm"
PREFERRED_PROVIDER_virtual/kernel = "linux-sysmocom"
PREFERRED_VERSION_linux-sysmocom = "3.10.50+git%"
PREFERRED_VERSION_linux-sysmocom = "3.10.76+git%"
PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross"
PREFERRED_VERSION_u-boot = "git"

View File

@ -4,7 +4,7 @@ require linux-sysmocom.inc
DEPENDS += "bc-native"
# at versions changes do not forget to update conf/machine/include/sysmobts.inc too
LINUX_VERSION ?= "3.10.50"
LINUX_VERSION ?= "3.10.76"
LINUX_VERSION_EXTENSION ?= "-sysmocom-${LINUX_KERNEL_TYPE}"
# Overrides for the sysmocom bts v1
@ -15,10 +15,10 @@ BTS_FIRMWARE_NAME_sysmobts-v2 = "sysmobts-v2"
SRCREV = "9610e792ffde7fb2599d19ca6d2a03230f2043c6"
PR = "r41"
PR = "r42"
PV = "${LINUX_VERSION}+git${SRCPV}"
SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git;branch=linux-3.10.50 \
SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git;branch=linux-3.10.76 \
file://defconfig"
S = "${WORKDIR}/git"