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

git at git.openembedded.org git at git.openembedded.org
Tue Jul 9 22:37:19 UTC 2019


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

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

commit 03b94b5c5c7874bcab1a490b5089181cd9b7ac4d
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