]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/hob: enable additional arguments
authorBogdan Marinescu <bogdan.a.marinescu@intel.com>
Mon, 14 Jan 2013 07:31:45 +0000 (07:31 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 May 2013 10:57:00 +0000 (13:57 +0300)
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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/hob

index 4a821cb08b4e196da9b2c33378fc3dbdba397e04..8d33ab1782a9fe70e7e5fa7e66237c65843015de 100755 (executable)
@@ -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