mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
toaster-manual: Fixed note formatting in "Useful Commands"
(From yocto-docs rev: 61e26883ed2c3cb82e7853297222d5b1499788f8) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3d86013a79
commit
e4e9959180
@@ -681,26 +681,27 @@
|
|||||||
(e.g. <filename>poky</filename>) at
|
(e.g. <filename>poky</filename>) at
|
||||||
<filename>bitbake/lib/manage.py</filename>.
|
<filename>bitbake/lib/manage.py</filename>.
|
||||||
This section documents those commands.
|
This section documents those commands.
|
||||||
<note>
|
<note><title>Notes</title>
|
||||||
<para>
|
<itemizedlist>
|
||||||
When using <filename>manage.py</filename> commands given
|
<listitem><para>
|
||||||
a default configuration, you must be sure that your
|
When using <filename>manage.py</filename> commands given
|
||||||
working directory is set to the
|
a default configuration, you must be sure that your
|
||||||
<ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>.
|
working directory is set to the
|
||||||
Using <filename>manage.py</filename> commands from the
|
<ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>.
|
||||||
Build Directory allows Toaster to find the
|
Using <filename>manage.py</filename> commands from the
|
||||||
<filename>toaster.sqlite</filename> file, which is located
|
Build Directory allows Toaster to find the
|
||||||
in the Build Directory.
|
<filename>toaster.sqlite</filename> file, which is located
|
||||||
</para>
|
in the Build Directory.
|
||||||
|
</para></listitem>
|
||||||
<para>
|
<listitem><para>
|
||||||
For non-default database configurations, it is possible
|
For non-default database configurations, it is possible
|
||||||
that you can use <filename>manage.py</filename> commands
|
that you can use <filename>manage.py</filename> commands
|
||||||
from a directory other than the Build directory.
|
from a directory other than the Build Directory.
|
||||||
To do so, the
|
To do so, the
|
||||||
<filename>toastermain/settings.py</filename> file must be
|
<filename>toastermain/settings.py</filename> file must be
|
||||||
configured to point to the correct database backend.
|
configured to point to the correct database backend.
|
||||||
</para>
|
</para></listitem>
|
||||||
|
</itemizedlist>
|
||||||
</note>
|
</note>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user