summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/toaster-manual')
-rw-r--r--documentation/toaster-manual/toaster-manual-reference.rst2
-rw-r--r--documentation/toaster-manual/toaster-manual-setup-and-use.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/documentation/toaster-manual/toaster-manual-reference.rst b/documentation/toaster-manual/toaster-manual-reference.rst
index 47d08a157e..c98a27eeb8 100644
--- a/documentation/toaster-manual/toaster-manual-reference.rst
+++ b/documentation/toaster-manual/toaster-manual-reference.rst
@@ -244,7 +244,7 @@ Defining the Default Distro and Other Values
244This section defines the default distro value for new projects. By 244This section defines the default distro value for new projects. By
245default, it reserves the first Toaster Setting record "1". The following 245default, it reserves the first Toaster Setting record "1". The following
246demonstrates how to set the project default value for 246demonstrates how to set the project default value for
247```DISTRO`` <&YOCTO_DOCS_REF_URL;#var-DISTRO>`__: <!-- Set the project 247:term:`DISTRO`: <!-- Set the project
248default value for DISTRO --> <object model="orm.toastersetting" pk="1"> 248default value for DISTRO --> <object model="orm.toastersetting" pk="1">
249<field type="CharField" name="name">DEFCONF_DISTRO</field> <field 249<field type="CharField" name="name">DEFCONF_DISTRO</field> <field
250type="CharField" name="value">poky</field> </object> You can override 250type="CharField" name="value">poky</field> </object> You can override
diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.rst b/documentation/toaster-manual/toaster-manual-setup-and-use.rst
index d621e241e9..7e715403d0 100644
--- a/documentation/toaster-manual/toaster-manual-setup-and-use.rst
+++ b/documentation/toaster-manual/toaster-manual-setup-and-use.rst
@@ -132,7 +132,7 @@ superuser by following these steps:
132 command: $ export PATH=$PATH:$HOME/.local/bin 132 command: $ export PATH=$PATH:$HOME/.local/bin
133 133
1342. From the directory containing the Toaster database, which by default 1342. From the directory containing the Toaster database, which by default
135 is the `Build Directory <&YOCTO_DOCS_REF_URL;#build-directory>`__, 135 is the :term:`Build Directory`,
136 invoke the ``createsuperuser`` command from ``manage.py``: $ cd 136 invoke the ``createsuperuser`` command from ``manage.py``: $ cd
137 ~/poky/build $ ../bitbake/lib/toaster/manage.py createsuperuser 137 ~/poky/build $ ../bitbake/lib/toaster/manage.py createsuperuser
138 138
@@ -482,7 +482,7 @@ For the ``bash`` case, version 4.3.30-r0 is built by default.
482Unfortunately, Toaster as it exists, is not able to override the default 482Unfortunately, Toaster as it exists, is not able to override the default
483recipe version. If you would like to build bash 3.2.48, you need to set 483recipe version. If you would like to build bash 3.2.48, you need to set
484the 484the
485```PREFERRED_VERSION`` <&YOCTO_DOCS_REF_URL;#var-PREFERRED_VERSION>`__ 485:term:`PREFERRED_VERSION`
486variable. You can do so from Toaster, using the "Add variable" form, 486variable. You can do so from Toaster, using the "Add variable" form,
487which is available in the "BitBake variables" page of the project 487which is available in the "BitBake variables" page of the project
488configuration section as shown in the following screen: 488configuration section as shown in the following screen: