Commit a57eaa3ea65ee463b4f54b09bac0d4bda210d4a7

Authored by Eric Lee
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

... ... @@ -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
  1 +# Fix broken link due to the original repo move branch from master to main
  2 +
  3 +SRC_URI = "\
  4 + http://lftp.yar.ru/ftp/lftp-${PV}.tar.gz \
  5 + file://fix-gcc-6-conflicts-signbit.patch \
  6 + "
recipes-core/images/smarct437x-rootfs-image.bb
... ... @@ -22,4 +22,5 @@
22 22 "
23 23  
24 24 export IMAGE_BASENAME = "smarct437x-rootfs-image"
  25 +COMPATIBLE_MACHINE = '(smarct437x)'
recipes-devtools/protobuf/protobuf_2.6.1.bbappend
  1 +# Fix broken link due to github does not support git protocol
  2 +
  3 +SRC_URI = "git://github.com/protocolbuffers/protobuf.git;protocol=https \
  4 + "
recipes-rt/rt-tests/rt-tests_1.1.bbappend
  1 +# Fix broken link due to the default branch switch from master to main
  2 +
  3 +SRC_URI = "git://git.kernel.org/pub/scm/utils/rt-tests/rt-tests.git;branch=main"