From 89e6119a8b9a63017967fb724e87fe6e617f019a Mon Sep 17 00:00:00 2001 From: Kristi Rifenbark Date: Fri, 18 Aug 2017 14:19:15 -0700 Subject: [PATCH] ref-manual: Updated SSTATE_SCAN_FILES variable description (From yocto-docs rev: f20240fda71a19a7bf78a8366270998d6c708076) Signed-off-by: Kristi Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 1d9e8788f3..ad10139727 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -12955,17 +12955,23 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Controls the list of files the OpenEmbedded build system - scans for hardcoded installation paths. + scans for hardcoded installation paths. The variable uses a + space-separated list of filenames (not paths) with standard + wildcard characters allowed. During a build, the OpenEmbedded build system creates a shared state (sstate) object during the first stage of - preparing the sysroots. - During the build, the object is scanned for hardcoded paths - for original installation locations. + preparing the sysroots. That object is scanned for + hardcoded paths for original installation locations. The list of files that are scanned for paths is controlled by the SSTATE_SCAN_FILES variable. + Typically, recipes add files they want to be scanned to the + value of SSTATE_SCAN_FILES rather than + the variable being comprehensively set. The + sstate + class specifies the default list of files.