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