summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2005-07-26 01:46:57 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-26 01:46:57 +0000
commitcb72cea8cfb33f7b58d4c28779f3867685b46a70 (patch)
tree1551a0f68463e6afd5f05b70eb612f3789ef5e63 /Makefile
parent99806978326ce08a237a148e063ed4dadec92464 (diff)
Added the push-bitbake and import-bitbake targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
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