diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-05 14:08:47 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:19:19 +0000 |
commit | 2cc4dab6b618fa33419ea87e68217b4a6444658e (patch) | |
tree | 3e2c4814c961bf303a5938f3566ca5fc1c6bdc30 | |
parent | 951abfd86f8a4a5e4b3a640b83232f648de26bf9 (diff) | |
download | poky-2cc4dab6b618fa33419ea87e68217b4a6444658e.tar.gz |
ref-manual: Edits to nativesdk class.
(From yocto-docs rev: 05fdaf24feb2a79a611c2b278f4863cc0a59c592)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 4 |
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: |