scripts/hob: drop

The Hob UI is gone from BitBake, so we should remove this shortcut
script.

(From OE-Core rev: 414f0d1ef07bb782ffa15ffd9db648ee2b2d1448)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton 2016-03-04 16:22:53 +13:00 committed by Richard Purdie
parent 59b4cefe29
commit e43fcdf1e8
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
#!/usr/bin/env bash
export BB_ENV_EXTRAWHITE="DISABLE_SANITY_CHECKS $BB_ENV_EXTRAWHITE"
DISABLE_SANITY_CHECKS=1 bitbake -u hob $@
ret=$?
exit $ret