[oe-commits] [openembedded-core] 05/06: scripts/hob: drop

git at git.openembedded.org git at git.openembedded.org
Mon Mar 7 17:18:18 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 414f0d1ef07bb782ffa15ffd9db648ee2b2d1448
Author: Paul Eggleton <paul.eggleton at linux.intel.com>
AuthorDate: Fri Mar 4 16:22:53 2016 +1300

    scripts/hob: drop
    
    The Hob UI is gone from BitBake, so we should remove this shortcut
    script.
    
    Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 scripts/hob | 6 ------
 1 file changed, 6 deletions(-)

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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list