summaryrefslogtreecommitdiff
path: root/yocto-poky/scripts/hob
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/scripts/hob')
-rwxr-xr-xyocto-poky/scripts/hob6
1 files changed, 6 insertions, 0 deletions
diff --git a/yocto-poky/scripts/hob b/yocto-poky/scripts/hob
new file mode 100755
index 000000000..8d33ab178
--- /dev/null
+++ b/yocto-poky/scripts/hob
@@ -0,0 +1,6 @@
+#!/usr/bin/env bash
+export BB_ENV_EXTRAWHITE="DISABLE_SANITY_CHECKS $BB_ENV_EXTRAWHITE"
+DISABLE_SANITY_CHECKS=1 bitbake -u hob $@
+
+ret=$?
+exit $ret