mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
ref-manual: Updated the uninative.bbclass description.
Dropped the "experimental" verbiage and added real detail. (From yocto-docs rev: ca63ab4bac2885037741afdc78ee307233159a2e) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e975d26e84
commit
cd2aaaa310
@@ -3460,14 +3460,23 @@
|
|||||||
<title><filename>uninative.bbclass</filename></title>
|
<title><filename>uninative.bbclass</filename></title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Provides a means of reusing <filename>native/cross</filename> over
|
Attempts to isolate the build system from the host
|
||||||
multiple distros.
|
distribution's C library in order to make re-use of native shared state
|
||||||
<note>
|
artifacts across different host distributions practical.
|
||||||
Currently, the method used by the <filename>uninative</filename>
|
With this class enabled, a tarball containing a pre-built C library
|
||||||
class is experimental.
|
is downloaded at the start of the build.
|
||||||
</note>
|
In the Poky reference distribution this is enabled by default
|
||||||
For more information, see the commit message
|
through
|
||||||
<ulink url='http://cgit.openembedded.org/openembedded-core/commit/?id=e66c96ae9c7ba21ebd04a4807390f0031238a85a'>here</ulink>.
|
<filename>meta/conf/distro/include/yocto-uninative.inc</filename>.
|
||||||
|
Other distributions that do not derive from poky can also
|
||||||
|
"<filename>require conf/distro/include/yocto-uninative.inc</filename>"
|
||||||
|
to use this.
|
||||||
|
Alternatively if you prefer, you can build the uninative-tarball recipe
|
||||||
|
yourself, publish the resulting tarball (e.g. via HTTP) and set
|
||||||
|
<filename>UNINATIVE_URL</filename> and
|
||||||
|
<filename>UNINATIVE_CHECKSUM</filename> appropriately.
|
||||||
|
For an example, see the
|
||||||
|
<filename>meta/conf/distro/include/yocto-uninative.inc</filename>.
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user