diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-bsp/opensbi/opensbi_0.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/opensbi/opensbi_0.4.bb b/meta/recipes-bsp/opensbi/opensbi_0.4.bb index 139718c72b..068ae762d4 100644 --- a/meta/recipes-bsp/opensbi/opensbi_0.4.bb +++ b/meta/recipes-bsp/opensbi/opensbi_0.4.bb | |||
@@ -31,6 +31,7 @@ do_install_append() { | |||
31 | rm -r ${D}/include | 31 | rm -r ${D}/include |
32 | rm -r ${D}/platform/${RISCV_SBI_PLAT}/lib | 32 | rm -r ${D}/platform/${RISCV_SBI_PLAT}/lib |
33 | rm -r ${D}/platform/${RISCV_SBI_PLAT}/firmware/payloads | 33 | rm -r ${D}/platform/${RISCV_SBI_PLAT}/firmware/payloads |
34 | rm -r ${D}/lib | ||
34 | } | 35 | } |
35 | 36 | ||
36 | do_deploy () { | 37 | do_deploy () { |