diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-04 05:05:58 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:17:47 +0000 |
commit | 33f921cd5fb14c57a1f2a7a03455cd63085e4563 (patch) | |
tree | 72bafc3f0b0823ad51ac1dbd0d153298c3d16d01 /documentation | |
parent | 2a21166e3c4c6edc2ebedf97c05ffbbf5c9f0e8b (diff) | |
download | poky-33f921cd5fb14c57a1f2a7a03455cd63085e4563.tar.gz |
ref-manual: Added prexport class.
(From yocto-docs rev: 471139942a937f095e55476d17ed75855e34dc10)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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 74478981d0..2e25253a8b 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -1487,6 +1487,21 @@ | |||
1487 | </para> | 1487 | </para> |
1488 | </section> | 1488 | </section> |
1489 | 1489 | ||
1490 | <section id='ref-classes-prexport'> | ||
1491 | <title><filename>prexport.bbclass</filename></title> | ||
1492 | |||
1493 | <para> | ||
1494 | The <filename>prexport</filename> class provides functionality for | ||
1495 | exporting | ||
1496 | <link linkend='var-PR'><filename>PR</filename></link> values. | ||
1497 | <note> | ||
1498 | This class is not intended to be used directly. | ||
1499 | Rather, it is enabled when using | ||
1500 | "<filename>bitbake-prserv-tool export</filename>". | ||
1501 | </note> | ||
1502 | </para> | ||
1503 | </section> | ||
1504 | |||
1490 | <section id='ref-classes-distutils'> | 1505 | <section id='ref-classes-distutils'> |
1491 | <title>Python Extensions - <filename>distutils.bbclass</filename></title> | 1506 | <title>Python Extensions - <filename>distutils.bbclass</filename></title> |
1492 | 1507 | ||