|
|
|
@ -7,18 +7,18 @@ DEPENDS += "bc-native"
|
|
|
|
|
# reverse dependency tracking for the kernel doesn't appear to work. So
|
|
|
|
|
# please bump the PR on version changes!
|
|
|
|
|
# at versions changes do not forget to update conf/machine/include/sysmobts.inc too
|
|
|
|
|
LINUX_VERSION ?= "3.10.80"
|
|
|
|
|
LINUX_VERSION ?= "3.10.84"
|
|
|
|
|
LINUX_VERSION_EXTENSION ?= "-sysmocom-${LINUX_KERNEL_TYPE}"
|
|
|
|
|
|
|
|
|
|
# Overrides for the sysmocom bts v2
|
|
|
|
|
BTS_FIRMWARE_NAME_sysmobts-v2 = "sysmobts-v2"
|
|
|
|
|
|
|
|
|
|
SRCREV = "3122273386e140378bfc7f8ec5d76e4e04c32ad1"
|
|
|
|
|
SRCREV = "60c9ebbd1a683e8691223042a12958c5dc661feb"
|
|
|
|
|
|
|
|
|
|
PR = "r43"
|
|
|
|
|
PV = "${LINUX_VERSION}+git${SRCPV}"
|
|
|
|
|
|
|
|
|
|
SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git;branch=linux-3.10.80 \
|
|
|
|
|
SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git;branch=linux-3.10.84 \
|
|
|
|
|
file://defconfig"
|
|
|
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
|