mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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. (From OE-Core rev: 3b78384868b1fb99019abe6760247a905ba03ce4) Signed-off-by: Nathan Rossi <nathan@nathanrossi.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e76779d77e
commit
5365f2ba0d
@@ -28,6 +28,7 @@ RDEPENDS_packagegroup-core-sdk = "\
|
||||
|
||||
SANITIZERS = "libasan-dev libubsan-dev"
|
||||
SANITIZERS_aarch64 = ""
|
||||
SANITIZERS_microblaze = ""
|
||||
SANITIZERS_mipsarch = ""
|
||||
SANITIZERS_nios2 = ""
|
||||
SANITIZERS_powerpc64 = ""
|
||||
|
||||
Reference in New Issue
Block a user