ref-manual: Added description for the testsdk.bbclass.

(From yocto-docs rev: 3eed6f3e244303de02cc52c16a0745b808d79e39)

Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2016-04-15 08:55:15 -07:00 committed by Richard Purdie
parent db47094be5
commit 1d93104d0e
1 changed files with 14 additions and 0 deletions

View File

@ -3357,6 +3357,20 @@
</para>
</section>
<section id='ref-classes-testsdk'>
<title><filename>testsdk.bbclass</filename></title>
<para>
This class supports running automated tests against
software development kits (SDKs).
The <filename>testsdk</filename> class runs tests on an SDK when
called using the following:
<literallayout class='monospaced'>
$ bitbake -c testsdk image
</literallayout>
</para>
</section>
<section id='ref-classes-texinfo'>
<title><filename>texinfo.bbclass</filename></title>