All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] arm-bsp/fvp-common: explicitly select trusted-firmware-a 2.3
@ 2020-11-20 13:45 Ross Burton
  2020-11-20 13:45 ` [PATCH 2/5] arm-bsp/fvp-base-arm32: explicitly select trusted-firmware-a 2.2 Ross Burton
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Ross Burton @ 2020-11-20 13:45 UTC (permalink / raw)
  To: meta-arm

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 <ross.burton@arm.com>
---
 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 ad08c0e..841760e 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"
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-11-20 16:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-20 13:45 [PATCH 1/5] arm-bsp/fvp-common: explicitly select trusted-firmware-a 2.3 Ross Burton
2020-11-20 13:45 ` [PATCH 2/5] arm-bsp/fvp-base-arm32: explicitly select trusted-firmware-a 2.2 Ross Burton
2020-11-20 13:45 ` [PATCH 3/5] arm-bsp/a5ds: explicitly select trusted-firmware-a 2.3 Ross Burton
2020-11-20 13:45 ` [PATCH 4/5] arm/trusted-firmware-a: consolidate SRC_URI and S Ross Burton
2020-11-20 13:45 ` [PATCH 5/5] arm/trusted-firmare-a: add version 2.4 Ross Burton
2020-11-20 16:12 ` [meta-arm] [PATCH 1/5] arm-bsp/fvp-common: explicitly select trusted-firmware-a 2.3 Jon Mason

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.