[oe-commits] Ulf Samuelsson : Allow to create a single board conf directory

git version control git at git.openembedded.org
Wed Aug 19 10:21:13 UTC 2009


Module: openembedded.git
Branch: ulf/linux-2.6.30.2
Commit: 5997b32f98b2d99ce86547e9ce5306a02edad6b4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5997b32f98b2d99ce86547e9ce5306a02edad6b4

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Wed Aug 19 07:35:55 2009 +0200

Allow to create a single board conf directory

---

 scripts/make-local.conf.sh |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/scripts/make-local.conf.sh b/scripts/make-local.conf.sh
index 50c72f1..b5bf501 100755
--- a/scripts/make-local.conf.sh
+++ b/scripts/make-local.conf.sh
@@ -51,5 +51,9 @@ function	build_board ()
 	edit_conf ${MACHINE}
 }
 
-source board_list.sh
+if "x$1" == "x" ; then 
+	source board_list.sh
+else
+	build_board $1
+fi
 





More information about the Openembedded-commits mailing list