diff options
| author | BELHADJ SALEM Talel <bhstalel@gmail.com> | 2023-10-18 11:36:54 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-19 13:26:05 +0100 |
| commit | 62739c2e8f4006cafb9d8c83a9221033b7c0243d (patch) | |
| tree | b55a100c1af71f5a192e4ffba51e0c703c056401 | |
| parent | 35cb985840208dce4b4f7a60a59a003ac2e78a2d (diff) | |
| download | poky-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>
| -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 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. |
| 446 | DEPLOY_DIR ?= "${TMPDIR}/deploy" | 446 | DEPLOY_DIR ?= "${TMPDIR}/deploy" |
| 447 | DEPLOY_DIR_TAR = "${DEPLOY_DIR}/tar" | ||
| 448 | DEPLOY_DIR_IPK = "${DEPLOY_DIR}/ipk" | 447 | DEPLOY_DIR_IPK = "${DEPLOY_DIR}/ipk" |
| 449 | DEPLOY_DIR_RPM = "${DEPLOY_DIR}/rpm" | 448 | DEPLOY_DIR_RPM = "${DEPLOY_DIR}/rpm" |
| 450 | DEPLOY_DIR_DEB = "${DEPLOY_DIR}/deb" | 449 | DEPLOY_DIR_DEB = "${DEPLOY_DIR}/deb" |
