From 5d642c49e9354c105b1269555b646bb4afaef491 Mon Sep 17 00:00:00 2001 From: Thomas Perrot Date: Tue, 7 Nov 2023 12:20:25 +0100 Subject: [PATCH] opensbi: Upgrade to 1.3.1 release Here is list of changes in this major release https://github.com/riscv-software-src/opensbi/compare/v1.2...v1.3.1 Signed-off-by: Thomas Perrot Signed-off-by: Richard Purdie --- meta/recipes-bsp/opensbi/{opensbi_1.2.bb => opensbi_1.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-bsp/opensbi/{opensbi_1.2.bb => opensbi_1.3.bb} (93%) diff --git a/meta/recipes-bsp/opensbi/opensbi_1.2.bb b/meta/recipes-bsp/opensbi/opensbi_1.3.bb similarity index 93% rename from meta/recipes-bsp/opensbi/opensbi_1.2.bb rename to meta/recipes-bsp/opensbi/opensbi_1.3.bb index a088fef4198..f01cae34d1f 100644 --- a/meta/recipes-bsp/opensbi/opensbi_1.2.bb +++ b/meta/recipes-bsp/opensbi/opensbi_1.3.bb @@ -8,8 +8,8 @@ require opensbi-payloads.inc inherit autotools-brokensep deploy -SRCREV = "6b5188ca14e59ce7bf71afe4e7d3d557c3d31bf8" -SRC_URI = "git://github.com/riscv/opensbi.git;branch=master;protocol=https" +SRCREV = "057eb10b6d523540012e6947d5c9f63e95244e94" +SRC_URI = "git://github.com/riscv/opensbi.git;branch=release-1.3.x;protocol=https" S = "${WORKDIR}/git" -- 2.47.3