diff options
Diffstat (limited to 'documentation/toaster-manual/toaster-manual-reference.xml')
-rw-r--r-- | documentation/toaster-manual/toaster-manual-reference.xml | 41 |
1 files changed, 21 insertions, 20 deletions
diff --git a/documentation/toaster-manual/toaster-manual-reference.xml b/documentation/toaster-manual/toaster-manual-reference.xml index bac7c63a5e..7440580e7c 100644 --- a/documentation/toaster-manual/toaster-manual-reference.xml +++ b/documentation/toaster-manual/toaster-manual-reference.xml | |||
@@ -681,26 +681,27 @@ | |||
681 | (e.g. <filename>poky</filename>) at | 681 | (e.g. <filename>poky</filename>) at |
682 | <filename>bitbake/lib/manage.py</filename>. | 682 | <filename>bitbake/lib/manage.py</filename>. |
683 | This section documents those commands. | 683 | This section documents those commands. |
684 | <note> | 684 | <note><title>Notes</title> |
685 | <para> | 685 | <itemizedlist> |
686 | When using <filename>manage.py</filename> commands given | 686 | <listitem><para> |
687 | a default configuration, you must be sure that your | 687 | When using <filename>manage.py</filename> commands given |
688 | working directory is set to the | 688 | a default configuration, you must be sure that your |
689 | <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>. | 689 | working directory is set to the |
690 | Using <filename>manage.py</filename> commands from the | 690 | <ulink url='&YOCTO_DOCS_REF_URL;#build-directory'>Build Directory</ulink>. |
691 | Build Directory allows Toaster to find the | 691 | Using <filename>manage.py</filename> commands from the |
692 | <filename>toaster.sqlite</filename> file, which is located | 692 | Build Directory allows Toaster to find the |
693 | in the Build Directory. | 693 | <filename>toaster.sqlite</filename> file, which is located |
694 | </para> | 694 | in the Build Directory. |
695 | 695 | </para></listitem> | |
696 | <para> | 696 | <listitem><para> |
697 | For non-default database configurations, it is possible | 697 | For non-default database configurations, it is possible |
698 | that you can use <filename>manage.py</filename> commands | 698 | that you can use <filename>manage.py</filename> commands |
699 | from a directory other than the Build directory. | 699 | from a directory other than the Build Directory. |
700 | To do so, the | 700 | To do so, the |
701 | <filename>toastermain/settings.py</filename> file must be | 701 | <filename>toastermain/settings.py</filename> file must be |
702 | configured to point to the correct database backend. | 702 | configured to point to the correct database backend. |
703 | </para> | 703 | </para></listitem> |
704 | </itemizedlist> | ||
704 | </note> | 705 | </note> |
705 | </para> | 706 | </para> |
706 | 707 | ||