1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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>
This commit is contained in:
Kristi Rifenbark
2017-10-03 15:38:30 -07:00
committed by Richard Purdie
parent 0b85ab45df
commit f0b353f9e8
@@ -406,6 +406,7 @@
Django administration interface.
</para>
<!--
<para>
To make it easier to initially start Toaster, you can import a
pre-defined configuration file using the
@@ -418,6 +419,7 @@
loaded directly in the database.
</note>
</para>
-->
<para>
By convention, the supplied configuration files are named
@@ -867,30 +869,6 @@
</para>
</section>
<section id='toaster-command-loadconf'>
<title><filename>loadconf</filename></title>
<para>
The <filename>loadconf</filename> command loads an
existing Toaster configuration file (JSON file).
You must run this on a new database that does not have any
data.
Running this command on an existing database that has data
results in errors.
Access the command as follows:
<literallayout class='monospaced'>
$ bitbake/lib/toaster/manage.py loadconf <replaceable>filepath</replaceable>
</literallayout>
The <filename>loadconf</filename> command configures a database
based on the supplied existing
<filename>toasterconf.json</filename> file.
For information on the <filename>toasterconf.json</filename>,
see the
"<link linkend='toaster-json-files'>JSON Files</link>"
section.
</para>
</section>
<section id='toaster-command-runbuilds'>
<title><filename>runbuilds</filename></title>