Fixup folder change in meta-ti-bsp 79/29379/3
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 3 Nov 2023 12:02:19 +0000 (13:02 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 3 Nov 2023 15:44:27 +0000 (15:44 +0000)
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

meta-agl-bsp/conf/include/agl_bbe.inc
meta-agl-bsp/conf/include/agl_beaglebone.inc
meta-agl-bsp/conf/include/agl_j721e-evm.inc

index 56c88a4..5252c55 100644 (file)
@@ -18,3 +18,7 @@ SECURITY_CFLAGS:pn-gpm = ""
 SECURITY_LDFLAGS:pn-gpm = ""
 SECURITY_CFLAGS:pn-libatasmart = ""
 SECURITY_LDFLAGS:pn-libatasmart = ""
+
+# 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
index 0f61caa..ec3a3a4 100644 (file)
@@ -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
index 61a4794..c0195f1 100644 (file)
@@ -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