summaryrefslogtreecommitdiff
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:49:45 -0300
commit67d25b69c15c8b14ef54c6be0ea27039b69a06b7 (patch)
treea3d944cc6ea739407284b2f6e6947d8b6c8fae52
parent1447911e2b5212f3eaf13c657629d19fd5977221 (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>
-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