Removed variable RUNNING as it's not used anymore in the toaster script. Signed-off-by: Ed Bartosh <[email protected]> --- bitbake/bin/toaster | 3 --- 1 file changed, 3 deletions(-)
diff --git a/bitbake/bin/toaster b/bitbake/bin/toaster index 2b0c818..d0a6cb8 100755 --- a/bitbake/bin/toaster +++ b/bitbake/bin/toaster @@ -175,9 +175,6 @@ else fi BBBASEDIR=`dirname $TOASTER`/.. - -RUNNING=0 - NOTOASTERUI=0 WEBSERVER=1 TOASTER_BRBE="" -- 2.1.4 -- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
