|
|
|
@ -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"
|
|
|
|
|