summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-bsp/opensbi/opensbi_1.6.bb (renamed from meta/recipes-bsp/opensbi/opensbi_1.5.1.bb)7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-bsp/opensbi/opensbi_1.5.1.bb b/meta/recipes-bsp/opensbi/opensbi_1.6.bb
index 652b81182b..3c16656b39 100644
--- a/meta/recipes-bsp/opensbi/opensbi_1.5.1.bb
+++ b/meta/recipes-bsp/opensbi/opensbi_1.6.bb
@@ -8,11 +8,13 @@ require opensbi-payloads.inc
8 8
9inherit autotools-brokensep deploy 9inherit autotools-brokensep deploy
10 10
11SRCREV = "43cace6c3671e5172d0df0a8963e552bb04b7b20" 11SRCREV = "bd613dd92113f683052acfb23d9dc8ba60029e0a"
12SRC_URI = "git://github.com/riscv/opensbi.git;branch=release-1.5.x;protocol=https" 12SRC_URI = "git://github.com/riscv/opensbi.git;branch=master;protocol=https"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16TARGET_DBGSRC_DIR = "/share/opensbi/*/generic/firmware/"
17
16TARGET_CC_ARCH += "${LDFLAGS}" 18TARGET_CC_ARCH += "${LDFLAGS}"
17 19
18RISCV_SBI_FW_TEXT_START ??= "0x80000000" 20RISCV_SBI_FW_TEXT_START ??= "0x80000000"
@@ -45,4 +47,3 @@ FILES:${PN} += "/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_payload.*"
45FILES:${PN} += "/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_dynamic.*" 47FILES:${PN} += "/share/opensbi/*/${RISCV_SBI_PLAT}/firmware/fw_dynamic.*"
46 48
47COMPATIBLE_HOST = "(riscv64|riscv32).*" 49COMPATIBLE_HOST = "(riscv64|riscv32).*"
48INHIBIT_PACKAGE_STRIP = "1"