User-contrib

From Yocto Project
Revision as of 00:54, 21 September 2012 by MichaelHalstead (talk | contribs) (Created page with "Yocto project supports user created repositories at git.yoctoproject.org. To create a repo you must have had your public key key added to our system. Richard Purdie or Michael Ha...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Yocto project supports user created repositories at git.yoctoproject.org. To create a repo you must have had your public key key added to our system. Richard Purdie or Michael Halstead can add your public key if needed.

The following command will initialize an empty repository and clone it:

 git clone git@git.yoctoproject.org:user-contrib/[username]/[reponame]

By default these repositories are not public displayed. In order to make your repo public contact Michael Halstead with a description. Have a look at the Layer_Publishing_Guide to see what sections of apply to your repository.