bsp: beaglebone-ai64: move deploy dir back into main TMPDIR 21/29521/2
authorDenys Dmytriyenko <denys@konsulko.com>
Tue, 12 Dec 2023 22:52:12 +0000 (22:52 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 15 Dec 2023 07:38:47 +0000 (07:38 +0000)
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 <denys@konsulko.com>
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 <jsmoeller@linuxfoundation.org>
meta-agl-bsp/conf/include/agl_beaglebone-ai64.inc

index 789901f..50ef7f0 100644 (file)
@@ -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"