diff mbox

[U-Boot] mx28: Fix elftosb source link in README.mx28_common

Message ID 1339420362-5945-1-git-send-email-agust@denx.de
State Superseded
Delegated to: Stefano Babic
Headers show

Commit Message

Anatolij Gustschin June 11, 2012, 1:12 p.m. UTC
The documented link to elftosb package tarball is not accessible,
change to another working link.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Cc: Otavio Salvador <otavio@ossystems.com.br>
Cc: Marek Vasut <marek.vasut@gmail.com>
Cc: Fabio Estevam <festevam@gmail.com>
---
 doc/README.mx28_common |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Comments

Otavio Salvador June 11, 2012, 1:38 p.m. UTC | #1
On Mon, Jun 11, 2012 at 10:12 AM, Anatolij Gustschin <agust@denx.de> wrote:

> The documented link to elftosb package tarball is not accessible,
> change to another working link.
>

Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Marek Vasut June 11, 2012, 1:42 p.m. UTC | #2
Dear Anatolij Gustschin,

> The documented link to elftosb package tarball is not accessible,
> change to another working link.
> 
> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> Cc: Otavio Salvador <otavio@ossystems.com.br>
> Cc: Marek Vasut <marek.vasut@gmail.com>
> Cc: Fabio Estevam <festevam@gmail.com>
> ---
>  doc/README.mx28_common |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/doc/README.mx28_common b/doc/README.mx28_common
> index 448d221..fab0e32 100644
> --- a/doc/README.mx28_common
> +++ b/doc/README.mx28_common
> @@ -29,14 +29,14 @@ is the "mxsboot" tool found in U-Boot source tree.
> 
>  Firstly, obtain the elftosb archive from the following location:
> 
> -	http://foss.doredevelopment.dk/mirrors/imx/elftosb-10.12.01.tar.gz
> +	
http://repository.timesys.com/buildsources/e/elftosb/elftosb-10.12.01/elf
> tosb-10.12.01.tar.gz
> 
>  We use a $VER variable here to denote the current version. At the time of
>  writing of this document, that is "10.12.01". To obtain the file from
> command line, use:
> 
>  	$ VER="10.12.01"
> -	$ wget http://foss.doredevelopment.dk/mirrors/imx/elftosb-${VER}.tar.gz
> +	$ wget
> http://repository.timesys.com/buildsources/e/elftosb/elftosb-${VER}/elftos
> b-${VER}.tar.gz
> 
>  Extract the file:

That's sad, maybe we should mirror this package and be done with it? 
Wolfgang/Detlev?

Best regards,
Marek Vasut
Otavio Salvador June 11, 2012, 1:50 p.m. UTC | #3
On Mon, Jun 11, 2012 at 10:42 AM, Marek Vasut <marex@denx.de> wrote:

> That's sad, maybe we should mirror this package and be done with it?
> Wolfgang/Detlev?
>

It is indeed; the timesys repository seems good for me. If it can be
mirrored at denx, good as well.
Anatolij Gustschin June 11, 2012, 2:55 p.m. UTC | #4
Hi Marek,

On Mon, 11 Jun 2012 15:42:23 +0200
Marek Vasut <marex@denx.de> wrote:
...
> That's sad, maybe we should mirror this package and be done with it?

I'm fine with mirroring it. If we decide to do that, I'll update
the patch.

Thanks,
Anatolij
Detlev Zundel June 27, 2012, 1:54 p.m. UTC | #5
Hi Marek,

> Dear Anatolij Gustschin,
>
>> The documented link to elftosb package tarball is not accessible,
>> change to another working link.
>> 
>> Signed-off-by: Anatolij Gustschin <agust@denx.de>
>> Cc: Otavio Salvador <otavio@ossystems.com.br>
>> Cc: Marek Vasut <marek.vasut@gmail.com>
>> Cc: Fabio Estevam <festevam@gmail.com>
>> ---
>>  doc/README.mx28_common |    4 ++--
>>  1 files changed, 2 insertions(+), 2 deletions(-)
>> 
>> diff --git a/doc/README.mx28_common b/doc/README.mx28_common
>> index 448d221..fab0e32 100644
>> --- a/doc/README.mx28_common
>> +++ b/doc/README.mx28_common
>> @@ -29,14 +29,14 @@ is the "mxsboot" tool found in U-Boot source tree.
>> 
>>  Firstly, obtain the elftosb archive from the following location:
>> 
>> -	http://foss.doredevelopment.dk/mirrors/imx/elftosb-10.12.01.tar.gz
>> +	
> http://repository.timesys.com/buildsources/e/elftosb/elftosb-10.12.01/elf
>> tosb-10.12.01.tar.gz
>> 
>>  We use a $VER variable here to denote the current version. At the time of
>>  writing of this document, that is "10.12.01". To obtain the file from
>> command line, use:
>> 
>>  	$ VER="10.12.01"
>> -	$ wget http://foss.doredevelopment.dk/mirrors/imx/elftosb-${VER}.tar.gz
>> +	$ wget
>> http://repository.timesys.com/buildsources/e/elftosb/elftosb-${VER}/elftos
>> b-${VER}.tar.gz
>> 
>>  Extract the file:
>
> That's sad, maybe we should mirror this package and be done with it? 
> Wolfgang/Detlev?

Somewhat late, but still the file can now also be found here:

ftp://ftp.denx.de/pub/tools/elftosb-10.12.01.tar.gz

Cheers
  Detlev
Anatolij Gustschin June 27, 2012, 1:59 p.m. UTC | #6
Hi Detlev,

On Wed, 27 Jun 2012 15:54:40 +0200
Detlev Zundel <dzu@denx.de> wrote:
...
> > That's sad, maybe we should mirror this package and be done with it? 
> > Wolfgang/Detlev?
> 
> Somewhat late, but still the file can now also be found here:
> 
> ftp://ftp.denx.de/pub/tools/elftosb-10.12.01.tar.gz

Thanks! I'll resend updated patch soon.

Anatolij
diff mbox

Patch

diff --git a/doc/README.mx28_common b/doc/README.mx28_common
index 448d221..fab0e32 100644
--- a/doc/README.mx28_common
+++ b/doc/README.mx28_common
@@ -29,14 +29,14 @@  is the "mxsboot" tool found in U-Boot source tree.
 
 Firstly, obtain the elftosb archive from the following location:
 
-	http://foss.doredevelopment.dk/mirrors/imx/elftosb-10.12.01.tar.gz
+	http://repository.timesys.com/buildsources/e/elftosb/elftosb-10.12.01/elftosb-10.12.01.tar.gz
 
 We use a $VER variable here to denote the current version. At the time of
 writing of this document, that is "10.12.01". To obtain the file from command
 line, use:
 
 	$ VER="10.12.01"
-	$ wget http://foss.doredevelopment.dk/mirrors/imx/elftosb-${VER}.tar.gz
+	$ wget http://repository.timesys.com/buildsources/e/elftosb/elftosb-${VER}/elftosb-${VER}.tar.gz
 
 Extract the file: