diff options
author | Koen Kooi <koen@openembedded.org> | 2009-08-26 11:34:23 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-08-26 11:34:23 +0200 |
commit | bac5eef9c8a73672ee114926011addabb36610eb (patch) | |
tree | fbfc79e876b7e18a0871099a909035d50303e58c /recipes/dvsdk/ti-cgt6x-native_6.0.21.bb | |
parent | af56cd467bcc76f5499199fb1f14252abe1e1e2a (diff) |
dvsdk: merge in new versions from arago and clean them up a bit
Diffstat (limited to 'recipes/dvsdk/ti-cgt6x-native_6.0.21.bb')
-rw-r--r-- | recipes/dvsdk/ti-cgt6x-native_6.0.21.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/dvsdk/ti-cgt6x-native_6.0.21.bb b/recipes/dvsdk/ti-cgt6x-native_6.0.21.bb index d980f46c16..e030b81f43 100644 --- a/recipes/dvsdk/ti-cgt6x-native_6.0.21.bb +++ b/recipes/dvsdk/ti-cgt6x-native_6.0.21.bb @@ -1,6 +1,8 @@ require ti-cgt6x.inc inherit native +# 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.com/ti_cgt_c6000_6.0.21_setup_linux_x86.bin" BINFILE="ti_cgt_c6000_6.0.21_setup_linux_x86.bin" @@ -16,5 +18,5 @@ do_stage() { cp -pPrf ${S}/* ${STAGING_DIR_NATIVE}/${PN}/ } -AUTOTOOLS_NATIVE_STAGE_INSTALL="1" +AUTOTOOLS_NATIVE_STAGE_INSTALL = "1" |