diff options
-rwxr-xr-x | scripts/hob | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/hob b/scripts/hob index bb88a76135..480413b63e 100755 --- a/scripts/hob +++ b/scripts/hob | |||
@@ -22,6 +22,11 @@ EOF | |||
22 | ) > conf/hob-post.conf | 22 | ) > conf/hob-post.conf |
23 | fi | 23 | fi |
24 | 24 | ||
25 | # Users don't like to launch GUI's and see a bunch of text whiz by, notify them | ||
26 | if [ ! -e "$BUILDDIR/pseudodone" ]; then | ||
27 | echo "Before we can launch the GUI we need to build some native tools required for running" | ||
28 | fi | ||
29 | |||
25 | bitbake -r conf/hob-pre.conf -R conf/hob-post.conf -u hob | 30 | bitbake -r conf/hob-pre.conf -R conf/hob-post.conf -u hob |
26 | 31 | ||
27 | ret=$? | 32 | ret=$? |