diff options
Diffstat (limited to 'documentation/toaster-manual')
| -rw-r--r-- | documentation/toaster-manual/reference.rst | 2 | ||||
| -rw-r--r-- | documentation/toaster-manual/setup-and-use.rst | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/documentation/toaster-manual/reference.rst b/documentation/toaster-manual/reference.rst index d2ab14c8e6..8ef58182e7 100644 --- a/documentation/toaster-manual/reference.rst +++ b/documentation/toaster-manual/reference.rst | |||
| @@ -554,7 +554,7 @@ example that assumes default repository and build directory names: | |||
| 554 | 554 | ||
| 555 | .. code-block:: shell | 555 | .. code-block:: shell |
| 556 | 556 | ||
| 557 | $ cd ~/poky/build | 557 | $ cd poky/build |
| 558 | $ python ../bitbake/lib/toaster/manage.py buildslist | 558 | $ python ../bitbake/lib/toaster/manage.py buildslist |
| 559 | 559 | ||
| 560 | If your Toaster database had only one build, the above | 560 | If your Toaster database had only one build, the above |
diff --git a/documentation/toaster-manual/setup-and-use.rst b/documentation/toaster-manual/setup-and-use.rst index ded771e796..cabf0250c4 100644 --- a/documentation/toaster-manual/setup-and-use.rst +++ b/documentation/toaster-manual/setup-and-use.rst | |||
| @@ -155,7 +155,7 @@ superuser by following these steps: | |||
| 155 | is the :term:`Build Directory`, | 155 | is the :term:`Build Directory`, |
| 156 | invoke the ``createsuperuser`` command from ``manage.py``:: | 156 | invoke the ``createsuperuser`` command from ``manage.py``:: |
| 157 | 157 | ||
| 158 | $ cd ~/poky/build | 158 | $ cd poky/build |
| 159 | $ ../bitbake/lib/toaster/manage.py createsuperuser | 159 | $ ../bitbake/lib/toaster/manage.py createsuperuser |
| 160 | 160 | ||
| 161 | #. Django prompts you for the username, which you need to provide. | 161 | #. Django prompts you for the username, which you need to provide. |
| @@ -417,13 +417,13 @@ Perform the following steps to install Toaster: | |||
| 417 | 417 | ||
| 418 | [Unit] | 418 | [Unit] |
| 419 | Description=Toaster runbuilds | 419 | Description=Toaster runbuilds |
| 420 | 420 | ||
| 421 | [Service] | 421 | [Service] |
| 422 | Type=forking User=toaster | 422 | Type=forking User=toaster |
| 423 | ExecStart=/usr/bin/screen -d -m -S runbuilds /var/www/toaster/poky/bitbake/lib/toaster/runbuilds-service.sh start | 423 | ExecStart=/usr/bin/screen -d -m -S runbuilds /var/www/toaster/poky/bitbake/lib/toaster/runbuilds-service.sh start |
| 424 | ExecStop=/usr/bin/screen -S runbuilds -X quit | 424 | ExecStop=/usr/bin/screen -S runbuilds -X quit |
| 425 | WorkingDirectory=/var/www/toaster/poky | 425 | WorkingDirectory=/var/www/toaster/poky |
| 426 | 426 | ||
| 427 | [Install] | 427 | [Install] |
| 428 | WantedBy=multi-user.target | 428 | WantedBy=multi-user.target |
| 429 | 429 | ||
| @@ -433,11 +433,11 @@ Perform the following steps to install Toaster: | |||
| 433 | up executable permissions:: | 433 | up executable permissions:: |
| 434 | 434 | ||
| 435 | #!/bin/bash | 435 | #!/bin/bash |
| 436 | 436 | ||
| 437 | #export http_proxy=http://proxy.host.com:8080 | 437 | #export http_proxy=http://proxy.host.com:8080 |
| 438 | #export https_proxy=http://proxy.host.com:8080 | 438 | #export https_proxy=http://proxy.host.com:8080 |
| 439 | #export GIT_PROXY_COMMAND=$HOME/bin/gitproxy | 439 | #export GIT_PROXY_COMMAND=$HOME/bin/gitproxy |
| 440 | cd ~/poky/ | 440 | cd poky/ |
| 441 | source ./oe-init-build-env build | 441 | source ./oe-init-build-env build |
| 442 | source ../bitbake/bin/toaster $1 noweb | 442 | source ../bitbake/bin/toaster $1 noweb |
| 443 | [ "$1" == 'start' ] && /bin/bash | 443 | [ "$1" == 'start' ] && /bin/bash |
