mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 01:20:20 +00:00
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>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
TFA_TI = ""
|
||||
TFA_TI:k3 = "trusted-firmware-a-ti.inc"
|
||||
TRUSTED_FIRMWARE_A_TI = ""
|
||||
TRUSTED_FIRMWARE_A_TI:ti-soc = "trusted-firmware-a-ti.inc"
|
||||
|
||||
require ${TFA_TI}
|
||||
require ${TRUSTED_FIRMWARE_A_TI}
|
||||
|
||||
Reference in New Issue
Block a user