From 6d935edee9572f1813da3485903c7fa05404e6dc Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 19 Aug 2019 09:42:59 -0700 Subject: opensbi: Disable SECURITY_CFLAGS since it cant link with libssp (From OE-Core rev: a0f5c84c393107e3d054a5804748f046dffef8b9) Signed-off-by: Khem Raj Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-bsp/opensbi/opensbi_0.4.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-bsp') 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 = "" -- cgit v1.2.3-54-g00ecf