From 1d93104d0eaeafae695e09edda8a858776d2b49f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 15 Apr 2016 08:55:15 -0700 Subject: ref-manual: Added description for the testsdk.bbclass. (From yocto-docs rev: 3eed6f3e244303de02cc52c16a0745b808d79e39) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 @@ +
+ <filename>testsdk.bbclass</filename> + + + This class supports running automated tests against + software development kits (SDKs). + The testsdk class runs tests on an SDK when + called using the following: + + $ bitbake -c testsdk image + + +
+
<filename>texinfo.bbclass</filename> -- cgit 1.2.3-korg