diff options
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 135461518c..5872d1d12c 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -311,6 +311,8 @@ FILES_${PN}-locale = "${datadir}/locale" | |||
311 | FILE_DIRNAME = "${@os.path.dirname(d.getVar('FILE'))}" | 311 | FILE_DIRNAME = "${@os.path.dirname(d.getVar('FILE'))}" |
312 | # FILESPATH is set in base.bbclass | 312 | # FILESPATH is set in base.bbclass |
313 | #FILESPATH = "${FILE_DIRNAME}/${PF}:${FILE_DIRNAME}/${P}:${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/${BP}:${FILE_DIRNAME}/${BPN}:${FILE_DIRNAME}/files:${FILE_DIRNAME}" | 313 | #FILESPATH = "${FILE_DIRNAME}/${PF}:${FILE_DIRNAME}/${P}:${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/${BP}:${FILE_DIRNAME}/${BPN}:${FILE_DIRNAME}/files:${FILE_DIRNAME}" |
314 | # This default was only used for checking | ||
315 | FILESEXTRAPATHS ?= "__default:" | ||
314 | 316 | ||
315 | ################################################################## | 317 | ################################################################## |
316 | # General work and output directories for the build system. | 318 | # General work and output directories for the build system. |