[oe-commits] [openembedded-core] 15/23: packagegroup-core-sdk: Set blank sanitiser for RISC-V 32

git at git.openembedded.org git at git.openembedded.org
Wed Jul 10 08:57:37 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 12cd545fcbd2e826fb2c33b03b59113f62cad5a6
Author: Alistair Francis <alistair.francis at wdc.com>
AuthorDate: Mon Jul 8 14:22:27 2019 -0700

    packagegroup-core-sdk: Set blank sanitiser for RISC-V 32
    
    Set the SANITIZERS varialbe to "" for the riscv32 machine as it is
    already set for the riscv64 machine.
    
    Signed-off-by: Alistair Francis <alistair.francis at wdc.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/packagegroups/packagegroup-core-sdk.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb b/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb
index 15d0989..8854ec4 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb
@@ -32,6 +32,7 @@ SANITIZERS_microblaze = ""
 SANITIZERS_mipsarch = ""
 SANITIZERS_nios2 = ""
 SANITIZERS_riscv64 = ""
+SANITIZERS_riscv32 = ""
 SANITIZERS_libc-musl = ""
 
 RRECOMMENDS_packagegroup-core-sdk = "\

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list