From 33f921cd5fb14c57a1f2a7a03455cd63085e4563 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 4 Dec 2013 05:05:58 -0600 Subject: [PATCH] ref-manual: Added prexport class. (From yocto-docs rev: 471139942a937f095e55476d17ed75855e34dc10) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 @@ +
+ <filename>prexport.bbclass</filename> + + + The prexport class provides functionality for + exporting + PR values. + + This class is not intended to be used directly. + Rather, it is enabled when using + "bitbake-prserv-tool export". + + +
+
Python Extensions - <filename>distutils.bbclass</filename>