summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf/include/agl_beaglebone.inc
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-11-03 13:02:19 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-11-03 15:44:38 +0000
commitbfcc770fdbe3e1d73bee8559462214c640b684e4 (patch)
tree64431898d58181ad68da0a4824b18252444d7718 /meta-agl-bsp/conf/include/agl_beaglebone.inc
parent08dcffe9060f587d3746729cec673914a4b30c6c (diff)
Fixup folder change in meta-ti-bsp
Meta-ti-bsp breaks expectations of the output folder in its layer.conf Enforce the usual folder structure. Bug-AGL: SPEC-4957 Change-Id: Ie887e83015dcb9be609289442840b131cbad1b32 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29360
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_beaglebone.inc')
-rw-r--r--meta-agl-bsp/conf/include/agl_beaglebone.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-agl-bsp/conf/include/agl_beaglebone.inc b/meta-agl-bsp/conf/include/agl_beaglebone.inc
index 0f61caaaa..ec3a3a448 100644
--- a/meta-agl-bsp/conf/include/agl_beaglebone.inc
+++ b/meta-agl-bsp/conf/include/agl_beaglebone.inc
@@ -4,3 +4,7 @@
DISTRO_FEATURES:append = " agl-medium-arm-compiler"
WKS_FILE = "sdimage-bootpart-uuid.wks"
+
+# meta-ti-bsp layer conf does break expectations wrt common folders
+# meta-ti-bsp/conf/layer.conf:TI_COMMON_DEPLOY ?= "${TOPDIR}/deploy-ti"
+TI_COMMON_DEPLOY := "${TMPDIR}/deploy" \ No newline at end of file