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:17:43 +0000 |
commit | e43fcdf1e83a95e9ee6382dec042d72213fdc600 (patch) | |
tree | 637e7a5e5dcc6ad3a985e5989657ecf50d00fa90 | |
parent | 59b4cefe29b8ad457ce0d9b9947938d5aa9d58f4 (diff) | |
download | poky-e43fcdf1e83a95e9ee6382dec042d72213fdc600.tar.gz |
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>
-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 | ||