diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-02-11 06:43:29 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-02-11 01:14:57 +0000 |
commit | 8a1b73f740a36f7b105d71da692cb72f4b5b6e1b (patch) | |
tree | 281e667c6bfbaeb4742d338e614306cebaa079af /recipes-ti/devtools | |
parent | 576c6f9a31efb67b0b86f580950f0dd1082f6904 (diff) | |
download | meta-ti-8a1b73f740a36f7b105d71da692cb72f4b5b6e1b.tar.gz |
ti-cgt6x: Limit it to TI SOCs
Helps meta-ti live in a multi-BSP distributions
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/devtools')
-rw-r--r-- | recipes-ti/devtools/ti-cgt6x_8.3.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-ti/devtools/ti-cgt6x_8.3.2.bb b/recipes-ti/devtools/ti-cgt6x_8.3.2.bb index deee61c7..c63c3f6e 100644 --- a/recipes-ti/devtools/ti-cgt6x_8.3.2.bb +++ b/recipes-ti/devtools/ti-cgt6x_8.3.2.bb | |||
@@ -102,3 +102,5 @@ FILES_${PN}-dbg += "${datadir}/ti/cgt-c6x/bin/.debug" | |||
102 | INSANE_SKIP_${PN} += "staticdev" | 102 | INSANE_SKIP_${PN} += "staticdev" |
103 | 103 | ||
104 | BBCLASSEXTEND = "native nativesdk" | 104 | BBCLASSEXTEND = "native nativesdk" |
105 | |||
106 | COMPATIBLE_MACHINE_class-target = "(ti-soc)" | ||