[OE-core] Fetching code via git over ssh.

Samuel Stirtzel s.stirtzel at googlemail.com
Thu Mar 29 12:13:17 UTC 2012


Hi,
as I have set up a git server on one of my PCs and secured it with ssh.
I tried to use the repository in a recipe, cloning via "git clone
ssh://user@server/~/repo.git" works.
But bitbake tries to fetch the repository via scp instead of git (also
if I add protocol=git).

Tried something like this in my recipe:
SRC_URI = "ssh://user@server/~/repo.git;protocol=git;branch=master"
(note: the git repository is in the home directory of the user, so the
tilde is not causing an error)


Anyone else tried to fetch a repository on a ssh secured git server via bitbake?

-- 
Regards
Samuel




More information about the Openembedded-core mailing list