From: Ed Bartosh Date: Mon, 5 Sep 2016 14:29:31 +0000 (+0100) Subject: bitbake: toaster: remove handling of .toasterui.pid X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2e7ed0c88971070bd0d91916ff636f724263b8a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake: toaster: remove handling of .toasterui.pid This file is not created anywhere, but handled in toaster script code. (Bitbake rev: 16f3cd3535c9eec71ea7594c1e3a83db00dba7ca) Signed-off-by: Ed Bartosh Signed-off-by: Michael Wood Signed-off-by: Richard Purdie --- diff --git a/bitbake/bin/toaster b/bitbake/bin/toaster index 5e01101f968..b14749a8f3a 100755 --- a/bitbake/bin/toaster +++ b/bitbake/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