From fe98d1c7159636f123b27292bbd4cc224b532bf0 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. Signed-off-by: Joshua Lock Signed-off-by: Richard Purdie --- scripts/hob | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/hob b/scripts/hob index ee80cb370..4a821cb08 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