From eddb8174c898945b4d0a4417b9a46a61ea744624 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 29 Jan 2013 14:30:44 -0600 Subject: ref-manual: Updated FILESPATH glossary entry Fixes YOCTO #3661 The value for FILESPATH was incorrect. I have replaced it with the value found in base.bbclass. Reported-by: Robert P. J. Day (From yocto-docs rev: bc100cdd1bec48a65fcc4bed281f42953b1c9077) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index e39333482a..98557f0a79 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -1028,10 +1028,8 @@ Core layer for images cannot be removed meta/classes in the Source Directory: -FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \ - "${FILE_DIRNAME}/${P}", "${FILE_DIRNAME}/${PN}", \ - "${FILE_DIRNAME}/${BP}", "${FILE_DIRNAME}/${BPN}", \ - "${FILE_DIRNAME}/files", "${FILE_DIRNAME}" ], d)}" + FILESPATH = "${@base_set_filespath(["${FILE_DIRNAME}/${BP}", \ + "${FILE_DIRNAME}/${BPN}", "${FILE_DIRNAME}/files"], d)}" Do not hand-edit the FILESPATH variable. If you want to extend the set of pathnames that BitBake uses when searching for -- cgit v1.2.3-54-g00ecf