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

@ -12,6 +12,6 @@ BBFILE_PRIORITY_sunxi = "10"
# cause compatibility issues with other layers
LAYERVERSION_sunxi = "1"
LAYERDEPENDS_sunxi = "core meta-python"
LAYERDEPENDS_sunxi = "core meta-python meta-arm"
LAYERSERIES_COMPAT_sunxi = "honister kirkstone langdale mickledore"