diff options
| author | Ryan Eatmon <reatmon@ti.com> | 2025-12-17 14:58:01 -0600 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2026-01-17 10:48:11 -0600 |
| commit | bdcbe5d6bc8cab9dea94ff649976ef82c4254679 (patch) | |
| tree | 4bb7a87004c7c3c7c5d14b756bee70179a518512 | |
| parent | ce6dccea3b3a16329f6b444300d5b163a09b3c0d (diff) | |
| download | meta-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_%.bbappend | 6 |
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 @@ | |||
| 1 | TFA_TI = "" | 1 | TRUSTED_FIRMWARE_A_TI = "" |
| 2 | TFA_TI:k3 = "trusted-firmware-a-ti.inc" | 2 | TRUSTED_FIRMWARE_A_TI:ti-soc = "trusted-firmware-a-ti.inc" |
| 3 | 3 | ||
| 4 | require ${TFA_TI} | 4 | require ${TRUSTED_FIRMWARE_A_TI} |
