diff options
Diffstat (limited to 'recipes/ti/ti-cgt6x_6.0.21.bb')
-rw-r--r-- | recipes/ti/ti-cgt6x_6.0.21.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/ti/ti-cgt6x_6.0.21.bb b/recipes/ti/ti-cgt6x_6.0.21.bb new file mode 100644 index 0000000000..16a5547b1f --- /dev/null +++ b/recipes/ti/ti-cgt6x_6.0.21.bb @@ -0,0 +1,15 @@ +require ti-cgt6x.inc + +# download ti_cgt_c6000_6.0.21_setup_linux_x86.bin from https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm and copy in Arago (or OE) download directory. + +SRC_URI = "http://install.source.dir.local/ti_cgt_c6000_6.0.21_setup_linux_x86.bin" + +BINFILE="ti_cgt_c6000_6.0.21_setup_linux_x86.bin" + +S = "${WORKDIR}/cgt" + +# Yes, the xdc stuff still breaks with a '.' in PWD +PV = "6021" +PR = "r3" + + |