All of lore.kernel.org
 help / color / mirror / Atom feed
From: lei yang <yanglei.fage@gmail.com>
To: Chris Larson <clarson@kergoth.com>
Cc: "bitbake-devel@lists.openembedded.org"
	<bitbake-devel@lists.openembedded.org>,
	Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: git address in SRC_URI, doesn't works for me
Date: Sun, 20 Jan 2013 12:27:42 +0800	[thread overview]
Message-ID: <CAHsH0E-Y5dLPvgqGCN57vt8BzKZy7ftdxZv7vL=HT0BYavCWcw@mail.gmail.com> (raw)
In-Reply-To: <CABcZANkpo5qMnPkL903SQjfkPhwUF-7rK+i5LaqxTFUdqE3H2Q@mail.gmail.com>

On Sun, Jan 20, 2013 at 10:15 AM, Chris Larson <clarson@kergoth.com> wrote:
>
> On Sat, Jan 19, 2013 at 2:13 AM, lei yang <yanglei.fage@gmail.com> wrote:
>>
>> SRC_URI = "git://git.opensvc.com/multipath-tools/.git;protocol=http"
>> it doe noting,and trying to find COPING,but it doesn't clone it
>
>
> This is the correct syntax. The URL scheme (git://) determines what bitbake
> fetcher, and therefore what tool, is used to fetch. If you use http://,
> it'll try to download it with wget, not git.
> --
> Christopher Larson

But, the fact is git://git.opensvc.com/multipath-tools/.git can't be
used, you can't  git clone  git://git.opensvc.com/multipath-tools/.git
(git:// is not valid this this git repos)
but you can "git clone  http://git.opensvc.com/multipath-tools/.git",
I think bitbake doesn't handle this

Lei



WARNING: multiple messages have this Message-ID (diff)
From: lei yang <yanglei.fage@gmail.com>
To: Chris Larson <clarson@kergoth.com>
Cc: "bitbake-devel@lists.openembedded.org"
	<bitbake-devel@lists.openembedded.org>,
	Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [bitbake-devel] git address in SRC_URI, doesn't works for me
Date: Sun, 20 Jan 2013 12:27:42 +0800	[thread overview]
Message-ID: <CAHsH0E-Y5dLPvgqGCN57vt8BzKZy7ftdxZv7vL=HT0BYavCWcw@mail.gmail.com> (raw)
In-Reply-To: <CABcZANkpo5qMnPkL903SQjfkPhwUF-7rK+i5LaqxTFUdqE3H2Q@mail.gmail.com>

On Sun, Jan 20, 2013 at 10:15 AM, Chris Larson <clarson@kergoth.com> wrote:
>
> On Sat, Jan 19, 2013 at 2:13 AM, lei yang <yanglei.fage@gmail.com> wrote:
>>
>> SRC_URI = "git://git.opensvc.com/multipath-tools/.git;protocol=http"
>> it doe noting,and trying to find COPING,but it doesn't clone it
>
>
> This is the correct syntax. The URL scheme (git://) determines what bitbake
> fetcher, and therefore what tool, is used to fetch. If you use http://,
> it'll try to download it with wget, not git.
> --
> Christopher Larson

But, the fact is git://git.opensvc.com/multipath-tools/.git can't be
used, you can't  git clone  git://git.opensvc.com/multipath-tools/.git
(git:// is not valid this this git repos)
but you can "git clone  http://git.opensvc.com/multipath-tools/.git",
I think bitbake doesn't handle this

Lei



  reply	other threads:[~2013-01-20  4:43 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-19  9:13 git address in SRC_URI, doesn't works for me lei yang
2013-01-20  2:15 ` Chris Larson
2013-01-20  2:15   ` [bitbake-devel] " Chris Larson
2013-01-20  4:27   ` lei yang [this message]
2013-01-20  4:27     ` lei yang
2013-01-20  6:08   ` lei yang
2013-01-20  6:08     ` [bitbake-devel] " lei yang
2013-01-20 14:05     ` Bernhard Reutner-Fischer
2013-01-20 14:05       ` [bitbake-devel] " Bernhard Reutner-Fischer
2013-01-20 20:07       ` Chris Larson
2013-01-20 20:07         ` [bitbake-devel] " Chris Larson
2013-01-22 10:36 ` [OE-core] " Paul Eggleton
2013-01-22 10:36   ` Paul Eggleton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAHsH0E-Y5dLPvgqGCN57vt8BzKZy7ftdxZv7vL=HT0BYavCWcw@mail.gmail.com' \
    --to=yanglei.fage@gmail.com \
    --cc=bitbake-devel@lists.openembedded.org \
    --cc=clarson@kergoth.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.