From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dd19416.kasserver.com (dd19416.kasserver.com [85.13.139.185]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 55DEFE0027E for ; Thu, 25 Oct 2012 09:25:27 -0700 (PDT) Received: from [129.70.144.11] (hooge.TechFak.Uni-Bielefeld.DE [129.70.144.11]) by dd19416.kasserver.com (Postfix) with ESMTPSA id C7AC31840EB7; Thu, 25 Oct 2012 18:25:25 +0200 (CEST) Message-ID: <508967E9.3080902@herbrechtsmeier.net> Date: Thu, 25 Oct 2012 18:25:13 +0200 From: Stefan Herbrechtsmeier User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 MIME-Version: 1.0 To: Paul Eggleton References: <50881794.3020305@herbrechtsmeier.net> <15358301.1EO0GOH7WD@helios> In-Reply-To: <15358301.1EO0GOH7WD@helios> Cc: yocto@yoctoproject.org Subject: Re: Ubuntu 10.04 don't support mirror option with parameter X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Oct 2012 16:25:27 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Am 24.10.2012 19:02, schrieb Paul Eggleton: > On Wednesday 24 October 2012 18:30:12 Stefan Herbrechtsmeier wrote: >> the git version of Ubuntu 10.04 is to old to support mirror option with >> parameter which is used by the bitbake fetch2. >> >> Regards, >> Stefan >> >> >> DEBUG: ... git remote add --mirror=fetch origin >> git://git.yoctoproject.org/opkg-utils >> ERROR: Fetcher failure: Fetch command failed with exit code 129, output: >> error: option `mirror' takes no value >> usage: git remote add [] >> >> -f, --fetch fetch the remote branches >> -t, --track branch(es) to track >> -m, --master >> master branch >> --mirror no separate remotes >> > Which version of the build system are you using? In master and the upcoming > danny / 1.3 release we have a check in the bitbake wrapper script to determine > if a newer version of git needs to be built (if the host's version of git is > older than 1.7.5); if so we build one (git-replacement-native). The denzil / > 1.2 release does not have this, however. Sorry, you are right. Likely I have terminate the bitbake run after pseudo-native but before git-replacement-native finished. Regards, Stefan