diff options
-rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 7c939f5a4d..450a0ee1e9 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -319,6 +319,7 @@ FILES_${PN}-locale = "${datadir}/locale" | |||
319 | FILE_DIRNAME = "${@os.path.dirname(d.getVar('FILE'))}" | 319 | FILE_DIRNAME = "${@os.path.dirname(d.getVar('FILE'))}" |
320 | # FILESPATH is set in base.bbclass | 320 | # FILESPATH is set in base.bbclass |
321 | #FILESPATH = "${FILE_DIRNAME}/${PF}:${FILE_DIRNAME}/${P}:${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/${BP}:${FILE_DIRNAME}/${BPN}:${FILE_DIRNAME}/files:${FILE_DIRNAME}" | 321 | #FILESPATH = "${FILE_DIRNAME}/${PF}:${FILE_DIRNAME}/${P}:${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/${BP}:${FILE_DIRNAME}/${BPN}:${FILE_DIRNAME}/files:${FILE_DIRNAME}" |
322 | FILESDIR = "${@bb.which(d.getVar('FILESPATH', True), '.')}" | ||
322 | 323 | ||
323 | ################################################################## | 324 | ################################################################## |
324 | # General work and output directories for the build system. | 325 | # General work and output directories for the build system. |