diff mbox series

[meta-ti,master/kirkstone] big-data-ipc-demo: Update to version without CMEM dependency

Message ID 20230410182551.11926-1-afd@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master/kirkstone] big-data-ipc-demo: Update to version without CMEM dependency | expand

Commit Message

Andrew Davis April 10, 2023, 6:25 p.m. UTC
Latest version does not use CMEM, update this recipe accordingly.

Signed-off-by: Andrew Davis <afd@ti.com>
---
 .../big-data-ipc-demo/big-data-ipc-demo_git.bb            | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Andrew Davis April 10, 2023, 6:27 p.m. UTC | #1
On 4/10/23 1:25 PM, Andrew Davis wrote:
> Latest version does not use CMEM, update this recipe accordingly.
> 
> Signed-off-by: Andrew Davis <afd@ti.com>
> ---

For the subject, looks like I have the wrong tag, this should be for meta-arago.

Andrew

>   .../big-data-ipc-demo/big-data-ipc-demo_git.bb            | 8 ++++----
>   1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/meta-arago-extras/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb b/meta-arago-extras/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb
> index 439fac14..e7bf1a1d 100644
> --- a/meta-arago-extras/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb
> +++ b/meta-arago-extras/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb
> @@ -3,8 +3,8 @@ LICENSE = "BSD-3-Clause"
>   LIC_FILES_CHKSUM = "file://makefile;beginline=1;endline=31;md5=2f2ea348b98d5cc7807ece7adcc2c43a"
>   
>   SRC_URI = "git://git.ti.com/processor-sdk/big-data-ipc-examples.git;protocol=git;branch=master"
> -SRCREV = "984edb3c69c8a1f51da02e0abcd2201319650894"
> -PV = "01.03.00.00"
> +SRCREV = "3dedbde2a539834ee8f4d0419888116ea80789d0"
> +PV = "01.03.00.01"
>   
>   S = "${WORKDIR}/git"
>   
> @@ -19,8 +19,8 @@ DEPENDS = "ti-ipc \
>              ti-xdctools-native \
>              ti-sysbios \
>              ti-ipc-rtos \
> -           cmem \
>              ti-cgt6x-native \
> +           virtual/kernel \
>   "
>   
>   PLATFORM = "UNKNOWN"
> @@ -33,7 +33,7 @@ EXTRA_OEMAKE = "\
>       XDC_INSTALL_DIR="${XDC_INSTALL_DIR}" \
>       BIOS_INSTALL_DIR="${SYSBIOS_INSTALL_DIR}" \
>       IPC_INSTALL_DIR="${IPC_INSTALL_DIR}" \
> -    LINUX_SYSROOT_DIR="${STAGING_INCDIR}" \
> +    LINUX_SYSROOT_DIR="${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include" \
>       gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \
>       ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
>       ti.targets.arm.elf.M4="${M4_TOOLCHAIN_INSTALL_DIR}" \
Ryan Eatmon April 10, 2023, 7:44 p.m. UTC | #2
On 4/10/2023 13:27, Andrew Davis wrote:
> On 4/10/23 1:25 PM, Andrew Davis wrote:
>> Latest version does not use CMEM, update this recipe accordingly.
>>
>> Signed-off-by: Andrew Davis <afd@ti.com>
>> ---
> 
> For the subject, looks like I have the wrong tag, this should be for 
> meta-arago.
> 
> Andrew

Tsk tsk.


>>   .../big-data-ipc-demo/big-data-ipc-demo_git.bb            | 8 ++++----
>>   1 file changed, 4 insertions(+), 4 deletions(-)
>>
>> diff --git 
>> a/meta-arago-extras/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb b/meta-arago-extras/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb
>> index 439fac14..e7bf1a1d 100644
>> --- 
>> a/meta-arago-extras/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb
>> +++ 
>> b/meta-arago-extras/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb
>> @@ -3,8 +3,8 @@ LICENSE = "BSD-3-Clause"
>>   LIC_FILES_CHKSUM = 
>> "file://makefile;beginline=1;endline=31;md5=2f2ea348b98d5cc7807ece7adcc2c43a"
>>   SRC_URI = 
>> "git://git.ti.com/processor-sdk/big-data-ipc-examples.git;protocol=git;branch=master"
>> -SRCREV = "984edb3c69c8a1f51da02e0abcd2201319650894"
>> -PV = "01.03.00.00"
>> +SRCREV = "3dedbde2a539834ee8f4d0419888116ea80789d0"
>> +PV = "01.03.00.01"
>>   S = "${WORKDIR}/git"
>> @@ -19,8 +19,8 @@ DEPENDS = "ti-ipc \
>>              ti-xdctools-native \
>>              ti-sysbios \
>>              ti-ipc-rtos \
>> -           cmem \
>>              ti-cgt6x-native \
>> +           virtual/kernel \
>>   "
>>   PLATFORM = "UNKNOWN"
>> @@ -33,7 +33,7 @@ EXTRA_OEMAKE = "\
>>       XDC_INSTALL_DIR="${XDC_INSTALL_DIR}" \
>>       BIOS_INSTALL_DIR="${SYSBIOS_INSTALL_DIR}" \
>>       IPC_INSTALL_DIR="${IPC_INSTALL_DIR}" \
>> -    LINUX_SYSROOT_DIR="${STAGING_INCDIR}" \
>> +    LINUX_SYSROOT_DIR="${STAGING_KERNEL_DIR}/include/uapi 
>> -I${STAGING_KERNEL_DIR}/include" \
>>       gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \
>>       ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
>>       ti.targets.arm.elf.M4="${M4_TOOLCHAIN_INSTALL_DIR}" \
diff mbox series

Patch

diff --git a/meta-arago-extras/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb b/meta-arago-extras/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb
index 439fac14..e7bf1a1d 100644
--- a/meta-arago-extras/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb
+++ b/meta-arago-extras/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb
@@ -3,8 +3,8 @@  LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://makefile;beginline=1;endline=31;md5=2f2ea348b98d5cc7807ece7adcc2c43a"
 
 SRC_URI = "git://git.ti.com/processor-sdk/big-data-ipc-examples.git;protocol=git;branch=master"
-SRCREV = "984edb3c69c8a1f51da02e0abcd2201319650894"
-PV = "01.03.00.00"
+SRCREV = "3dedbde2a539834ee8f4d0419888116ea80789d0"
+PV = "01.03.00.01"
 
 S = "${WORKDIR}/git"
 
@@ -19,8 +19,8 @@  DEPENDS = "ti-ipc \
            ti-xdctools-native \
            ti-sysbios \
            ti-ipc-rtos \
-           cmem \
            ti-cgt6x-native \
+           virtual/kernel \
 "
 
 PLATFORM = "UNKNOWN"
@@ -33,7 +33,7 @@  EXTRA_OEMAKE = "\
     XDC_INSTALL_DIR="${XDC_INSTALL_DIR}" \
     BIOS_INSTALL_DIR="${SYSBIOS_INSTALL_DIR}" \
     IPC_INSTALL_DIR="${IPC_INSTALL_DIR}" \
-    LINUX_SYSROOT_DIR="${STAGING_INCDIR}" \
+    LINUX_SYSROOT_DIR="${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include" \
     gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \
     ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
     ti.targets.arm.elf.M4="${M4_TOOLCHAIN_INSTALL_DIR}" \