Hi Michael, On Wednesday 08 January 2014 11:52:31 Michael Halstead wrote: > On 01/08/2014 10:41 AM, Paul Eggleton wrote: > > Hi folks, > > > > As we've talked about, in order to contribute to Toaster, you really need > > to get push access to the poky-contrib repository so you can push your > > own branches there for people to review. In order to do that, you need > > to: > > > > 1) If you haven't already, generate an SSH key pair on your machine > > > > 2) Send a request for push access to poky-contrib with the *public* key > > attached to Michael Halstead <[email protected]> > > Please include your intended branch prefix when sending your public key. > In my case it would be halstead because my branches are all named > halstead/<topic>.
OK, thanks, I wasn't aware of that. > > 3) Once Michael has added your key, either: > > > > a) Add poky-contrib as a remote: > > git add poky-contrib ssh://[email protected]/poky-contrib > > Also you'll need to use "remote add". Note that the username when > pushing to git.yoctoproject.org is always git. > > git remote add poky-contrib ssh://[email protected]/poky-contrib Oops, mistake on my part. I definitely meant "git remote add" and not "git add". (I guess we should probably add all of this stuff to a wiki page somewhere, if we don't already have it.) Cheers, Paul -- Paul Eggleton Intel Open Source Technology Centre _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
