summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-02-11 06:43:29 +0000
committerDenys Dmytriyenko <denys@ti.com>2020-02-11 01:14:08 +0000
commit53c5fef6d95aa629701cec2c3e372386ef4a46b3 (patch)
treed1a7516d02efc94920dfd85037d6d96c8a598917
parentd6535f8385cbdbe43c630f214d2bc6f930902b35 (diff)
downloadmeta-ti-53c5fef6d95aa629701cec2c3e372386ef4a46b3.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>
-rw-r--r--recipes-ti/devtools/ti-cgt6x_8.3.2.bb2
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"
102INSANE_SKIP_${PN} += "staticdev" 102INSANE_SKIP_${PN} += "staticdev"
103 103
104BBCLASSEXTEND = "native nativesdk" 104BBCLASSEXTEND = "native nativesdk"
105
106COMPATIBLE_MACHINE_class-target = "(ti-soc)"