]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Edits to OE_BINCONFIG_EXTRA_MANGLE and binconfig.bbclass
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Wed, 7 Aug 2013 13:33:51 +0000 (16:33 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Aug 2013 12:18:53 +0000 (13:18 +0100)
(From yocto-docs rev: d732e0a32d1bc5dccd9bf6522bb9852df3b63ebd)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/ref-manual/ref-classes.xml
documentation/ref-manual/ref-variables.xml

index e3d7544c0232b44ad0b57dda114ca08d4bab5642..638dd366c0bf6b973490dee5dc75be52f0f6240c 100644 (file)
     </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>
 
index 0d2349ac3613078c5e5ef180f6cbcc04ad532086..e95a08e5b193c40c394c266ab976990484b136b6 100644 (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>