From: Denys Dmytriyenko Date: Tue, 12 Dec 2023 22:52:12 +0000 (+0000) Subject: bsp: beaglebone-ai64: move deploy dir back into main TMPDIR X-Git-Tag: 16.92.0~10 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=24cb7d0a50d63bf3923e7ddf3b5f6c167736adae;p=AGL%2Fmeta-agl.git 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 --- 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"