All of lore.kernel.org
 help / color / mirror / Atom feed
* [master][meta-processor-sdk][PATCH] FFTLIB SRCREV bump for C64P be deprecation
@ 2019-03-20 17:06 Mahesh Radhakrishnan
  2019-03-20 17:06 ` [master][meta-processor-sdk][PATCH] fftlib: SRCREV bump Mahesh Radhakrishnan
  0 siblings, 1 reply; 4+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-20 17:06 UTC (permalink / raw)
  To: meta-arago

This patch updates the FFTLIB which now has changes to deprecate C64Pbe targets forced by the sysbios tool update (6.75.02.00)

Mahesh Radhakrishnan (1):
  fftlib: SRCREV bump

 recipes-ti/fftlib/fftlib.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
1.9.1



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

* [master][meta-processor-sdk][PATCH] fftlib: SRCREV bump
  2019-03-20 17:06 [master][meta-processor-sdk][PATCH] FFTLIB SRCREV bump for C64P be deprecation Mahesh Radhakrishnan
@ 2019-03-20 17:06 ` Mahesh Radhakrishnan
  2019-03-20 17:18   ` [EXTERNAL] " Jacob Stiffler
  0 siblings, 1 reply; 4+ messages in thread
From: Mahesh Radhakrishnan @ 2019-03-20 17:06 UTC (permalink / raw)
  To: meta-arago

This srcrev update deprecates the c64P big endian support

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
 recipes-ti/fftlib/fftlib.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-ti/fftlib/fftlib.inc b/recipes-ti/fftlib/fftlib.inc
index 87d86cc..7addb90 100644
--- a/recipes-ti/fftlib/fftlib.inc
+++ b/recipes-ti/fftlib/fftlib.inc
@@ -1,5 +1,5 @@
 PV = "3_1_0_0"
-INC_PR = "r0"
+INC_PR = "r1"
 
 require recipes-ti/includes/tisdk-paths.inc
 
@@ -7,4 +7,4 @@ DESTSUFFIX = "${WORKDIR}/git"
 
 BRANCH = "master"
 SRC_URI = "git://git.ti.com/fftlib/fftlib.git;protocol=git;name=fftlib;destsuffix=${DESTSUFFIX};branch=${BRANCH}"
-SRCREV = "1527e517aa43f9ade14b7a4e16e2b6522eb5bbb9"
+SRCREV = "3d5ebada3cd94096fb798548d68059dc4c34a1ea"
-- 
1.9.1



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

* Re: [EXTERNAL] [master][meta-processor-sdk][PATCH] fftlib: SRCREV bump
  2019-03-20 17:06 ` [master][meta-processor-sdk][PATCH] fftlib: SRCREV bump Mahesh Radhakrishnan
@ 2019-03-20 17:18   ` Jacob Stiffler
  2019-03-20 21:09     ` Jacob Stiffler
  0 siblings, 1 reply; 4+ messages in thread
From: Jacob Stiffler @ 2019-03-20 17:18 UTC (permalink / raw)
  To: Mahesh Radhakrishnan, meta-arago

I get an error with this:


"././src/common//fft/fft_dp_mixed_bs.c", line 42: fatal error: cannot 
open source file "ti/dsplib/src/DSPF_dp_fftDPxDP/DSPF_dp_fftDPxDP.h"
1 catastrophic error detected in the compilation of 
"././src/common//fft/fft_dp_mixed_bs.c".
Compilation terminated.


On 3/20/2019 1:06 PM, Mahesh Radhakrishnan wrote:
> This srcrev update deprecates the c64P big endian support
>
> Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
> ---
>   recipes-ti/fftlib/fftlib.inc | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-ti/fftlib/fftlib.inc b/recipes-ti/fftlib/fftlib.inc
> index 87d86cc..7addb90 100644
> --- a/recipes-ti/fftlib/fftlib.inc
> +++ b/recipes-ti/fftlib/fftlib.inc
> @@ -1,5 +1,5 @@
>   PV = "3_1_0_0"
> -INC_PR = "r0"
> +INC_PR = "r1"
>   
>   require recipes-ti/includes/tisdk-paths.inc
>   
> @@ -7,4 +7,4 @@ DESTSUFFIX = "${WORKDIR}/git"
>   
>   BRANCH = "master"
>   SRC_URI = "git://git.ti.com/fftlib/fftlib.git;protocol=git;name=fftlib;destsuffix=${DESTSUFFIX};branch=${BRANCH}"
> -SRCREV = "1527e517aa43f9ade14b7a4e16e2b6522eb5bbb9"
> +SRCREV = "3d5ebada3cd94096fb798548d68059dc4c34a1ea"


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

* Re: [EXTERNAL] [master][meta-processor-sdk][PATCH] fftlib: SRCREV bump
  2019-03-20 17:18   ` [EXTERNAL] " Jacob Stiffler
@ 2019-03-20 21:09     ` Jacob Stiffler
  0 siblings, 0 replies; 4+ messages in thread
From: Jacob Stiffler @ 2019-03-20 21:09 UTC (permalink / raw)
  To: Mahesh Radhakrishnan, meta-arago

I tried this on 2 other setups and could not recreate the error, so I 
will accept this.


- Jake

On 3/20/2019 1:18 PM, Jacob Stiffler wrote:
> I get an error with this:
>
>
> "././src/common//fft/fft_dp_mixed_bs.c", line 42: fatal error: cannot 
> open source file "ti/dsplib/src/DSPF_dp_fftDPxDP/DSPF_dp_fftDPxDP.h"
> 1 catastrophic error detected in the compilation of 
> "././src/common//fft/fft_dp_mixed_bs.c".
> Compilation terminated.
>
>
> On 3/20/2019 1:06 PM, Mahesh Radhakrishnan wrote:
>> This srcrev update deprecates the c64P big endian support
>>
>> Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
>> ---
>>   recipes-ti/fftlib/fftlib.inc | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/recipes-ti/fftlib/fftlib.inc b/recipes-ti/fftlib/fftlib.inc
>> index 87d86cc..7addb90 100644
>> --- a/recipes-ti/fftlib/fftlib.inc
>> +++ b/recipes-ti/fftlib/fftlib.inc
>> @@ -1,5 +1,5 @@
>>   PV = "3_1_0_0"
>> -INC_PR = "r0"
>> +INC_PR = "r1"
>>     require recipes-ti/includes/tisdk-paths.inc
>>   @@ -7,4 +7,4 @@ DESTSUFFIX = "${WORKDIR}/git"
>>     BRANCH = "master"
>>   SRC_URI = 
>> "git://git.ti.com/fftlib/fftlib.git;protocol=git;name=fftlib;destsuffix=${DESTSUFFIX};branch=${BRANCH}"
>> -SRCREV = "1527e517aa43f9ade14b7a4e16e2b6522eb5bbb9"
>> +SRCREV = "3d5ebada3cd94096fb798548d68059dc4c34a1ea"


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

end of thread, other threads:[~2019-03-20 21:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-20 17:06 [master][meta-processor-sdk][PATCH] FFTLIB SRCREV bump for C64P be deprecation Mahesh Radhakrishnan
2019-03-20 17:06 ` [master][meta-processor-sdk][PATCH] fftlib: SRCREV bump Mahesh Radhakrishnan
2019-03-20 17:18   ` [EXTERNAL] " Jacob Stiffler
2019-03-20 21:09     ` Jacob Stiffler

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.