From 60f51761967e72c18d750a56c5beeeb04dd1a5de Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 19 Nov 2020 08:45:18 +0000 Subject: [PATCH] arm-bsp/fvp-common: explicitly select trusted-firmware-a 2.3 These BSPs don't select a version of trusted-firmware-a, for clarity and allow smooth upgrades explictly select 2.3. Change-Id: Ieea7d075d709e2006ebf217d802f3eeecfb9a281 Signed-off-by: Ross Burton Signed-off-by: Jon Mason --- meta-arm-bsp/conf/machine/fvp-common.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arm-bsp/conf/machine/fvp-common.inc b/meta-arm-bsp/conf/machine/fvp-common.inc index ad08c0e2..841760e6 100644 --- a/meta-arm-bsp/conf/machine/fvp-common.inc +++ b/meta-arm-bsp/conf/machine/fvp-common.inc @@ -32,6 +32,7 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" PREFERRED_VERSION_linux-yocto ?= "5.4%" PREFERRED_VERSION_u-boot ?= "2020.07" +PREFERRED_VERSION_trusted-firmware-a ?= "2.3%" EXTRA_IMAGEDEPENDS += "virtual/trusted-firmware-a u-boot"