summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-bsp/opensbi/opensbi_1.5.1.bb (renamed from meta/recipes-bsp/opensbi/opensbi_1.5.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-bsp/opensbi/opensbi_1.5.bb b/meta/recipes-bsp/opensbi/opensbi_1.5.1.bb
index 6b31d15a05..652b81182b 100644
--- a/meta/recipes-bsp/opensbi/opensbi_1.5.bb
+++ b/meta/recipes-bsp/opensbi/opensbi_1.5.1.bb
@@ -8,8 +8,8 @@ require opensbi-payloads.inc
8 8
9inherit autotools-brokensep deploy 9inherit autotools-brokensep deploy
10 10
11SRCREV = "455de672dd7c2aa1992df54dfb08dc11abbc1b1a" 11SRCREV = "43cace6c3671e5172d0df0a8963e552bb04b7b20"
12SRC_URI = "git://github.com/riscv/opensbi.git;branch=master;protocol=https" 12SRC_URI = "git://github.com/riscv/opensbi.git;branch=release-1.5.x;protocol=https"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15