aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-04-05 09:37:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-04-05 09:38:01 +0100
commit751c9dc51fd01fa64a1ff37ba2638110335f71af (patch)
tree479f174d7d24a80132f55ec53c76d03d1d735c18 /conf
parentc1780bc1872bb35bc28c76eff9110717f02d9db2 (diff)
downloadbitbake-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')
-rw-r--r--conf/bitbake.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf
index deb36aaa1..a460df4eb 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"