diff mbox series

[1/2] arm-bsp/sgi575: upgrade trusted-firmware-a to 2.10

Message ID 20240411211416.2806039-1-ross.burton@arm.com
State New
Headers show
Series [1/2] arm-bsp/sgi575: upgrade trusted-firmware-a to 2.10 | expand

Commit Message

Ross Burton April 11, 2024, 9:14 p.m. UTC
Remove the preferred version so that we track the latest release.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-arm-bsp/conf/machine/sgi575.conf | 1 -
 1 file changed, 1 deletion(-)

Comments

Jon Mason April 16, 2024, 2:17 a.m. UTC | #1
On Thu, 11 Apr 2024 21:14:15 +0000, Ross Burton wrote:
> Remove the preferred version so that we track the latest release.
> 
> 

Applied, thanks!

[1/2] arm-bsp/sgi575: upgrade trusted-firmware-a to 2.10
      commit: faea66de04b5fb3e9ea5f88920632f02fa6e3a24
[2/2] arm-bsp/trusted-firmware-a: remove now-unused 2.9.0 recipe
      commit: b26148e9debb1d92dd854608dc9cdcb10b4c8e40

Best regards,
diff mbox series

Patch

diff --git a/meta-arm-bsp/conf/machine/sgi575.conf b/meta-arm-bsp/conf/machine/sgi575.conf
index 7f2a285a..3c2c94b6 100644
--- a/meta-arm-bsp/conf/machine/sgi575.conf
+++ b/meta-arm-bsp/conf/machine/sgi575.conf
@@ -9,7 +9,6 @@  require conf/machine/include/arm/armv8-2a/tune-cortexa75.inc
 EXTRA_IMAGEDEPENDS += "virtual/control-processor-firmware"
 
 EXTRA_IMAGEDEPENDS += "trusted-firmware-a"
-PREFERRED_VERSION_trusted-firmware-a ?= "2.9.%"
 
 KERNEL_IMAGETYPE ?= "Image"
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"