diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-04 05:08:21 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:18:51 +0000 |
commit | b5a77f02c61e88825070ab8ddf763c714011304a (patch) | |
tree | 51c921b4662f1e7f745a0e43503821fdbd71a187 | |
parent | 77f8692fe68d2500735d89f63aa1fceaf447034d (diff) | |
download | poky-b5a77f02c61e88825070ab8ddf763c714011304a.tar.gz |
ref-manual: Added primport class.
(From yocto-docs rev: 62a0de6cd455bba6f87e6883952a7fad3fe81574)
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 2e25253a8b..cde8f5bb9e 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -1502,6 +1502,21 @@ | |||
1502 | </para> | 1502 | </para> |
1503 | </section> | 1503 | </section> |
1504 | 1504 | ||
1505 | <section id='ref-classes-primport'> | ||
1506 | <title><filename>primport.bbclass</filename></title> | ||
1507 | |||
1508 | <para> | ||
1509 | The <filename>primport</filename> class provides functionality for | ||
1510 | importing | ||
1511 | <link linkend='var-PR'><filename>PR</filename></link> values. | ||
1512 | <note> | ||
1513 | This class is not intended to be used directly. | ||
1514 | Rather, it is enabled when using | ||
1515 | "<filename>bitbake-prserv-tool import</filename>". | ||
1516 | </note> | ||
1517 | </para> | ||
1518 | </section> | ||
1519 | |||
1505 | <section id='ref-classes-distutils'> | 1520 | <section id='ref-classes-distutils'> |
1506 | <title>Python Extensions - <filename>distutils.bbclass</filename></title> | 1521 | <title>Python Extensions - <filename>distutils.bbclass</filename></title> |
1507 | 1522 | ||