summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorBogdan Marinescu <bogdan.a.marinescu@intel.com>2013-01-14 07:31:45 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-14 14:57:27 +0300
commitf0457e54361eaa12dd962ea0b4533904c9647eaa (patch)
tree08d930d0719e92f99f26de8688955df4c13d7b58 /scripts
parent5109ec91684f4b33264e7cb95204ee882abd5e6d (diff)
downloadast2050-yocto-poky-f0457e54361eaa12dd962ea0b4533904c9647eaa.zip
ast2050-yocto-poky-f0457e54361eaa12dd962ea0b4533904c9647eaa.tar.gz
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). (From OE-Core rev: 1bd6fa9c81dea90f66641835a4c2ed6f2b7a239a) Signed-off-by: Bogdan Marinescu <bogdan.a.marinescu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/hob2
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
OpenPOWER on IntegriCloud