From: Khem Raj Date: Mon, 19 Aug 2019 16:42:59 +0000 (-0700) Subject: opensbi: Disable SECURITY_CFLAGS since it cant link with libssp X-Git-Tag: uninative-2.7~409 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a0f5c84c393107e3d054a5804748f046dffef8b9;p=openembedded-core.git opensbi: Disable SECURITY_CFLAGS since it cant link with libssp Signed-off-by: Khem Raj Signed-off-by: Ross Burton --- 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 = ""