diff options
author | Kristi Rifenbark <kristi.rifenbark@gmail.com> | 2017-08-18 14:19:15 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-02 00:52:48 +0100 |
commit | 79f860e146a35a29f27958b5a02f8c926d0f807b (patch) | |
tree | 8c7fdaea4cb74255b8f84ddf2fa14666f47faa71 /documentation | |
parent | 49bc3e3d3e258684a527899f137d7c81e5ca27c9 (diff) | |
download | poky-79f860e146a35a29f27958b5a02f8c926d0f807b.tar.gz |
ref-manual: Updated SSTATE_SCAN_FILES variable description
(From yocto-docs rev: 190b257e788d7f6f2f87e4e8c031bcda4a9f6d46)
Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index f2414c5887..0289ad183f 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -12963,17 +12963,23 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12963 | <para role="glossdeffirst"> | 12963 | <para role="glossdeffirst"> |
12964 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 12964 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
12965 | Controls the list of files the OpenEmbedded build system | 12965 | Controls the list of files the OpenEmbedded build system |
12966 | scans for hardcoded installation paths. | 12966 | scans for hardcoded installation paths. The variable uses a |
12967 | space-separated list of filenames (not paths) with standard | ||
12968 | wildcard characters allowed. | ||
12967 | </para> | 12969 | </para> |
12968 | 12970 | ||
12969 | <para> | 12971 | <para> |
12970 | During a build, the OpenEmbedded build system creates a | 12972 | During a build, the OpenEmbedded build system creates a |
12971 | shared state (sstate) object during the first stage of | 12973 | shared state (sstate) object during the first stage of |
12972 | preparing the sysroots. | 12974 | preparing the sysroots. That object is scanned for |
12973 | During the build, the object is scanned for hardcoded paths | 12975 | hardcoded paths for original installation locations. |
12974 | for original installation locations. | ||
12975 | The list of files that are scanned for paths is controlled | 12976 | The list of files that are scanned for paths is controlled |
12976 | by the <filename>SSTATE_SCAN_FILES</filename> variable. | 12977 | by the <filename>SSTATE_SCAN_FILES</filename> variable. |
12978 | Typically, recipes add files they want to be scanned to the | ||
12979 | value of <filename>SSTATE_SCAN_FILES</filename> rather than | ||
12980 | the variable being comprehensively set. The | ||
12981 | <link linkend='ref-classes-sstate'><filename>sstate</filename></link> | ||
12982 | class specifies the default list of files. | ||
12977 | </para> | 12983 | </para> |
12978 | 12984 | ||
12979 | <para> | 12985 | <para> |