1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-01 01:00:15 +00:00

Add recipes for TF-A versions 2.2 and 2.3

Add basic recipes for TF-A versions 2.2 and 2.3.  Also, rearrange fields
in the various TF-A recipes to make them uniform and move the
do_compile_prepend to the inc file.

Change-Id: I85e4ac7bdc44ed85449e40fd2c94d73bf3e7d9e8
Signed-off-by: Jon Mason <jon.mason@arm.com>
Signed-off-by: Diego Sueiro <diego.sueiro@arm.com>
This commit is contained in:
Jon Mason
2020-05-11 10:58:33 -04:00
committed by Jon Mason
parent 4447316896
commit 8ff8beb6e8
6 changed files with 100 additions and 37 deletions
+1
View File
@@ -20,6 +20,7 @@ SERIAL_CONSOLES = "115200;ttyAMA0"
# Use kernel provided by linaro (Contains support for SCMi or HDMI)
PREFERRED_PROVIDER_virtual/kernel ?= "linux-linaro-arm"
PREFERRED_VERSION_linux-linaro-arm ?= "4.19%"
PREFERRED_VERSION_trusted-firmware-a ?= "2.1%"
EXTRA_IMAGEDEPENDS += "virtual/trusted-firmware-a u-boot firmware-image-juno"