X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-platform%2Fimages%2Fagl-ivi-crosssdk.inc;h=f9f99d8d6f3bb1851ffdda9dac48cdee11e50b5e;hb=e62442d3ae45ddb89bc61ced656e682591cc0902;hp=551c03437c2024b9cbe68414551a9f17d16e7b0b;hpb=07eb93e781070f368a6914a0aa7be93edd44b8e4;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-platform/images/agl-ivi-crosssdk.inc b/recipes-platform/images/agl-ivi-crosssdk.inc index 551c03437..f9f99d8d6 100644 --- a/recipes-platform/images/agl-ivi-crosssdk.inc +++ b/recipes-platform/images/agl-ivi-crosssdk.inc @@ -18,4 +18,7 @@ TOOLCHAIN_HOST_TASK += "nativesdk-grpc nativesdk-grpc-dev" # Add gcc-sanitizers to support building applications using the SDK with # AddressSanitizer support to detect use-after-frees along with other # memory issue. -TOOLCHAIN_TARGET_TASK += "gcc-sanitizers" +TOOLCHAIN_SANITIZERS_TASKS = "gcc-sanitizers" +# gcc-sanitizers is currently (scarthgap) not supported on RISC-V +TOOLCHAIN_SANITIZERS_TASKS:riscv64 = "" +TOOLCHAIN_TARGET_TASK += "${TOOLCHAIN_SANITIZERS_TASKS}"