aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/introduction.xml
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2015-09-23 08:34:53 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-21 23:06:22 +0100
commit1c7f462f915ce58e36fa452212323e8f25785435 (patch)
tree41d04d17eceac58901e6177f6fc6731ac61866c9 /documentation/ref-manual/introduction.xml
parent3d82046fbf3c25e4d74831af8a8f6f4d3738784e (diff)
downloadopenembedded-core-contrib-1c7f462f915ce58e36fa452212323e8f25785435.tar.gz
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>
Diffstat (limited to 'documentation/ref-manual/introduction.xml')
-rw-r--r--documentation/ref-manual/introduction.xml27
1 files changed, 27 insertions, 0 deletions
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 @@
<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>