[oe-commits] [bitbake] 16/18: toaster: remove handling of .toasterui.pid

git at git.openembedded.org git at git.openembedded.org
Tue Sep 6 09:37:51 UTC 2016


rpurdie pushed a commit to branch master-next
in repository bitbake.

commit 16f3cd3535c9eec71ea7594c1e3a83db00dba7ca
Author: Ed Bartosh <ed.bartosh at linux.intel.com>
AuthorDate: Mon Sep 5 15:29:31 2016 +0100

    toaster: remove handling of .toasterui.pid
    
    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>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list