From: Paul Eggleton Date: Fri, 4 Mar 2016 03:22:53 +0000 (+1300) Subject: scripts/hob: drop X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~26662 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=414f0d1ef07bb782ffa15ffd9db648ee2b2d1448;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 8d33ab1782a..00000000000 --- 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