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