diff mbox series

[1/2] arm-bsp/tf-a-tests: remove corstone1000 intermediate SHA

Message ID 20240319145905.27609-1-jon.mason@arm.com
State New
Headers show
Series [1/2] arm-bsp/tf-a-tests: remove corstone1000 intermediate SHA | expand

Commit Message

Jon Mason March 19, 2024, 2:59 p.m. UTC
Things are now building for corstone1000.  Remove the intermediate SHA
and let it run the latest code.

Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 .../recipes-bsp/trusted-firmware-a/tf-a-tests_%.bbappend         | 1 -
 1 file changed, 1 deletion(-)

Comments

Jon Mason March 20, 2024, 1:54 p.m. UTC | #1
On Tue, 19 Mar 2024 10:59:04 -0400, Jon Mason wrote:
> Things are now building for corstone1000.  Remove the intermediate SHA
> and let it run the latest code.
> 
> 

Applied, thanks!

[1/2] arm-bsp/tf-a-tests: remove corstone1000 intermediate SHA
      commit: a19c7d7b762ebfdbf8eed003c0d8ee077d0bc85c
[2/2] arm-bsp/tfa-tests: move n1sdp patch to platform directory
      commit: 59b79d5e92ab0c6005be96108d926e949cc7c152

Best regards,
diff mbox series

Patch

diff --git a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/tf-a-tests_%.bbappend b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/tf-a-tests_%.bbappend
index 6421033b88de..ec1158c918f1 100644
--- a/meta-arm-bsp/recipes-bsp/trusted-firmware-a/tf-a-tests_%.bbappend
+++ b/meta-arm-bsp/recipes-bsp/trusted-firmware-a/tf-a-tests_%.bbappend
@@ -3,7 +3,6 @@ 
 FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
 
 COMPATIBLE_MACHINE:corstone1000 = "corstone1000"
-SRCREV:corstone1000 = "5f591f67738a1bbe6b262c53d9dad46ed8bbcd67"
 EXTRA_OEMAKE:append:corstone1000 = " DEBUG=0"
 EXTRA_OEMAKE:append:corstone1000 = " LOG_LEVEL=30"
 TFTF_MODE:corstone1000 = "release"