python3-grpcio: rename bbappend
[AGL/meta-agl-demo.git] / recipes-platform / images / agl-ivi-crosssdk.inc
1 #
2 # Common IVI SDK configuration
3 #
4 # Only host tool additions should done here
5 #
6
7 # Add wayland-scanner to SDK (SPEC-945)
8 # Use TOOLCHAIN_HOST_TASK instead of adding to the packagegroup
9 # wayland-scanner is in nativesdk-wayland-dev !
10 # option: add also nativesdk-qtwayland-tools
11 TOOLCHAIN_HOST_TASK += "nativesdk-wayland nativesdk-wayland-dev"
12
13 TOOLCHAIN_HOST_TASK += "nativesdk-perl-modules"
14
15 # add grpc for building natively for grpc_cpp_plugin
16 TOOLCHAIN_HOST_TASK += "nativesdk-grpc nativesdk-grpc-dev"
17
18 # Add gcc-sanitizers to support building applications using the SDK with
19 # AddressSanitizer support to detect use-after-frees along with other
20 # memory issue.
21 TOOLCHAIN_SANITIZERS_TASKS = "gcc-sanitizers"
22 # gcc-sanitizers is currently (scarthgap) not supported on RISC-V
23 TOOLCHAIN_SANITIZERS_TASKS:riscv64 = ""
24 TOOLCHAIN_TARGET_TASK += "${TOOLCHAIN_SANITIZERS_TASKS}"