summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorHongmei Gou <a0271529@ti.com>2017-09-26 01:27:06 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-10-02 16:19:14 -0400
commit195895717b5df1544399f6f164deb26980354e0e (patch)
treefdfb6c438c905db063f5df979f89a641573a5624 /classes
parent9b817d3f43a17c378958eeca158ba0cf45d934d6 (diff)
downloadmeta-ti-195895717b5df1544399f6f164deb26980354e0e.tar.gz
ti-pdk.bbclass: add dependency on ti-cgt-pru-native
Signed-off-by: Hongmei Gou <a0271529@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'classes')
-rw-r--r--classes/ti-pdk.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/ti-pdk.bbclass b/classes/ti-pdk.bbclass
index 1e3a7cbb..76abfe41 100644
--- a/classes/ti-pdk.bbclass
+++ b/classes/ti-pdk.bbclass
@@ -3,7 +3,7 @@ require recipes-ti/includes/ti-staging.inc
3 3
4inherit perlnative 4inherit perlnative
5 5
6DEPENDS = "ti-xdctools ti-cg-xml-native ti-sysbios common-csl-ip-rtos libxml-simple-perl-native gcc-arm-none-eabi-native ti-cgt6x-native ti-pdk-build-rtos" 6DEPENDS = "ti-xdctools ti-cg-xml-native ti-sysbios common-csl-ip-rtos libxml-simple-perl-native gcc-arm-none-eabi-native ti-cgt6x-native ti-cgt-pru-native ti-pdk-build-rtos"
7 7
8DEPENDS_append_omap-a15 = " ti-cgt-arm-native" 8DEPENDS_append_omap-a15 = " ti-cgt-arm-native"
9DEPENDS_remove_ti33x = "ti-cgt6x-native" 9DEPENDS_remove_ti33x = "ti-cgt6x-native"