[oe-commits] Joshua Lock : scripts/hob: disable sanity checks when launching

git at git.openembedded.org git at git.openembedded.org
Mon Apr 23 22:13:00 UTC 2012


Module: openembedded-core.git
Branch: denzil
Commit: a6e7760403e31c5e25d55b4715dc53bf9fd6f9e6
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=a6e7760403e31c5e25d55b4715dc53bf9fd6f9e6

Author: Joshua Lock <josh at linux.intel.com>
Date:   Mon Apr 23 14:36:10 2012 -0700

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 <josh at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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





More information about the Openembedded-commits mailing list