From acacf6ba7330c119c471822211646497ee1ee222 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 29 Sep 2015 12:52:06 -0700 Subject: [PATCH] ref-manual: Added linuxloader.bbclass reference description. (From yocto-docs rev: f33dbbd740ddd9dc88154373dc824e63d832ca0c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 7aa086f6eb..ba7c3f79f6 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -1921,6 +1921,16 @@ +
+ <filename>linuxloader.bbclass</filename> + + + Provides the function linuxloader(), which gives + the value of the dynamic loader/linker provided on the platform. + This value is used by a number of other classes. + +
+
<filename>logging.bbclass</filename>