summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-classes.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-12-05 14:08:47 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-11 14:18:14 +0000
commitd3edf6ad3dbd5eebc281c023fa00bc061655b28c (patch)
treea52fcc8025fd44a0995a0959d61b2abc0dd85c7b /documentation/ref-manual/ref-classes.xml
parent6a44b35f4e439999ff9811459fae74bae8c269d6 (diff)
downloadpoky-d3edf6ad3dbd5eebc281c023fa00bc061655b28c.tar.gz
ref-manual: Edits to nativesdk class.
(From yocto-docs rev: e869b89259c8f46a5dd3c27542cbf3a1d2267c81) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r--documentation/ref-manual/ref-classes.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index 92950020d6..ed36bec9b6 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -1637,7 +1637,7 @@
1637 <title><filename>nativesdk.bbclass</filename></title> 1637 <title><filename>nativesdk.bbclass</filename></title>
1638 1638
1639 <para> 1639 <para>
1640 The native SDK (<filename>nativesdk</filename>) class provides common 1640 The <filename>nativesdk</filename> class provides common
1641 functionality for recipes that wish to build tools to run as part of 1641 functionality for recipes that wish to build tools to run as part of
1642 an SDK (i.e. tools that run on 1642 an SDK (i.e. tools that run on
1643 <link linkend='var-SDKMACHINE'><filename>SDKMACHINE</filename></link>). 1643 <link linkend='var-SDKMACHINE'><filename>SDKMACHINE</filename></link>).
@@ -1648,7 +1648,7 @@
1648 a couple different ways: 1648 a couple different ways:
1649 <itemizedlist> 1649 <itemizedlist>
1650 <listitem><para>Create a <filename>myrecipe-native.bb</filename> 1650 <listitem><para>Create a <filename>myrecipe-native.bb</filename>
1651 that inherits the <filename>nativesdk</filename> class. 1651 recipe that inherits the <filename>nativesdk</filename> class.
1652 </para></listitem> 1652 </para></listitem>
1653 <listitem><para>Create a <filename>nativesdk</filename> variant 1653 <listitem><para>Create a <filename>nativesdk</filename> variant
1654 of any recipe by adding the following: 1654 of any recipe by adding the following: