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 @@ +
+ <filename>pythonnative.bbclass</filename> + + + The pythonnative causes the OpenEmbedded build + system to use the native version of Python, which is built by the + build system. + Normally, the OpenEmbedded build system uses the version of Python + that is built by the build host. + + This class must be inherited by a recipe in order to be used. + + +
+
Python Extensions - <filename>distutils.bbclass</filename>