diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-04-15 08:55:15 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-18 16:28:25 +0100 |
commit | 1d93104d0eaeafae695e09edda8a858776d2b49f (patch) | |
tree | 48f33cf5345ebf00a54e603b28d2a5e3a41be532 /documentation/ref-manual | |
parent | db47094be5588faa269ae5af8fc237c82ce2fc25 (diff) | |
download | poky-1d93104d0eaeafae695e09edda8a858776d2b49f.tar.gz |
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>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index bca44adf61..e919bd7eb3 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -3357,6 +3357,20 @@ | |||
3357 | </para> | 3357 | </para> |
3358 | </section> | 3358 | </section> |
3359 | 3359 | ||
3360 | <section id='ref-classes-testsdk'> | ||
3361 | <title><filename>testsdk.bbclass</filename></title> | ||
3362 | |||
3363 | <para> | ||
3364 | This class supports running automated tests against | ||
3365 | software development kits (SDKs). | ||
3366 | The <filename>testsdk</filename> class runs tests on an SDK when | ||
3367 | called using the following: | ||
3368 | <literallayout class='monospaced'> | ||
3369 | $ bitbake -c testsdk image | ||
3370 | </literallayout> | ||
3371 | </para> | ||
3372 | </section> | ||
3373 | |||
3360 | <section id='ref-classes-texinfo'> | 3374 | <section id='ref-classes-texinfo'> |
3361 | <title><filename>texinfo.bbclass</filename></title> | 3375 | <title><filename>texinfo.bbclass</filename></title> |
3362 | 3376 | ||