[oe-commits] [openembedded-core] 25/41: packagegroup-core-sdk: Disable SANITIZERS for MicroBlaze

git at git.openembedded.org git at git.openembedded.org
Mon Dec 18 18:05:02 UTC 2017


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

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

commit 3b78384868b1fb99019abe6760247a905ba03ce4
Author: Nathan Rossi <nathan at nathanrossi.com>
AuthorDate: Wed Dec 6 19:43:28 2017 +1000

    packagegroup-core-sdk: Disable SANITIZERS for MicroBlaze
    
    The libasan and libubsan sanitizers are not available for MicroBlaze.
    Follow the overriding of the SANITIZERS variable as done for other
    architectures to remove these from the packagegroup when targeting
    MicroBlaze.
    
    Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 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 af0ce20..393f0d3 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-sdk.bb
@@ -28,6 +28,7 @@ RDEPENDS_packagegroup-core-sdk = "\
 
 SANITIZERS = "libasan-dev libubsan-dev"
 SANITIZERS_aarch64 = ""
+SANITIZERS_microblaze = ""
 SANITIZERS_mipsarch = ""
 SANITIZERS_nios2 = ""
 SANITIZERS_powerpc64 = ""

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


More information about the Openembedded-commits mailing list