diff options
Diffstat (limited to 'bitbake')
-rwxr-xr-x | bitbake/bin/toaster | 20 |
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 @@ | |||
1 | #!/bin/echo ERROR: This script needs to be sourced. Please run as . | 1 | #!/bin/echo ERROR: This script needs to be sourced. Please run as . |
2 | # (c) 2013 Intel Corp. | 2 | |
3 | # toaster - shell script to start Toaster | ||
4 | |||
5 | # Copyright (C) 2013-2015 Intel Corp. | ||
3 | 6 | ||
4 | # This program is free software; you can redistribute it and/or modify | 7 | # This program is free software; you can redistribute it and/or modify |
5 | # it under the terms of the GNU General Public License as published by | 8 | # it under the terms of the GNU General Public License as published by |
@@ -12,19 +15,10 @@ | |||
12 | # GNU General Public License for more details. | 15 | # GNU General Public License for more details. |
13 | # | 16 | # |
14 | # You should have received a copy of the GNU General Public License | 17 | # You should have received a copy of the GNU General Public License |
15 | # along with this program; if not, write to the Free Software | 18 | # along with this program. If not, see http://www.gnu.org/licenses/. |
16 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
17 | |||
18 | |||
19 | # This script can be run in two modes. | ||
20 | |||
21 | # When used with "source", from a build directory, | ||
22 | # it enables toaster event logging and starts the bitbake resident server. | ||
23 | # use as: source toaster [start|stop] [noweb] [noui] | ||
24 | 19 | ||
25 | # When it is called as a stand-alone script, it starts just the | 20 | # Usage: source toaster [start|stop|restart-bitbake] [webport=<port>] |
26 | # web server, and the building shall be done through the web interface. | 21 | # [noui] [noweb] [nobrowser] [brbe=<BRBE>] |
27 | # As script, it will not return to the command prompt. Stop with Ctrl-C. | ||
28 | 22 | ||
29 | # Helper function to kill a background toaster development server | 23 | # Helper function to kill a background toaster development server |
30 | 24 | ||