aboutsummaryrefslogtreecommitdiffstats
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:16:53 +0000
commit414f0d1ef07bb782ffa15ffd9db648ee2b2d1448 (patch)
treee46aa391bf9c524198586357cda9f38426281d54
parentb8db070926a7ec294816bc6648eb12db7f126f26 (diff)
downloadopenembedded-core-contrib-414f0d1ef07bb782ffa15ffd9db648ee2b2d1448.tar.gz
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>
-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 @@
-#!/usr/bin/env bash
-export BB_ENV_EXTRAWHITE="DISABLE_SANITY_CHECKS $BB_ENV_EXTRAWHITE"
-DISABLE_SANITY_CHECKS=1 bitbake -u hob $@
-
-ret=$?
-exit $ret