diff options
| author | Bogdan Marinescu <bogdan.a.marinescu@intel.com> | 2013-01-14 07:31:45 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-14 14:57:27 +0300 |
| commit | f0457e54361eaa12dd962ea0b4533904c9647eaa (patch) | |
| tree | 08d930d0719e92f99f26de8688955df4c13d7b58 | |
| parent | 5109ec91684f4b33264e7cb95204ee882abd5e6d (diff) | |
| download | 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>
| -rwxr-xr-x | scripts/hob | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/hob b/scripts/hob index 4a821cb08b..8d33ab1782 100755 --- a/scripts/hob +++ b/scripts/hob | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #!/usr/bin/env bash | 1 | #!/usr/bin/env bash |
| 2 | export BB_ENV_EXTRAWHITE="DISABLE_SANITY_CHECKS $BB_ENV_EXTRAWHITE" | 2 | export BB_ENV_EXTRAWHITE="DISABLE_SANITY_CHECKS $BB_ENV_EXTRAWHITE" |
| 3 | DISABLE_SANITY_CHECKS=1 bitbake -u hob | 3 | DISABLE_SANITY_CHECKS=1 bitbake -u hob $@ |
| 4 | 4 | ||
| 5 | ret=$? | 5 | ret=$? |
| 6 | exit $ret | 6 | exit $ret |
