aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/hob2
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 @@
#!/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