From 1bd6fa9c81dea90f66641835a4c2ed6f2b7a239a Mon Sep 17 00:00:00 2001 From: Bogdan Marinescu Date: Mon, 14 Jan 2013 07:31:45 +0000 Subject: 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 Signed-off-by: Richard Purdie --- scripts/hob | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/hob b/scripts/hob index 4a821cb08b..8d33ab1782 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 -- cgit 1.2.3-korg