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: yocto-4.0~9065 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a0f5c84c393107e3d054a5804748f046dffef8b9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 382752895cc..b0304366881 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 = ""