diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-05 09:37:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-05 09:38:01 +0100 |
commit | 751c9dc51fd01fa64a1ff37ba2638110335f71af (patch) | |
tree | 479f174d7d24a80132f55ec53c76d03d1d735c18 /conf/bitbake.conf | |
parent | c1780bc1872bb35bc28c76eff9110717f02d9db2 (diff) | |
download | bitbake-751c9dc51fd01fa64a1ff37ba2638110335f71af.tar.gz |
fetch/local: Drop FILESDIR
This has long since been deprecated and is no longer used anywhere, FILESPATH
is the commonly used varaible which offers much more flexibility. Remove
the FILESDIR code and references from bitbake.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r-- | conf/bitbake.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index deb36aaa..a460df4e 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -24,7 +24,6 @@ DEPENDS = "" DEPLOY_DIR = "${TMPDIR}/deploy" DEPLOY_DIR_IMAGE = "${DEPLOY_DIR}/images" DL_DIR = "${TMPDIR}/downloads" -FILESDIR = "${@bb.utils.which(d.getVar('FILESPATH', True), '.')}" FILESPATH = "${FILE_DIRNAME}/${PF}:${FILE_DIRNAME}/${P}:${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/files:${FILE_DIRNAME}" FILE_DIRNAME = "${@os.path.dirname(d.getVar('FILE', False))}" GITDIR = "${DL_DIR}/git" |