From 53c5fef6d95aa629701cec2c3e372386ef4a46b3 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 11 Feb 2020 06:43:29 +0000 Subject: [PATCH] ti-cgt6x: Limit it to TI SOCs Helps meta-ti live in a multi-BSP distributions Signed-off-by: Khem Raj Signed-off-by: Denys Dmytriyenko --- recipes-ti/devtools/ti-cgt6x_8.3.2.bb | 2 ++ 1 file changed, 2 insertions(+) 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" INSANE_SKIP_${PN} += "staticdev" BBCLASSEXTEND = "native nativesdk" + +COMPATIBLE_MACHINE_class-target = "(ti-soc)"