From 4edb41b9a7d652158105c584d29deee6df0e031e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 4 Dec 2013 07:18:00 -0600 Subject: [PATCH] ref-manual: Added relocatable class. (From yocto-docs rev: 6a5c2d42f4eab1e27e71e85b4ef4c91d468dc553) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 0f35abe2d9..f97929c208 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -1660,6 +1660,25 @@ +
+ <filename>relocatable.bbclass</filename> + + + The relocatable class enables relocation of + binaries when they are installed into the sysroot. + + + + This class makes use of the + chrpath + class and is used by both the + cross + and + native + classes. + +
+
Python Extensions - <filename>distutils.bbclass</filename>