All of lore.kernel.org
 help / color / mirror / Atom feed
* SRC_URI points to local domain:
@ 2011-11-24  8:08 Rainer Koenig
  2011-11-24 11:09 ` Gary Thomas
  0 siblings, 1 reply; 5+ messages in thread
From: Rainer Koenig @ 2011-11-24  8:08 UTC (permalink / raw)
  To: meta-ti@yoctoproject.org

Hi,

just tried to integrate ti-syslink in my build, but that pulls ti-cgt6x
in and that can't fetch. Reason:

$ find -type f | xargs grep SRC_URI | grep "local/"
./recipes-ti/hdvpss/ti-hdvpss.inc:SRC_URI =
"http://install.source.dir.local/REL.HDVPSS.${PV}.zip"
./recipes-ti/devtools/ti-cgt6x.inc:SRC_URI =
"http://install.source.dir.local/ti_cgt_c6000_${PVwithdots}_setup_linux_x86.bin;name=cgt6xbin"
./recipes-ti/devtools/ti-cgt470.inc:SRC_URI =
"http://install.source.dir.local/ti_cgt_tms470_${PVwithdots}_setup_linux_x86.bin;name=cgt470bin"

So we have 3 recipes that won't fetch. Root cause seems that you need to
get approved when downloading cgt6x from the TI website. Any hope that
this will change? Or do I need to setup my own local storage as well and
change the recipes?

Regards
Rainer
-- 
Dipl.-Inf. (FH) Rainer Koenig
Project Manager Linux Clients
Dept. PDG WPS R&D SW OSE

Fujitsu Technology Solutions
Bürgermeister-Ullrich-Str. 100
86199 Augsburg
Germany

Telephone: +49-821-804-3321
Telefax:   +49-821-804-2131
Mail:      mailto:Rainer.Koenig@ts.fujitsu.com

Internet         ts.fujtsu.com
Company Details  ts.fujitsu.com/imprint.html


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

* Re: SRC_URI points to local domain:
  2011-11-24  8:08 SRC_URI points to local domain: Rainer Koenig
@ 2011-11-24 11:09 ` Gary Thomas
  2011-11-24 11:37   ` Rainer Koenig
  0 siblings, 1 reply; 5+ messages in thread
From: Gary Thomas @ 2011-11-24 11:09 UTC (permalink / raw)
  To: Rainer Koenig; +Cc: meta-ti@yoctoproject.org

On 2011-11-24 01:08, Rainer Koenig wrote:
> Hi,
>
> just tried to integrate ti-syslink in my build, but that pulls ti-cgt6x
> in and that can't fetch. Reason:
>
> $ find -type f | xargs grep SRC_URI | grep "local/"
> ./recipes-ti/hdvpss/ti-hdvpss.inc:SRC_URI =
> "http://install.source.dir.local/REL.HDVPSS.${PV}.zip"
> ./recipes-ti/devtools/ti-cgt6x.inc:SRC_URI =
> "http://install.source.dir.local/ti_cgt_c6000_${PVwithdots}_setup_linux_x86.bin;name=cgt6xbin"
> ./recipes-ti/devtools/ti-cgt470.inc:SRC_URI =
> "http://install.source.dir.local/ti_cgt_tms470_${PVwithdots}_setup_linux_x86.bin;name=cgt470bin"
>
> So we have 3 recipes that won't fetch. Root cause seems that you need to
> get approved when downloading cgt6x from the TI website. Any hope that
> this will change? Or do I need to setup my own local storage as well and
> change the recipes?

Fetch the files yourself and place in your [local] downloads directory (DL_DIR)
No need to change the recipe as OE will look there first.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: SRC_URI points to local domain:
  2011-11-24 11:09 ` Gary Thomas
@ 2011-11-24 11:37   ` Rainer Koenig
  2011-11-24 11:47     ` Gary Thomas
  2011-11-24 16:48     ` Koen Kooi
  0 siblings, 2 replies; 5+ messages in thread
From: Rainer Koenig @ 2011-11-24 11:37 UTC (permalink / raw)
  To: Gary Thomas; +Cc: meta-ti@yoctoproject.org

Am 24.11.2011 12:09, schrieb Gary Thomas:

>> $ find -type f | xargs grep SRC_URI | grep "local/"
>> ./recipes-ti/hdvpss/ti-hdvpss.inc:SRC_URI =
>> "http://install.source.dir.local/REL.HDVPSS.${PV}.zip"
>> ./recipes-ti/devtools/ti-cgt6x.inc:SRC_URI =
>> "http://install.source.dir.local/ti_cgt_c6000_${PVwithdots}_setup_linux_x86.bin;name=cgt6xbin"
>> ./recipes-ti/devtools/ti-cgt470.inc:SRC_URI =
>> "http://install.source.dir.local/ti_cgt_tms470_${PVwithdots}_setup_linux_x86.bin;name=cgt470bin"

> Fetch the files yourself and place in your [local] downloads directory (DL_DIR)
> No need to change the recipe as OE will look there first.

Well, the 2 cgt files I was able to find at TI, but I have no download
URL for the REL.HDVPSS.${PV}.zip file. :-(

BTW: the version of ti_cgt_c6000... has different md5sums to what is
written in the recipe. Strange thing.

Regards
Rainer
-- 
Dipl.-Inf. (FH) Rainer Koenig
Project Manager Linux Clients
Dept. PDG WPS R&D SW OSE

Fujitsu Technology Solutions
Bürgermeister-Ullrich-Str. 100
86199 Augsburg
Germany

Telephone: +49-821-804-3321
Telefax:   +49-821-804-2131
Mail:      mailto:Rainer.Koenig@ts.fujitsu.com

Internet         ts.fujtsu.com
Company Details  ts.fujitsu.com/imprint.html


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

* Re: SRC_URI points to local domain:
  2011-11-24 11:37   ` Rainer Koenig
@ 2011-11-24 11:47     ` Gary Thomas
  2011-11-24 16:48     ` Koen Kooi
  1 sibling, 0 replies; 5+ messages in thread
From: Gary Thomas @ 2011-11-24 11:47 UTC (permalink / raw)
  To: Rainer Koenig; +Cc: meta-ti@yoctoproject.org

On 2011-11-24 04:37, Rainer Koenig wrote:
> Am 24.11.2011 12:09, schrieb Gary Thomas:
>
>>> $ find -type f | xargs grep SRC_URI | grep "local/"
>>> ./recipes-ti/hdvpss/ti-hdvpss.inc:SRC_URI =
>>> "http://install.source.dir.local/REL.HDVPSS.${PV}.zip"
>>> ./recipes-ti/devtools/ti-cgt6x.inc:SRC_URI =
>>> "http://install.source.dir.local/ti_cgt_c6000_${PVwithdots}_setup_linux_x86.bin;name=cgt6xbin"
>>> ./recipes-ti/devtools/ti-cgt470.inc:SRC_URI =
>>> "http://install.source.dir.local/ti_cgt_tms470_${PVwithdots}_setup_linux_x86.bin;name=cgt470bin"
>
>> Fetch the files yourself and place in your [local] downloads directory (DL_DIR)
>> No need to change the recipe as OE will look there first.
>
> Well, the 2 cgt files I was able to find at TI, but I have no download
> URL for the REL.HDVPSS.${PV}.zip file. :-(

I've no idea about this - I have never built that recipe.

>
> BTW: the version of ti_cgt_c6000... has different md5sums to what is
> written in the recipe. Strange thing.

This is a known problem (see the archives)

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: SRC_URI points to local domain:
  2011-11-24 11:37   ` Rainer Koenig
  2011-11-24 11:47     ` Gary Thomas
@ 2011-11-24 16:48     ` Koen Kooi
  1 sibling, 0 replies; 5+ messages in thread
From: Koen Kooi @ 2011-11-24 16:48 UTC (permalink / raw)
  To: Rainer Koenig; +Cc: meta-ti

[-- Attachment #1: Type: text/plain, Size: 949 bytes --]


Op 24 nov. 2011, om 12:37 heeft Rainer Koenig het volgende geschreven:

> Am 24.11.2011 12:09, schrieb Gary Thomas:
> 
>>> $ find -type f | xargs grep SRC_URI | grep "local/"
>>> ./recipes-ti/hdvpss/ti-hdvpss.inc:SRC_URI =
>>> "http://install.source.dir.local/REL.HDVPSS.${PV}.zip"
>>> ./recipes-ti/devtools/ti-cgt6x.inc:SRC_URI =
>>> "http://install.source.dir.local/ti_cgt_c6000_${PVwithdots}_setup_linux_x86.bin;name=cgt6xbin"
>>> ./recipes-ti/devtools/ti-cgt470.inc:SRC_URI =
>>> "http://install.source.dir.local/ti_cgt_tms470_${PVwithdots}_setup_linux_x86.bin;name=cgt470bin"
> 
>> Fetch the files yourself and place in your [local] downloads directory (DL_DIR)
>> No need to change the recipe as OE will look there first.
> 
> Well, the 2 cgt files I was able to find at TI, but I have no download
> URL for the REL.HDVPSS.${PV}.zip file. :-(

This is a know problem, please complain loudly to your TI rep about this!



[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 169 bytes --]

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

end of thread, other threads:[~2011-11-24 16:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-24  8:08 SRC_URI points to local domain: Rainer Koenig
2011-11-24 11:09 ` Gary Thomas
2011-11-24 11:37   ` Rainer Koenig
2011-11-24 11:47     ` Gary Thomas
2011-11-24 16:48     ` Koen Kooi

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.