diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2015-09-29 12:52:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-21 23:06:32 +0100 |
commit | acacf6ba7330c119c471822211646497ee1ee222 (patch) | |
tree | 8507cc3eda14b6601160cd3ecf3d596f55f4e505 /documentation | |
parent | 8fc90a7aeb04cff74845ae9d19f86543254e9a7f (diff) | |
download | poky-acacf6ba7330c119c471822211646497ee1ee222.tar.gz |
ref-manual: Added linuxloader.bbclass reference description.
(From yocto-docs rev: f33dbbd740ddd9dc88154373dc824e63d832ca0c)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ | |||
1921 | </para> | 1921 | </para> |
1922 | </section> | 1922 | </section> |
1923 | 1923 | ||
1924 | <section id='ref-classes-linuxloader'> | ||
1925 | <title><filename>linuxloader.bbclass</filename></title> | ||
1926 | |||
1927 | <para> | ||
1928 | Provides the function <filename>linuxloader()</filename>, which gives | ||
1929 | the value of the dynamic loader/linker provided on the platform. | ||
1930 | This value is used by a number of other classes. | ||
1931 | </para> | ||
1932 | </section> | ||
1933 | |||
1924 | <section id='ref-classes-logging'> | 1934 | <section id='ref-classes-logging'> |
1925 | <title><filename>logging.bbclass</filename></title> | 1935 | <title><filename>logging.bbclass</filename></title> |
1926 | 1936 | ||