diff options
| author | Rod Whitby <rod@whitby.id.au> | 2005-07-26 01:46:57 +0000 |
|---|---|---|
| committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-26 01:46:57 +0000 |
| commit | cb72cea8cfb33f7b58d4c28779f3867685b46a70 (patch) | |
| tree | 1551a0f68463e6afd5f05b70eb612f3789ef5e63 /Makefile | |
| parent | 99806978326ce08a237a148e063ed4dadec92464 (diff) | |
Added the push-bitbake and import-bitbake targets
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
