diff mbox series

bitbake.conf: Drop DEPLOY_DIR_TAR

Message ID 20231017190854.3863137-1-bhstalel@gmail.com (mailing list archive)
State New
Headers show
Series bitbake.conf: Drop DEPLOY_DIR_TAR | expand

Commit Message

Talel BELHADJ SALEM Oct. 17, 2023, 7:08 p.m. UTC
DEPLOY_DIR_TAR is never used since package_tar.bbclass is removed.

Signed-off-by: Talel BELHAJSALEM <bhstalel@gmail.com>
---
 meta/conf/bitbake.conf | 1 -
 1 file changed, 1 deletion(-)

Comments

Peter Kjellerstedt Oct. 18, 2023, 10:09 a.m. UTC | #1
This should be sent to openembedded-core@lists.openembedded.org instead.

//Peter

> -----Original Message-----
> From: poky@lists.yoctoproject.org <poky@lists.yoctoproject.org> On Behalf Of BELHADJ SALEM Talel
> Sent: den 17 oktober 2023 21:09
> To: poky@lists.yoctoproject.org
> Cc: Talel BELHAJSALEM <bhstalel@gmail.com>
> Subject: [poky] [PATCH] bitbake.conf: Drop DEPLOY_DIR_TAR
> 
> DEPLOY_DIR_TAR is never used since package_tar.bbclass is removed.
> 
> Signed-off-by: Talel BELHAJSALEM <bhstalel@gmail.com>
> ---
>  meta/conf/bitbake.conf | 1 -
>  1 file changed, 1 deletion(-)
> 
> 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}"
>  # 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.25.1
diff mbox series

Patch

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}"
 # 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"