ref-manual: Edits to OE_BINCONFIG_EXTRA_MANGLE and binconfig.bbclass

(From yocto-docs rev: d732e0a32d1bc5dccd9bf6522bb9852df3b63ebd)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-08-07 16:33:51 +03:00 committed by Richard Purdie
parent f9dc302b27
commit d22a3907f1
2 changed files with 10 additions and 8 deletions

View File

@ -157,11 +157,11 @@
</para>
<para>
During staging, BitBake installs such scripts into the
<filename>sysroots/</filename> directory.
BitBake also changes all paths to point into the <filename>sysroots/</filename>
directory so all builds that use the script will use the correct
directories for the cross compiling layout.
During staging, the OpenEmbedded build system installs such scripts
into the <filename>sysroots/</filename> directory.
The build system also changes all paths to point into the
<filename>sysroots/</filename> directory so all builds that use the
script will use the correct directories for the cross compiling layout.
</para>
</section>

View File

@ -2807,9 +2807,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
specifies additional arguments passed to the "sed" command.
The sed command alters any paths in configuration scripts
that have been set up during compilation.
This alteration ensures the commands are correct for use
when installed into the sysroot and called by the build
processes of other recipes.
Inheriting this class results in all paths in these scripts
being changed to point into the
<filename>sysroots/</filename> directory so that all builds
that use the script will use the correct directories
for the cross compiling layout.
</para>
<para>