[OE-core] [PATCH 2/2] scripts/hob: disable sanity checks when launching

Joshua Lock josh at linux.intel.com
Mon Apr 23 21:36:10 UTC 2012


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 <josh at linux.intel.com>
---
 scripts/hob |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/scripts/hob b/scripts/hob
index ee80cb3..4a821cb 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
-- 
1.7.7.6





More information about the Openembedded-core mailing list