atf: convert to use meta-arm trusted-firmware-a recipe

Instead of using and maintaining a unique recipe for trusted-firmware-a
(formerly known as ARM trusted firmware, or ATF), use the recipe located
in meta-arm.  It is well maintained and in use in multiple other layers.

Tested with pine64-plus

Signed-off-by: Jon Mason <jdmason@kudzu.us>
This commit is contained in:
Jon Mason
2023-05-18 13:46:46 -04:00
parent b55c255f22
commit 7ab8fb6211
6 changed files with 9 additions and 96 deletions

View File

@ -0,0 +1,6 @@
COMPATIBLE_MACHINE = "(sun50i|sun50i-h616)"
TFA_PLATFORM:sun50i = "sun50i_a64"
TFA_PLATFORM:sun50i-h616 = "sun50i_h616"
TFA_BUILD_TARGET = "bl31"