[bitbake-devel] [PATCH 10/11] toaster: remove handling of .toasterui.pid

Michael Wood michael.g.wood at intel.com
Mon Sep 5 14:29:31 UTC 2016


From: Ed Bartosh <ed.bartosh at linux.intel.com>

This file is not created anywhere, but handled in toaster
script code.

Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com>
Signed-off-by: Michael Wood <michael.g.wood at intel.com>
---
 bin/toaster | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/bin/toaster b/bin/toaster
index 5e01101..b14749a 100755
--- a/bin/toaster
+++ b/bin/toaster
@@ -95,10 +95,6 @@ stop_system()
     # prevent reentry
     if [ $INSTOPSYSTEM -eq 1 ]; then return; fi
     INSTOPSYSTEM=1
-    if [ -f ${BUILDDIR}/.toasterui.pid ]; then
-        kill `cat ${BUILDDIR}/.toasterui.pid` 2>/dev/null
-        rm ${BUILDDIR}/.toasterui.pid
-    fi
     webserverKillAll
     # unset exported variables
     unset TOASTER_DIR
-- 
2.7.4




More information about the bitbake-devel mailing list