summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
authorBELHADJ SALEM Talel <bhstalel@gmail.com>2023-10-18 11:36:54 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-10-19 13:26:05 +0100
commit62739c2e8f4006cafb9d8c83a9221033b7c0243d (patch)
treeb55a100c1af71f5a192e4ffba51e0c703c056401 /meta/conf/bitbake.conf
parent35cb985840208dce4b4f7a60a59a003ac2e78a2d (diff)
downloadpoky-62739c2e8f4006cafb9d8c83a9221033b7c0243d.tar.gz
bitbake.conf: Drop DEPLOY_DIR_TAR
DEPLOY_DIR_TAR is never used since package_tar.bbclass is removed. (From OE-Core rev: 7f3963834c60e407f4252084b1f8e004c10b7c25) Signed-off-by: Talel BELHAJSALEM <bhstalel@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 77ff494523..2900a8bdba 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -444,7 +444,6 @@ STAGING_DIR_TARGET = "${RECIPE_SYSROOT}"
444# Setting DEPLOY_DIR outside of TMPDIR is helpful, when you are using 444# Setting DEPLOY_DIR outside of TMPDIR is helpful, when you are using
445# packaged staging and/or multimachine. 445# packaged staging and/or multimachine.
446DEPLOY_DIR ?= "${TMPDIR}/deploy" 446DEPLOY_DIR ?= "${TMPDIR}/deploy"
447DEPLOY_DIR_TAR = "${DEPLOY_DIR}/tar"
448DEPLOY_DIR_IPK = "${DEPLOY_DIR}/ipk" 447DEPLOY_DIR_IPK = "${DEPLOY_DIR}/ipk"
449DEPLOY_DIR_RPM = "${DEPLOY_DIR}/rpm" 448DEPLOY_DIR_RPM = "${DEPLOY_DIR}/rpm"
450DEPLOY_DIR_DEB = "${DEPLOY_DIR}/deb" 449DEPLOY_DIR_DEB = "${DEPLOY_DIR}/deb"