diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-08-19 09:42:59 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-22 22:48:27 +0100 |
commit | 6d935edee9572f1813da3485903c7fa05404e6dc (patch) | |
tree | 43fec91022847023df83689c03dfef136feff935 /meta/recipes-bsp | |
parent | 1cff1bc3edc8ff472bbb72ae1cefe7abe06450a7 (diff) | |
download | poky-6d935edee9572f1813da3485903c7fa05404e6dc.tar.gz |
opensbi: Disable SECURITY_CFLAGS since it cant link with libssp
(From OE-Core rev: a0f5c84c393107e3d054a5804748f046dffef8b9)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r-- | meta/recipes-bsp/opensbi/opensbi_0.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-bsp/opensbi/opensbi_0.4.bb b/meta/recipes-bsp/opensbi/opensbi_0.4.bb index 382752895c..b030436688 100644 --- a/meta/recipes-bsp/opensbi/opensbi_0.4.bb +++ b/meta/recipes-bsp/opensbi/opensbi_0.4.bb | |||
@@ -49,3 +49,5 @@ FILES_${PN} += "/platform/${RISCV_SBI_PLAT}/firmware/fw_dynamic.*" | |||
49 | 49 | ||
50 | COMPATIBLE_HOST = "(riscv64|riscv32).*" | 50 | COMPATIBLE_HOST = "(riscv64|riscv32).*" |
51 | INHIBIT_PACKAGE_STRIP = "1" | 51 | INHIBIT_PACKAGE_STRIP = "1" |
52 | |||
53 | SECURITY_CFLAGS = "" | ||