From 7f3963834c60e407f4252084b1f8e004c10b7c25 Mon Sep 17 00:00:00 2001 From: BELHADJ SALEM Talel Date: Wed, 18 Oct 2023 11:36:54 +0100 Subject: [PATCH] bitbake.conf: Drop DEPLOY_DIR_TAR DEPLOY_DIR_TAR is never used since package_tar.bbclass is removed. Signed-off-by: Talel BELHAJSALEM Signed-off-by: Richard Purdie --- meta/conf/bitbake.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 77ff4945231..2900a8bdba6 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -444,7 +444,6 @@ STAGING_DIR_TARGET = "${RECIPE_SYSROOT}" # Setting DEPLOY_DIR outside of TMPDIR is helpful, when you are using # packaged staging and/or multimachine. DEPLOY_DIR ?= "${TMPDIR}/deploy" -DEPLOY_DIR_TAR = "${DEPLOY_DIR}/tar" DEPLOY_DIR_IPK = "${DEPLOY_DIR}/ipk" DEPLOY_DIR_RPM = "${DEPLOY_DIR}/rpm" DEPLOY_DIR_DEB = "${DEPLOY_DIR}/deb" -- 2.47.3