Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 1 | # TC specific SCP configuration |
2 | |||||
3 | FILESEXTRAPATHS:prepend := "${THISDIR}/files/tc:" | ||||
4 | SRC_URI:append:tc = " \ | ||||
5 | file://0002-tc0-fix-mpmm-config.patch \ | ||||
6 | file://0003-tc0-rename-platform-variant-to-platform-feature-set.patch \ | ||||
7 | file://0004-tc0-support-platform-feature-set-options-in-firmware.patch \ | ||||
8 | " | ||||
9 | |||||
10 | COMPATIBLE_MACHINE = "(tc?)" | ||||
11 | |||||
12 | SCP_PLATFORM:tc0 = "tc0" | ||||
13 | SCP_PLATFORM:tc1 = "tc1" | ||||
14 | FW_TARGETS = "scp" |