From 85eaeb976d490ad63ac10cf0381c52e541cf9b45 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sat, 30 Sep 2023 04:38:33 -0300 Subject: 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 (cherry picked from commit 67d25b69c15c8b14ef54c6be0ea27039b69a06b7) --- buildconf/local.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'buildconf') 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 -- cgit v1.2.3