From 24cb7d0a50d63bf3923e7ddf3b5f6c167736adae Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 12 Dec 2023 22:52:12 +0000 Subject: [PATCH] bsp: beaglebone-ai64: move deploy dir back into main TMPDIR Now that TMPDIRs are separated for meta-ti multiconfigs[1], move deploy dir back into the main TMPDIR, where AGL CI expects the artifacts. [1] https://git.yoctoproject.org/meta-ti/commit/?h=kirkstone&id=d725334e9c010ca9ea139d9089f0bcfa593cd106 Bug-AGL: SPEC-4941 Change-Id: Ia627b4c9e561099b069a4bf43511f7084815d31c Signed-off-by: Denys Dmytriyenko Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29521 ci-image-build: Jenkins Job builder account Tested-by: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- meta-agl-bsp/conf/include/agl_beaglebone-ai64.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-agl-bsp/conf/include/agl_beaglebone-ai64.inc b/meta-agl-bsp/conf/include/agl_beaglebone-ai64.inc index 789901fb0..50ef7f036 100644 --- a/meta-agl-bsp/conf/include/agl_beaglebone-ai64.inc +++ b/meta-agl-bsp/conf/include/agl_beaglebone-ai64.inc @@ -2,3 +2,5 @@ # and firmware, need to use an override to set DEFAULTTUNE back to # what that machine configuration needs. DEFAULTTUNE:k3r5 = "armv7athf" + +TI_COMMON_DEPLOY := "${TMPDIR}/deploy" -- 2.16.6