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