From 414f0d1ef07bb782ffa15ffd9db648ee2b2d1448 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 4 Mar 2016 16:22:53 +1300 Subject: 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 --- scripts/hob | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 scripts/hob 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 -- cgit 1.2.3-korg