summaryrefslogtreecommitdiffstats
path: root/documentation/toaster-manual
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2016-07-12 10:17:16 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-19 15:04:50 +0100
commit14194fa66ce1d14d29555d547924d6fe2e4e24e2 (patch)
treed06ad3f3ef309b4a78abac40b9b1b4511754c699 /documentation/toaster-manual
parent2134659165512c33c586b4e60ede2293e935671e (diff)
downloadpoky-14194fa66ce1d14d29555d547924d6fe2e4e24e2.tar.gz
toaster-manual: add list of packages for openSUSE
Added package installation instructions for openSUSE Leap 42.1 (From yocto-docs rev: 895fd65a8641c877ef6eba49e20d34fd71dd7d66) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual')
-rw-r--r--documentation/toaster-manual/toaster-manual-setup-and-use.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
index 25a5f0c877..d7ab8ab1c7 100644
--- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml
+++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
@@ -225,6 +225,13 @@
225 $ sudo dnf install httpd python3-mod_wsgi python3-pip mariadb-server mariadb-devel python3-devel 225 $ sudo dnf install httpd python3-mod_wsgi python3-pip mariadb-server mariadb-devel python3-devel
226 </literallayout> 226 </literallayout>
227 </para></listitem> 227 </para></listitem>
228 <listitem><para>
229 If you are using openSUSE Leap 42.1, run
230 the following:
231 <literallayout class='monospaced'>
232 $ sudo zypper install apache2 apache2-mod_wsgi-python3 python3-pip mariadb mariadb-client python3-devel
233 </literallayout>
234 </para></listitem>
228 </itemizedlist> 235 </itemizedlist>
229 </para> 236 </para>
230 </section> 237 </section>