summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-08-19 09:42:59 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-22 17:35:43 +0100
commita0f5c84c393107e3d054a5804748f046dffef8b9 (patch)
tree2f0c0a1f234c2620ce515cfa9be457cf2207d0fc /meta/recipes-bsp
parentc3503a76431dce33e63fefecd0b5e7d809705913 (diff)
downloadopenembedded-core-contrib-a0f5c84c393107e3d054a5804748f046dffef8b9.tar.gz
opensbi: Disable SECURITY_CFLAGS since it cant link with libssp
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/opensbi/opensbi_0.4.bb2
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.*"
COMPATIBLE_HOST = "(riscv64|riscv32).*"
INHIBIT_PACKAGE_STRIP = "1"
+
+SECURITY_CFLAGS = ""