summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorKristi Rifenbark <kristi.rifenbark@gmail.com>2017-10-03 15:38:30 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-10-16 23:46:52 +0100
commitf0b353f9e817b2127327b662aa30bcb7065beee9 (patch)
treeaa0e5570ea1e4aa6018e2f2b05c00a070cbb538b /documentation
parent0b85ab45df495d9c81a41abed650c833758b09c7 (diff)
downloadpoky-f0b353f9e817b2127327b662aa30bcb7065beee9.tar.gz
toaster-manual: Removed toaster-command-loadconf section
There is no longer a "loadconf" command (From yocto-docs rev: 25c4385833c636bf4cff889ff6325b2a14f5fc14) Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/toaster-manual/toaster-manual-reference.xml26
1 files changed, 2 insertions, 24 deletions
diff --git a/documentation/toaster-manual/toaster-manual-reference.xml b/documentation/toaster-manual/toaster-manual-reference.xml
index d4cb04e6b0..afe6c3d651 100644
--- a/documentation/toaster-manual/toaster-manual-reference.xml
+++ b/documentation/toaster-manual/toaster-manual-reference.xml
@@ -406,6 +406,7 @@
406 Django administration interface. 406 Django administration interface.
407 </para> 407 </para>
408 408
409<!--
409 <para> 410 <para>
410 To make it easier to initially start Toaster, you can import a 411 To make it easier to initially start Toaster, you can import a
411 pre-defined configuration file using the 412 pre-defined configuration file using the
@@ -418,6 +419,7 @@
418 loaded directly in the database. 419 loaded directly in the database.
419 </note> 420 </note>
420 </para> 421 </para>
422-->
421 423
422 <para> 424 <para>
423 By convention, the supplied configuration files are named 425 By convention, the supplied configuration files are named
@@ -867,30 +869,6 @@
867 </para> 869 </para>
868 </section> 870 </section>
869 871
870 <section id='toaster-command-loadconf'>
871 <title><filename>loadconf</filename></title>
872
873 <para>
874 The <filename>loadconf</filename> command loads an
875 existing Toaster configuration file (JSON file).
876 You must run this on a new database that does not have any
877 data.
878 Running this command on an existing database that has data
879 results in errors.
880 Access the command as follows:
881 <literallayout class='monospaced'>
882 $ bitbake/lib/toaster/manage.py loadconf <replaceable>filepath</replaceable>
883 </literallayout>
884 The <filename>loadconf</filename> command configures a database
885 based on the supplied existing
886 <filename>toasterconf.json</filename> file.
887 For information on the <filename>toasterconf.json</filename>,
888 see the
889 "<link linkend='toaster-json-files'>JSON Files</link>"
890 section.
891 </para>
892 </section>
893
894 <section id='toaster-command-runbuilds'> 872 <section id='toaster-command-runbuilds'>
895 <title><filename>runbuilds</filename></title> 873 <title><filename>runbuilds</filename></title>
896 874