From d6fd5c09d032347f8eb56929eb19187418c8826d Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 18 Dec 2012 15:02:35 +0100 Subject: [PATCH 1/2] linux-sysmocom: Upgrade to 3.2.35 for RevD and general fixes --- recipes-bsp/linux/linux-sysmocom_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/linux/linux-sysmocom_git.bb b/recipes-bsp/linux/linux-sysmocom_git.bb index ac205e8f23..01dacf7e58 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.19" +LINUX_VERSION ?= "3.2.35" LINUX_VERSION_EXTENSION ?= "-sysmocom-${LINUX_KERNEL_TYPE}" # Overrides for the sysmocom bts v1 @@ -10,9 +10,9 @@ BTS_FIRMWARE_NAME_sysmobts-v1 = "sysmobts-v1" # Overrides for the sysmocom bts v2 BTS_FIRMWARE_NAME_sysmobts-v2 = "sysmobts-v2" -SRCREV = "561f53aa574a18a061c5130e0be0f3622ddbc037" +SRCREV = "20b5f4f07eb6719e41cc6d25fc2a73d95337421c" -PR = "r23" +PR = "r24" PV = "${LINUX_VERSION}+git${SRCPV}" SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git;branch=v3.2 \ From dbb57efcd13952e8a095c902f6cb81eb1e0deda0 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 18 Dec 2012 15:08:08 +0100 Subject: [PATCH 2/2] u-boot: Upgrade for sysmoBTSv2 revision D Build a newer u-boot for revision D hardware --- recipes-sysmobts/uboot/u-boot_sysmocom.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-sysmobts/uboot/u-boot_sysmocom.inc b/recipes-sysmobts/uboot/u-boot_sysmocom.inc index d243177df6..70e15c8b7f 100644 --- a/recipes-sysmobts/uboot/u-boot_sysmocom.inc +++ b/recipes-sysmobts/uboot/u-boot_sysmocom.inc @@ -1,9 +1,9 @@ SRC_URI = "git://git.sysmocom.de/sysmo-bts/u-boot;branch=v2011.12;protocol=git" -SRCREV = "5ee9b97601d29a63f1eaa5dd7f9a393b31e67828" +SRCREV = "6633b83bf588ce21558a3bffb9e501479758c28b" PV = "v2011.12+git${SRCPV}" S = "${WORKDIR}/git" -PRINC = "8" +PRINC = "9" LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \ file://README;beginline=1;endline=22;md5=5ba4218ac89af7846802d0348df3fb90"