linux-sysmocom: Rebase to linux 3.10.50

The kernel has been boot tested to mounting the rootfs and nothing
more has been done.
This commit is contained in:
Holger Hans Peter Freyther 2014-07-30 15:18:33 +02:00
parent f85927359a
commit ab0b6f4248
1 changed files with 2 additions and 2 deletions

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.40"
LINUX_VERSION ?= "3.10.50"
LINUX_VERSION_EXTENSION ?= "-sysmocom-${LINUX_KERNEL_TYPE}"
# Overrides for the sysmocom bts v1
@ -14,7 +14,7 @@ BTS_FIRMWARE_NAME_sysmobts-v1 = "sysmobts-v1"
BTS_FIRMWARE_NAME_sysmobts-v2 = "sysmobts-v2"
BTS_FIRMWARE_NAME_sysmobts-2050 = "sysmobts-v2"
SRCREV = "63f1162771d2ac5581e73cc4912dc1dd0b2279e6"
SRCREV = "9610e792ffde7fb2599d19ca6d2a03230f2043c6"
PR = "r35"
PV = "${LINUX_VERSION}+git${SRCPV}"