[oe-commits] [bitbake] 02/45: toaster: get rid of noui option
git at git.openembedded.org
git at git.openembedded.org
Wed Apr 6 22:11:20 UTC 2016
rpurdie pushed a commit to branch master
in repository bitbake.
commit 7506719090e8bb39231cf389c4a5b47f1b37a01f
Author: Ed Bartosh <ed.bartosh at linux.intel.com>
AuthorDate: Wed Apr 6 17:46:12 2016 +0100
toaster: get rid of noui option
noui command line option doesn't makes sense anymore as toaster doesn't
run bitbake. It should be safe to to remove it.
The purpose of this option was to skip running bitbake observer process.
This was never used before as it's not possible to run toaster build
without running observer.
Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com>
Signed-off-by: Michael Wood <michael.g.wood at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
bin/toaster | 4 ----
1 file changed, 4 deletions(-)
diff --git a/bin/toaster b/bin/toaster
index 6a85ae2..1e6e690 100755
--- a/bin/toaster
+++ b/bin/toaster
@@ -175,15 +175,11 @@ fi
# make sure that the toaster.sqlite file doesn't default to `pwd` like it currently does.
export TOASTER_DIR=`pwd`
-NOTOASTERUI=0
WEBSERVER=1
WEB_PORT="8000"
unset CMD
for param in $*; do
case $param in
- noui )
- NOTOASTERUI=1
- ;;
noweb )
WEBSERVER=0
;;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Openembedded-commits
mailing list