* Ubuntu 10.04 don't support mirror option with parameter
@ 2012-10-24 16:30 Stefan Herbrechtsmeier
2012-10-24 17:02 ` Paul Eggleton
0 siblings, 1 reply; 3+ messages in thread
From: Stefan Herbrechtsmeier @ 2012-10-24 16:30 UTC (permalink / raw)
To: yocto
Hi,
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 [<options>] <name> <url>
-f, --fetch fetch the remote branches
-t, --track <branch> branch(es) to track
-m, --master <branch>
master branch
--mirror no separate remotes
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: Ubuntu 10.04 don't support mirror option with parameter
2012-10-24 16:30 Ubuntu 10.04 don't support mirror option with parameter Stefan Herbrechtsmeier
@ 2012-10-24 17:02 ` Paul Eggleton
2012-10-25 16:25 ` Stefan Herbrechtsmeier
0 siblings, 1 reply; 3+ messages in thread
From: Paul Eggleton @ 2012-10-24 17:02 UTC (permalink / raw)
To: Stefan Herbrechtsmeier; +Cc: yocto
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 [<options>] <name> <url>
>
> -f, --fetch fetch the remote branches
> -t, --track <branch> branch(es) to track
> -m, --master <branch>
> 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.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Ubuntu 10.04 don't support mirror option with parameter
2012-10-24 17:02 ` Paul Eggleton
@ 2012-10-25 16:25 ` Stefan Herbrechtsmeier
0 siblings, 0 replies; 3+ messages in thread
From: Stefan Herbrechtsmeier @ 2012-10-25 16:25 UTC (permalink / raw)
To: Paul Eggleton; +Cc: yocto
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 [<options>] <name> <url>
>>
>> -f, --fetch fetch the remote branches
>> -t, --track <branch> branch(es) to track
>> -m, --master <branch>
>> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-10-25 16:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-24 16:30 Ubuntu 10.04 don't support mirror option with parameter Stefan Herbrechtsmeier
2012-10-24 17:02 ` Paul Eggleton
2012-10-25 16:25 ` Stefan Herbrechtsmeier
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.