diff options
-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 | ||