summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-09-30 04:38:33 -0300
committerMax Krummenacher <max.krummenacher@toradex.com>2023-09-30 04:52:12 -0300
commit85eaeb976d490ad63ac10cf0381c52e541cf9b45 (patch)
tree5a95485878d54425f8330491f2bcbf4fe76d8fa3 /buildconf
parenta0ef42a8b21465da4d05b1dae1028b55ac8a286a (diff)
deploy dir: ti: keep it at topdir/deploy
The meta-ti commit: ("4dcc70a8 conf: switch k3r5 multiconfig to baremetal") places the deploy directory outside of the tmp directory, something we already do. Keep our "${TOPDIR}/deploy" rather than moving to "${TOPDIR}/deploy-ti". Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 67d25b69c15c8b14ef54c6be0ea27039b69a06b7)
Diffstat (limited to 'buildconf')
-rw-r--r--buildconf/local.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildconf/local.conf b/buildconf/local.conf
index c7985b1..bcd362d 100644
--- a/buildconf/local.conf
+++ b/buildconf/local.conf
@@ -100,6 +100,7 @@ SSTATE_DIR ?= "${TOPDIR}/../sstate-cache"
# if you have several build directories you need to adjust deploy
# to something unique, e.g. "${TOPDIR}/../deploy_fb" "${TOPDIR}/../deploy_x11"
DEPLOY_DIR = "${TOPDIR}/deploy"
+TI_COMMON_DEPLOY = "${DEPLOY_DIR}"
#
# Package Management configuration