diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-10-20 13:25:26 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-21 15:09:17 +0100 |
commit | 01f2e75575c84c6922f00d7c2758b1d027ea7e4a (patch) | |
tree | 32b5daf0fa59b974122a1a5d9fa27131f26b04bc /documentation/ref-manual/ref-classes.xml | |
parent | 1ea92a27f60d51c320157155d21c41272124649c (diff) | |
download | poky-01f2e75575c84c6922f00d7c2758b1d027ea7e4a.tar.gz |
ref-manual: Added new uninative class.
(From yocto-docs rev: b227b6a636b0ca194e3f7a4521659304596303e2)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 2bb9e2d890..11961a7940 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -3249,6 +3249,21 @@ | |||
3249 | </para> | 3249 | </para> |
3250 | </section> | 3250 | </section> |
3251 | 3251 | ||
3252 | <section id='ref-classes-uninative'> | ||
3253 | <title><filename>uninative.bbclass</filename></title> | ||
3254 | |||
3255 | <para> | ||
3256 | Provides a means of reusing <filename>native/cross</filename> over | ||
3257 | multiple distros. | ||
3258 | <note> | ||
3259 | Currently, the method used by the <filename>uninative</filename> | ||
3260 | class is experimental. | ||
3261 | </note> | ||
3262 | For more information, see the commit message | ||
3263 | <ulink url='http://cgit.openembedded.org/openembedded-core/commit/?id=e66c96ae9c7ba21ebd04a4807390f0031238a85a'>here</ulink>. | ||
3264 | </para> | ||
3265 | </section> | ||
3266 | |||
3252 | <section id='ref-classes-update-alternatives'> | 3267 | <section id='ref-classes-update-alternatives'> |
3253 | <title><filename>update-alternatives.bbclass</filename></title> | 3268 | <title><filename>update-alternatives.bbclass</filename></title> |
3254 | 3269 | ||