* Re: [daisy][PATCH] ti-ipc: Upgraded to IPC 3.30.00.06_eng
[not found] <1410784171-25486-1-git-send-email-j-stiffler@ti.com>
@ 2014-09-24 14:42 ` Stiffler, Jacob
2014-09-24 15:14 ` Karthik Ramanan
0 siblings, 1 reply; 5+ messages in thread
From: Stiffler, Jacob @ 2014-09-24 14:42 UTC (permalink / raw)
To: meta-ti@yoctoproject.org
ping
-----Original Message-----
From: Stiffler, Jacob
Sent: Monday, September 15, 2014 8:30 AM
To: meta-ti@yoctoproject.org
Cc: Stiffler, Jacob
Subject: [daisy][PATCH] ti-ipc: Upgraded to IPC 3.30.00.06_eng
* Added new recipe for latest IPC
* Removed older recipe versions
* Latest recipe points to IPC 3.30.00.06_eng
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
...nstallation-prefix-feature-to-products.ma.patch | 38 ------------------
recipes-ti/ipc/ti-ipc/ipc.pc | 8 ----
recipes-ti/ipc/ti-ipc_1.24.00.16.bb | 41 --------------------
recipes-ti/ipc/ti-ipc_3.00.00.bb | 7 ----
recipes-ti/ipc/ti-ipc_3.21.00.07.bb | 4 --
recipes-ti/ipc/{ti-ipc.inc => ti-ipc_git.bb} | 26 +++++++------
6 files changed, 15 insertions(+), 109 deletions(-) delete mode 100644 recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
delete mode 100644 recipes-ti/ipc/ti-ipc/ipc.pc delete mode 100644 recipes-ti/ipc/ti-ipc_1.24.00.16.bb
delete mode 100644 recipes-ti/ipc/ti-ipc_3.00.00.bb delete mode 100644 recipes-ti/ipc/ti-ipc_3.21.00.07.bb
rename recipes-ti/ipc/{ti-ipc.inc => ti-ipc_git.bb} (75%)
diff --git a/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch b/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
deleted file mode 100644
index 58d77c7..0000000
--- a/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 26d09063063593aec760151393226b96bc7ab9f8 Mon Sep 17 00:00:00 2001
-From: Mrinmayee Hingolikar <mrinmayee@ti.com>
-Date: Thu, 5 Sep 2013 17:01:15 +0530
-Subject: [PATCH] ipc: Added installation prefix feature to products.mak
-
-Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
----
- ipc-linux.mak | 1 +
- products.mak | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git a/ipc-linux.mak b/ipc-linux.mak -index 788a5a2..01579e4 100644
---- a/ipc-linux.mak
-+++ b/ipc-linux.mak
-@@ -38,6 +38,7 @@ include products.mak
- config:
- @echo "Configuring Linux Ipc ..."
- ./configure --host=$(TOOLCHAIN_LONGNAME) \
-+ --prefix=$(PREFIX) \
- CC=$(TOOLCHAIN_PREFIX)gcc \
- PLATFORM=$(PLATFORM) \
- CMEM_INSTALL_DIR=$(CMEM_INSTALL_DIR) \
-diff --git a/products.mak b/products.mak -index e418d2f..4578a1e 100644
---- a/products.mak
-+++ b/products.mak
-@@ -55,6 +55,7 @@ PLATFORM ?=
- TOOLCHAIN_LONGNAME = arm-none-linux-gnueabi
- TOOLCHAIN_INSTALL_DIR = $(DEPOT)/_your_arm_code_gen_install_
- TOOLCHAIN_PREFIX = $(TOOLCHAIN_INSTALL_DIR)/bin/$(TOOLCHAIN_LONGNAME)-
-+PREFIX = /usr/local
-
- # Optional: Path to Linux Kernel - needed to build the MmRpc user libraries
- # (for devices that support it)
---
-1.7.9.5
-
diff --git a/recipes-ti/ipc/ti-ipc/ipc.pc b/recipes-ti/ipc/ti-ipc/ipc.pc deleted file mode 100644 index 1a8c52d..0000000
--- a/recipes-ti/ipc/ti-ipc/ipc.pc
+++ /dev/null
@@ -1,8 +0,0 @@
-prefix=/../../ipc_@VERSION@
-includedir=${prefix}/ti/ipc
-
-Name: TI IPC
-Description: TI ARM-DSP IPC (Inter Processor Communication)
-Version: @VERSION@
-Requires:
-Cflags: -I${includedir}
diff --git a/recipes-ti/ipc/ti-ipc_1.24.00.16.bb b/recipes-ti/ipc/ti-ipc_1.24.00.16.bb
deleted file mode 100644
index 420d0f7..0000000
--- a/recipes-ti/ipc/ti-ipc_1.24.00.16.bb
+++ /dev/null
@@ -1,41 +0,0 @@
-DESCRIPTION = "TI Inter Process Ccommunication (IPC) Mechanisms (for Uni- and Multi- Processor Configurations)"
-HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/index.html"
-SECTION = "devel"
-LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://ipc_${PV}_manifest.html;md5=573f5a5c0448d28bf8db35f438244d7f"
-
-
-require ../includes/ti-paths.inc
-require ../includes/ti-staging.inc
-require ../includes/ti-eula-unpack.inc
-
-PV = "1_24_00_16"
-
-S = "${WORKDIR}/ipc_${PV}"
-
-SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/${PV}/exports/ipc_setuplinux_${PV}.bin;name=ipcbin \
- file://ipc.pc"
-
-DEPENDS = "ti-sysbios ti-cgt6x ti-xdctools"
-
-BINFILE="ipc_setuplinux_${PV}.bin"
-TI_BIN_UNPK_CMDS="Y: q:workdir:Y"
-
-do_configure() {
- sed -i -e s:@VERSION@:${PV}:g ${WORKDIR}/ipc.pc
-
- cp ${WORKDIR}/ipc.pc ${S}
-}
-
-do_install() {
- install -d ${D}${IPC_INSTALL_DIR_RECIPE}
- cp -pPrf ${S}/* ${D}${IPC_INSTALL_DIR_RECIPE}
-
- install -d ${D}/${libdir}/pkgconfig
- install ${S}/ipc.pc ${D}/${libdir}/pkgconfig/
-}
-
-FILES_${PN}-dev = "${libdir}/*"
-
-SRC_URI[ipcbin.md5sum] = "d2f7cc82310d555ca039dcd353bd94c5"
-SRC_URI[ipcbin.sha256sum] = "96df7835e920c7dabcd63d30ec8bc2aea7cd0c6197c9fb9ca0f8a9b681aa5396"
diff --git a/recipes-ti/ipc/ti-ipc_3.00.00.bb b/recipes-ti/ipc/ti-ipc_3.00.00.bb
deleted file mode 100644
index a6922c0..0000000
--- a/recipes-ti/ipc/ti-ipc_3.00.00.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-require ti-ipc.inc
-
-# For this version of IPC the PLATFORM value is lowercase -PLATFORM_keystone = "tci6638"
-
-# The following commit corresponds to 3.00.04.29 -SRCREV = "12794ea33870b782bffe1fe4398e86e93fb64396"
diff --git a/recipes-ti/ipc/ti-ipc_3.21.00.07.bb b/recipes-ti/ipc/ti-ipc_3.21.00.07.bb
deleted file mode 100644
index 17cdab0..0000000
--- a/recipes-ti/ipc/ti-ipc_3.21.00.07.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-require ti-ipc.inc
-
-# This commit corresponds to 3.21.00.07 -SRCREV = "c18fece0c9f0dc76361dc1ee11b7ee2417479847"
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc_git.bb similarity index 75% rename from recipes-ti/ipc/ti-ipc.inc rename to recipes-ti/ipc/ti-ipc_git.bb index 860f55f..af1973e 100644
--- a/recipes-ti/ipc/ti-ipc.inc
+++ b/recipes-ti/ipc/ti-ipc_git.bb
@@ -2,11 +2,22 @@ DESCRIPTION = "TI Inter Process Communication (IPC) Mechanisms (for Uni- and Mul HOMEPAGE="http://processors.wiki.ti.com/index.php/Category:IPC"
LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=f2518e421e230f06fe6d449718d02edc"
+LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=abd112f156e5eb9b0f3e202e48747f9a"
DEPENDS += "virtual/kernel"
-PR = "r1"
+PV = "3.30.00.06"
+
+# This is the first version of the 3.30.00.06 # PR = "r0"
+
+BRANCH = "ipc-next"
+SRC_URI = "git://git.ti.com/ipc/ipcdev.git;protocol=git;branch=${BRANCH} \
+ file://tiipclad-daemon.sh \
+ "
+SRCREV = "a0eea0e953a94a64c541e468e8f7a7244361a0fb"
+
+S = "${WORKDIR}/git"
PACKAGE_ARCH = "${MACHINE_ARCH}"
@@ -22,20 +33,13 @@ DAEMON_keystone = "lad_tci6638"
inherit autotools pkgconfig update-rc.d
-SRC_URI = "git://git.ti.com/ipc/ipcdev.git;protocol=git \
- file://0002-ipc-Added-installation-prefix-feature-to-products.ma.patch \
- file://tiipclad-daemon.sh \
- "
-
-S = "${WORKDIR}/git"
-
INITSCRIPT_NAME = "tiipclad-daemon.sh"
INITSCRIPT_PARAMS = "defaults 10"
-EXTRA_OEMAKE += "KERNEL_INSTALL_DIR=${STAGING_KERNEL_DIR} TOOLCHAIN_INSTALL_DIR=${TOOLCHAIN_PATH} TOOLCHAIN_LONGNAME=${TOOLCHAIN_SYS} PLATFORM=${PLATFORM} PREFIX=${prefix}"
+EXTRA_OECONF += "PLATFORM=${PLATFORM} KERNEL_INSTALL_DIR=${STAGING_KERNEL_DIR}"
do_configure() {
- oe_runmake -f ${S}/ipc-linux.mak config
+ oe_runconf
}
do_install_append() {
--
1.7.9.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [daisy][PATCH] ti-ipc: Upgraded to IPC 3.30.00.06_eng
2014-09-24 14:42 ` [daisy][PATCH] ti-ipc: Upgraded to IPC 3.30.00.06_eng Stiffler, Jacob
@ 2014-09-24 15:14 ` Karthik Ramanan
2014-09-24 15:48 ` Denys Dmytriyenko
0 siblings, 1 reply; 5+ messages in thread
From: Karthik Ramanan @ 2014-09-24 15:14 UTC (permalink / raw)
To: meta-ti
Two points:
* GA version 3.30.00.09 is available.
* It may not be applicable to this patch, but making an assumption about
every component being on the latest IPC and removing the older recipes
may not be a good idea.
Regards
Karthik
On 24-Sep-14 8:12 PM, Stiffler, Jacob wrote:
> ping
>
> -----Original Message-----
> From: Stiffler, Jacob
> Sent: Monday, September 15, 2014 8:30 AM
> To: meta-ti@yoctoproject.org
> Cc: Stiffler, Jacob
> Subject: [daisy][PATCH] ti-ipc: Upgraded to IPC 3.30.00.06_eng
>
> * Added new recipe for latest IPC
> * Removed older recipe versions
> * Latest recipe points to IPC 3.30.00.06_eng
>
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
> ...nstallation-prefix-feature-to-products.ma.patch | 38 ------------------
> recipes-ti/ipc/ti-ipc/ipc.pc | 8 ----
> recipes-ti/ipc/ti-ipc_1.24.00.16.bb | 41 --------------------
> recipes-ti/ipc/ti-ipc_3.00.00.bb | 7 ----
> recipes-ti/ipc/ti-ipc_3.21.00.07.bb | 4 --
> recipes-ti/ipc/{ti-ipc.inc => ti-ipc_git.bb} | 26 +++++++------
> 6 files changed, 15 insertions(+), 109 deletions(-) delete mode 100644 recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
> delete mode 100644 recipes-ti/ipc/ti-ipc/ipc.pc delete mode 100644 recipes-ti/ipc/ti-ipc_1.24.00.16.bb
> delete mode 100644 recipes-ti/ipc/ti-ipc_3.00.00.bb delete mode 100644 recipes-ti/ipc/ti-ipc_3.21.00.07.bb
> rename recipes-ti/ipc/{ti-ipc.inc => ti-ipc_git.bb} (75%)
>
> diff --git a/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch b/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
> deleted file mode 100644
> index 58d77c7..0000000
> --- a/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
> +++ /dev/null
> @@ -1,38 +0,0 @@
> -From 26d09063063593aec760151393226b96bc7ab9f8 Mon Sep 17 00:00:00 2001
> -From: Mrinmayee Hingolikar <mrinmayee@ti.com>
> -Date: Thu, 5 Sep 2013 17:01:15 +0530
> -Subject: [PATCH] ipc: Added installation prefix feature to products.mak
> -
> -Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
> ----
> - ipc-linux.mak | 1 +
> - products.mak | 1 +
> - 2 files changed, 2 insertions(+)
> -
> -diff --git a/ipc-linux.mak b/ipc-linux.mak -index 788a5a2..01579e4 100644
> ---- a/ipc-linux.mak
> -+++ b/ipc-linux.mak
> -@@ -38,6 +38,7 @@ include products.mak
> - config:
> - @echo "Configuring Linux Ipc ..."
> - ./configure --host=$(TOOLCHAIN_LONGNAME) \
> -+ --prefix=$(PREFIX) \
> - CC=$(TOOLCHAIN_PREFIX)gcc \
> - PLATFORM=$(PLATFORM) \
> - CMEM_INSTALL_DIR=$(CMEM_INSTALL_DIR) \
> -diff --git a/products.mak b/products.mak -index e418d2f..4578a1e 100644
> ---- a/products.mak
> -+++ b/products.mak
> -@@ -55,6 +55,7 @@ PLATFORM ?=
> - TOOLCHAIN_LONGNAME = arm-none-linux-gnueabi
> - TOOLCHAIN_INSTALL_DIR = $(DEPOT)/_your_arm_code_gen_install_
> - TOOLCHAIN_PREFIX = $(TOOLCHAIN_INSTALL_DIR)/bin/$(TOOLCHAIN_LONGNAME)-
> -+PREFIX = /usr/local
> -
> - # Optional: Path to Linux Kernel - needed to build the MmRpc user libraries
> - # (for devices that support it)
> ---
> -1.7.9.5
> -
> diff --git a/recipes-ti/ipc/ti-ipc/ipc.pc b/recipes-ti/ipc/ti-ipc/ipc.pc deleted file mode 100644 index 1a8c52d..0000000
> --- a/recipes-ti/ipc/ti-ipc/ipc.pc
> +++ /dev/null
> @@ -1,8 +0,0 @@
> -prefix=/../../ipc_@VERSION@
> -includedir=${prefix}/ti/ipc
> -
> -Name: TI IPC
> -Description: TI ARM-DSP IPC (Inter Processor Communication)
> -Version: @VERSION@
> -Requires:
> -Cflags: -I${includedir}
> diff --git a/recipes-ti/ipc/ti-ipc_1.24.00.16.bb b/recipes-ti/ipc/ti-ipc_1.24.00.16.bb
> deleted file mode 100644
> index 420d0f7..0000000
> --- a/recipes-ti/ipc/ti-ipc_1.24.00.16.bb
> +++ /dev/null
> @@ -1,41 +0,0 @@
> -DESCRIPTION = "TI Inter Process Ccommunication (IPC) Mechanisms (for Uni- and Multi- Processor Configurations)"
> -HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/index.html"
> -SECTION = "devel"
> -LICENSE = "BSD"
> -LIC_FILES_CHKSUM = "file://ipc_${PV}_manifest.html;md5=573f5a5c0448d28bf8db35f438244d7f"
> -
> -
> -require ../includes/ti-paths.inc
> -require ../includes/ti-staging.inc
> -require ../includes/ti-eula-unpack.inc
> -
> -PV = "1_24_00_16"
> -
> -S = "${WORKDIR}/ipc_${PV}"
> -
> -SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/${PV}/exports/ipc_setuplinux_${PV}.bin;name=ipcbin \
> - file://ipc.pc"
> -
> -DEPENDS = "ti-sysbios ti-cgt6x ti-xdctools"
> -
> -BINFILE="ipc_setuplinux_${PV}.bin"
> -TI_BIN_UNPK_CMDS="Y: q:workdir:Y"
> -
> -do_configure() {
> - sed -i -e s:@VERSION@:${PV}:g ${WORKDIR}/ipc.pc
> -
> - cp ${WORKDIR}/ipc.pc ${S}
> -}
> -
> -do_install() {
> - install -d ${D}${IPC_INSTALL_DIR_RECIPE}
> - cp -pPrf ${S}/* ${D}${IPC_INSTALL_DIR_RECIPE}
> -
> - install -d ${D}/${libdir}/pkgconfig
> - install ${S}/ipc.pc ${D}/${libdir}/pkgconfig/
> -}
> -
> -FILES_${PN}-dev = "${libdir}/*"
> -
> -SRC_URI[ipcbin.md5sum] = "d2f7cc82310d555ca039dcd353bd94c5"
> -SRC_URI[ipcbin.sha256sum] = "96df7835e920c7dabcd63d30ec8bc2aea7cd0c6197c9fb9ca0f8a9b681aa5396"
> diff --git a/recipes-ti/ipc/ti-ipc_3.00.00.bb b/recipes-ti/ipc/ti-ipc_3.00.00.bb
> deleted file mode 100644
> index a6922c0..0000000
> --- a/recipes-ti/ipc/ti-ipc_3.00.00.bb
> +++ /dev/null
> @@ -1,7 +0,0 @@
> -require ti-ipc.inc
> -
> -# For this version of IPC the PLATFORM value is lowercase -PLATFORM_keystone = "tci6638"
> -
> -# The following commit corresponds to 3.00.04.29 -SRCREV = "12794ea33870b782bffe1fe4398e86e93fb64396"
> diff --git a/recipes-ti/ipc/ti-ipc_3.21.00.07.bb b/recipes-ti/ipc/ti-ipc_3.21.00.07.bb
> deleted file mode 100644
> index 17cdab0..0000000
> --- a/recipes-ti/ipc/ti-ipc_3.21.00.07.bb
> +++ /dev/null
> @@ -1,4 +0,0 @@
> -require ti-ipc.inc
> -
> -# This commit corresponds to 3.21.00.07 -SRCREV = "c18fece0c9f0dc76361dc1ee11b7ee2417479847"
> diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc_git.bb similarity index 75% rename from recipes-ti/ipc/ti-ipc.inc rename to recipes-ti/ipc/ti-ipc_git.bb index 860f55f..af1973e 100644
> --- a/recipes-ti/ipc/ti-ipc.inc
> +++ b/recipes-ti/ipc/ti-ipc_git.bb
> @@ -2,11 +2,22 @@ DESCRIPTION = "TI Inter Process Communication (IPC) Mechanisms (for Uni- and Mul HOMEPAGE="http://processors.wiki.ti.com/index.php/Category:IPC"
>
> LICENSE = "BSD"
> -LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=f2518e421e230f06fe6d449718d02edc"
> +LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=abd112f156e5eb9b0f3e202e48747f9a"
>
> DEPENDS += "virtual/kernel"
>
> -PR = "r1"
> +PV = "3.30.00.06"
> +
> +# This is the first version of the 3.30.00.06 # PR = "r0"
> +
> +BRANCH = "ipc-next"
> +SRC_URI = "git://git.ti.com/ipc/ipcdev.git;protocol=git;branch=${BRANCH} \
> + file://tiipclad-daemon.sh \
> + "
> +SRCREV = "a0eea0e953a94a64c541e468e8f7a7244361a0fb"
> +
> +S = "${WORKDIR}/git"
>
> PACKAGE_ARCH = "${MACHINE_ARCH}"
>
> @@ -22,20 +33,13 @@ DAEMON_keystone = "lad_tci6638"
>
> inherit autotools pkgconfig update-rc.d
>
> -SRC_URI = "git://git.ti.com/ipc/ipcdev.git;protocol=git \
> - file://0002-ipc-Added-installation-prefix-feature-to-products.ma.patch \
> - file://tiipclad-daemon.sh \
> - "
> -
> -S = "${WORKDIR}/git"
> -
> INITSCRIPT_NAME = "tiipclad-daemon.sh"
> INITSCRIPT_PARAMS = "defaults 10"
>
> -EXTRA_OEMAKE += "KERNEL_INSTALL_DIR=${STAGING_KERNEL_DIR} TOOLCHAIN_INSTALL_DIR=${TOOLCHAIN_PATH} TOOLCHAIN_LONGNAME=${TOOLCHAIN_SYS} PLATFORM=${PLATFORM} PREFIX=${prefix}"
> +EXTRA_OECONF += "PLATFORM=${PLATFORM} KERNEL_INSTALL_DIR=${STAGING_KERNEL_DIR}"
>
> do_configure() {
> - oe_runmake -f ${S}/ipc-linux.mak config
> + oe_runconf
> }
>
> do_install_append() {
> --
> 1.7.9.5
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [daisy][PATCH] ti-ipc: Upgraded to IPC 3.30.00.06_eng
2014-09-24 15:14 ` Karthik Ramanan
@ 2014-09-24 15:48 ` Denys Dmytriyenko
2014-09-30 21:08 ` Denys Dmytriyenko
0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2014-09-24 15:48 UTC (permalink / raw)
To: Karthik Ramanan; +Cc: meta-ti
On Wed, Sep 24, 2014 at 08:44:41PM +0530, Karthik Ramanan wrote:
> Two points:
>
> * GA version 3.30.00.09 is available.
>
> * It may not be applicable to this patch, but making an assumption
> about every component being on the latest IPC and removing the older
> recipes may not be a good idea.
The second point would require a bigger discussion, but basically we'd like to
consolidate ipc versions at least in master for 3.14 kernel. For now we can
keep older specific versions in Dora and Dylan for GL and MC variants on 3.12
and 3.10 kernels...
> On 24-Sep-14 8:12 PM, Stiffler, Jacob wrote:
> >ping
> >
> >-----Original Message-----
> >From: Stiffler, Jacob
> >Sent: Monday, September 15, 2014 8:30 AM
> >To: meta-ti@yoctoproject.org
> >Cc: Stiffler, Jacob
> >Subject: [daisy][PATCH] ti-ipc: Upgraded to IPC 3.30.00.06_eng
> >
> >* Added new recipe for latest IPC
> >* Removed older recipe versions
> >* Latest recipe points to IPC 3.30.00.06_eng
> >
> >Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> >---
> > ...nstallation-prefix-feature-to-products.ma.patch | 38 ------------------
> > recipes-ti/ipc/ti-ipc/ipc.pc | 8 ----
> > recipes-ti/ipc/ti-ipc_1.24.00.16.bb | 41 --------------------
> > recipes-ti/ipc/ti-ipc_3.00.00.bb | 7 ----
> > recipes-ti/ipc/ti-ipc_3.21.00.07.bb | 4 --
> > recipes-ti/ipc/{ti-ipc.inc => ti-ipc_git.bb} | 26 +++++++------
> > 6 files changed, 15 insertions(+), 109 deletions(-) delete mode 100644 recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
> > delete mode 100644 recipes-ti/ipc/ti-ipc/ipc.pc delete mode 100644 recipes-ti/ipc/ti-ipc_1.24.00.16.bb
> > delete mode 100644 recipes-ti/ipc/ti-ipc_3.00.00.bb delete mode 100644 recipes-ti/ipc/ti-ipc_3.21.00.07.bb
> > rename recipes-ti/ipc/{ti-ipc.inc => ti-ipc_git.bb} (75%)
> >
> >diff --git a/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch b/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
> >deleted file mode 100644
> >index 58d77c7..0000000
> >--- a/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
> >+++ /dev/null
> >@@ -1,38 +0,0 @@
> >-From 26d09063063593aec760151393226b96bc7ab9f8 Mon Sep 17 00:00:00 2001
> >-From: Mrinmayee Hingolikar <mrinmayee@ti.com>
> >-Date: Thu, 5 Sep 2013 17:01:15 +0530
> >-Subject: [PATCH] ipc: Added installation prefix feature to products.mak
> >-
> >-Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
> >----
> >- ipc-linux.mak | 1 +
> >- products.mak | 1 +
> >- 2 files changed, 2 insertions(+)
> >-
> >-diff --git a/ipc-linux.mak b/ipc-linux.mak -index 788a5a2..01579e4 100644
> >---- a/ipc-linux.mak
> >-+++ b/ipc-linux.mak
> >-@@ -38,6 +38,7 @@ include products.mak
> >- config:
> >- @echo "Configuring Linux Ipc ..."
> >- ./configure --host=$(TOOLCHAIN_LONGNAME) \
> >-+ --prefix=$(PREFIX) \
> >- CC=$(TOOLCHAIN_PREFIX)gcc \
> >- PLATFORM=$(PLATFORM) \
> >- CMEM_INSTALL_DIR=$(CMEM_INSTALL_DIR) \
> >-diff --git a/products.mak b/products.mak -index e418d2f..4578a1e 100644
> >---- a/products.mak
> >-+++ b/products.mak
> >-@@ -55,6 +55,7 @@ PLATFORM ?=
> >- TOOLCHAIN_LONGNAME = arm-none-linux-gnueabi
> >- TOOLCHAIN_INSTALL_DIR = $(DEPOT)/_your_arm_code_gen_install_
> >- TOOLCHAIN_PREFIX = $(TOOLCHAIN_INSTALL_DIR)/bin/$(TOOLCHAIN_LONGNAME)-
> >-+PREFIX = /usr/local
> >-
> >- # Optional: Path to Linux Kernel - needed to build the MmRpc user libraries
> >- # (for devices that support it)
> >---
> >-1.7.9.5
> >-
> >diff --git a/recipes-ti/ipc/ti-ipc/ipc.pc b/recipes-ti/ipc/ti-ipc/ipc.pc deleted file mode 100644 index 1a8c52d..0000000
> >--- a/recipes-ti/ipc/ti-ipc/ipc.pc
> >+++ /dev/null
> >@@ -1,8 +0,0 @@
> >-prefix=/../../ipc_@VERSION@
> >-includedir=${prefix}/ti/ipc
> >-
> >-Name: TI IPC
> >-Description: TI ARM-DSP IPC (Inter Processor Communication)
> >-Version: @VERSION@
> >-Requires:
> >-Cflags: -I${includedir}
> >diff --git a/recipes-ti/ipc/ti-ipc_1.24.00.16.bb b/recipes-ti/ipc/ti-ipc_1.24.00.16.bb
> >deleted file mode 100644
> >index 420d0f7..0000000
> >--- a/recipes-ti/ipc/ti-ipc_1.24.00.16.bb
> >+++ /dev/null
> >@@ -1,41 +0,0 @@
> >-DESCRIPTION = "TI Inter Process Ccommunication (IPC) Mechanisms (for Uni- and Multi- Processor Configurations)"
> >-HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/index.html"
> >-SECTION = "devel"
> >-LICENSE = "BSD"
> >-LIC_FILES_CHKSUM = "file://ipc_${PV}_manifest.html;md5=573f5a5c0448d28bf8db35f438244d7f"
> >-
> >-
> >-require ../includes/ti-paths.inc
> >-require ../includes/ti-staging.inc
> >-require ../includes/ti-eula-unpack.inc
> >-
> >-PV = "1_24_00_16"
> >-
> >-S = "${WORKDIR}/ipc_${PV}"
> >-
> >-SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/${PV}/exports/ipc_setuplinux_${PV}.bin;name=ipcbin \
> >- file://ipc.pc"
> >-
> >-DEPENDS = "ti-sysbios ti-cgt6x ti-xdctools"
> >-
> >-BINFILE="ipc_setuplinux_${PV}.bin"
> >-TI_BIN_UNPK_CMDS="Y: q:workdir:Y"
> >-
> >-do_configure() {
> >- sed -i -e s:@VERSION@:${PV}:g ${WORKDIR}/ipc.pc
> >-
> >- cp ${WORKDIR}/ipc.pc ${S}
> >-}
> >-
> >-do_install() {
> >- install -d ${D}${IPC_INSTALL_DIR_RECIPE}
> >- cp -pPrf ${S}/* ${D}${IPC_INSTALL_DIR_RECIPE}
> >-
> >- install -d ${D}/${libdir}/pkgconfig
> >- install ${S}/ipc.pc ${D}/${libdir}/pkgconfig/
> >-}
> >-
> >-FILES_${PN}-dev = "${libdir}/*"
> >-
> >-SRC_URI[ipcbin.md5sum] = "d2f7cc82310d555ca039dcd353bd94c5"
> >-SRC_URI[ipcbin.sha256sum] = "96df7835e920c7dabcd63d30ec8bc2aea7cd0c6197c9fb9ca0f8a9b681aa5396"
> >diff --git a/recipes-ti/ipc/ti-ipc_3.00.00.bb b/recipes-ti/ipc/ti-ipc_3.00.00.bb
> >deleted file mode 100644
> >index a6922c0..0000000
> >--- a/recipes-ti/ipc/ti-ipc_3.00.00.bb
> >+++ /dev/null
> >@@ -1,7 +0,0 @@
> >-require ti-ipc.inc
> >-
> >-# For this version of IPC the PLATFORM value is lowercase -PLATFORM_keystone = "tci6638"
> >-
> >-# The following commit corresponds to 3.00.04.29 -SRCREV = "12794ea33870b782bffe1fe4398e86e93fb64396"
> >diff --git a/recipes-ti/ipc/ti-ipc_3.21.00.07.bb b/recipes-ti/ipc/ti-ipc_3.21.00.07.bb
> >deleted file mode 100644
> >index 17cdab0..0000000
> >--- a/recipes-ti/ipc/ti-ipc_3.21.00.07.bb
> >+++ /dev/null
> >@@ -1,4 +0,0 @@
> >-require ti-ipc.inc
> >-
> >-# This commit corresponds to 3.21.00.07 -SRCREV = "c18fece0c9f0dc76361dc1ee11b7ee2417479847"
> >diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc_git.bb similarity index 75% rename from recipes-ti/ipc/ti-ipc.inc rename to recipes-ti/ipc/ti-ipc_git.bb index 860f55f..af1973e 100644
> >--- a/recipes-ti/ipc/ti-ipc.inc
> >+++ b/recipes-ti/ipc/ti-ipc_git.bb
> >@@ -2,11 +2,22 @@ DESCRIPTION = "TI Inter Process Communication (IPC) Mechanisms (for Uni- and Mul HOMEPAGE="http://processors.wiki.ti.com/index.php/Category:IPC"
> >
> > LICENSE = "BSD"
> >-LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=f2518e421e230f06fe6d449718d02edc"
> >+LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=abd112f156e5eb9b0f3e202e48747f9a"
> >
> > DEPENDS += "virtual/kernel"
> >
> >-PR = "r1"
> >+PV = "3.30.00.06"
> >+
> >+# This is the first version of the 3.30.00.06 # PR = "r0"
> >+
> >+BRANCH = "ipc-next"
> >+SRC_URI = "git://git.ti.com/ipc/ipcdev.git;protocol=git;branch=${BRANCH} \
> >+ file://tiipclad-daemon.sh \
> >+ "
> >+SRCREV = "a0eea0e953a94a64c541e468e8f7a7244361a0fb"
> >+
> >+S = "${WORKDIR}/git"
> >
> > PACKAGE_ARCH = "${MACHINE_ARCH}"
> >
> >@@ -22,20 +33,13 @@ DAEMON_keystone = "lad_tci6638"
> >
> > inherit autotools pkgconfig update-rc.d
> >
> >-SRC_URI = "git://git.ti.com/ipc/ipcdev.git;protocol=git \
> >- file://0002-ipc-Added-installation-prefix-feature-to-products.ma.patch \
> >- file://tiipclad-daemon.sh \
> >- "
> >-
> >-S = "${WORKDIR}/git"
> >-
> > INITSCRIPT_NAME = "tiipclad-daemon.sh"
> > INITSCRIPT_PARAMS = "defaults 10"
> >
> >-EXTRA_OEMAKE += "KERNEL_INSTALL_DIR=${STAGING_KERNEL_DIR} TOOLCHAIN_INSTALL_DIR=${TOOLCHAIN_PATH} TOOLCHAIN_LONGNAME=${TOOLCHAIN_SYS} PLATFORM=${PLATFORM} PREFIX=${prefix}"
> >+EXTRA_OECONF += "PLATFORM=${PLATFORM} KERNEL_INSTALL_DIR=${STAGING_KERNEL_DIR}"
> >
> > do_configure() {
> >- oe_runmake -f ${S}/ipc-linux.mak config
> >+ oe_runconf
> > }
> >
> > do_install_append() {
> >--
> >1.7.9.5
> >
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [daisy][PATCH] ti-ipc: Upgraded to IPC 3.30.00.06_eng
2014-09-24 15:48 ` Denys Dmytriyenko
@ 2014-09-30 21:08 ` Denys Dmytriyenko
2014-10-01 12:55 ` Stiffler, Jacob
0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2014-09-30 21:08 UTC (permalink / raw)
To: Karthik Ramanan; +Cc: meta-ti
Jake,
Ping, will you be updating it to 3.30.00.09?
On Wed, Sep 24, 2014 at 11:48:52AM -0400, Denys Dmytriyenko wrote:
> On Wed, Sep 24, 2014 at 08:44:41PM +0530, Karthik Ramanan wrote:
> > Two points:
> >
> > * GA version 3.30.00.09 is available.
> >
> > * It may not be applicable to this patch, but making an assumption
> > about every component being on the latest IPC and removing the older
> > recipes may not be a good idea.
>
> The second point would require a bigger discussion, but basically we'd like to
> consolidate ipc versions at least in master for 3.14 kernel. For now we can
> keep older specific versions in Dora and Dylan for GL and MC variants on 3.12
> and 3.10 kernels...
>
>
> > On 24-Sep-14 8:12 PM, Stiffler, Jacob wrote:
> > >ping
> > >
> > >-----Original Message-----
> > >From: Stiffler, Jacob
> > >Sent: Monday, September 15, 2014 8:30 AM
> > >To: meta-ti@yoctoproject.org
> > >Cc: Stiffler, Jacob
> > >Subject: [daisy][PATCH] ti-ipc: Upgraded to IPC 3.30.00.06_eng
> > >
> > >* Added new recipe for latest IPC
> > >* Removed older recipe versions
> > >* Latest recipe points to IPC 3.30.00.06_eng
> > >
> > >Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> > >---
> > > ...nstallation-prefix-feature-to-products.ma.patch | 38 ------------------
> > > recipes-ti/ipc/ti-ipc/ipc.pc | 8 ----
> > > recipes-ti/ipc/ti-ipc_1.24.00.16.bb | 41 --------------------
> > > recipes-ti/ipc/ti-ipc_3.00.00.bb | 7 ----
> > > recipes-ti/ipc/ti-ipc_3.21.00.07.bb | 4 --
> > > recipes-ti/ipc/{ti-ipc.inc => ti-ipc_git.bb} | 26 +++++++------
> > > 6 files changed, 15 insertions(+), 109 deletions(-) delete mode 100644 recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
> > > delete mode 100644 recipes-ti/ipc/ti-ipc/ipc.pc delete mode 100644 recipes-ti/ipc/ti-ipc_1.24.00.16.bb
> > > delete mode 100644 recipes-ti/ipc/ti-ipc_3.00.00.bb delete mode 100644 recipes-ti/ipc/ti-ipc_3.21.00.07.bb
> > > rename recipes-ti/ipc/{ti-ipc.inc => ti-ipc_git.bb} (75%)
> > >
> > >diff --git a/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch b/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
> > >deleted file mode 100644
> > >index 58d77c7..0000000
> > >--- a/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
> > >+++ /dev/null
> > >@@ -1,38 +0,0 @@
> > >-From 26d09063063593aec760151393226b96bc7ab9f8 Mon Sep 17 00:00:00 2001
> > >-From: Mrinmayee Hingolikar <mrinmayee@ti.com>
> > >-Date: Thu, 5 Sep 2013 17:01:15 +0530
> > >-Subject: [PATCH] ipc: Added installation prefix feature to products.mak
> > >-
> > >-Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
> > >----
> > >- ipc-linux.mak | 1 +
> > >- products.mak | 1 +
> > >- 2 files changed, 2 insertions(+)
> > >-
> > >-diff --git a/ipc-linux.mak b/ipc-linux.mak -index 788a5a2..01579e4 100644
> > >---- a/ipc-linux.mak
> > >-+++ b/ipc-linux.mak
> > >-@@ -38,6 +38,7 @@ include products.mak
> > >- config:
> > >- @echo "Configuring Linux Ipc ..."
> > >- ./configure --host=$(TOOLCHAIN_LONGNAME) \
> > >-+ --prefix=$(PREFIX) \
> > >- CC=$(TOOLCHAIN_PREFIX)gcc \
> > >- PLATFORM=$(PLATFORM) \
> > >- CMEM_INSTALL_DIR=$(CMEM_INSTALL_DIR) \
> > >-diff --git a/products.mak b/products.mak -index e418d2f..4578a1e 100644
> > >---- a/products.mak
> > >-+++ b/products.mak
> > >-@@ -55,6 +55,7 @@ PLATFORM ?=
> > >- TOOLCHAIN_LONGNAME = arm-none-linux-gnueabi
> > >- TOOLCHAIN_INSTALL_DIR = $(DEPOT)/_your_arm_code_gen_install_
> > >- TOOLCHAIN_PREFIX = $(TOOLCHAIN_INSTALL_DIR)/bin/$(TOOLCHAIN_LONGNAME)-
> > >-+PREFIX = /usr/local
> > >-
> > >- # Optional: Path to Linux Kernel - needed to build the MmRpc user libraries
> > >- # (for devices that support it)
> > >---
> > >-1.7.9.5
> > >-
> > >diff --git a/recipes-ti/ipc/ti-ipc/ipc.pc b/recipes-ti/ipc/ti-ipc/ipc.pc deleted file mode 100644 index 1a8c52d..0000000
> > >--- a/recipes-ti/ipc/ti-ipc/ipc.pc
> > >+++ /dev/null
> > >@@ -1,8 +0,0 @@
> > >-prefix=/../../ipc_@VERSION@
> > >-includedir=${prefix}/ti/ipc
> > >-
> > >-Name: TI IPC
> > >-Description: TI ARM-DSP IPC (Inter Processor Communication)
> > >-Version: @VERSION@
> > >-Requires:
> > >-Cflags: -I${includedir}
> > >diff --git a/recipes-ti/ipc/ti-ipc_1.24.00.16.bb b/recipes-ti/ipc/ti-ipc_1.24.00.16.bb
> > >deleted file mode 100644
> > >index 420d0f7..0000000
> > >--- a/recipes-ti/ipc/ti-ipc_1.24.00.16.bb
> > >+++ /dev/null
> > >@@ -1,41 +0,0 @@
> > >-DESCRIPTION = "TI Inter Process Ccommunication (IPC) Mechanisms (for Uni- and Multi- Processor Configurations)"
> > >-HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/index.html"
> > >-SECTION = "devel"
> > >-LICENSE = "BSD"
> > >-LIC_FILES_CHKSUM = "file://ipc_${PV}_manifest.html;md5=573f5a5c0448d28bf8db35f438244d7f"
> > >-
> > >-
> > >-require ../includes/ti-paths.inc
> > >-require ../includes/ti-staging.inc
> > >-require ../includes/ti-eula-unpack.inc
> > >-
> > >-PV = "1_24_00_16"
> > >-
> > >-S = "${WORKDIR}/ipc_${PV}"
> > >-
> > >-SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/${PV}/exports/ipc_setuplinux_${PV}.bin;name=ipcbin \
> > >- file://ipc.pc"
> > >-
> > >-DEPENDS = "ti-sysbios ti-cgt6x ti-xdctools"
> > >-
> > >-BINFILE="ipc_setuplinux_${PV}.bin"
> > >-TI_BIN_UNPK_CMDS="Y: q:workdir:Y"
> > >-
> > >-do_configure() {
> > >- sed -i -e s:@VERSION@:${PV}:g ${WORKDIR}/ipc.pc
> > >-
> > >- cp ${WORKDIR}/ipc.pc ${S}
> > >-}
> > >-
> > >-do_install() {
> > >- install -d ${D}${IPC_INSTALL_DIR_RECIPE}
> > >- cp -pPrf ${S}/* ${D}${IPC_INSTALL_DIR_RECIPE}
> > >-
> > >- install -d ${D}/${libdir}/pkgconfig
> > >- install ${S}/ipc.pc ${D}/${libdir}/pkgconfig/
> > >-}
> > >-
> > >-FILES_${PN}-dev = "${libdir}/*"
> > >-
> > >-SRC_URI[ipcbin.md5sum] = "d2f7cc82310d555ca039dcd353bd94c5"
> > >-SRC_URI[ipcbin.sha256sum] = "96df7835e920c7dabcd63d30ec8bc2aea7cd0c6197c9fb9ca0f8a9b681aa5396"
> > >diff --git a/recipes-ti/ipc/ti-ipc_3.00.00.bb b/recipes-ti/ipc/ti-ipc_3.00.00.bb
> > >deleted file mode 100644
> > >index a6922c0..0000000
> > >--- a/recipes-ti/ipc/ti-ipc_3.00.00.bb
> > >+++ /dev/null
> > >@@ -1,7 +0,0 @@
> > >-require ti-ipc.inc
> > >-
> > >-# For this version of IPC the PLATFORM value is lowercase -PLATFORM_keystone = "tci6638"
> > >-
> > >-# The following commit corresponds to 3.00.04.29 -SRCREV = "12794ea33870b782bffe1fe4398e86e93fb64396"
> > >diff --git a/recipes-ti/ipc/ti-ipc_3.21.00.07.bb b/recipes-ti/ipc/ti-ipc_3.21.00.07.bb
> > >deleted file mode 100644
> > >index 17cdab0..0000000
> > >--- a/recipes-ti/ipc/ti-ipc_3.21.00.07.bb
> > >+++ /dev/null
> > >@@ -1,4 +0,0 @@
> > >-require ti-ipc.inc
> > >-
> > >-# This commit corresponds to 3.21.00.07 -SRCREV = "c18fece0c9f0dc76361dc1ee11b7ee2417479847"
> > >diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc_git.bb similarity index 75% rename from recipes-ti/ipc/ti-ipc.inc rename to recipes-ti/ipc/ti-ipc_git.bb index 860f55f..af1973e 100644
> > >--- a/recipes-ti/ipc/ti-ipc.inc
> > >+++ b/recipes-ti/ipc/ti-ipc_git.bb
> > >@@ -2,11 +2,22 @@ DESCRIPTION = "TI Inter Process Communication (IPC) Mechanisms (for Uni- and Mul HOMEPAGE="http://processors.wiki.ti.com/index.php/Category:IPC"
> > >
> > > LICENSE = "BSD"
> > >-LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=f2518e421e230f06fe6d449718d02edc"
> > >+LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=abd112f156e5eb9b0f3e202e48747f9a"
> > >
> > > DEPENDS += "virtual/kernel"
> > >
> > >-PR = "r1"
> > >+PV = "3.30.00.06"
> > >+
> > >+# This is the first version of the 3.30.00.06 # PR = "r0"
> > >+
> > >+BRANCH = "ipc-next"
> > >+SRC_URI = "git://git.ti.com/ipc/ipcdev.git;protocol=git;branch=${BRANCH} \
> > >+ file://tiipclad-daemon.sh \
> > >+ "
> > >+SRCREV = "a0eea0e953a94a64c541e468e8f7a7244361a0fb"
> > >+
> > >+S = "${WORKDIR}/git"
> > >
> > > PACKAGE_ARCH = "${MACHINE_ARCH}"
> > >
> > >@@ -22,20 +33,13 @@ DAEMON_keystone = "lad_tci6638"
> > >
> > > inherit autotools pkgconfig update-rc.d
> > >
> > >-SRC_URI = "git://git.ti.com/ipc/ipcdev.git;protocol=git \
> > >- file://0002-ipc-Added-installation-prefix-feature-to-products.ma.patch \
> > >- file://tiipclad-daemon.sh \
> > >- "
> > >-
> > >-S = "${WORKDIR}/git"
> > >-
> > > INITSCRIPT_NAME = "tiipclad-daemon.sh"
> > > INITSCRIPT_PARAMS = "defaults 10"
> > >
> > >-EXTRA_OEMAKE += "KERNEL_INSTALL_DIR=${STAGING_KERNEL_DIR} TOOLCHAIN_INSTALL_DIR=${TOOLCHAIN_PATH} TOOLCHAIN_LONGNAME=${TOOLCHAIN_SYS} PLATFORM=${PLATFORM} PREFIX=${prefix}"
> > >+EXTRA_OECONF += "PLATFORM=${PLATFORM} KERNEL_INSTALL_DIR=${STAGING_KERNEL_DIR}"
> > >
> > > do_configure() {
> > >- oe_runmake -f ${S}/ipc-linux.mak config
> > >+ oe_runconf
> > > }
> > >
> > > do_install_append() {
> > >--
> > >1.7.9.5
> > >
> >
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [daisy][PATCH] ti-ipc: Upgraded to IPC 3.30.00.06_eng
2014-09-30 21:08 ` Denys Dmytriyenko
@ 2014-10-01 12:55 ` Stiffler, Jacob
0 siblings, 0 replies; 5+ messages in thread
From: Stiffler, Jacob @ 2014-10-01 12:55 UTC (permalink / raw)
To: Dmytriyenko, Denys, R, Karthik; +Cc: meta-ti@yoctoproject.org
Yes, I will submit a v2 sometime today.
-----Original Message-----
From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-bounces@yoctoproject.org] On Behalf Of Dmytriyenko, Denys
Sent: Tuesday, September 30, 2014 5:08 PM
To: R, Karthik
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [daisy][PATCH] ti-ipc: Upgraded to IPC 3.30.00.06_eng
Jake,
Ping, will you be updating it to 3.30.00.09?
On Wed, Sep 24, 2014 at 11:48:52AM -0400, Denys Dmytriyenko wrote:
> On Wed, Sep 24, 2014 at 08:44:41PM +0530, Karthik Ramanan wrote:
> > Two points:
> >
> > * GA version 3.30.00.09 is available.
> >
> > * It may not be applicable to this patch, but making an assumption
> > about every component being on the latest IPC and removing the older
> > recipes may not be a good idea.
>
> The second point would require a bigger discussion, but basically we'd
> like to consolidate ipc versions at least in master for 3.14 kernel.
> For now we can keep older specific versions in Dora and Dylan for GL
> and MC variants on 3.12 and 3.10 kernels...
>
>
> > On 24-Sep-14 8:12 PM, Stiffler, Jacob wrote:
> > >ping
> > >
> > >-----Original Message-----
> > >From: Stiffler, Jacob
> > >Sent: Monday, September 15, 2014 8:30 AM
> > >To: meta-ti@yoctoproject.org
> > >Cc: Stiffler, Jacob
> > >Subject: [daisy][PATCH] ti-ipc: Upgraded to IPC 3.30.00.06_eng
> > >
> > >* Added new recipe for latest IPC
> > >* Removed older recipe versions
> > >* Latest recipe points to IPC 3.30.00.06_eng
> > >
> > >Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> > >---
> > > ...nstallation-prefix-feature-to-products.ma.patch | 38 ------------------
> > > recipes-ti/ipc/ti-ipc/ipc.pc | 8 ----
> > > recipes-ti/ipc/ti-ipc_1.24.00.16.bb | 41 --------------------
> > > recipes-ti/ipc/ti-ipc_3.00.00.bb | 7 ----
> > > recipes-ti/ipc/ti-ipc_3.21.00.07.bb | 4 --
> > > recipes-ti/ipc/{ti-ipc.inc => ti-ipc_git.bb} | 26 +++++++------
> > > 6 files changed, 15 insertions(+), 109 deletions(-) delete mode
> > >100644
> > >recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to
> > >-products.ma.patch
> > > delete mode 100644 recipes-ti/ipc/ti-ipc/ipc.pc delete mode
> > >100644 recipes-ti/ipc/ti-ipc_1.24.00.16.bb
> > > delete mode 100644 recipes-ti/ipc/ti-ipc_3.00.00.bb delete mode
> > >100644 recipes-ti/ipc/ti-ipc_3.21.00.07.bb
> > > rename recipes-ti/ipc/{ti-ipc.inc => ti-ipc_git.bb} (75%)
> > >
> > >diff --git
> > >a/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-
> > >to-products.ma.patch
> > >b/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-
> > >to-products.ma.patch
> > >deleted file mode 100644
> > >index 58d77c7..0000000
> > >---
> > >a/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-
> > >to-products.ma.patch
> > >+++ /dev/null
> > >@@ -1,38 +0,0 @@
> > >-From 26d09063063593aec760151393226b96bc7ab9f8 Mon Sep 17 00:00:00
> > >2001
> > >-From: Mrinmayee Hingolikar <mrinmayee@ti.com>
> > >-Date: Thu, 5 Sep 2013 17:01:15 +0530
> > >-Subject: [PATCH] ipc: Added installation prefix feature to
> > >products.mak
> > >-
> > >-Signed-off-by: Mrinmayee Hingolikar <mrinmayee@ti.com>
> > >----
> > >- ipc-linux.mak | 1 +
> > >- products.mak | 1 +
> > >- 2 files changed, 2 insertions(+)
> > >-
> > >-diff --git a/ipc-linux.mak b/ipc-linux.mak -index 788a5a2..01579e4
> > >100644
> > >---- a/ipc-linux.mak
> > >-+++ b/ipc-linux.mak
> > >-@@ -38,6 +38,7 @@ include products.mak
> > >- config:
> > >- @echo "Configuring Linux Ipc ..."
> > >- ./configure --host=$(TOOLCHAIN_LONGNAME) \
> > >-+ --prefix=$(PREFIX) \
> > >- CC=$(TOOLCHAIN_PREFIX)gcc \
> > >- PLATFORM=$(PLATFORM) \
> > >- CMEM_INSTALL_DIR=$(CMEM_INSTALL_DIR) \
> > >-diff --git a/products.mak b/products.mak -index e418d2f..4578a1e
> > >100644
> > >---- a/products.mak
> > >-+++ b/products.mak
> > >-@@ -55,6 +55,7 @@ PLATFORM ?=
> > >- TOOLCHAIN_LONGNAME = arm-none-linux-gnueabi
> > >- TOOLCHAIN_INSTALL_DIR = $(DEPOT)/_your_arm_code_gen_install_
> > >- TOOLCHAIN_PREFIX =
> > >$(TOOLCHAIN_INSTALL_DIR)/bin/$(TOOLCHAIN_LONGNAME)-
> > >-+PREFIX = /usr/local
> > >-
> > >- # Optional: Path to Linux Kernel - needed to build the MmRpc user
> > >libraries
> > >- # (for devices that support it)
> > >---
> > >-1.7.9.5
> > >-
> > >diff --git a/recipes-ti/ipc/ti-ipc/ipc.pc
> > >b/recipes-ti/ipc/ti-ipc/ipc.pc deleted file mode 100644 index
> > >1a8c52d..0000000
> > >--- a/recipes-ti/ipc/ti-ipc/ipc.pc
> > >+++ /dev/null
> > >@@ -1,8 +0,0 @@
> > >-prefix=/../../ipc_@VERSION@
> > >-includedir=${prefix}/ti/ipc
> > >-
> > >-Name: TI IPC
> > >-Description: TI ARM-DSP IPC (Inter Processor Communication)
> > >-Version: @VERSION@
> > >-Requires:
> > >-Cflags: -I${includedir}
> > >diff --git a/recipes-ti/ipc/ti-ipc_1.24.00.16.bb
> > >b/recipes-ti/ipc/ti-ipc_1.24.00.16.bb
> > >deleted file mode 100644
> > >index 420d0f7..0000000
> > >--- a/recipes-ti/ipc/ti-ipc_1.24.00.16.bb
> > >+++ /dev/null
> > >@@ -1,41 +0,0 @@
> > >-DESCRIPTION = "TI Inter Process Ccommunication (IPC) Mechanisms (for Uni- and Multi- Processor Configurations)"
> > >-HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/index.html"
> > >-SECTION = "devel"
> > >-LICENSE = "BSD"
> > >-LIC_FILES_CHKSUM = "file://ipc_${PV}_manifest.html;md5=573f5a5c0448d28bf8db35f438244d7f"
> > >-
> > >-
> > >-require ../includes/ti-paths.inc
> > >-require ../includes/ti-staging.inc -require
> > >../includes/ti-eula-unpack.inc
> > >-
> > >-PV = "1_24_00_16"
> > >-
> > >-S = "${WORKDIR}/ipc_${PV}"
> > >-
> > >-SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/${PV}/exports/ipc_setuplinux_${PV}.bin;name=ipcbin \
> > >- file://ipc.pc"
> > >-
> > >-DEPENDS = "ti-sysbios ti-cgt6x ti-xdctools"
> > >-
> > >-BINFILE="ipc_setuplinux_${PV}.bin"
> > >-TI_BIN_UNPK_CMDS="Y: q:workdir:Y"
> > >-
> > >-do_configure() {
> > >- sed -i -e s:@VERSION@:${PV}:g ${WORKDIR}/ipc.pc
> > >-
> > >- cp ${WORKDIR}/ipc.pc ${S}
> > >-}
> > >-
> > >-do_install() {
> > >- install -d ${D}${IPC_INSTALL_DIR_RECIPE}
> > >- cp -pPrf ${S}/* ${D}${IPC_INSTALL_DIR_RECIPE}
> > >-
> > >- install -d ${D}/${libdir}/pkgconfig
> > >- install ${S}/ipc.pc ${D}/${libdir}/pkgconfig/
> > >-}
> > >-
> > >-FILES_${PN}-dev = "${libdir}/*"
> > >-
> > >-SRC_URI[ipcbin.md5sum] = "d2f7cc82310d555ca039dcd353bd94c5"
> > >-SRC_URI[ipcbin.sha256sum] = "96df7835e920c7dabcd63d30ec8bc2aea7cd0c6197c9fb9ca0f8a9b681aa5396"
> > >diff --git a/recipes-ti/ipc/ti-ipc_3.00.00.bb
> > >b/recipes-ti/ipc/ti-ipc_3.00.00.bb
> > >deleted file mode 100644
> > >index a6922c0..0000000
> > >--- a/recipes-ti/ipc/ti-ipc_3.00.00.bb
> > >+++ /dev/null
> > >@@ -1,7 +0,0 @@
> > >-require ti-ipc.inc
> > >-
> > >-# For this version of IPC the PLATFORM value is lowercase -PLATFORM_keystone = "tci6638"
> > >-
> > >-# The following commit corresponds to 3.00.04.29 -SRCREV = "12794ea33870b782bffe1fe4398e86e93fb64396"
> > >diff --git a/recipes-ti/ipc/ti-ipc_3.21.00.07.bb
> > >b/recipes-ti/ipc/ti-ipc_3.21.00.07.bb
> > >deleted file mode 100644
> > >index 17cdab0..0000000
> > >--- a/recipes-ti/ipc/ti-ipc_3.21.00.07.bb
> > >+++ /dev/null
> > >@@ -1,4 +0,0 @@
> > >-require ti-ipc.inc
> > >-
> > >-# This commit corresponds to 3.21.00.07 -SRCREV = "c18fece0c9f0dc76361dc1ee11b7ee2417479847"
> > >diff --git a/recipes-ti/ipc/ti-ipc.inc
> > >b/recipes-ti/ipc/ti-ipc_git.bb similarity index 75% rename from
> > >recipes-ti/ipc/ti-ipc.inc rename to recipes-ti/ipc/ti-ipc_git.bb
> > >index 860f55f..af1973e 100644
> > >--- a/recipes-ti/ipc/ti-ipc.inc
> > >+++ b/recipes-ti/ipc/ti-ipc_git.bb
> > >@@ -2,11 +2,22 @@ DESCRIPTION = "TI Inter Process Communication (IPC) Mechanisms (for Uni- and Mul HOMEPAGE="http://processors.wiki.ti.com/index.php/Category:IPC"
> > >
> > > LICENSE = "BSD"
> > >-LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=f2518e421e230f06fe6d449718d02edc"
> > >+LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=abd112f156e5eb9b0f3e202e48747f9a"
> > >
> > > DEPENDS += "virtual/kernel"
> > >
> > >-PR = "r1"
> > >+PV = "3.30.00.06"
> > >+
> > >+# This is the first version of the 3.30.00.06 # PR = "r0"
> > >+
> > >+BRANCH = "ipc-next"
> > >+SRC_URI = "git://git.ti.com/ipc/ipcdev.git;protocol=git;branch=${BRANCH} \
> > >+ file://tiipclad-daemon.sh \
> > >+ "
> > >+SRCREV = "a0eea0e953a94a64c541e468e8f7a7244361a0fb"
> > >+
> > >+S = "${WORKDIR}/git"
> > >
> > > PACKAGE_ARCH = "${MACHINE_ARCH}"
> > >
> > >@@ -22,20 +33,13 @@ DAEMON_keystone = "lad_tci6638"
> > >
> > > inherit autotools pkgconfig update-rc.d
> > >
> > >-SRC_URI = "git://git.ti.com/ipc/ipcdev.git;protocol=git \
> > >- file://0002-ipc-Added-installation-prefix-feature-to-products.ma.patch \
> > >- file://tiipclad-daemon.sh \
> > >- "
> > >-
> > >-S = "${WORKDIR}/git"
> > >-
> > > INITSCRIPT_NAME = "tiipclad-daemon.sh"
> > > INITSCRIPT_PARAMS = "defaults 10"
> > >
> > >-EXTRA_OEMAKE += "KERNEL_INSTALL_DIR=${STAGING_KERNEL_DIR} TOOLCHAIN_INSTALL_DIR=${TOOLCHAIN_PATH} TOOLCHAIN_LONGNAME=${TOOLCHAIN_SYS} PLATFORM=${PLATFORM} PREFIX=${prefix}"
> > >+EXTRA_OECONF += "PLATFORM=${PLATFORM} KERNEL_INSTALL_DIR=${STAGING_KERNEL_DIR}"
> > >
> > > do_configure() {
> > >- oe_runmake -f ${S}/ipc-linux.mak config
> > >+ oe_runconf
> > > }
> > >
> > > do_install_append() {
> > >--
> > >1.7.9.5
> > >
> >
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
--
_______________________________________________
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-10-01 12:55 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1410784171-25486-1-git-send-email-j-stiffler@ti.com>
2014-09-24 14:42 ` [daisy][PATCH] ti-ipc: Upgraded to IPC 3.30.00.06_eng Stiffler, Jacob
2014-09-24 15:14 ` Karthik Ramanan
2014-09-24 15:48 ` Denys Dmytriyenko
2014-09-30 21:08 ` Denys Dmytriyenko
2014-10-01 12:55 ` Stiffler, Jacob
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.