From: Ed Bartosh Date: Tue, 12 Jul 2016 17:17:16 +0000 (-0700) Subject: toaster-manual: add list of packages for openSUSE X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14194fa66ce1d14d29555d547924d6fe2e4e24e2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml index 25a5f0c8779..d7ab8ab1c70 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 @@ $ sudo dnf install httpd python3-mod_wsgi python3-pip mariadb-server mariadb-devel python3-devel + + If you are using openSUSE Leap 42.1, run + the following: + + $ sudo zypper install apache2 apache2-mod_wsgi-python3 python3-pip mariadb mariadb-client python3-devel + +