diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-08-07 16:33:51 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-13 13:18:53 +0100 |
commit | d22a3907f19562803a25cdfc47634ca311182f19 (patch) | |
tree | 416ec356818e2e3b8c6a8e938cd4726cef66e375 | |
parent | f9dc302b275094377064ccbffe2732b012b083c6 (diff) | |
download | poky-d22a3907f19562803a25cdfc47634ca311182f19.tar.gz |
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>
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 10 | ||||
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 8 |
2 files changed, 10 insertions, 8 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index e3d7544c02..638dd366c0 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -157,11 +157,11 @@ | |||
157 | </para> | 157 | </para> |
158 | 158 | ||
159 | <para> | 159 | <para> |
160 | During staging, BitBake installs such scripts into the | 160 | During staging, the OpenEmbedded build system installs such scripts |
161 | <filename>sysroots/</filename> directory. | 161 | into the <filename>sysroots/</filename> directory. |
162 | BitBake also changes all paths to point into the <filename>sysroots/</filename> | 162 | The build system also changes all paths to point into the |
163 | directory so all builds that use the script will use the correct | 163 | <filename>sysroots/</filename> directory so all builds that use the |
164 | directories for the cross compiling layout. | 164 | script will use the correct directories for the cross compiling layout. |
165 | </para> | 165 | </para> |
166 | </section> | 166 | </section> |
167 | 167 | ||
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 0d2349ac36..e95a08e5b1 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" | |||
2807 | specifies additional arguments passed to the "sed" command. | 2807 | specifies additional arguments passed to the "sed" command. |
2808 | The sed command alters any paths in configuration scripts | 2808 | The sed command alters any paths in configuration scripts |
2809 | that have been set up during compilation. | 2809 | that have been set up during compilation. |
2810 | This alteration ensures the commands are correct for use | 2810 | Inheriting this class results in all paths in these scripts |
2811 | when installed into the sysroot and called by the build | 2811 | being changed to point into the |
2812 | processes of other recipes. | 2812 | <filename>sysroots/</filename> directory so that all builds |
2813 | that use the script will use the correct directories | ||
2814 | for the cross compiling layout. | ||
2813 | </para> | 2815 | </para> |
2814 | 2816 | ||
2815 | <para> | 2817 | <para> |