From d2e7ed0c88971070bd0d91916ff636f724263b8a Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Mon, 5 Sep 2016 15:29:31 +0100 Subject: [PATCH] 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 --- bitbake/bin/toaster | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bitbake/bin/toaster b/bitbake/bin/toaster index 5e01101f96..b14749a8f3 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