diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-09-05 15:29:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-08 00:33:47 +0100 |
commit | d2e7ed0c88971070bd0d91916ff636f724263b8a (patch) | |
tree | b2386f56a17b97ee51709c51e4cf44c6bda969b0 /bitbake | |
parent | 8719012c789146f7fe3c0480cfde7291119de075 (diff) | |
download | poky-d2e7ed0c88971070bd0d91916ff636f724263b8a.tar.gz |
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 <ed.bartosh@linux.intel.com>
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rwxr-xr-x | bitbake/bin/toaster | 4 |
1 files changed, 0 insertions, 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() | |||
95 | # prevent reentry | 95 | # prevent reentry |
96 | if [ $INSTOPSYSTEM -eq 1 ]; then return; fi | 96 | if [ $INSTOPSYSTEM -eq 1 ]; then return; fi |
97 | INSTOPSYSTEM=1 | 97 | INSTOPSYSTEM=1 |
98 | if [ -f ${BUILDDIR}/.toasterui.pid ]; then | ||
99 | kill `cat ${BUILDDIR}/.toasterui.pid` 2>/dev/null | ||
100 | rm ${BUILDDIR}/.toasterui.pid | ||
101 | fi | ||
102 | webserverKillAll | 98 | webserverKillAll |
103 | # unset exported variables | 99 | # unset exported variables |
104 | unset TOASTER_DIR | 100 | unset TOASTER_DIR |