|
@@ -681,26 +681,27 @@
|
|
|
(e.g. <filename>poky</filename>) at
|
|
|
<filename>bitbake/lib/manage.py</filename>.
|
|
|
This section documents those commands.
|
|
|
- <note>
|
|
|
- <para>
|
|
|
- When using <filename>manage.py</filename> commands given
|
|
|
- a default configuration, you must be sure that your
|
|
|
- working directory is set to the
|
|
|
- <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>.
|
|
|
- Using <filename>manage.py</filename> commands from the
|
|
|
- Build Directory allows Toaster to find the
|
|
|
- <filename>toaster.sqlite</filename> file, which is located
|
|
|
- in the Build Directory.
|
|
|
- </para>
|
|
|
-
|
|
|
- <para>
|
|
|
- For non-default database configurations, it is possible
|
|
|
- that you can use <filename>manage.py</filename> commands
|
|
|
- from a directory other than the Build directory.
|
|
|
- To do so, the
|
|
|
- <filename>toastermain/settings.py</filename> file must be
|
|
|
- configured to point to the correct database backend.
|
|
|
- </para>
|
|
|
+ <note><title>Notes</title>
|
|
|
+ <itemizedlist>
|
|
|
+ <listitem><para>
|
|
|
+ When using <filename>manage.py</filename> commands given
|
|
|
+ a default configuration, you must be sure that your
|
|
|
+ working directory is set to the
|
|
|
+ <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>.
|
|
|
+ Using <filename>manage.py</filename> commands from the
|
|
|
+ Build Directory allows Toaster to find the
|
|
|
+ <filename>toaster.sqlite</filename> file, which is located
|
|
|
+ in the Build Directory.
|
|
|
+ </para></listitem>
|
|
|
+ <listitem><para>
|
|
|
+ For non-default database configurations, it is possible
|
|
|
+ that you can use <filename>manage.py</filename> commands
|
|
|
+ from a directory other than the Build Directory.
|
|
|
+ To do so, the
|
|
|
+ <filename>toastermain/settings.py</filename> file must be
|
|
|
+ configured to point to the correct database backend.
|
|
|
+ </para></listitem>
|
|
|
+ </itemizedlist>
|
|
|
</note>
|
|
|
</para>
|
|
|
|