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:18:50 +0000 |
commit | 77f8692fe68d2500735d89f63aa1fceaf447034d (patch) | |
tree | 91f7195f68e0da08350b1634dc0b6a0f07701160 | |
parent | 61edbfc616966a23272d0024e6c137d1c0e91b02 (diff) | |
download | poky-77f8692fe68d2500735d89f63aa1fceaf447034d.tar.gz |
ref-manual: Added prexport class.
(From yocto-docs rev: 4a0b9502360062a884fdcd785bcecce9ac1a96da)
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 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 | ||