diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2024-11-21 11:28:15 -0500 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2024-11-21 15:41:23 -0600 |
| commit | 346f244bf7d432bb09edf5b0e9a152b65220c3b7 (patch) | |
| tree | e82e540638488fa2f3ed1110f5df84eac89f4f62 /meta-ti-bsp/recipes-ti/ipc | |
| parent | c27866c485292ff6893c468adafaa70967dd43d4 (diff) | |
| download | meta-ti-346f244bf7d432bb09edf5b0e9a152b65220c3b7.tar.gz | |
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>
Diffstat (limited to 'meta-ti-bsp/recipes-ti/ipc')
| -rw-r--r-- | meta-ti-bsp/recipes-ti/ipc/ti-ipc-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-ipc-common.inc b/meta-ti-bsp/recipes-ti/ipc/ti-ipc-common.inc index ec1e71be..da7e4733 100644 --- a/meta-ti-bsp/recipes-ti/ipc/ti-ipc-common.inc +++ b/meta-ti-bsp/recipes-ti/ipc/ti-ipc-common.inc | |||
| @@ -3,7 +3,7 @@ INC_PR = "r0" | |||
| 3 | 3 | ||
| 4 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 4 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 5 | COMPATIBLE_HOST ?= "null" | 5 | COMPATIBLE_HOST ?= "null" |
| 6 | COMPATIBLE_HOST:ti-soc = "(.*)" | 6 | COMPATIBLE_HOST:ti-soc = ".*-linux" |
| 7 | 7 | ||
| 8 | PLATFORM = "UNKNOWN" | 8 | PLATFORM = "UNKNOWN" |
| 9 | PLATFORM:dra7xx = "DRA7XX" | 9 | PLATFORM:dra7xx = "DRA7XX" |
