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 <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2015-09-23 08:34:53 -07:00 committed by Richard Purdie
parent 3d82046fbf
commit 1c7f462f91
1 changed files with 27 additions and 0 deletions

View File

@ -252,6 +252,13 @@
<literallayout class='monospaced'>
$ sudo apt-get install autoconf automake libtool libglib2.0-dev
</literallayout></para></listitem>
<listitem><para><emphasis>OpenEmbedded Self-Test (<filename>oe-selftest</filename>):</emphasis>
Packages needed if you are going to run
<filename>oe-selftest</filename>:
<literallayout class='monospaced'>
$ sudo apt-get install python-git
</literallayout>
</para></listitem>
</itemizedlist>
</para>
</section>
@ -289,6 +296,13 @@
<literallayout class='monospaced'>
$ sudo dnf install autoconf automake libtool glib2-devel
</literallayout></para></listitem>
<listitem><para><emphasis>OpenEmbedded Self-Test (<filename>oe-selftest</filename>):</emphasis>
Packages needed if you are going to run
<filename>oe-selftest</filename>:
<literallayout class='monospaced'>
$ sudo dnf install GitPython
</literallayout>
</para></listitem>
</itemizedlist>
</para>
</section>
@ -325,6 +339,12 @@
<literallayout class='monospaced'>
$ sudo zypper install autoconf automake libtool glib2-devel
</literallayout></para></listitem>
<listitem><para><emphasis>OpenEmbedded Self-Test (<filename>oe-selftest</filename>):</emphasis>
Packages needed if you are going to run
<filename>oe-selftest</filename>:
<literallayout class='monospaced'>
$ sudo zypper install python-GitPython
</literallayout></para></listitem>
</itemizedlist>
</para>
</section>
@ -374,6 +394,13 @@
<literallayout class='monospaced'>
$ sudo dnf install autoconf automake libtool glib2-devel
</literallayout></para></listitem>
<listitem><para><emphasis>OpenEmbedded Self-Test (<filename>oe-selftest</filename>):</emphasis>
Packages needed if you are going to run
<filename>oe-selftest</filename>:
<literallayout class='monospaced'>
$ sudo dnf install GitPython
</literallayout>
</para></listitem>
</itemizedlist>
</para>
</section>