[oe-commits] Bogdan Marinescu : scripts/hob: enable additional arguments

git at git.openembedded.org git at git.openembedded.org
Tue May 14 11:52:40 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 1bd6fa9c81dea90f66641835a4c2ed6f2b7a239a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1bd6fa9c81dea90f66641835a4c2ed6f2b7a239a

Author: Bogdan Marinescu <bogdan.a.marinescu at intel.com>
Date:   Mon Jan 14 07:31:45 2013 +0000

scripts/hob: enable additional arguments

Allow "hob" to receive other arguments in the command line (for example
the server type and the address of the remote end if running remotely).

Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 scripts/hob |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/hob b/scripts/hob
index 4a821cb..8d33ab1 100755
--- a/scripts/hob
+++ b/scripts/hob
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 export BB_ENV_EXTRAWHITE="DISABLE_SANITY_CHECKS $BB_ENV_EXTRAWHITE"
-DISABLE_SANITY_CHECKS=1 bitbake -u hob
+DISABLE_SANITY_CHECKS=1 bitbake -u hob $@
 
 ret=$?
 exit $ret





More information about the Openembedded-commits mailing list