[Announcement] Switch to git for the OpenEmbedded metadata and Bitbake

John Lee john_lee at openmoko.com
Wed May 21 10:33:31 CEST 2008


On Tue, May 20, 2008 at 11:14:33AM +0200, Holger Freyther wrote:
> Hey,
> 
> People without commit access:
> 
> 1.) Install git (git-core)
> 2.) Get Bitbake: 
> 	git clone git://git.openmoko.org/git/bitbake.git bitbake-om
> 
> 3.) Get the OpenEmbedded data:
> 	git clone git://git.openmoko.org/git/openmoko.git openmoko
> 4.) Setup OE the usual way.
> 5.) git-diff to see diffs, git-commit to commit, git-format-patch 
> origin/org.openmoko.april-update to prepare your patches you want to send 
> upstream.
> 6.) git-pull to update
> 
> People with commit access:
> 
> 1.) Install git (git-core)
> 2.) Get Bitbake:
> 	git clone git+ssh://git@git.openmoko.org/var/cache/git/bitbake.git bitbake-om
> 
> 3.) Get the OpenEmbedded data:
> 	git clone git+ssh://git@git.openmoko.org/var/cache/git/openmoko.git openmoko
> 4.) Setup OE the usual way.
> 5.) git-diff, git-commit, git-push to push changes upstream
> 6.) git-pull to update
> 

and don't forget

$ git config --global user.name "Your Name Comes Here"
$ git config --global user.email "you at yourdomain.example.com"


- John



More information about the openmoko-devel mailing list