From a3afb9301af644e72928f1097cb5ab31f5f31e74 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 3 Dec 2013 06:12:06 -0600 Subject: [PATCH] ref-manual: Added the multilib* class. (From yocto-docs rev: eb6484ddc6a79c9749877e1499b6f76e06ff0a47) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index ef38b4f92a..131ca0ea24 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -1131,6 +1131,22 @@ +
+ <filename>multilib*.bbclass</filename> + + + The Multilib (multilib*) classes provide support + for building libraries with different target optimizations or target + architectures and installing them side-by-side in the same image. + + + + For more information on using the Multilib feature, see the + "Combining Multiple Versions of Library Files into One Image" + section in the Yocto Project Development Manual. + +
+
Pkg-config - <filename>pkgconfig.bbclass</filename>