From 16b2740fd5cba5fc0833c20de9445797cf2885a8 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Tue, 10 Nov 2015 13:47:45 +0100 Subject: [PATCH] build.sh: generate tarballs from git repositories This is needed when you use a PREMIRROR (as we usually do in buildserver builds). Otherwise there is a strange corner case where the do_fetch task fails when the upstream git repo has been rebased and the old mirror tarball does not have the new SHA1 revision. ERROR: Function failed: Fetcher failure for URL: 'git://git.yoctoproject.org/matchbox-window-manager'. Unable to fetch URL from any source. Signed-off-by: Javier Viguera --- sdk/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/build.sh b/sdk/build.sh index 9b6f2cb12..1a936d791 100755 --- a/sdk/build.sh +++ b/sdk/build.sh @@ -36,6 +36,7 @@ DIGI_PREMIRROR_CFG=" # Use internal mirror SOURCE_MIRROR_URL ?= \"http://build-linux.digi.com/yocto/downloads/\" INHERIT += \"own-mirrors\" +BB_GENERATE_MIRROR_TARBALLS = \"1\" " RM_WORK_CFG="