From 560075f050cecd1591834efd9a4d949dbc6ff355 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Mon, 4 Dec 2023 11:19:52 -0600 Subject: [PATCH] arm/hafnium: update to v2.10 Signed-off-by: Jon Mason --- .../recipes-bsp/hafnium/{hafnium_2.9.bb => hafnium_2.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-arm/recipes-bsp/hafnium/{hafnium_2.9.bb => hafnium_2.10.bb} (97%) diff --git a/meta-arm/recipes-bsp/hafnium/hafnium_2.9.bb b/meta-arm/recipes-bsp/hafnium/hafnium_2.10.bb similarity index 97% rename from meta-arm/recipes-bsp/hafnium/hafnium_2.9.bb rename to meta-arm/recipes-bsp/hafnium/hafnium_2.10.bb index 0997448f..dea1bdcb 100644 --- a/meta-arm/recipes-bsp/hafnium/hafnium_2.9.bb +++ b/meta-arm/recipes-bsp/hafnium/hafnium_2.10.bb @@ -18,7 +18,7 @@ SRC_URI = "gitsm://git.trustedfirmware.org/hafnium/hafnium.git;protocol=https;br file://0001-Use-pkg-config-native-to-find-the-libssl-headers.patch;patchdir=third_party/linux \ file://0001-work-around-visibility-issue.patch;patchdir=third_party/dtc \ " -SRCREV = "0715b8e002cdfb92e6b7efb71128cb24557b70cb" +SRCREV = "946fde92bedc95e1320684b0bc2dc752bc1e1bc7" S = "${WORKDIR}/git" B = "${WORKDIR}/build"