From 751c9dc51fd01fa64a1ff37ba2638110335f71af Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 5 Apr 2017 09:37:59 +0100 Subject: 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 --- conf/bitbake.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'conf') 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" -- cgit 1.2.3-korg