From 56180fce2b36223e663ea912bcc8d7b511c891d2 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 19 Nov 2020 08:45:17 +0000 Subject: [PATCH] arm-bsp/a5ds: explicitly select trusted-firmware-a 2.3 This BSP doesn't select a version of trusted-firmware-a, for clarity and allow smooth upgrades explictly select 2.3. Change-Id: I4e7ca6ff8322e22406040ba2f220d36e1bde4cae Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/a5ds.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-arm-bsp/conf/machine/a5ds.conf b/meta-arm-bsp/conf/machine/a5ds.conf index a0fe0299..8a4b36d8 100644 --- a/meta-arm-bsp/conf/machine/a5ds.conf +++ b/meta-arm-bsp/conf/machine/a5ds.conf @@ -11,6 +11,8 @@ PREFERRED_VERSION_linux-yocto ?= "5.3%" KBUILD_DEFCONFIG = "multi_v7_defconfig" KCONFIG_MODE = "--alldefconfig" +PREFERRED_VERSION_trusted-firmware-a ?= "2.3%" + EXTRA_IMAGEDEPENDS += "virtual/trusted-firmware-a u-boot" SERIAL_CONSOLES = "115200;ttyAMA0"