summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-03-01 02:32:13 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-02 22:05:06 +0000
commit0a95e4d541e202cb1e19f99c18f9378c0d6aa1ef (patch)
tree8de3e211c305db85805f54afe4da108d5da89653
parent83a986fcac535415108caf70a9fdee8edc59f7d5 (diff)
downloadopenembedded-core-0a95e4d541e202cb1e19f99c18f9378c0d6aa1ef.tar.gz
opensbi: Upgrade to 1.2 release
Here is list of changes in this major release https://github.com/riscv-software-src/opensbi/compare/v1.1...v1.2 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-rw-r--r--meta/recipes-bsp/opensbi/opensbi_1.2.bb (renamed from meta/recipes-bsp/opensbi/opensbi_1.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/opensbi/opensbi_1.1.bb b/meta/recipes-bsp/opensbi/opensbi_1.2.bb
index d3a6296533..a088fef419 100644
--- a/meta/recipes-bsp/opensbi/opensbi_1.1.bb
+++ b/meta/recipes-bsp/opensbi/opensbi_1.2.bb
@@ -8,7 +8,7 @@ require opensbi-payloads.inc
inherit autotools-brokensep deploy
-SRCREV = "4489876e933d8ba0d8bc6c64bae71e295d45faac"
+SRCREV = "6b5188ca14e59ce7bf71afe4e7d3d557c3d31bf8"
SRC_URI = "git://github.com/riscv/opensbi.git;branch=master;protocol=https"
S = "${WORKDIR}/git"