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

_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to