All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: git and ssh and kernel development
Date: Sat, 13 Feb 2010 13:23:01 +0100	[thread overview]
Message-ID: <20100213122301.GD5364@jama> (raw)
In-Reply-To: <ade1bdc1002130211o51733308vc79df05ee449cb0d@mail.gmail.com>

On Sat, Feb 13, 2010 at 11:11:23AM +0100, Raffaele Recalcati wrote:
> Dear Paul,
> 
> 2010/2/13 Paul Menzel <paulepanter@users.sourceforge.net>:
> > Dear Raffaele,
> >
> >
> > Am Samstag, den 13.02.2010, 10:07 +0100 schrieb Raffaele Recalcati:
> >> I have a git mirror of the kernel.
> >> How to fetch from it in ssh .
> >> ssh://user@ipaddress/pathtogit;protocol=git;branch=master
> >> but ssh has password  ..
> >>
> >> Second question: if pathtogit is a dir on my pc where I'm developing
> >> what is the syntax?
> >
> > I think this is the wrong list you are asking this question. Please ask
> > on the Git list, but before you should read the documentation which is
> > quite elaborate for Git as far as I know and should cover your
> > questions.
> >
> > If you do ask the question on the Git list or solve the problem please
> > answer to this thread with the appropriate links.
> 
> I'm sorry.
> It was a stupid question.
> I'll be very careful in the future!
> :)

If you're asking what to put in SRC_URI in recipe it doesn't look stupid
to me :).

I don't know how to use git+ssh in bitbake (especially with password), I
would expect something like
SRC_URI="git://user@ipaddress/pathtogit;protocol=ssh;branch=master"
but you've to check if that's supported at least with key
authentization"

2nd question is easier
SRC_URI = "file:///home/projects/pathtogit/secretProject"
and you would probably need to adjust S variable too
S = "${WORKDIR}/secretProject"


And you don't want to commit either version to public OE repo, right?

Regards,

-- 
uin:136542059                jid:Martin.Jansa@gmail.com
Jansa Martin                 sip:jamasip@voip.wengo.fr 
JaMa                         



  reply	other threads:[~2010-02-13 12:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-13  9:07 git and ssh and kernel development Raffaele Recalcati
2010-02-13  9:24 ` Paul Menzel
2010-02-13 10:11   ` Raffaele Recalcati
2010-02-13 12:23     ` Martin Jansa [this message]
2010-02-13 15:09       ` Raffaele Recalcati

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=20100213122301.GD5364@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@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.