diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2016-10-05 11:05:47 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-11 08:51:22 +0100 |
| commit | cda7141ad131132024105922ddedbb0145b90e35 (patch) | |
| tree | 667e1643c46caa4b627959b7cc048672c676e456 /documentation/ref-manual/ref-variables.xml | |
| parent | 6be52ddd9a1d1dc2600f298b31b5ccb1e98bd035 (diff) | |
| download | poky-cda7141ad131132024105922ddedbb0145b90e35.tar.gz | |
ref-manual: Review edits to do_populate_sysroot and SYSROOT_DIRS_NATIVE
Fixes [YOCTO #10377]
Some minor wordsmithing. Also added a new note to the
SYSROOT_DIRS_NATIVE variable.
(From yocto-docs rev: 459666b01b8d6d8212a59c877ea6c324511a5883)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 38d8605bb9..8824943acb 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
| @@ -13210,6 +13210,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
| 13210 | ${localstatedir} \ | 13210 | ${localstatedir} \ |
| 13211 | " | 13211 | " |
| 13212 | </literallayout> | 13212 | </literallayout> |
| 13213 | <note> | ||
| 13214 | Programs built by <filename>-native</filename> recipes | ||
| 13215 | run directly from the sysroot | ||
| 13216 | (<filename>STAGING_DIR_NATIVE</filename>), which is | ||
| 13217 | why additional directories containing program | ||
| 13218 | executables and supporting files need to be staged. | ||
| 13219 | </note> | ||
| 13213 | </para> | 13220 | </para> |
| 13214 | </glossdef> | 13221 | </glossdef> |
| 13215 | </glossentry> | 13222 | </glossentry> |
