From 1a61dfc20a9088a6ecc72f1ad4925ba82191aa90 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 4 May 2015 21:15:28 +0200 Subject: [PATCH] linux-sysmocom: Really base on 3.10.76 for our kernel linux-sysmocom_git.bb is used for the BTS, BSC and IDU. Let's really use 3.10.76 (from 3.10.50 just rebased and not tested on the device yet). This should fix the Yocto-Master build tonight. --- 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 bc8539c706..f98eedae72 100644 --- a/recipes-bsp/linux/linux-sysmocom_git.bb +++ b/recipes-bsp/linux/linux-sysmocom_git.bb @@ -13,12 +13,12 @@ BTS_FIRMWARE_NAME_sysmobts-v1 = "sysmobts-v1" # Overrides for the sysmocom bts v2 BTS_FIRMWARE_NAME_sysmobts-v2 = "sysmobts-v2" -SRCREV = "9610e792ffde7fb2599d19ca6d2a03230f2043c6" +SRCREV = "0f21ba8c5b9ddf1d8c0c2bc36202e90d15ee381a" PR = "r43" PV = "${LINUX_VERSION}+git${SRCPV}" -SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git \ +SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git;branch=linux-3.10.76 \ file://defconfig" S = "${WORKDIR}/git"