diff options
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 6 |
1 files 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 | |||
1028 | <filename>meta/classes</filename> in the | 1028 | <filename>meta/classes</filename> in the |
1029 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>: | 1029 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>: |
1030 | <literallayout class='monospaced'> | 1030 | <literallayout class='monospaced'> |
1031 | FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \ | 1031 | FILESPATH = "${@base_set_filespath(["${FILE_DIRNAME}/${BP}", \ |
1032 | "${FILE_DIRNAME}/${P}", "${FILE_DIRNAME}/${PN}", \ | 1032 | "${FILE_DIRNAME}/${BPN}", "${FILE_DIRNAME}/files"], d)}" |
1033 | "${FILE_DIRNAME}/${BP}", "${FILE_DIRNAME}/${BPN}", \ | ||
1034 | "${FILE_DIRNAME}/files", "${FILE_DIRNAME}" ], d)}" | ||
1035 | </literallayout> | 1033 | </literallayout> |
1036 | Do not hand-edit the <filename>FILESPATH</filename> variable. | 1034 | Do not hand-edit the <filename>FILESPATH</filename> variable. |
1037 | If you want to extend the set of pathnames that BitBake uses when searching for | 1035 | If you want to extend the set of pathnames that BitBake uses when searching for |