diff options
Diffstat (limited to 'meta/recipes-bsp')
| -rw-r--r-- | meta/recipes-bsp/opensbi/opensbi_1.6.bb | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/meta/recipes-bsp/opensbi/opensbi_1.6.bb b/meta/recipes-bsp/opensbi/opensbi_1.6.bb index 3c16656b39..ed1a70d01a 100644 --- a/meta/recipes-bsp/opensbi/opensbi_1.6.bb +++ b/meta/recipes-bsp/opensbi/opensbi_1.6.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.BSD;md5=42dd9555eb177f35150cf9aa240b61e5" | |||
| 6 | 6 | ||
| 7 | require opensbi-payloads.inc | 7 | require opensbi-payloads.inc |
| 8 | 8 | ||
| 9 | inherit autotools-brokensep deploy | 9 | inherit deploy |
| 10 | 10 | ||
| 11 | SRCREV = "bd613dd92113f683052acfb23d9dc8ba60029e0a" | 11 | SRCREV = "bd613dd92113f683052acfb23d9dc8ba60029e0a" |
| 12 | SRC_URI = "git://github.com/riscv/opensbi.git;branch=master;protocol=https" | 12 | SRC_URI = "git://github.com/riscv/opensbi.git;branch=master;protocol=https" |
| @@ -26,7 +26,12 @@ EXTRA_OEMAKE:append = " ${@riscv_get_extra_oemake_fdt(d)}" | |||
| 26 | # Required if specifying a custom payload | 26 | # Required if specifying a custom payload |
| 27 | do_compile[depends] += "${@riscv_get_do_compile_depends(d)}" | 27 | do_compile[depends] += "${@riscv_get_do_compile_depends(d)}" |
| 28 | 28 | ||
| 29 | do_install:append() { | 29 | do_compile() { |
| 30 | oe_runmake | ||
| 31 | } | ||
| 32 | |||
| 33 | do_install() { | ||
| 34 | oe_runmake DESTDIR=${D} install | ||
| 30 | # In the future these might be required as a dependency for other packages. | 35 | # In the future these might be required as a dependency for other packages. |
| 31 | # At the moment just delete them to avoid warnings | 36 | # At the moment just delete them to avoid warnings |
| 32 | rm -r ${D}/include | 37 | rm -r ${D}/include |
