diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-10-27 15:09:08 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-28 15:48:03 +0100 |
commit | b44fbe5b1b425b8a8c23e4f0ba80583944ab303a (patch) | |
tree | 5e1787b385f95ffaf7fa2cf5507ff2a91ef39d07 /documentation/toaster-manual/reference.rst | |
parent | 50458d923826ae96deaf799fa7ee1e0584cb57ff (diff) | |
download | poky-b44fbe5b1b425b8a8c23e4f0ba80583944ab303a.tar.gz |
manuals: use references to the "Build Directory" term
Replace instances of "Build Directory" and "build directory"
(when applicable) by :term:`Build Directory` as already
done in most places.
Doing this, fix the indentation of the paragraphs with
this term.
(From yocto-docs rev: dce50679242d39f133e0cde5c8483b5e69f3eb54)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual/reference.rst')
-rw-r--r-- | documentation/toaster-manual/reference.rst | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/documentation/toaster-manual/reference.rst b/documentation/toaster-manual/reference.rst index 1bb9f98cca..b181d12d86 100644 --- a/documentation/toaster-manual/reference.rst +++ b/documentation/toaster-manual/reference.rst | |||
@@ -522,14 +522,13 @@ tasks. You can locate these commands in the | |||
522 | 522 | ||
523 | - When using ``manage.py`` commands given a default configuration, | 523 | - When using ``manage.py`` commands given a default configuration, |
524 | you must be sure that your working directory is set to the | 524 | you must be sure that your working directory is set to the |
525 | :term:`Build Directory`. Using | 525 | :term:`Build Directory`. Using ``manage.py`` commands from the |
526 | ``manage.py`` commands from the Build Directory allows Toaster to | 526 | :term:`Build Directory` allows Toaster to find the ``toaster.sqlite`` |
527 | find the ``toaster.sqlite`` file, which is located in the Build | 527 | file, which is located in the :term:`Build Directory`. |
528 | Directory. | ||
529 | 528 | ||
530 | - For non-default database configurations, it is possible that you | 529 | - For non-default database configurations, it is possible that you |
531 | can use ``manage.py`` commands from a directory other than the | 530 | can use ``manage.py`` commands from a directory other than the |
532 | Build Directory. To do so, the ``toastermain/settings.py`` file | 531 | :term:`Build Directory`. To do so, the ``toastermain/settings.py`` file |
533 | must be configured to point to the correct database backend. | 532 | must be configured to point to the correct database backend. |
534 | 533 | ||
535 | ``buildslist`` | 534 | ``buildslist`` |
@@ -549,7 +548,7 @@ database. | |||
549 | You need to run the ``buildslist`` command first to identify existing | 548 | You need to run the ``buildslist`` command first to identify existing |
550 | builds in the database before using the | 549 | builds in the database before using the |
551 | :ref:`toaster-manual/reference:\`\`builddelete\`\`` command. Here is an | 550 | :ref:`toaster-manual/reference:\`\`builddelete\`\`` command. Here is an |
552 | example that assumes default repository and build directory names: | 551 | example that assumes default repository and :term:`Build Directory` names: |
553 | 552 | ||
554 | .. code-block:: shell | 553 | .. code-block:: shell |
555 | 554 | ||