diff options
| -rw-r--r-- | meta/recipes-bsp/opensbi/opensbi_1.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-bsp/opensbi/opensbi_1.4.bb b/meta/recipes-bsp/opensbi/opensbi_1.4.bb index fd18c03cfb..cf37a41176 100644 --- a/meta/recipes-bsp/opensbi/opensbi_1.4.bb +++ b/meta/recipes-bsp/opensbi/opensbi_1.4.bb | |||
| @@ -13,6 +13,8 @@ SRC_URI = "git://github.com/riscv/opensbi.git;branch=master;protocol=https" | |||
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
| 16 | TARGET_CC_ARCH += "${LDFLAGS}" | ||
| 17 | |||
| 16 | EXTRA_OEMAKE += "PLATFORM=${RISCV_SBI_PLAT} I=${D} FW_PIC=y CLANG_TARGET= " | 18 | EXTRA_OEMAKE += "PLATFORM=${RISCV_SBI_PLAT} I=${D} FW_PIC=y CLANG_TARGET= " |
| 17 | # 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 |
| 18 | EXTRA_OEMAKE:append = " ${@riscv_get_extra_oemake_image(d)}" | 20 | EXTRA_OEMAKE:append = " ${@riscv_get_extra_oemake_image(d)}" |
