From: Rod Whitby Date: Tue, 26 Jul 2005 01:46:57 +0000 (+0000) Subject: Added the push-bitbake and import-bitbake targets X-Git-Tag: Release-2010-05/1~9453^2~2960^2^2~9^2~2^2~3^2^2~4^2~122 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb72cea8cfb33f7b58d4c28779f3867685b46a70;p=openembedded.git Added the push-bitbake and import-bitbake targets --- diff --git a/Makefile b/Makefile index 248eec5794..adfc70324b 100644 --- a/Makefile +++ b/Makefile @@ -210,6 +210,10 @@ push: push-master push-openembedded push-master: update-master monotone push +.PHONY: push-bitbake +push-bitbake: update-bitbake + ( cd bitbake ; monotone push ) + .PHONY: push-openembedded push-openembedded: update-openembedded ( cd openembedded ; monotone push ) @@ -240,6 +244,10 @@ import-openembedded: openembedded/conf/machine/nslu2.conf monotone merge -b org.openembedded.dev ; \ fi +.PHONY: import-bitbake +import-bitbake: bitbake/bin/bitbake + svn co svn://svn.berlios.de/bitbake/trunk/bitbake + .PHONY: propagate-from-oe propagate-from-oe: monotone propagate org.openembedded.dev org.openembedded.nslu2-linux