Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] buildroot: add basic Bazaar support
@ 2009-08-07  9:57 Sven Neumann
  2009-08-07 17:07 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Neumann @ 2009-08-07  9:57 UTC (permalink / raw)
  To: buildroot

This change adds the config options BR2_BZR_CO and BR2_BZR_UP that
allow to configure the commands for doing a checkout/update from
a Bazaar repository.

Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
---
 Config.in           |    8 ++++++++
 project/Makefile.in |    4 ++++
 2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/Config.in b/Config.in
index d248565..a369d11 100644
--- a/Config.in
+++ b/Config.in
@@ -27,6 +27,14 @@ config BR2_SVN_UP
 	string "Subversion (svn) command to update source tree"
 	default "svn up"
 
+config BR2_BZR_CO
+	string "Bazaar (bzr) command to download source tree"
+	default "bzr co"
+
+config BR2_BZR_UP
+	string "Bazaar (bzr) command to update source tree"
+	default "bzr up"
+
 config BR2_GIT
 	string "Git command to download source tree"
 	default "git clone"
diff --git a/project/Makefile.in b/project/Makefile.in
index 85c0eae..8878547 100644
--- a/project/Makefile.in
+++ b/project/Makefile.in
@@ -20,6 +20,10 @@ SVN_CO:=$(strip $(subst ",, $(BR2_SVN_CO))) $(QUIET)
 #"))
 SVN_UP:=$(strip $(subst ",, $(BR2_SVN_UP))) $(QUIET)
 #"))
+BZR_CO:=$(strip $(subst ",, $(BR2_BZR_CO))) $(QUIET)
+#"))
+BZR_UP:=$(strip $(subst ",, $(BR2_BZR_UP))) $(QUIET)
+#"))
 GIT:=$(strip $(subst ",, $(BR2_GIT))) $(QUIET)
 #"))
 ZCAT:=$(strip $(subst ",, $(BR2_ZCAT)))
-- 
1.6.0.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] buildroot: add basic Bazaar support
  2009-08-07  9:57 [Buildroot] [PATCH] buildroot: add basic Bazaar support Sven Neumann
@ 2009-08-07 17:07 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2009-08-07 17:07 UTC (permalink / raw)
  To: buildroot

Le Fri,  7 Aug 2009 11:57:54 +0200,
Sven Neumann <s.neumann@raumfeld.com> a ?crit :

> This change adds the config options BR2_BZR_CO and BR2_BZR_UP that
> allow to configure the commands for doing a checkout/update from
> a Bazaar repository.

Pulled and pushed into my for-2009.11 branch, which should be
integrated into the future 2009.11 release of Buildroot.

 http://git.buildroot.net/~tpetazzoni/git/buildroot/log/?h=for-2009.11

Thanks,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers and embedded Linux development,
consulting, training and support.
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-08-07 17:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-07  9:57 [Buildroot] [PATCH] buildroot: add basic Bazaar support Sven Neumann
2009-08-07 17:07 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox