From 00652a816e608b1bc381529ba3888adb7795ec45 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: 74e82ac772dfc8517a7f3ea198240ca9bbe392c3) 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>