diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-04 05:56:48 -0600 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:18:52 +0000 | 
| commit | cde35ece6aa37d28f5fe7153dff113f91093ac73 (patch) | |
| tree | 6dbd17f3c3de494e162e89882dbf4f7fc68fd3d6 | |
| parent | aedf61f15430379c71621b3b95f861ea76ec7021 (diff) | |
| download | poky-cde35ece6aa37d28f5fe7153dff113f91093ac73.tar.gz | |
ref-manual: Added pythonnative class.
(From yocto-docs rev: 7b7215b3a6252196802f4ce372e39d37916c0487)
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 | 15 | 
1 files changed, 15 insertions, 0 deletions
| diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 42dbb5bd88..a2cdca442b 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
| @@ -1570,6 +1570,21 @@ | |||
| 1570 | </para> | 1570 | </para> | 
| 1571 | </section> | 1571 | </section> | 
| 1572 | 1572 | ||
| 1573 | <section id='ref-classes-pythonnative'> | ||
| 1574 | <title><filename>pythonnative.bbclass</filename></title> | ||
| 1575 | |||
| 1576 | <para> | ||
| 1577 | The <filename>pythonnative</filename> causes the OpenEmbedded build | ||
| 1578 | system to use the native version of Python, which is built by the | ||
| 1579 | build system. | ||
| 1580 | Normally, the OpenEmbedded build system uses the version of Python | ||
| 1581 | that is built by the build host. | ||
| 1582 | <note> | ||
| 1583 | This class must be inherited by a recipe in order to be used. | ||
| 1584 | </note> | ||
| 1585 | </para> | ||
| 1586 | </section> | ||
| 1587 | |||
| 1573 | <section id='ref-classes-distutils'> | 1588 | <section id='ref-classes-distutils'> | 
| 1574 | <title>Python Extensions - <filename>distutils.bbclass</filename></title> | 1589 | <title>Python Extensions - <filename>distutils.bbclass</filename></title> | 
| 1575 | 1590 | ||
