summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2016-03-04 16:22:53 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-07 17:17:43 +0000
commite43fcdf1e83a95e9ee6382dec042d72213fdc600 (patch)
tree637e7a5e5dcc6ad3a985e5989657ecf50d00fa90 /scripts
parent59b4cefe29b8ad457ce0d9b9947938d5aa9d58f4 (diff)
downloadpoky-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>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/hob6
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
2export BB_ENV_EXTRAWHITE="DISABLE_SANITY_CHECKS $BB_ENV_EXTRAWHITE"
3DISABLE_SANITY_CHECKS=1 bitbake -u hob $@
4
5ret=$?
6exit $ret