diff options
| author | Alistair Francis <alistair.francis@wdc.com> | 2021-06-06 10:05:33 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-07 23:00:22 +0100 |
| commit | 139fb42023e6884a73ca99cb226402de985c658b (patch) | |
| tree | a361e7ac8e1ebd0f351eced9c57c496c7bc0388a /meta/recipes-bsp/opensbi/opensbi_0.9.bb | |
| parent | 984066eb13798701349436cb32b52faaccbec5e7 (diff) | |
| download | poky-139fb42023e6884a73ca99cb226402de985c658b.tar.gz | |
recipes-bsp/opensbi: Add support for specifying a device tree
(From OE-Core rev: 48bc2f24796705dd7ab7fe4c74690e7e1715ddaf)
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/opensbi/opensbi_0.9.bb')
| -rw-r--r-- | meta/recipes-bsp/opensbi/opensbi_0.9.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/opensbi/opensbi_0.9.bb b/meta/recipes-bsp/opensbi/opensbi_0.9.bb index 52965abda5..5fee52136d 100644 --- a/meta/recipes-bsp/opensbi/opensbi_0.9.bb +++ b/meta/recipes-bsp/opensbi/opensbi_0.9.bb | |||
| @@ -18,6 +18,7 @@ S = "${WORKDIR}/git" | |||
| 18 | EXTRA_OEMAKE += "PLATFORM=${RISCV_SBI_PLAT} I=${D} FW_PIC=n" | 18 | EXTRA_OEMAKE += "PLATFORM=${RISCV_SBI_PLAT} I=${D} FW_PIC=n" |
| 19 | # If RISCV_SBI_PAYLOAD is set then include it as a payload | 19 | # If RISCV_SBI_PAYLOAD is set then include it as a payload |
| 20 | EXTRA_OEMAKE_append = " ${@riscv_get_extra_oemake_image(d)}" | 20 | EXTRA_OEMAKE_append = " ${@riscv_get_extra_oemake_image(d)}" |
| 21 | EXTRA_OEMAKE_append = " ${@riscv_get_extra_oemake_fdt(d)}" | ||
| 21 | 22 | ||
| 22 | # Required if specifying a custom payload | 23 | # Required if specifying a custom payload |
| 23 | do_compile[depends] += "${@riscv_get_do_compile_depends(d)}" | 24 | do_compile[depends] += "${@riscv_get_do_compile_depends(d)}" |
