diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-11-03 13:02:19 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-11-03 15:44:27 +0000 |
commit | 09890bc1ce3d1836f0e35fbae7713f54d70a72ae (patch) | |
tree | f14c37a057fe5ee68bd5bdb6da936b69884d62d6 /meta-agl-bsp/conf/include/agl_j721e-evm.inc | |
parent | 7e9efbe2d607886748a786e5e9818dd6b541ad94 (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/+/29379
Diffstat (limited to 'meta-agl-bsp/conf/include/agl_j721e-evm.inc')
-rw-r--r-- | meta-agl-bsp/conf/include/agl_j721e-evm.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-agl-bsp/conf/include/agl_j721e-evm.inc b/meta-agl-bsp/conf/include/agl_j721e-evm.inc index 61a4794f6..c0195f183 100644 --- a/meta-agl-bsp/conf/include/agl_j721e-evm.inc +++ b/meta-agl-bsp/conf/include/agl_j721e-evm.inc @@ -5,3 +5,7 @@ DEFAULTTUNE:k3r5 = "armv7athf" # Workaround for recipe assumption of poky location LIC_FILES_CHKSUM:pn-ti-rtos-firmware = "file://${THISDIR}/../../licenses/TI-TFL;md5=a1b59cb7ba626b9dbbcbf00f3fbc438a" + +# 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 |