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