diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2015-09-23 08:34:53 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-21 23:06:22 +0100 |
commit | 1c7f462f915ce58e36fa452212323e8f25785435 (patch) | |
tree | 41d04d17eceac58901e6177f6fc6731ac61866c9 | |
parent | 3d82046fbf3c25e4d74831af8a8f6f4d3738784e (diff) | |
download | poky-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>
-rw-r--r-- | documentation/ref-manual/introduction.xml | 27 |
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 @@ | |||
252 | <literallayout class='monospaced'> | 252 | <literallayout class='monospaced'> |
253 | $ sudo apt-get install autoconf automake libtool libglib2.0-dev | 253 | $ sudo apt-get install autoconf automake libtool libglib2.0-dev |
254 | </literallayout></para></listitem> | 254 | </literallayout></para></listitem> |
255 | <listitem><para><emphasis>OpenEmbedded Self-Test (<filename>oe-selftest</filename>):</emphasis> | ||
256 | Packages needed if you are going to run | ||
257 | <filename>oe-selftest</filename>: | ||
258 | <literallayout class='monospaced'> | ||
259 | $ sudo apt-get install python-git | ||
260 | </literallayout> | ||
261 | </para></listitem> | ||
255 | </itemizedlist> | 262 | </itemizedlist> |
256 | </para> | 263 | </para> |
257 | </section> | 264 | </section> |
@@ -289,6 +296,13 @@ | |||
289 | <literallayout class='monospaced'> | 296 | <literallayout class='monospaced'> |
290 | $ sudo dnf install autoconf automake libtool glib2-devel | 297 | $ sudo dnf install autoconf automake libtool glib2-devel |
291 | </literallayout></para></listitem> | 298 | </literallayout></para></listitem> |
299 | <listitem><para><emphasis>OpenEmbedded Self-Test (<filename>oe-selftest</filename>):</emphasis> | ||
300 | Packages needed if you are going to run | ||
301 | <filename>oe-selftest</filename>: | ||
302 | <literallayout class='monospaced'> | ||
303 | $ sudo dnf install GitPython | ||
304 | </literallayout> | ||
305 | </para></listitem> | ||
292 | </itemizedlist> | 306 | </itemizedlist> |
293 | </para> | 307 | </para> |
294 | </section> | 308 | </section> |
@@ -325,6 +339,12 @@ | |||
325 | <literallayout class='monospaced'> | 339 | <literallayout class='monospaced'> |
326 | $ sudo zypper install autoconf automake libtool glib2-devel | 340 | $ sudo zypper install autoconf automake libtool glib2-devel |
327 | </literallayout></para></listitem> | 341 | </literallayout></para></listitem> |
342 | <listitem><para><emphasis>OpenEmbedded Self-Test (<filename>oe-selftest</filename>):</emphasis> | ||
343 | Packages needed if you are going to run | ||
344 | <filename>oe-selftest</filename>: | ||
345 | <literallayout class='monospaced'> | ||
346 | $ sudo zypper install python-GitPython | ||
347 | </literallayout></para></listitem> | ||
328 | </itemizedlist> | 348 | </itemizedlist> |
329 | </para> | 349 | </para> |
330 | </section> | 350 | </section> |
@@ -374,6 +394,13 @@ | |||
374 | <literallayout class='monospaced'> | 394 | <literallayout class='monospaced'> |
375 | $ sudo dnf install autoconf automake libtool glib2-devel | 395 | $ sudo dnf install autoconf automake libtool glib2-devel |
376 | </literallayout></para></listitem> | 396 | </literallayout></para></listitem> |
397 | <listitem><para><emphasis>OpenEmbedded Self-Test (<filename>oe-selftest</filename>):</emphasis> | ||
398 | Packages needed if you are going to run | ||
399 | <filename>oe-selftest</filename>: | ||
400 | <literallayout class='monospaced'> | ||
401 | $ sudo dnf install GitPython | ||
402 | </literallayout> | ||
403 | </para></listitem> | ||
377 | </itemizedlist> | 404 | </itemizedlist> |
378 | </para> | 405 | </para> |
379 | </section> | 406 | </section> |