mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
packagegroup-core-sdk: Disable sanitizers for mipsel
These are not available on mipsel yet, so disable them. (From OE-Core rev: 33a3f2be1e84421efb0cb0f5a6f3a09b868f6931) Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ed8eceada1
commit
88b99a4200
@@ -29,6 +29,7 @@ RDEPENDS_packagegroup-core-sdk = "\
|
||||
SANITIZERS = "libasan-dev libubsan-dev"
|
||||
SANITIZERS_aarch64 = ""
|
||||
SANITIZERS_mips = ""
|
||||
SANITIZERS_mipsel = ""
|
||||
SANITIZERS_mips64 = ""
|
||||
SANITIZERS_mips64n32 = ""
|
||||
SANITIZERS_nios2 = ""
|
||||
|
||||
Reference in New Issue
Block a user