From 420ea289a252ef7494323ec8c4db7b2733268ce9 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 10 Jun 2012 17:16:55 +0200 Subject: [PATCH] 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. --- recipes-bsp/linux/linux-sysmocom_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/linux/linux-sysmocom_git.bb b/recipes-bsp/linux/linux-sysmocom_git.bb index adbaa6f..f7bb623 100644 --- a/recipes-bsp/linux/linux-sysmocom_git.bb +++ b/recipes-bsp/linux/linux-sysmocom_git.bb @@ -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}"