All of lore.kernel.org
 help / color / mirror / Atom feed
* Building the tisdk image fails to fetch php
@ 2014-01-15 16:20 Vanderpool Josh
  2014-01-15 16:54 ` Maupin, Chase
  2014-01-15 17:34 ` Old version of ti-ipc package in MCSDK 3.03 jose.alarcon
  0 siblings, 2 replies; 7+ messages in thread
From: Vanderpool Josh @ 2014-01-15 16:20 UTC (permalink / raw)
  To: meta-arago@arago-project.org

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

This is in the meta-openembeded layer but might be fixed in the master...
I use the git://arago-project.org/git/projects/oe-layersetup.git to get release configs.

Anyway the SRC_URI is invalid for php-5.5.14 as they move them
from: http://www.php.net/distributions/php-${PV}.tar.bz2
to: http://museum.php.net/php5/php-${PV}.tar.bz2

I just changed the php.inc at /tisdk/sources/meta-openembedded/meta-oe/recipes-devtools/php/php.inc

I am just learning about layers i assume there is something i could have done in my local.conf but have not discovered yet...

Just wanted it to be noted in case others run into the issue.

-Josh


Confidentiality Notice:

The preceding e-mail message (including any attachments) contains information that may be confidential, protected by applicable legal privileges, or constitute non-public information. It is intended to be conveyed only to the designated recipient(s). If you are not an intended recipient of this message, please notify the sender by replying to this message and then delete it from your system. Use, dissemination, distribution or reproduction of this message by unintended recipients is 
not authorized and may be unlawful.



[-- Attachment #2: Type: text/html, Size: 1597 bytes --]

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

* Re: Building the tisdk image fails to fetch php
  2014-01-15 16:20 Building the tisdk image fails to fetch php Vanderpool Josh
@ 2014-01-15 16:54 ` Maupin, Chase
  2014-01-15 18:46   ` Vanderpool Josh
  2014-01-15 17:34 ` Old version of ti-ipc package in MCSDK 3.03 jose.alarcon
  1 sibling, 1 reply; 7+ messages in thread
From: Maupin, Chase @ 2014-01-15 16:54 UTC (permalink / raw)
  To: Vanderpool Josh, meta-arago@arago-project.org

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

From: meta-arago-bounces@arago-project.org [mailto:meta-arago-bounces@arago-project.org] On Behalf Of Vanderpool Josh
Sent: Wednesday, January 15, 2014 10:20 AM
To: meta-arago@arago-project.org
Subject: [meta-arago] Building the tisdk image fails to fetch php

This is in the meta-openembeded layer but might be fixed in the master...
I use the git://arago-project.org/git/projects/oe-layersetup.git to get release configs.

Anyway the SRC_URI is invalid for php-5.5.14 as they move them

[CEM] Do you mean 5.4.14?

from: http://www.php.net/distributions/php-${PV}.tar.bz2
to: http://museum.php.net/php5/php-${PV}.tar.bz2

I just changed the php.inc at /tisdk/sources/meta-openembedded/meta-oe/recipes-devtools/php/php.inc

I am just learning about layers i assume there is something i could have done in my local.conf but have not discovered yet...

Just wanted it to be noted in case others run into the issue.

[CEM] Josh, you may want to submit this patch to meta-openembedded@openembedded.org<mailto:meta-openembedded@openembedded.org>.  I don’t see that the master, dora, or dylan branches have been updated.  I didn’t notice anything on the list for this already


-Josh

Confidentiality Notice: The preceding e-mail message (including any attachments) contains information that may be confidential, protected by applicable legal privileges, or constitute non-public information. It is intended to be conveyed only to the designated recipient(s). If you are not an intended recipient of this message, please notify the sender by replying to this message and then delete it from your system. Use, dissemination, distribution or reproduction of this message by unintended recipients is not authorized and may be unlawful.

[-- Attachment #2: Type: text/html, Size: 5162 bytes --]

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

* Old version of ti-ipc package in MCSDK 3.03
  2014-01-15 16:20 Building the tisdk image fails to fetch php Vanderpool Josh
  2014-01-15 16:54 ` Maupin, Chase
@ 2014-01-15 17:34 ` jose.alarcon
  2014-01-15 19:50   ` Denys Dmytriyenko
  1 sibling, 1 reply; 7+ messages in thread
From: jose.alarcon @ 2014-01-15 17:34 UTC (permalink / raw)
  To: meta-arago

Hello,

Last September we found a bug on ti-ipc MessageQ implementation that 
caused some messages getting lost [1].This bug was fixed on the ipcdev 
git repo a while ago [2]. However, this fix hasn't made it yet to any 
MCSDK release. The current version of ti-ipc on MCSDK 3.0.3 is 
3.00.04.29. This is also the version which seems to be used in the 
upcoming 3.1 release...

We have cherry picked that fix and it seems to work OK. However, we are 
still experiencing some issues with the IPC communication (some messages 
from the DSP to the ARM core get corrupted). Before spending time 
debugging this, we would like to try upgrading the ti-ipc package, since 
there seem to be quite man other bug fixes and changes since version 
3.00.04.29. We tried building it from the top of the master branch using 
bitbake but it fails to configure. Is there any newer version of this 
package that is know to work OK on MCSDK environment?

(I posted this question to TI E2E community. I am asking here too in 
case someone can help out. Apologies for the double posting)

--
Jose Alarcon

[1] 
http://e2e.ti.com/support/embedded/linux/f/354/p/288708/1008659.aspx

[2] 
http://git.ti.com/cgit/cgit.cgi/ipc/ipcdev.git/commit/?id=7610394a7901b753ea4f2ba938ce96a42964420b


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

* Re: image fails to fetch php
  2014-01-15 16:54 ` Maupin, Chase
@ 2014-01-15 18:46   ` Vanderpool Josh
  2014-01-15 18:47     ` Maupin, Chase
  0 siblings, 1 reply; 7+ messages in thread
From: Vanderpool Josh @ 2014-01-15 18:46 UTC (permalink / raw)
  To: Maupin, Chase, meta-arago@arago-project.org,
	meta-openembedded@openembedded.org

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

On 01/15/2014 11:54 AM, Maupin, Chase wrote:
From: meta-arago-bounces@arago-project.org<mailto:meta-arago-bounces@arago-project.org> [mailto:meta-arago-bounces@arago-project.org] On Behalf Of Vanderpool Josh
Sent: Wednesday, January 15, 2014 10:20 AM
To: meta-arago@arago-project.org<mailto:meta-arago@arago-project.org>
Subject: [meta-arago] Building the tisdk image fails to fetch php

This is in the meta-openembeded layer but might be fixed in the master...
I use the git://arago-project.org/git/projects/oe-layersetup.git to get release configs.

Anyway the SRC_URI is invalid for php-5.5.14 as they move them

[CEM] Do you mean 5.4.14?
/JDV yes 5.4.14

from: http://www.php.net/distributions/php-${PV}.tar.bz2
to: http://museum.php.net/php5/php-${PV}.tar.bz2

I just changed the php.inc at /tisdk/sources/meta-openembedded/meta-oe/recipes-devtools/php/php.inc

I am just learning about layers i assume there is something i could have done in my local.conf but have not discovered yet...

Just wanted it to be noted in case others run into the issue.

[CEM] Josh, you may want to submit this patch to meta-openembedded@openembedded.org<mailto:meta-openembedded@openembedded.org>.  I don’t see that the master, dora, or dylan branches have been updated.  I didn’t notice anything on the list for this already
/JDV ok maybe the http://museum.php.net/php5<http://museum.php.net/php5/php-$> should be added as a mirror??


-Josh

Confidentiality Notice: The preceding e-mail message (including any attachments) contains information that may be confidential, protected by applicable legal privileges, or constitute non-public information. It is intended to be conveyed only to the designated recipient(s). If you are not an intended recipient of this message, please notify the sender by replying to this message and then delete it from your system. Use, dissemination, distribution or reproduction of this message by unintended recipients is not authorized and may be unlawful.



Confidentiality Notice:

The preceding e-mail message (including any attachments) contains information that may be confidential, protected by applicable legal privileges, or constitute non-public information. It is intended to be conveyed only to the designated recipient(s). If you are not an intended recipient of this message, please notify the sender by replying to this message and then delete it from your system. Use, dissemination, distribution or reproduction of this message by unintended recipients is 
not authorized and may be unlawful.



[-- Attachment #2: Type: text/html, Size: 6982 bytes --]

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

* Re: image fails to fetch php
  2014-01-15 18:46   ` Vanderpool Josh
@ 2014-01-15 18:47     ` Maupin, Chase
  0 siblings, 0 replies; 7+ messages in thread
From: Maupin, Chase @ 2014-01-15 18:47 UTC (permalink / raw)
  To: Vanderpool Josh, meta-arago@arago-project.org,
	meta-openembedded@openembedded.org

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


From: Vanderpool Josh [mailto:Joshua.Vanderpool@raymondcorp.com]
Sent: Wednesday, January 15, 2014 12:46 PM
To: Maupin, Chase; meta-arago@arago-project.org; meta-openembedded@openembedded.org
Subject: Re: image fails to fetch php

On 01/15/2014 11:54 AM, Maupin, Chase wrote:
From: meta-arago-bounces@arago-project.org<mailto:meta-arago-bounces@arago-project.org> [mailto:meta-arago-bounces@arago-project.org] On Behalf Of Vanderpool Josh
Sent: Wednesday, January 15, 2014 10:20 AM
To: meta-arago@arago-project.org<mailto:meta-arago@arago-project.org>
Subject: [meta-arago] Building the tisdk image fails to fetch php

This is in the meta-openembeded layer but might be fixed in the master...
I use the git://arago-project.org/git/projects/oe-layersetup.git to get release configs.

Anyway the SRC_URI is invalid for php-5.5.14 as they move them

[CEM] Do you mean 5.4.14?
/JDV yes 5.4.14


from: http://www.php.net/distributions/php-${PV}.tar.bz2
to: http://museum.php.net/php5/php-${PV}.tar.bz2

I just changed the php.inc at /tisdk/sources/meta-openembedded/meta-oe/recipes-devtools/php/php.inc

I am just learning about layers i assume there is something i could have done in my local.conf but have not discovered yet...

Just wanted it to be noted in case others run into the issue.

[CEM] Josh, you may want to submit this patch to meta-openembedded@openembedded.org<mailto:meta-openembedded@openembedded.org>.  I don’t see that the master, dora, or dylan branches have been updated.  I didn’t notice anything on the list for this already
/JDV ok maybe the http://museum.php.net/php5<http://museum.php.net/php5/php-$> should be added as a mirror??
[CEM] I might just update the .inc




-Josh

Confidentiality Notice: The preceding e-mail message (including any attachments) contains information that may be confidential, protected by applicable legal privileges, or constitute non-public information. It is intended to be conveyed only to the designated recipient(s). If you are not an intended recipient of this message, please notify the sender by replying to this message and then delete it from your system. Use, dissemination, distribution or reproduction of this message by unintended recipients is not authorized and may be unlawful.


Confidentiality Notice: The preceding e-mail message (including any attachments) contains information that may be confidential, protected by applicable legal privileges, or constitute non-public information. It is intended to be conveyed only to the designated recipient(s). If you are not an intended recipient of this message, please notify the sender by replying to this message and then delete it from your system. Use, dissemination, distribution or reproduction of this message by unintended recipients is not authorized and may be unlawful.

[-- Attachment #2: Type: text/html, Size: 7741 bytes --]

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

* Re: Old version of ti-ipc package in MCSDK 3.03
  2014-01-15 17:34 ` Old version of ti-ipc package in MCSDK 3.03 jose.alarcon
@ 2014-01-15 19:50   ` Denys Dmytriyenko
  2014-01-15 20:05     ` jose.alarcon
  0 siblings, 1 reply; 7+ messages in thread
From: Denys Dmytriyenko @ 2014-01-15 19:50 UTC (permalink / raw)
  To: jose.alarcon; +Cc: meta-arago

On Wed, Jan 15, 2014 at 07:34:11PM +0200, jose.alarcon@kuviovision.com wrote:
> Hello,
> 
> Last September we found a bug on ti-ipc MessageQ implementation that
> caused some messages getting lost [1].This bug was fixed on the
> ipcdev git repo a while ago [2]. However, this fix hasn't made it
> yet to any MCSDK release. The current version of ti-ipc on MCSDK
> 3.0.3 is 3.00.04.29. This is also the version which seems to be used
> in the upcoming 3.1 release...
> 
> We have cherry picked that fix and it seems to work OK. However, we
> are still experiencing some issues with the IPC communication (some
> messages from the DSP to the ARM core get corrupted). Before
> spending time debugging this, we would like to try upgrading the
> ti-ipc package, since there seem to be quite man other bug fixes and
> changes since version 3.00.04.29. We tried building it from the top
> of the master branch using bitbake but it fails to configure. Is
> there any newer version of this package that is know to work OK on
> MCSDK environment?
> 
> (I posted this question to TI E2E community. I am asking here too in
> case someone can help out. Apologies for the double posting)

Jose,

There were some attempts to update ipc recipes in meta-ti/meta-arago recently 
for MCSDK, but it hasn't been finished yet. I'm working with MCSDK team and 
I'm hoping this will be resolved by the next major release.

-- 
Denys


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

* Re: Old version of ti-ipc package in MCSDK 3.03
  2014-01-15 19:50   ` Denys Dmytriyenko
@ 2014-01-15 20:05     ` jose.alarcon
  0 siblings, 0 replies; 7+ messages in thread
From: jose.alarcon @ 2014-01-15 20:05 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-arago



On 2014-01-15 21:50, Denys Dmytriyenko wrote:
> On Wed, Jan 15, 2014 at 07:34:11PM +0200, 
> jose.alarcon@kuviovision.com wrote:
>> Hello,
>>
>> Last September we found a bug on ti-ipc MessageQ implementation that
>> caused some messages getting lost [1].This bug was fixed on the
>> ipcdev git repo a while ago [2]. However, this fix hasn't made it
>> yet to any MCSDK release. The current version of ti-ipc on MCSDK
>> 3.0.3 is 3.00.04.29. This is also the version which seems to be used
>> in the upcoming 3.1 release...
>>
>> We have cherry picked that fix and it seems to work OK. However, we
>> are still experiencing some issues with the IPC communication (some
>> messages from the DSP to the ARM core get corrupted). Before
>> spending time debugging this, we would like to try upgrading the
>> ti-ipc package, since there seem to be quite man other bug fixes and
>> changes since version 3.00.04.29. We tried building it from the top
>> of the master branch using bitbake but it fails to configure. Is
>> there any newer version of this package that is know to work OK on
>> MCSDK environment?
>>
>> (I posted this question to TI E2E community. I am asking here too in
>> case someone can help out. Apologies for the double posting)
>
> Jose,
>
> There were some attempts to update ipc recipes in meta-ti/meta-arago 
> recently
> for MCSDK, but it hasn't been finished yet. I'm working with MCSDK 
> team and
> I'm hoping this will be resolved by the next major release.

Thanks Denys for the update! We will keep an eye on this list and the 
MCSDK announcements then.

--
Jose


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

end of thread, other threads:[~2014-01-15 20:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-15 16:20 Building the tisdk image fails to fetch php Vanderpool Josh
2014-01-15 16:54 ` Maupin, Chase
2014-01-15 18:46   ` Vanderpool Josh
2014-01-15 18:47     ` Maupin, Chase
2014-01-15 17:34 ` Old version of ti-ipc package in MCSDK 3.03 jose.alarcon
2014-01-15 19:50   ` Denys Dmytriyenko
2014-01-15 20:05     ` jose.alarcon

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.