* [PATCH] ti-ipc-rtos: Add the TI-RTOS IPC package version 3.35.01.07
@ 2015-05-08 14:22 Jacob Stiffler
2015-05-08 16:24 ` Khem Raj
2015-05-22 18:17 ` Denys Dmytriyenko
0 siblings, 2 replies; 4+ messages in thread
From: Jacob Stiffler @ 2015-05-08 14:22 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
recipes-ti/ipc/ti-ipc-rtos.inc | 18 ++++++++++++++++++
recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb | 8 ++++++++
2 files changed, 26 insertions(+)
create mode 100644 recipes-ti/ipc/ti-ipc-rtos.inc
create mode 100644 recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc
new file mode 100644
index 0000000..dc18bf9
--- /dev/null
+++ b/recipes-ti/ipc/ti-ipc-rtos.inc
@@ -0,0 +1,18 @@
+DESCRIPTION = "TI Inter Process Communication (IPC) Mechanisms (for Uni- and Multi- Processor Configurations)"
+HOMEPAGE="http://processors.wiki.ti.com/index.php/Category:IPC"
+
+LICENSE = "BSD"
+
+require recipes-ti/includes/ti-paths.inc
+require recipes-ti/includes/ti-staging.inc
+
+SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/${PV}/exports/ipc_${PV}.zip;name=ipczip"
+
+S = "${WORKDIR}/ipc_${PV}"
+
+do_install() {
+ install -d ${D}${IPC_INSTALL_DIR_RECIPE}
+ cp -pPrf ${S}/* ${D}${IPC_INSTALL_DIR_RECIPE}
+}
+
+INSANE_SKIP_${PN} = "installed-vs-shipped"
diff --git a/recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb b/recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb
new file mode 100644
index 0000000..4c67c6e
--- /dev/null
+++ b/recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb
@@ -0,0 +1,8 @@
+require ti-ipc-rtos.inc
+
+PV = "3_35_01_07"
+
+LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255"
+
+SRC_URI[ipczip.md5sum] = "9e62e35b8c2d44b1ac5f7ad9554b1a34"
+SRC_URI[ipczip.sha256sum] = "006ac780ded0a5fa843397bbde0cb597338dc521544121f697c2efdd80f86314"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] ti-ipc-rtos: Add the TI-RTOS IPC package version 3.35.01.07
2015-05-08 14:22 [PATCH] ti-ipc-rtos: Add the TI-RTOS IPC package version 3.35.01.07 Jacob Stiffler
@ 2015-05-08 16:24 ` Khem Raj
2015-05-22 18:17 ` Denys Dmytriyenko
1 sibling, 0 replies; 4+ messages in thread
From: Khem Raj @ 2015-05-08 16:24 UTC (permalink / raw)
To: Jacob Stiffler; +Cc: meta-ti
[-- Attachment #1: Type: text/plain, Size: 2085 bytes --]
> On May 8, 2015, at 7:22 AM, Jacob Stiffler <j-stiffler@ti.com> wrote:
>
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
> recipes-ti/ipc/ti-ipc-rtos.inc | 18 ++++++++++++++++++
> recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb | 8 ++++++++
> 2 files changed, 26 insertions(+)
> create mode 100644 recipes-ti/ipc/ti-ipc-rtos.inc
> create mode 100644 recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb
>
> diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc
> new file mode 100644
> index 0000000..dc18bf9
> --- /dev/null
> +++ b/recipes-ti/ipc/ti-ipc-rtos.inc
> @@ -0,0 +1,18 @@
> +DESCRIPTION = "TI Inter Process Communication (IPC) Mechanisms (for Uni- and Multi- Processor Configurations)"
> +HOMEPAGE="http://processors.wiki.ti.com/index.php/Category:IPC"
> +
> +LICENSE = "BSD"
> +
> +require recipes-ti/includes/ti-paths.inc
> +require recipes-ti/includes/ti-staging.inc
> +
> +SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/${PV}/exports/ipc_${PV}.zip;name=ipczip"
> +
> +S = "${WORKDIR}/ipc_${PV}"
> +
> +do_install() {
> + install -d ${D}${IPC_INSTALL_DIR_RECIPE}
> + cp -pPrf ${S}/* ${D}${IPC_INSTALL_DIR_RECIPE}
> +}
> +
> +INSANE_SKIP_${PN} = "installed-vs-shipped”
same here. Can it be fixed ?
> diff --git a/recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb b/recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb
> new file mode 100644
> index 0000000..4c67c6e
> --- /dev/null
> +++ b/recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb
> @@ -0,0 +1,8 @@
> +require ti-ipc-rtos.inc
> +
> +PV = "3_35_01_07"
> +
> +LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255"
> +
> +SRC_URI[ipczip.md5sum] = "9e62e35b8c2d44b1ac5f7ad9554b1a34"
> +SRC_URI[ipczip.sha256sum] = "006ac780ded0a5fa843397bbde0cb597338dc521544121f697c2efdd80f86314"
> --
> 1.7.9.5
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ti-ipc-rtos: Add the TI-RTOS IPC package version 3.35.01.07
2015-05-08 14:22 [PATCH] ti-ipc-rtos: Add the TI-RTOS IPC package version 3.35.01.07 Jacob Stiffler
2015-05-08 16:24 ` Khem Raj
@ 2015-05-22 18:17 ` Denys Dmytriyenko
2015-05-27 10:47 ` Jacob Stiffler
1 sibling, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2015-05-22 18:17 UTC (permalink / raw)
To: Jacob Stiffler; +Cc: meta-ti
This is rather confusing with another ti-ipc recipe/component... Is it the DSP
side of it?
On Fri, May 08, 2015 at 10:22:04AM -0400, Jacob Stiffler wrote:
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
> recipes-ti/ipc/ti-ipc-rtos.inc | 18 ++++++++++++++++++
> recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb | 8 ++++++++
> 2 files changed, 26 insertions(+)
> create mode 100644 recipes-ti/ipc/ti-ipc-rtos.inc
> create mode 100644 recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb
>
> diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc
> new file mode 100644
> index 0000000..dc18bf9
> --- /dev/null
> +++ b/recipes-ti/ipc/ti-ipc-rtos.inc
> @@ -0,0 +1,18 @@
> +DESCRIPTION = "TI Inter Process Communication (IPC) Mechanisms (for Uni- and Multi- Processor Configurations)"
> +HOMEPAGE="http://processors.wiki.ti.com/index.php/Category:IPC"
> +
> +LICENSE = "BSD"
> +
> +require recipes-ti/includes/ti-paths.inc
> +require recipes-ti/includes/ti-staging.inc
> +
> +SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/${PV}/exports/ipc_${PV}.zip;name=ipczip"
> +
> +S = "${WORKDIR}/ipc_${PV}"
> +
> +do_install() {
> + install -d ${D}${IPC_INSTALL_DIR_RECIPE}
> + cp -pPrf ${S}/* ${D}${IPC_INSTALL_DIR_RECIPE}
> +}
> +
> +INSANE_SKIP_${PN} = "installed-vs-shipped"
> diff --git a/recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb b/recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb
> new file mode 100644
> index 0000000..4c67c6e
> --- /dev/null
> +++ b/recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb
> @@ -0,0 +1,8 @@
> +require ti-ipc-rtos.inc
> +
> +PV = "3_35_01_07"
> +
> +LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255"
> +
> +SRC_URI[ipczip.md5sum] = "9e62e35b8c2d44b1ac5f7ad9554b1a34"
> +SRC_URI[ipczip.sha256sum] = "006ac780ded0a5fa843397bbde0cb597338dc521544121f697c2efdd80f86314"
> --
> 1.7.9.5
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ti-ipc-rtos: Add the TI-RTOS IPC package version 3.35.01.07
2015-05-22 18:17 ` Denys Dmytriyenko
@ 2015-05-27 10:47 ` Jacob Stiffler
0 siblings, 0 replies; 4+ messages in thread
From: Jacob Stiffler @ 2015-05-27 10:47 UTC (permalink / raw)
To: Denys Dmytriyenko; +Cc: meta-ti
This is the TI RTOS package. This is needed for building the DSP firmware.
On 5/22/2015 2:17 PM, Denys Dmytriyenko wrote:
> This is rather confusing with another ti-ipc recipe/component... Is it the DSP
> side of it?
>
>
> On Fri, May 08, 2015 at 10:22:04AM -0400, Jacob Stiffler wrote:
>> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
>> ---
>> recipes-ti/ipc/ti-ipc-rtos.inc | 18 ++++++++++++++++++
>> recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb | 8 ++++++++
>> 2 files changed, 26 insertions(+)
>> create mode 100644 recipes-ti/ipc/ti-ipc-rtos.inc
>> create mode 100644 recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb
>>
>> diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc
>> new file mode 100644
>> index 0000000..dc18bf9
>> --- /dev/null
>> +++ b/recipes-ti/ipc/ti-ipc-rtos.inc
>> @@ -0,0 +1,18 @@
>> +DESCRIPTION = "TI Inter Process Communication (IPC) Mechanisms (for Uni- and Multi- Processor Configurations)"
>> +HOMEPAGE="http://processors.wiki.ti.com/index.php/Category:IPC"
>> +
>> +LICENSE = "BSD"
>> +
>> +require recipes-ti/includes/ti-paths.inc
>> +require recipes-ti/includes/ti-staging.inc
>> +
>> +SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/${PV}/exports/ipc_${PV}.zip;name=ipczip"
>> +
>> +S = "${WORKDIR}/ipc_${PV}"
>> +
>> +do_install() {
>> + install -d ${D}${IPC_INSTALL_DIR_RECIPE}
>> + cp -pPrf ${S}/* ${D}${IPC_INSTALL_DIR_RECIPE}
>> +}
>> +
>> +INSANE_SKIP_${PN} = "installed-vs-shipped"
>> diff --git a/recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb b/recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb
>> new file mode 100644
>> index 0000000..4c67c6e
>> --- /dev/null
>> +++ b/recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb
>> @@ -0,0 +1,8 @@
>> +require ti-ipc-rtos.inc
>> +
>> +PV = "3_35_01_07"
>> +
>> +LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255"
>> +
>> +SRC_URI[ipczip.md5sum] = "9e62e35b8c2d44b1ac5f7ad9554b1a34"
>> +SRC_URI[ipczip.sha256sum] = "006ac780ded0a5fa843397bbde0cb597338dc521544121f697c2efdd80f86314"
>> --
>> 1.7.9.5
>>
>> --
>> _______________________________________________
>> meta-ti mailing list
>> meta-ti@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-05-27 10:47 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-08 14:22 [PATCH] ti-ipc-rtos: Add the TI-RTOS IPC package version 3.35.01.07 Jacob Stiffler
2015-05-08 16:24 ` Khem Raj
2015-05-22 18:17 ` Denys Dmytriyenko
2015-05-27 10:47 ` 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.