aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-05-29 11:40:19 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-28 18:02:31 +0100
commit39bcabf5135d5a0ac0df289dbead2e40a104e4f1 (patch)
tree4645ce7b1606810e475e660281d8d0432f1cd4d7 /documentation/toaster-manual
parent3423f3bf42e877390e7cbf346b0a513b2c8c7e57 (diff)
downloadopenembedded-core-contrib-39bcabf5135d5a0ac0df289dbead2e40a104e4f1.tar.gz
toaster-manual: Removed the daemon requirement
Fixes [YOCTO #7271] Removed all traces of the daemon requirement. (From yocto-docs rev: 1c1da060322e7e964f860dc4b80b5411ea19b1b3) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual')
-rw-r--r--documentation/toaster-manual/toaster-manual-start.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/toaster-manual/toaster-manual-start.xml b/documentation/toaster-manual/toaster-manual-start.xml
index 65340a1b5e..2a77c90de7 100644
--- a/documentation/toaster-manual/toaster-manual-start.xml
+++ b/documentation/toaster-manual/toaster-manual-start.xml
@@ -28,9 +28,7 @@
<title>Establishing Toaster System Dependencies</title>
<para>
- Toaster requires extra Python dependencies and
- <ulink url='http://www.libslack.org/daemon/'><filename>daemon</filename></ulink>
- in order to run.
+ Toaster requires extra Python dependencies in order to run.
A Toaster requirements file named
<filename>toaster-requirements.txt</filename> defines the
Python dependencies.
@@ -100,6 +98,8 @@
</para>
</section>
+<!-- Commenting this section out for now in case it needs to be used again.
+
<section id='toaster-install-daemon'>
<title>Install <filename>daemon</filename></title>
@@ -136,6 +136,6 @@
</para></listitem>
</itemizedlist>
</para>
- </section>
+ </section> -->
</section>
</chapter>