diff options
author | Alistair Francis <alistair.francis@wdc.com> | 2021-01-21 13:45:08 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-23 17:08:54 +0000 |
commit | 63fb8bcf7cbf5d544c40df1f045c403af7d9dac2 (patch) | |
tree | 4884c7df8701fb3d65aaa2baab8e51fc917fa257 /meta/recipes-bsp | |
parent | e261ab2d36c27ca909c6066c9495341359f2ec57 (diff) | |
download | poky-63fb8bcf7cbf5d544c40df1f045c403af7d9dac2.tar.gz |
opensbi: Bump from 0.8 to 0.9
(From OE-Core rev: 083bf3c575c3800a2f82abc6ee8e5383d0883f3d)
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/opensbi/opensbi_0.9.bb (renamed from meta/recipes-bsp/opensbi/opensbi_0.8.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/opensbi/opensbi_0.8.bb b/meta/recipes-bsp/opensbi/opensbi_0.9.bb index 818efac733..9f17258edb 100644 --- a/meta/recipes-bsp/opensbi/opensbi_0.8.bb +++ b/meta/recipes-bsp/opensbi/opensbi_0.9.bb | |||
@@ -7,7 +7,7 @@ require opensbi-payloads.inc | |||
7 | 7 | ||
8 | inherit autotools-brokensep deploy | 8 | inherit autotools-brokensep deploy |
9 | 9 | ||
10 | SRCREV = "a98258d0b537a295f517bbc8d813007336731fa9" | 10 | SRCREV = "234ed8e427f4d92903123199f6590d144e0d9351" |
11 | SRC_URI = "git://github.com/riscv/opensbi.git;branch=master \ | 11 | SRC_URI = "git://github.com/riscv/opensbi.git;branch=master \ |
12 | file://0001-Makefile-Don-t-specify-mabi-or-march.patch \ | 12 | file://0001-Makefile-Don-t-specify-mabi-or-march.patch \ |
13 | " | 13 | " |