All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] php: amend URL with the new location of the source tarball
@ 2014-01-28  1:06 Denys Dmytriyenko
  2014-01-28  8:17 ` ti-mpm-transport broken on MCSDK jose.alarcon
  2014-01-28 20:22 ` [PATCH] php: amend URL with the new location of the source tarball Denys Dmytriyenko
  0 siblings, 2 replies; 8+ messages in thread
From: Denys Dmytriyenko @ 2014-01-28  1:06 UTC (permalink / raw)
  To: meta-arago

From: Denys Dmytriyenko <denys@ti.com>

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 meta-arago-distro/recipes-devtools/php/php_5.4.14.bbappend | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta-arago-distro/recipes-devtools/php/php_5.4.14.bbappend b/meta-arago-distro/recipes-devtools/php/php_5.4.14.bbappend
index fb1c25d..ebf480c 100644
--- a/meta-arago-distro/recipes-devtools/php/php_5.4.14.bbappend
+++ b/meta-arago-distro/recipes-devtools/php/php_5.4.14.bbappend
@@ -1,10 +1,13 @@
 # look for files in this layer first
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
-PR_append = "-arago1"
+PR_append = "-arago2"
 
 SRC_URI_append_virtclass-native = " file://0001-php-native-Fix-host-contamination-issue.patch"
 
+python __anonymous () {
+    d.setVar("SRC_URI", d.getVar("SRC_URI").replace('http://www.php.net/distributions/php-${PV}.tar.bz2', 'http://museum.php.net/php5/php-${PV}.tar.bz2'))
+}
 
 # Work around to address the fact that php-fpm and php-cgi can not coexist
 # php-cgi is used by Matrix and php-fpm is in beta for this version of php.
-- 
1.8.3.2



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

* ti-mpm-transport broken on MCSDK
  2014-01-28  1:06 [PATCH] php: amend URL with the new location of the source tarball Denys Dmytriyenko
@ 2014-01-28  8:17 ` jose.alarcon
  2014-01-29  2:26   ` Denys Dmytriyenko
  2014-01-28 20:22 ` [PATCH] php: amend URL with the new location of the source tarball Denys Dmytriyenko
  1 sibling, 1 reply; 8+ messages in thread
From: jose.alarcon @ 2014-01-28  8:17 UTC (permalink / raw)
  To: meta-arago

Hello,

ti-mpm-transport is broken on MCSDK 3.0.3:

ERROR: Logfile of failure stored in: 
/home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/temp/log.do_compile.14714
Log data follows:
| DEBUG: Executing shell function do_compile
| mkdir -p 
/home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/git/lib
| make -C 
/home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/git/src/transport 
all
| arm-linux-gnueabihf-gcc  -march=armv7-a    -marm -mthumb-interwork 
-mfloat-abi=hard -mfpu=neon -mtune=cortex-a15 
--sysroot=/home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/sysroots/keystone-evm 
-I. 
-I/home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/git/include 
-I/home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/git/src/utils 
-I./sharedmem -I./hyplnk 
-I/home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/sysroots/keystone-evm/usr/include 
-I/home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/git/src/utils/edma3 
-D__ARMv7 -DDEVICE_`echo k2h | tr a-z A-Z` -D_VIRTUAL_ADDR_SUPPORT -c 
-o mpm_transport.o mpm_transport.c
| In file included from mpm_transport_cfg.h:42:0,
|                  from mpm_transport.c:45:
| 
/home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/git/src/utils/edma3/mpm_transport_edma3.h:49:40: 
fatal error: ti/sdo/edma3/drv/edma3_drv.h: No such file or directory
| compilation terminated.
| make[1]: *** [mpm_transport.o] Error 1
| make: *** [transport] Error 2

This same version of the MCSDK used to build correctly for me couple of 
months ago. I went to the recipe file for ti-mpm-transport and found 
that it clones the source from the top of the git repo:

BRANCH ?= "master"
#SRCREV = "DEV.MPM-TRANSPORT-01.00.00.00"
SRCREV = "${AUTOREV}"

So I changed the revision to DEV.MPM-TRANSPORT-01.00.00.00 instead. Now 
it compiles, but it fails to install:

ERROR: Logfile of failure stored in: 
/home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/temp/log.do_install.15271
Log data follows:
| DEBUG: Executing shell function do_install
| install: cannot stat 
`/home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/git/src/transport/test/sharedmem/mpm_transport_test.out': 
No such file or directory
| ERROR: Function failed: do_install (see 
/home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/temp/log.do_install.15271 
for further information)
ERROR: Task 2 
(/home/jose/environments/kuvio-newserver/sources/meta-arago/meta-arago-extras/recipes-bsp/ti-mpm-transport/ti-mpm-transport_git.bb, 
do_install) failed with exit code '1'

I went to my old build and search for the particular git commit that 
happened to be the top of the git repo at that time. Using this commit, 
it builds OK.

This is how I modified ti-mpm-transport.bb:

BRANCH ?= "master"
#SRCREV = "DEV.MPM-TRANSPORT-01.00.00.00"
#SRCREV = "${AUTOREV}"
SRCREV = "ffa58d41aaf2a3ab4800eed91d6356b58b46a1e7"

BTW, I reported another issue with this same recipe last Novemeber on 
TI's e2e community (it uses a wrong SRC_URI) [1]

Could you please take a look at those for the next MCSDK release?

Thanks,

--
Jose Alarcon


[1] 
http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/b/announcements/archive/2013/11/25/mcsdk-3-0-3-maintenance-update-for-k2h-k2k.aspx#comments


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

* Re: [PATCH] php: amend URL with the new location of the source tarball
  2014-01-28  1:06 [PATCH] php: amend URL with the new location of the source tarball Denys Dmytriyenko
  2014-01-28  8:17 ` ti-mpm-transport broken on MCSDK jose.alarcon
@ 2014-01-28 20:22 ` Denys Dmytriyenko
  2014-01-29 16:55   ` Maupin, Chase
  1 sibling, 1 reply; 8+ messages in thread
From: Denys Dmytriyenko @ 2014-01-28 20:22 UTC (permalink / raw)
  To: meta-arago

Any comments/questions/objections? Should I take it as silent Ack? :)


On Mon, Jan 27, 2014 at 08:06:32PM -0500, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
> 
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
>  meta-arago-distro/recipes-devtools/php/php_5.4.14.bbappend | 5 ++++-
>  1 file changed, 4 insertions(+), 1 deletion(-)
> 
> diff --git a/meta-arago-distro/recipes-devtools/php/php_5.4.14.bbappend b/meta-arago-distro/recipes-devtools/php/php_5.4.14.bbappend
> index fb1c25d..ebf480c 100644
> --- a/meta-arago-distro/recipes-devtools/php/php_5.4.14.bbappend
> +++ b/meta-arago-distro/recipes-devtools/php/php_5.4.14.bbappend
> @@ -1,10 +1,13 @@
>  # look for files in this layer first
>  FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>  
> -PR_append = "-arago1"
> +PR_append = "-arago2"
>  
>  SRC_URI_append_virtclass-native = " file://0001-php-native-Fix-host-contamination-issue.patch"
>  
> +python __anonymous () {
> +    d.setVar("SRC_URI", d.getVar("SRC_URI").replace('http://www.php.net/distributions/php-${PV}.tar.bz2', 'http://museum.php.net/php5/php-${PV}.tar.bz2'))
> +}
>  
>  # Work around to address the fact that php-fpm and php-cgi can not coexist
>  # php-cgi is used by Matrix and php-fpm is in beta for this version of php.
> -- 
> 1.8.3.2
> 


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

* Re: ti-mpm-transport broken on MCSDK
  2014-01-28  8:17 ` ti-mpm-transport broken on MCSDK jose.alarcon
@ 2014-01-29  2:26   ` Denys Dmytriyenko
  2014-01-30  5:12     ` Nelson, Sam
  0 siblings, 1 reply; 8+ messages in thread
From: Denys Dmytriyenko @ 2014-01-29  2:26 UTC (permalink / raw)
  To: jose.alarcon; +Cc: meta-arago

Thanks for the report. MCSDK is only now being merged to mainline meta-arago, 
so the support should improve in the future.

-- 
Denys


On Tue, Jan 28, 2014 at 10:17:11AM +0200, jose.alarcon@kuviovision.com wrote:
> Hello,
> 
> ti-mpm-transport is broken on MCSDK 3.0.3:
> 
> ERROR: Logfile of failure stored in: /home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/temp/log.do_compile.14714
> Log data follows:
> | DEBUG: Executing shell function do_compile
> | mkdir -p /home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/git/lib
> | make -C /home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/git/src/transport
> all
> | arm-linux-gnueabihf-gcc  -march=armv7-a    -marm -mthumb-interwork
> -mfloat-abi=hard -mfpu=neon -mtune=cortex-a15 --sysroot=/home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/sysroots/keystone-evm
> -I. -I/home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/git/include -I/home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/git/src/utils
> -I./sharedmem -I./hyplnk -I/home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/sysroots/keystone-evm/usr/include -I/home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/git/src/utils/edma3
> -D__ARMv7 -DDEVICE_`echo k2h | tr a-z A-Z` -D_VIRTUAL_ADDR_SUPPORT
> -c -o mpm_transport.o mpm_transport.c
> | In file included from mpm_transport_cfg.h:42:0,
> |                  from mpm_transport.c:45:
> | /home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/git/src/utils/edma3/mpm_transport_edma3.h:49:40:
> fatal error: ti/sdo/edma3/drv/edma3_drv.h: No such file or directory
> | compilation terminated.
> | make[1]: *** [mpm_transport.o] Error 1
> | make: *** [transport] Error 2
> 
> This same version of the MCSDK used to build correctly for me couple
> of months ago. I went to the recipe file for ti-mpm-transport and
> found that it clones the source from the top of the git repo:
> 
> BRANCH ?= "master"
> #SRCREV = "DEV.MPM-TRANSPORT-01.00.00.00"
> SRCREV = "${AUTOREV}"
> 
> So I changed the revision to DEV.MPM-TRANSPORT-01.00.00.00 instead.
> Now it compiles, but it fails to install:
> 
> ERROR: Logfile of failure stored in: /home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/temp/log.do_install.15271
> Log data follows:
> | DEBUG: Executing shell function do_install
> | install: cannot stat `/home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/git/src/transport/test/sharedmem/mpm_transport_test.out':
> No such file or directory
> | ERROR: Function failed: do_install (see /home/jose/environments/kuvio-newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/temp/log.do_install.15271
> for further information)
> ERROR: Task 2 (/home/jose/environments/kuvio-newserver/sources/meta-arago/meta-arago-extras/recipes-bsp/ti-mpm-transport/ti-mpm-transport_git.bb,
> do_install) failed with exit code '1'
> 
> I went to my old build and search for the particular git commit that
> happened to be the top of the git repo at that time. Using this
> commit, it builds OK.
> 
> This is how I modified ti-mpm-transport.bb:
> 
> BRANCH ?= "master"
> #SRCREV = "DEV.MPM-TRANSPORT-01.00.00.00"
> #SRCREV = "${AUTOREV}"
> SRCREV = "ffa58d41aaf2a3ab4800eed91d6356b58b46a1e7"
> 
> BTW, I reported another issue with this same recipe last Novemeber
> on TI's e2e community (it uses a wrong SRC_URI) [1]
> 
> Could you please take a look at those for the next MCSDK release?
> 
> Thanks,
> 
> --
> Jose Alarcon
> 
> 
> [1] http://e2e.ti.com/support/dsp/c6000_multi-core_dsps/b/announcements/archive/2013/11/25/mcsdk-3-0-3-maintenance-update-for-k2h-k2k.aspx#comments
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: [PATCH] php: amend URL with the new location of the source tarball
  2014-01-28 20:22 ` [PATCH] php: amend URL with the new location of the source tarball Denys Dmytriyenko
@ 2014-01-29 16:55   ` Maupin, Chase
  0 siblings, 0 replies; 8+ messages in thread
From: Maupin, Chase @ 2014-01-29 16:55 UTC (permalink / raw)
  To: Dmytriyenko, Denys, meta-arago

>-----Original Message-----
>From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
>bounces@arago-project.org] On Behalf Of Dmytriyenko, Denys
>Sent: Tuesday, January 28, 2014 2:23 PM
>To: meta-arago@arago-project.org
>Subject: Re: [meta-arago] [PATCH] php: amend URL with the new
>location of the source tarball
>
>Any comments/questions/objections? Should I take it as silent Ack?
>:)

Ack

>
>
>On Mon, Jan 27, 2014 at 08:06:32PM -0500, Denys Dmytriyenko wrote:
>> From: Denys Dmytriyenko <denys@ti.com>
>>
>> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
>> ---
>>  meta-arago-distro/recipes-devtools/php/php_5.4.14.bbappend | 5
>++++-
>>  1 file changed, 4 insertions(+), 1 deletion(-)
>>
>> diff --git a/meta-arago-distro/recipes-
>devtools/php/php_5.4.14.bbappend b/meta-arago-distro/recipes-
>devtools/php/php_5.4.14.bbappend
>> index fb1c25d..ebf480c 100644
>> --- a/meta-arago-distro/recipes-devtools/php/php_5.4.14.bbappend
>> +++ b/meta-arago-distro/recipes-devtools/php/php_5.4.14.bbappend
>> @@ -1,10 +1,13 @@
>>  # look for files in this layer first
>>  FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>>
>> -PR_append = "-arago1"
>> +PR_append = "-arago2"
>>
>>  SRC_URI_append_virtclass-native = " file://0001-php-native-Fix-
>host-contamination-issue.patch"
>>
>> +python __anonymous () {
>> +    d.setVar("SRC_URI",
>d.getVar("SRC_URI").replace('http://www.php.net/distributions/php-
>${PV}.tar.bz2', 'http://museum.php.net/php5/php-${PV}.tar.bz2'))
>> +}
>>
>>  # Work around to address the fact that php-fpm and php-cgi can
>not coexist
>>  # php-cgi is used by Matrix and php-fpm is in beta for this
>version of php.
>> --
>> 1.8.3.2
>>
>_______________________________________________
>meta-arago mailing list
>meta-arago@arago-project.org
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: ti-mpm-transport broken on MCSDK
  2014-01-29  2:26   ` Denys Dmytriyenko
@ 2014-01-30  5:12     ` Nelson, Sam
  2014-01-30  8:30       ` jose.alarcon
  0 siblings, 1 reply; 8+ messages in thread
From: Nelson, Sam @ 2014-01-30  5:12 UTC (permalink / raw)
  To: Dmytriyenko, Denys, jose.alarcon; +Cc: meta-arago

Jose,
The mpm-transport recipes were updated for MCSDK 3.0.3 to point to DEV.MPM-TRANSPORT-01.00.01.00. 
May be you are looking at the older version of the recipe?
With regards,
Sam
> -----Original Message-----
> From: meta-arago-bounces@arago-project.org [mailto:meta-arago-
> bounces@arago-project.org] On Behalf Of Dmytriyenko, Denys
> Sent: Tuesday, January 28, 2014 9:26 PM
> To: jose.alarcon@kuviovision.com
> Cc: meta-arago@arago-project.org
> Subject: Re: [meta-arago] ti-mpm-transport broken on MCSDK
> 
> Thanks for the report. MCSDK is only now being merged to mainline meta-
> arago,
> so the support should improve in the future.
> 
> --
> Denys
> 
> 
> On Tue, Jan 28, 2014 at 10:17:11AM +0200, jose.alarcon@kuviovision.com
> wrote:
> > Hello,
> >
> > ti-mpm-transport is broken on MCSDK 3.0.3:
> >
> > ERROR: Logfile of failure stored in: /home/jose/environments/kuvio-
> newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-
> neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/temp/log.do_compile.14714
> > Log data follows:
> > | DEBUG: Executing shell function do_compile
> > | mkdir -p /home/jose/environments/kuvio-newserver/build/arago-tmp-
> external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-
> mpm-transport-git-r4/git/lib
> > | make -C /home/jose/environments/kuvio-newserver/build/arago-tmp-
> external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-
> mpm-transport-git-r4/git/src/transport
> > all
> > | arm-linux-gnueabihf-gcc  -march=armv7-a    -marm -mthumb-interwork
> > -mfloat-abi=hard -mfpu=neon -mtune=cortex-a15 --
> sysroot=/home/jose/environments/kuvio-newserver/build/arago-tmp-
> external-linaro-toolchain/sysroots/keystone-evm
> > -I. -I/home/jose/environments/kuvio-newserver/build/arago-tmp-external-
> linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-
> transport-git-r4/git/include -I/home/jose/environments/kuvio-
> newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-
> neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/git/src/utils
> > -I./sharedmem -I./hyplnk -I/home/jose/environments/kuvio-
> newserver/build/arago-tmp-external-linaro-toolchain/sysroots/keystone-
> evm/usr/include -I/home/jose/environments/kuvio-newserver/build/arago-
> tmp-external-linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-
> gnueabi/ti-mpm-transport-git-r4/git/src/utils/edma3
> > -D__ARMv7 -DDEVICE_`echo k2h | tr a-z A-Z` -D_VIRTUAL_ADDR_SUPPORT
> > -c -o mpm_transport.o mpm_transport.c
> > | In file included from mpm_transport_cfg.h:42:0,
> > |                  from mpm_transport.c:45:
> > | /home/jose/environments/kuvio-newserver/build/arago-tmp-external-
> linaro-toolchain/work/armv7ahf-vfp-neon-oe-linux-gnueabi/ti-mpm-
> transport-git-r4/git/src/utils/edma3/mpm_transport_edma3.h:49:40:
> > fatal error: ti/sdo/edma3/drv/edma3_drv.h: No such file or directory
> > | compilation terminated.
> > | make[1]: *** [mpm_transport.o] Error 1
> > | make: *** [transport] Error 2
> >
> > This same version of the MCSDK used to build correctly for me couple
> > of months ago. I went to the recipe file for ti-mpm-transport and
> > found that it clones the source from the top of the git repo:
> >
> > BRANCH ?= "master"
> > #SRCREV = "DEV.MPM-TRANSPORT-01.00.00.00"
> > SRCREV = "${AUTOREV}"
> >
> > So I changed the revision to DEV.MPM-TRANSPORT-01.00.00.00 instead.
> > Now it compiles, but it fails to install:
> >
> > ERROR: Logfile of failure stored in: /home/jose/environments/kuvio-
> newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-
> neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/temp/log.do_install.15271
> > Log data follows:
> > | DEBUG: Executing shell function do_install
> > | install: cannot stat `/home/jose/environments/kuvio-
> newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-
> neon-oe-linux-gnueabi/ti-mpm-transport-git-
> r4/git/src/transport/test/sharedmem/mpm_transport_test.out':
> > No such file or directory
> > | ERROR: Function failed: do_install (see /home/jose/environments/kuvio-
> newserver/build/arago-tmp-external-linaro-toolchain/work/armv7ahf-vfp-
> neon-oe-linux-gnueabi/ti-mpm-transport-git-r4/temp/log.do_install.15271
> > for further information)
> > ERROR: Task 2 (/home/jose/environments/kuvio-newserver/sources/meta-
> arago/meta-arago-extras/recipes-bsp/ti-mpm-transport/ti-mpm-
> transport_git.bb,
> > do_install) failed with exit code '1'
> >
> > I went to my old build and search for the particular git commit that
> > happened to be the top of the git repo at that time. Using this
> > commit, it builds OK.
> >
> > This is how I modified ti-mpm-transport.bb:
> >
> > BRANCH ?= "master"
> > #SRCREV = "DEV.MPM-TRANSPORT-01.00.00.00"
> > #SRCREV = "${AUTOREV}"
> > SRCREV = "ffa58d41aaf2a3ab4800eed91d6356b58b46a1e7"
> >
> > BTW, I reported another issue with this same recipe last Novemeber
> > on TI's e2e community (it uses a wrong SRC_URI) [1]
> >
> > Could you please take a look at those for the next MCSDK release?
> >
> > Thanks,
> >
> > --
> > Jose Alarcon
> >
> >
> > [1] http://e2e.ti.com/support/dsp/c6000_multi-
> core_dsps/b/announcements/archive/2013/11/25/mcsdk-3-0-3-
> maintenance-update-for-k2h-k2k.aspx#comments
> > _______________________________________________
> > meta-arago mailing list
> > meta-arago@arago-project.org
> > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


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

* Re: ti-mpm-transport broken on MCSDK
  2014-01-30  5:12     ` Nelson, Sam
@ 2014-01-30  8:30       ` jose.alarcon
  2014-01-30 11:25         ` Nelson, Sam
  0 siblings, 1 reply; 8+ messages in thread
From: jose.alarcon @ 2014-01-30  8:30 UTC (permalink / raw)
  To: Nelson, Sam; +Cc: meta-arago

Hello

On 2014-01-30 07:12, Nelson, Sam wrote:
> Jose,
> The mpm-transport recipes were updated for MCSDK 3.0.3 to point to
> DEV.MPM-TRANSPORT-01.00.01.00.
> May be you are looking at the older version of the recipe?
> With regards,
> Sam

Sam, you are right. I see that this was fixed by the following commit:

commit d727d13bc9204fa0e7c3d97b27f8d297d9a0b711
Author: Sam Nelson <sam.nelson@ti.com>
Date:   Thu Jan 2 09:30:14 2014 -0500

     mcsdk-03.00.03.15: Update mcsdk 03.00.03.15 configuration

     - Fix issue with recipes pointing to wrong source url

     Signed-off-by: Sam Nelson <sam.nelson@ti.com>

However I was still using the original version of the mcsdk-3.00.03.15 
configuration file from Nov 26 
(7500e852f77e7a9b12bc8198e87e4bd91362300c)

We clone the MCSDK layers to our internal server each time there is a 
new release. Obviously I missed this fix.

It would be great if you could post an note here (or on the multicore 
e2e community) when some fixes are being made to the current release.

Thanks,

--
Jose


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

* Re: ti-mpm-transport broken on MCSDK
  2014-01-30  8:30       ` jose.alarcon
@ 2014-01-30 11:25         ` Nelson, Sam
  0 siblings, 0 replies; 8+ messages in thread
From: Nelson, Sam @ 2014-01-30 11:25 UTC (permalink / raw)
  To: jose.alarcon; +Cc: meta-arago

Thanks for your feedback and suggestions.
Appreciate it. 
Sam

> -----Original Message-----
> From: jose.alarcon@kuviovision.com [mailto:jose.alarcon@kuviovision.com]
> Sent: Thursday, January 30, 2014 3:31 AM
> To: Nelson, Sam
> Cc: Dmytriyenko, Denys; meta-arago@arago-project.org
> Subject: RE: [meta-arago] ti-mpm-transport broken on MCSDK
> 
> Hello
> 
> On 2014-01-30 07:12, Nelson, Sam wrote:
> > Jose,
> > The mpm-transport recipes were updated for MCSDK 3.0.3 to point to
> > DEV.MPM-TRANSPORT-01.00.01.00.
> > May be you are looking at the older version of the recipe?
> > With regards,
> > Sam
> 
> Sam, you are right. I see that this was fixed by the following commit:
> 
> commit d727d13bc9204fa0e7c3d97b27f8d297d9a0b711
> Author: Sam Nelson <sam.nelson@ti.com>
> Date:   Thu Jan 2 09:30:14 2014 -0500
> 
>      mcsdk-03.00.03.15: Update mcsdk 03.00.03.15 configuration
> 
>      - Fix issue with recipes pointing to wrong source url
> 
>      Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> 
> However I was still using the original version of the mcsdk-3.00.03.15
> configuration file from Nov 26
> (7500e852f77e7a9b12bc8198e87e4bd91362300c)
> 
> We clone the MCSDK layers to our internal server each time there is a
> new release. Obviously I missed this fix.
> 
> It would be great if you could post an note here (or on the multicore
> e2e community) when some fixes are being made to the current release.
> 
> Thanks,
> 
> --
> Jose

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

end of thread, other threads:[~2014-01-30 11:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-28  1:06 [PATCH] php: amend URL with the new location of the source tarball Denys Dmytriyenko
2014-01-28  8:17 ` ti-mpm-transport broken on MCSDK jose.alarcon
2014-01-29  2:26   ` Denys Dmytriyenko
2014-01-30  5:12     ` Nelson, Sam
2014-01-30  8:30       ` jose.alarcon
2014-01-30 11:25         ` Nelson, Sam
2014-01-28 20:22 ` [PATCH] php: amend URL with the new location of the source tarball Denys Dmytriyenko
2014-01-29 16:55   ` Maupin, Chase

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.