[bitbake-devel] [PATCH 05/30] toaster: remove unused variable

Peter Kjellerstedt peter.kjellerstedt at axis.com
Thu Dec 3 13:49:42 UTC 2015


> -----Original Message-----
> From: bitbake-devel-bounces at lists.openembedded.org [mailto:bitbake-
> devel-bounces at lists.openembedded.org] On Behalf Of brian avery
> Sent: den 2 december 2015 19:03
> To: bitbake-devel at lists.openembedded.org
> Subject: [bitbake-devel] [PATCH 05/30] toaster: remove unused variable
> 
> From: Ed Bartosh <ed.bartosh at linux.intel.com>
> 
> Removed variable RUNNING as it's not used anymore
> in the toaster script.
> 
> Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com>
> Signed-off-by: brian avery <avery.brian at gmail.com>
> ---
>  bin/toaster | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/bin/toaster b/bin/toaster
> index abc8737..1ce4af7 100755
> --- a/bin/toaster
> +++ b/bin/toaster
> @@ -176,9 +176,7 @@ fi
> 
>  BBBASEDIR=`dirname $TOASTER`/..
>  OEROOT=`dirname $TOASTER`/../..
> -
>  RUNNING=0

The commit message says that it removes the RUNNING variable, but 
the commit only seems to remove some whitespace and not the actual 
variable...

> -
>  NOTOASTERUI=0
>  WEBSERVER=1
>  TOASTER_BRBE=""
> --
> 1.9.1
> 
> --

//Peter




More information about the bitbake-devel mailing list