diff options
-rwxr-xr-x | scripts/hob | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/hob b/scripts/hob index ee80cb3701..4a821cb08b 100755 --- a/scripts/hob +++ b/scripts/hob | |||
@@ -1,5 +1,6 @@ | |||
1 | #!/usr/bin/env bash | 1 | #!/usr/bin/env bash |
2 | bitbake -u hob | 2 | export BB_ENV_EXTRAWHITE="DISABLE_SANITY_CHECKS $BB_ENV_EXTRAWHITE" |
3 | DISABLE_SANITY_CHECKS=1 bitbake -u hob | ||
3 | 4 | ||
4 | ret=$? | 5 | ret=$? |
5 | exit $ret | 6 | exit $ret |