]> code.ossystems Code Review - openembedded-core.git/commitdiff
packagegroup-core-sdk: Disable SANITIZERS for MicroBlaze
authorNathan Rossi <nathan@nathanrossi.com>
Wed, 6 Dec 2017 09:43:28 +0000 (19:43 +1000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Dec 2017 18:00:23 +0000 (18:00 +0000)
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@nathanrossi.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/packagegroups/packagegroup-core-sdk.bb

index af0ce2013e629d5dded7efc06a0686575ab19230..393f0d3d138bdb5b1fda70f28574a71d17dc983e 100644 (file)
@@ -28,6 +28,7 @@ RDEPENDS_packagegroup-core-sdk = "\
 
 SANITIZERS = "libasan-dev libubsan-dev"
 SANITIZERS_aarch64 = ""
+SANITIZERS_microblaze = ""
 SANITIZERS_mipsarch = ""
 SANITIZERS_nios2 = ""
 SANITIZERS_powerpc64 = ""