From: Paul Eggleton Date: Fri, 4 Mar 2016 03:22:53 +0000 (+1300) Subject: scripts/hob: drop X-Git-Tag: 2016-4~552 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=414f0d1ef07bb782ffa15ffd9db648ee2b2d1448;p=openembedded-core.git scripts/hob: drop The Hob UI is gone from BitBake, so we should remove this shortcut script. Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- 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