From 35cc0b023f8b5f7b30b05da199fda7074fc6d9b7 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 1 May 2012 16:15:36 -0700 Subject: builder: Add Please Wait Dialog Box Add dialog box while bitbake starts hob to inform user to please wait for the hob screen to become visible. (From OE-Core rev: e9239e4250ef140920847f78625cc7206763c32c) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-graphics/builder/files/builder_hob_start.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-graphics/builder/files/builder_hob_start.sh') diff --git a/meta/recipes-graphics/builder/files/builder_hob_start.sh b/meta/recipes-graphics/builder/files/builder_hob_start.sh index 98b2adbeae..883535b0ca 100644 --- a/meta/recipes-graphics/builder/files/builder_hob_start.sh +++ b/meta/recipes-graphics/builder/files/builder_hob_start.sh @@ -18,3 +18,5 @@ sed -i 's/^#PARALLEL_MAKE =/PARALLEL_MAKE =/g' conf/local.conf hob & matchbox-terminal& + +/etc/mini_x/please_wait_dialog.py & -- cgit v1.2.3-54-g00ecf