aboutsummaryrefslogtreecommitdiffstats
path: root/bitbake/bin/toaster
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2015-12-17 16:48:51 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-12-18 13:51:54 +0000
commitc7e4404273fe19b71acbdbd39f41537c2044919d (patch)
treea4a088730b908106cdf88458e76198566c534bbe /bitbake/bin/toaster
parentaf34920dff0fcaa125f02c2db7a22ecd56aba29e (diff)
downloadopenembedded-core-contrib-c7e4404273fe19b71acbdbd39f41537c2044919d.tar.gz
bitbake: toaster: updated header of the toaster script
Updated GPL information, years of development and usage information. Removed outdated information about 2 ways of starting Toaster. (Bitbake rev: b4789c9e3093e1ec8e70f67305c88709443578e6) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Elliot Smith <elliot.smith@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/bin/toaster')
-rwxr-xr-xbitbake/bin/toaster20
1 files changed, 7 insertions, 13 deletions
diff --git a/bitbake/bin/toaster b/bitbake/bin/toaster
index 087e3f92d6..40c3c35ef1 100755
--- a/bitbake/bin/toaster
+++ b/bitbake/bin/toaster
@@ -1,5 +1,8 @@
#!/bin/echo ERROR: This script needs to be sourced. Please run as .
-# (c) 2013 Intel Corp.
+
+# toaster - shell script to start Toaster
+
+# Copyright (C) 2013-2015 Intel Corp.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -12,19 +15,10 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
-
-# This script can be run in two modes.
-
-# When used with "source", from a build directory,
-# it enables toaster event logging and starts the bitbake resident server.
-# use as: source toaster [start|stop] [noweb] [noui]
+# along with this program. If not, see http://www.gnu.org/licenses/.
-# When it is called as a stand-alone script, it starts just the
-# web server, and the building shall be done through the web interface.
-# As script, it will not return to the command prompt. Stop with Ctrl-C.
+# Usage: source toaster [start|stop|restart-bitbake] [webport=<port>]
+# [noui] [noweb] [nobrowser] [brbe=<BRBE>]
# Helper function to kill a background toaster development server