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