diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2020-05-27 10:31:22 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-30 12:32:48 +0100 |
commit | 791c496bed8ad5f1681fcf211435f1bc18a525c6 (patch) | |
tree | 3c20624b31ea65cd5f2daa129099b71f8acdaed8 /meta/conf/bitbake.conf | |
parent | 4ee5da311eddbce30a71476a12aeef0f9ce7e987 (diff) | |
download | poky-791c496bed8ad5f1681fcf211435f1bc18a525c6.tar.gz |
bitbake.conf: Remove unused DEPLOY_DIR_TOOLS variable
Variable DEPLOY_DIR_TOOLS was introduced in 2007:
commit f751a20152c651a33f08ceda0502fa1d4f11c005
Author: Richard Purdie <richard@openedhand.com>
Date: Wed Aug 8 21:02:39 2007 +0000
bitbake.conf: Sync with OE.dev
apparently never used so get rid of it.
(From OE-Core rev: b1f15f651461d07a8cfbd3bdcfea0e89f195212d)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index f7700f1191..9336c244bc 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -410,7 +410,6 @@ DEPLOY_DIR_IPK = "${DEPLOY_DIR}/ipk" | |||
410 | DEPLOY_DIR_RPM = "${DEPLOY_DIR}/rpm" | 410 | DEPLOY_DIR_RPM = "${DEPLOY_DIR}/rpm" |
411 | DEPLOY_DIR_DEB = "${DEPLOY_DIR}/deb" | 411 | DEPLOY_DIR_DEB = "${DEPLOY_DIR}/deb" |
412 | DEPLOY_DIR_IMAGE ?= "${DEPLOY_DIR}/images/${MACHINE}" | 412 | DEPLOY_DIR_IMAGE ?= "${DEPLOY_DIR}/images/${MACHINE}" |
413 | DEPLOY_DIR_TOOLS = "${DEPLOY_DIR}/tools" | ||
414 | 413 | ||
415 | PKGDATA_DIR = "${TMPDIR}/pkgdata/${MACHINE}" | 414 | PKGDATA_DIR = "${TMPDIR}/pkgdata/${MACHINE}" |
416 | 415 | ||