linux-sysmocom: Upgrade to 3.2.19, this requires a manual symlink

Kernel upgrades on a live system is not well tested, right now the
symlink is not updated but for some reason the old uImage is kept
installed.
This commit is contained in:
Holger Hans Peter Freyther 2012-06-10 17:16:55 +02:00
parent d9a77eb641
commit 420ea289a2
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.14"
LINUX_VERSION ?= "3.2.19"
LINUX_VERSION_EXTENSION ?= "-sysmocom-${LINUX_KERNEL_TYPE}"
# Overrides for the sysmocom bts v1
@ -10,7 +10,7 @@ BTS_FIRMWARE_NAME_sysmobts-v1 = "sysmobts-v1"
# Overrides for the sysmocom bts v2
BTS_FIRMWARE_NAME_sysmobts-v2 = "sysmobts-v2"
SRCREV = "76c990779a11922dad5ebea06f3bb403856e9150"
SRCREV = "561f53aa574a18a061c5130e0be0f3622ddbc037"
PR = "r19"
PV = "${LINUX_VERSION}+git${SRCPV}"