]> code.ossystems Code Review - openembedded-core.git/commitdiff
scripts/hob: drop
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Fri, 4 Mar 2016 03:22:53 +0000 (16:22 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Mar 2016 17:16:53 +0000 (17:16 +0000)
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>
scripts/hob [deleted file]

diff --git a/scripts/hob b/scripts/hob
deleted file mode 100755 (executable)
index 8d33ab1..0000000
+++ /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