From 4d76f00233a1120afabe455dd5b2dad4eb37f2c7 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sun, 3 May 2015 23:13:47 +0200 Subject: [PATCH] linux-sysmocom: Remove the branch from the SRC_URI 9610e792ffde7fb2599d19ca6d2a03230f2043c6 can not be found in the linux-3.10.76 branch. Just avoid this branch game. ERROR: Fetcher failure: Unable to find revision 9610e792ffde7fb2599d19ca6d2a03230f2043c6 in branch linux-3.10.76 even from upstream ERROR: Function failed: Fetcher failure for URL: 'git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git;branch=linux-3.10.76'. Unable to fetch URL from any source. ERROR: Logfile of failure stored in: /home/builder/jenkins/workspace/Yocto-Master/label/OE/build/tmp/work/sysmobts_v2-poky-linux-gnueabi/linux-sysmocom/3.10.76+gitAUTOINC+9610e792ff-r43/temp/log.do_fetch.16350 NOTE: recipe linux-sysmocom-3.10.76+gitAUTOINC+9610e792ff-r43: task do_fetch: Failed ERROR: Task 126 (/home/builder/jenkins/workspace/Yocto-Master/label/OE/meta-sysmocom-bsp/recipes-bsp/linux/linux-sysmocom_git.bb, do_fetch) failed with exit code '1 --- recipes-bsp/linux/linux-sysmocom_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/linux/linux-sysmocom_git.bb b/recipes-bsp/linux/linux-sysmocom_git.bb index d99da3c..bc8539c 100644 --- a/recipes-bsp/linux/linux-sysmocom_git.bb +++ b/recipes-bsp/linux/linux-sysmocom_git.bb @@ -18,7 +18,7 @@ SRCREV = "9610e792ffde7fb2599d19ca6d2a03230f2043c6" PR = "r43" PV = "${LINUX_VERSION}+git${SRCPV}" -SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git;branch=linux-3.10.76 \ +SRC_URI = "git://git.sysmocom.de/sysmo-bts/linux.git;protocol=git \ file://defconfig" S = "${WORKDIR}/git"