summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
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-03 18:03:56 +0000
commitb3c9b6033aec736c4e831fd99fd5da594e77be92 (patch)
tree40d5d75a1ab7226ec3b460b94926b6aa9e89c0ab /meta/recipes-bsp
parentbc74029debb7253323783a2f481812b2793a4c5c (diff)
downloadpoky-b3c9b6033aec736c4e831fd99fd5da594e77be92.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 (From OE-Core rev: 0a95e4d541e202cb1e19f99c18f9378c0d6aa1ef) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@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.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
8 8
9inherit autotools-brokensep deploy 9inherit autotools-brokensep deploy
10 10
11SRCREV = "4489876e933d8ba0d8bc6c64bae71e295d45faac" 11SRCREV = "6b5188ca14e59ce7bf71afe4e7d3d557c3d31bf8"
12SRC_URI = "git://github.com/riscv/opensbi.git;branch=master;protocol=https" 12SRC_URI = "git://github.com/riscv/opensbi.git;branch=master;protocol=https"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"