summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorThomas Perrot <thomas.perrot@bootlin.com>2023-11-07 12:20:25 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-09 16:56:32 +0000
commit5d642c49e9354c105b1269555b646bb4afaef491 (patch)
tree3a051205ee3c91d6eaf767865078620af709bacd /meta/recipes-bsp
parent54975f4b2184fe12c4995c289eba8358958e6c21 (diff)
downloadopenembedded-core-contrib-5d642c49e9354c105b1269555b646bb4afaef491.tar.gz
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 <thomas.perrot@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/opensbi/opensbi_1.3.bb (renamed from meta/recipes-bsp/opensbi/opensbi_1.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-bsp/opensbi/opensbi_1.2.bb b/meta/recipes-bsp/opensbi/opensbi_1.3.bb
index a088fef419..f01cae34d1 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"