From 1c7f462f915ce58e36fa452212323e8f25785435 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 23 Sep 2015 08:34:53 -0700 Subject: ref-manual: Added oe-seltest package requirements sections. Running oe-selftest requires some Python packages for all the supported distros. I added new sections in there to cover these requirements. Fixes [YOCTO #8290] (From yocto-docs rev: a8654267405df9ffb2f4d59d3de4a7eb3653893e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/introduction.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'documentation/ref-manual/introduction.xml') diff --git a/documentation/ref-manual/introduction.xml b/documentation/ref-manual/introduction.xml index ee5d0f1d9e..5148acb1e2 100644 --- a/documentation/ref-manual/introduction.xml +++ b/documentation/ref-manual/introduction.xml @@ -252,6 +252,13 @@ $ sudo apt-get install autoconf automake libtool libglib2.0-dev + OpenEmbedded Self-Test (oe-selftest): + Packages needed if you are going to run + oe-selftest: + + $ sudo apt-get install python-git + + @@ -289,6 +296,13 @@ $ sudo dnf install autoconf automake libtool glib2-devel + OpenEmbedded Self-Test (oe-selftest): + Packages needed if you are going to run + oe-selftest: + + $ sudo dnf install GitPython + + @@ -325,6 +339,12 @@ $ sudo zypper install autoconf automake libtool glib2-devel + OpenEmbedded Self-Test (oe-selftest): + Packages needed if you are going to run + oe-selftest: + + $ sudo zypper install python-GitPython + @@ -374,6 +394,13 @@ $ sudo dnf install autoconf automake libtool glib2-devel + OpenEmbedded Self-Test (oe-selftest): + Packages needed if you are going to run + oe-selftest: + + $ sudo dnf install GitPython + + -- cgit v1.2.3-54-g00ecf