aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen.kooi@linaro.org>2014-07-25 13:02:09 +0200
committerKoen Kooi <koen.kooi@linaro.org>2014-07-25 13:13:05 +0200
commit2d06310e96959f3bf90f25a3fdd0f8dd0ed7a0b2 (patch)
treed1222cb665ee7d002c2879a214d78aaeacb0b4ff
parent503b1fe68f90a8e2b43c456ddd17a0a90816cf9c (diff)
linux-linaro-aarch64: use ;nobranch=1
Due to rebasing the tagged commits get dropped from the branch leading to: WARNING: Failed to fetch URL git://git.linaro.org/git/kernel/linux-linaro-tracking.git;protocol=http;branch=linux-linaro;name=kernel, attempting MIRRORS if available ERROR: Fetcher failure: Unable to find revision e72caa28875ec600a6d1bb3e11813fd21c4adb16 in branch linux-linaro even from upstream ERROR: Function failed: Fetcher failure for URL: 'git://git.linaro.org/git/kernel/linux-linaro-tracking.git;protocol=http;branch=linux-linaro;name=kernel'. Unable to fetch URL from any source. ERROR: Logfile of failure stored in: /build/scratch/angstrom-v2014.12/build/tmp-angstrom_next-eglibc/work/genericarmv8-angstrom-linux/linux-linaro-aarch64/3.15+gitAUTOINC+e72caa2887-r0/temp/log.do_fetch.22052 ERROR: Task 4 (/build/scratch/angstrom-v2014.12/sources/meta-linaro/meta-linaro/recipes-kernel/linux/linux-linaro-aarch64.bb, do_fetch) failed with exit code '1' Use the 'nobranch' parameter as a workaround. Change-Id: Idb16376cd642c92b42ed4cc9cd1ea4ff039d4ffb Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
-rw-r--r--meta-linaro/recipes-kernel/linux/linux-linaro-aarch64.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-linaro/recipes-kernel/linux/linux-linaro-aarch64.bb b/meta-linaro/recipes-kernel/linux/linux-linaro-aarch64.bb
index 5922ea73..bee97fd5 100644
--- a/meta-linaro/recipes-kernel/linux/linux-linaro-aarch64.bb
+++ b/meta-linaro/recipes-kernel/linux/linux-linaro-aarch64.bb
@@ -1,7 +1,7 @@
require linux-linaro-fastmodel.inc
SRC_URI = " \
- git://git.linaro.org/kernel/linux-linaro-tracking.git;protocol=http;branch=linux-linaro;name=kernel \
+ git://git.linaro.org/kernel/linux-linaro-tracking.git;protocol=http;nobranch=1;name=kernel \
git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/boot-wrapper-aarch64.git;protocol=http;branch=master;name=bootwrapper;destsuffix=bootwrapper \
"