From 71b2d700c79349ebab8c60eab41b09f636af1fcf Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 17 Jul 2013 08:20:10 +0200 Subject: [PATCH] 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. --- 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 218086a..51441b4 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.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}"