summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2025-12-17 14:58:01 -0600
committerRyan Eatmon <reatmon@ti.com>2026-01-17 10:48:11 -0600
commitbdcbe5d6bc8cab9dea94ff649976ef82c4254679 (patch)
tree4bb7a87004c7c3c7c5d14b756bee70179a518512
parentce6dccea3b3a16329f6b444300d5b163a09b3c0d (diff)
downloadmeta-ti-bdcbe5d6bc8cab9dea94ff649976ef82c4254679.tar.gz
trusted-firmware-a: Clean up bbappend guard variables
Rather than using shorthand variables for the guard, move to a longer more explicit naming. This is mostly a cosmetic change, but we might make a rule for it in the future so that we can check for it. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
index 00d08a51..0197669a 100644
--- a/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
+++ b/meta-ti-bsp/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
@@ -1,4 +1,4 @@
1TFA_TI = "" 1TRUSTED_FIRMWARE_A_TI = ""
2TFA_TI:k3 = "trusted-firmware-a-ti.inc" 2TRUSTED_FIRMWARE_A_TI:ti-soc = "trusted-firmware-a-ti.inc"
3 3
4require ${TFA_TI} 4require ${TRUSTED_FIRMWARE_A_TI}