From cf35573837dfb1b87cf754f761dbe7735addf9ad Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 10 Nov 2014 08:50:11 +0100 Subject: [PATCH] linux-sysmocom: Remove the branch name as it breaks on dizzy IIRC the branch name is not used in edison and it breaks in dizzy as the commit is noth within the branch. --- recipes-bsp/linux/linux-sysmocom_3.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/linux/linux-sysmocom_3.2.bb b/recipes-bsp/linux/linux-sysmocom_3.2.bb index b5eaf16..0b59743 100644 --- a/recipes-bsp/linux/linux-sysmocom_3.2.bb +++ b/recipes-bsp/linux/linux-sysmocom_3.2.bb @@ -20,7 +20,7 @@ LINUX_VERSION_sysmocom-odu = "3.2.63" PR = "r37" PV = "${LINUX_VERSION}+git${SRCPV}" -SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git;branch=v3.2 \ +SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git \ file://mISDN_loop.patch;patch=1 \ file://defconfig" S = "${WORKDIR}/git"