Commit a57eaa3ea65ee463b4f54b09bac0d4bda210d4a7
1 parent
17b7218c59
Exists in
master
Fix TI source code repo. location changed
Showing 5 changed files with 30 additions and 0 deletions Side-by-side Diff
conf/site.conf
| ... | ... | @@ -56,4 +56,19 @@ |
| 56 | 56 | ftp://.*/.* http://www.embedian.com/oe-downloads/ \n \ |
| 57 | 57 | http://.*/.* http://www.embedian.com/oe-downloads/ \n \ |
| 58 | 58 | https://.*/.* http://www.embedian.com/oe-downloads/ \n" |
| 59 | + | |
| 60 | +TI_MIRROR = "http://software-dl.ti.com/processor-sdk-mirror/sources/" | |
| 61 | +MIRRORS += " \ | |
| 62 | +bzr://.*/.* ${TI_MIRROR} \n \ | |
| 63 | +cvs://.*/.* ${TI_MIRROR} \n \ | |
| 64 | +git://.*/.* ${TI_MIRROR} \n \ | |
| 65 | +gitsm://.*/.* ${TI_MIRROR} \n \ | |
| 66 | +hg://.*/.* ${TI_MIRROR} \n \ | |
| 67 | +osc://.*/.* ${TI_MIRROR} \n \ | |
| 68 | +p4://.*/.* ${TI_MIRROR} \n \ | |
| 69 | +npm://.*/.* ${TI_MIRROR} \n \ | |
| 70 | +ftp://.*/.* ${TI_MIRROR} \n \ | |
| 71 | +https?$://.*/.* ${TI_MIRROR} \n \ | |
| 72 | +svn://.*/.* ${TI_MIRROR} \n \ | |
| 73 | +" |
recipes-connectivity/lftp/lftp_4.7.3.bbappend
recipes-core/images/smarct437x-rootfs-image.bb
recipes-devtools/protobuf/protobuf_2.6.1.bbappend
recipes-rt/rt-tests/rt-tests_1.1.bbappend