From 21ddc964ced18d4f1058c003f46acc2c7f1f1fe3 Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Thu, 23 Feb 2012 21:49:13 +0800 Subject: scripts/hob: Launch the new hob Change the scripts to launch the new Hob. (From OE-Core rev: 22194a04f224864dd687660e351a3a10da1f06fa) Signed-off-by: Dongxiao Xu Signed-off-by: Richard Purdie --- scripts/hob | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/scripts/hob b/scripts/hob index 480413b63e..ee80cb3701 100755 --- a/scripts/hob +++ b/scripts/hob @@ -1,33 +1,5 @@ #!/usr/bin/env bash -if ! (test -r "$BUILDDIR/conf/hob-pre.conf"); then - cat < conf/hob-post.conf -fi - -# Users don't like to launch GUI's and see a bunch of text whiz by, notify them -if [ ! -e "$BUILDDIR/pseudodone" ]; then - echo "Before we can launch the GUI we need to build some native tools required for running" -fi - -bitbake -r conf/hob-pre.conf -R conf/hob-post.conf -u hob +bitbake -u hob ret=$? exit $ret -- cgit v1.2.3-54-g00ecf