All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arago.conf: add TI_MIRROR to mirrors
@ 2018-02-15 17:37 Jacob Stiffler
  2018-02-15 18:09 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Jacob Stiffler @ 2018-02-15 17:37 UTC (permalink / raw)
  To: meta-arago

* Add the TI_MIRROR as a fallback to any upstream fetch issues.

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
 meta-arago-distro/conf/distro/arago.conf | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index 00db445..bc7c18c 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -7,9 +7,21 @@ FEEDURIPREFIX ?= "packages/${DISTRO}-morty/${BUILD_VARIANT}/"
 
 OPKG_ARGS_remove = "--prefer-arch-to-version"
 
+TI_MIRROR = "http://software-dl.ti.com/processor-sdk-mirror/sources/"
 MIRRORS += " \
 ftp://.*/.*       http://arago-project.org/files/sources/ \n \
 https?$://.*/.*   http://arago-project.org/files/sources/ \n \
+bzr://.*/.*      ${TI_MIRROR} \n \
+cvs://.*/.*      ${TI_MIRROR} \n \
+git://.*/.*      ${TI_MIRROR} \n \
+gitsm://.*/.*    ${TI_MIRROR} \n \
+hg://.*/.*       ${TI_MIRROR} \n \
+osc://.*/.*      ${TI_MIRROR} \n \
+p4://.*/.*       ${TI_MIRROR} \n \
+npm://.*/.*      ${TI_MIRROR} \n \
+ftp://.*/.*      ${TI_MIRROR} \n \
+https?$://.*/.*  ${TI_MIRROR} \n \
+svn://.*/.*      ${TI_MIRROR} \n \
 "
 
 # SDK paths and names
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arago.conf: add TI_MIRROR to mirrors
  2018-02-15 17:37 [PATCH] arago.conf: add TI_MIRROR to mirrors Jacob Stiffler
@ 2018-02-15 18:09 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2018-02-15 18:09 UTC (permalink / raw)
  To: Jacob Stiffler; +Cc: meta-arago

Thanks!


On Thu, Feb 15, 2018 at 12:37:50PM -0500, Jacob Stiffler wrote:
> * Add the TI_MIRROR as a fallback to any upstream fetch issues.
> 
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
>  meta-arago-distro/conf/distro/arago.conf | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
> index 00db445..bc7c18c 100644
> --- a/meta-arago-distro/conf/distro/arago.conf
> +++ b/meta-arago-distro/conf/distro/arago.conf
> @@ -7,9 +7,21 @@ FEEDURIPREFIX ?= "packages/${DISTRO}-morty/${BUILD_VARIANT}/"
>  
>  OPKG_ARGS_remove = "--prefer-arch-to-version"
>  
> +TI_MIRROR = "http://software-dl.ti.com/processor-sdk-mirror/sources/"
>  MIRRORS += " \
>  ftp://.*/.*       http://arago-project.org/files/sources/ \n \
>  https?$://.*/.*   http://arago-project.org/files/sources/ \n \
> +bzr://.*/.*      ${TI_MIRROR} \n \
> +cvs://.*/.*      ${TI_MIRROR} \n \
> +git://.*/.*      ${TI_MIRROR} \n \
> +gitsm://.*/.*    ${TI_MIRROR} \n \
> +hg://.*/.*       ${TI_MIRROR} \n \
> +osc://.*/.*      ${TI_MIRROR} \n \
> +p4://.*/.*       ${TI_MIRROR} \n \
> +npm://.*/.*      ${TI_MIRROR} \n \
> +ftp://.*/.*      ${TI_MIRROR} \n \
> +https?$://.*/.*  ${TI_MIRROR} \n \
> +svn://.*/.*      ${TI_MIRROR} \n \
>  "
>  
>  # SDK paths and names
> -- 
> 2.7.4
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-15 18:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-15 17:37 [PATCH] arago.conf: add TI_MIRROR to mirrors Jacob Stiffler
2018-02-15 18:09 ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.