From 402972682da41da1ed4b4f160027986b882d01e3 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Mon, 23 Apr 2012 14:36:10 -0700 Subject: scripts/hob: disable sanity checks when launching This enables us to use the GUI to change any settings which might cause sanity checks to fail, such as the proxy configuration. (From OE-Core rev: fe98d1c7159636f123b27292bbd4cc224b532bf0) Signed-off-by: Joshua Lock Signed-off-by: Richard Purdie --- scripts/hob | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/hob') diff --git a/scripts/hob b/scripts/hob index ee80cb3701..4a821cb08b 100755 --- a/scripts/hob +++ b/scripts/hob @@ -1,5 +1,6 @@ #!/usr/bin/env bash -bitbake -u hob +export BB_ENV_EXTRAWHITE="DISABLE_SANITY_CHECKS $BB_ENV_EXTRAWHITE" +DISABLE_SANITY_CHECKS=1 bitbake -u hob ret=$? exit $ret -- cgit v1.2.3-54-g00ecf