summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/opensbi/opensbi_1.1.bb (renamed from meta/recipes-bsp/opensbi/opensbi_1.0.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-bsp/opensbi/opensbi_1.0.bb b/meta/recipes-bsp/opensbi/opensbi_1.1.bb
index 8430f62543..d3a6296533 100644
--- a/meta/recipes-bsp/opensbi/opensbi_1.0.bb
+++ b/meta/recipes-bsp/opensbi/opensbi_1.1.bb
@@ -8,9 +8,8 @@ require opensbi-payloads.inc
8 8
9inherit autotools-brokensep deploy 9inherit autotools-brokensep deploy
10 10
11SRCREV = "ce4c0188d96b2c20c2e08d24646a5e517fe15a4b" 11SRCREV = "4489876e933d8ba0d8bc6c64bae71e295d45faac"
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 "
14 13
15S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
16 15