1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00

ti-ipc: mark as incompatible with non-Linux builds

This package provides Linux-side components for TI IPC and depends on
virtual/kernel Linux kernel for the build, so it is not compatible with
non-Linux builds, such as k3r5 baremetal multiconfig. Hence adjust
COMPATIBLE_HOST accordingly.

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
This commit is contained in:
Denys Dmytriyenko
2024-11-21 11:28:15 -05:00
committed by Ryan Eatmon
parent c27866c485
commit 346f244bf7

View File

@@ -3,7 +3,7 @@ INC_PR = "r0"
PACKAGE_ARCH = "${MACHINE_ARCH}"
COMPATIBLE_HOST ?= "null"
COMPATIBLE_HOST:ti-soc = "(.*)"
COMPATIBLE_HOST:ti-soc = ".*-linux"
PLATFORM = "UNKNOWN"
PLATFORM:dra7xx = "DRA7XX"