From: Scott Rifenbark Date: Wed, 7 Aug 2013 13:33:51 +0000 (+0300) Subject: ref-manual: Edits to OE_BINCONFIG_EXTRA_MANGLE and binconfig.bbclass X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d22a3907f19562803a25cdfc47634ca311182f19;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Edits to OE_BINCONFIG_EXTRA_MANGLE and binconfig.bbclass (From yocto-docs rev: d732e0a32d1bc5dccd9bf6522bb9852df3b63ebd) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index e3d7544c023..638dd366c0b 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -157,11 +157,11 @@ - During staging, BitBake installs such scripts into the - sysroots/ directory. - BitBake also changes all paths to point into the sysroots/ - 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 sysroots/ directory. + The build system also changes all paths to point into the + sysroots/ directory so all builds that use the + script will use the correct directories for the cross compiling layout. diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 0d2349ac361..e95a08e5b19 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -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 + sysroots/ directory so that all builds + that use the script will use the correct directories + for the cross compiling layout.