linux-sysmocom: Catch up with a newer version of Linux

This is 3.2.48 and we apply two additional patches for GCC 4.7.2+
and the usage of memset in the kernel.
This commit is contained in:
Holger Hans Peter Freyther 2013-07-17 08:20:10 +02:00
parent f688f03b7a
commit 71b2d700c7
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
inherit kernel
require linux-sysmocom.inc
LINUX_VERSION ?= "3.2.40"
LINUX_VERSION ?= "3.2.48"
LINUX_VERSION_EXTENSION ?= "-sysmocom-${LINUX_KERNEL_TYPE}"
# Overrides for the sysmocom bts v1
@ -11,7 +11,7 @@ BTS_FIRMWARE_NAME_sysmobts-v1 = "sysmobts-v1"
BTS_FIRMWARE_NAME_sysmobts-v2 = "sysmobts-v2"
BTS_FIRMWARE_NAME_sysmobts-2050 = "sysmobts-v2"
SRCREV = "996c4d772886fa81ffa5d2d971ef88e6da41e115"
SRCREV = "bcc4fa827be7f59486ff305d664b42a142025f9b"
PR = "r31"
PV = "${LINUX_VERSION}+git${SRCPV}"