M7350/oe-core/scripts/hob

7 lines
148 B
Plaintext
Raw Normal View History

2024-09-09 08:52:07 +00:00
#!/usr/bin/env bash
2024-09-09 08:57:42 +00:00
export BB_ENV_EXTRAWHITE="DISABLE_SANITY_CHECKS $BB_ENV_EXTRAWHITE"
DISABLE_SANITY_CHECKS=1 bitbake -u hob $@
2024-09-09 08:52:07 +00:00
ret=$?
exit $ret