diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2016-03-04 16:22:53 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-07 17:16:53 +0000 |
commit | 414f0d1ef07bb782ffa15ffd9db648ee2b2d1448 (patch) | |
tree | e46aa391bf9c524198586357cda9f38426281d54 /scripts | |
parent | b8db070926a7ec294816bc6648eb12db7f126f26 (diff) | |
download | openembedded-core-414f0d1ef07bb782ffa15ffd9db648ee2b2d1448.tar.gz openembedded-core-414f0d1ef07bb782ffa15ffd9db648ee2b2d1448.tar.bz2 openembedded-core-414f0d1ef07bb782ffa15ffd9db648ee2b2d1448.zip |
scripts/hob: drop
The Hob UI is gone from BitBake, so we should remove this shortcut
script.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-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 @@ -#!/usr/bin/env bash -export BB_ENV_EXTRAWHITE="DISABLE_SANITY_CHECKS $BB_ENV_EXTRAWHITE" -DISABLE_SANITY_CHECKS=1 bitbake -u hob $@ - -ret=$? -exit $ret |