All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ti-ipc: Update to GA version IPC 3.42
@ 2016-03-02  3:58 Sam Nelson
  2016-03-02 15:12 ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Sam Nelson @ 2016-03-02  3:58 UTC (permalink / raw)
  To: meta-ti

Updated to GA version and commit for IPC 3.42
Added platform name for 6678
Added additional platform for K2HK

Signed-off-by: Sam Nelson <sam.nelson@ti.com>
---
 recipes-ti/ipc/ti-ipc.inc | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc
index a7e1ed9..4620416 100644
--- a/recipes-ti/ipc/ti-ipc.inc
+++ b/recipes-ti/ipc/ti-ipc.inc
@@ -6,18 +6,18 @@ LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9
 
 TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git"
 TI_IPC_GIT_PROTOCOL = "git"
-TI_IPC_GIT_BRANCH = "ipc-next"
+TI_IPC_GIT_BRANCH = "3.42"
 
-#Corresponds to 3.42.00.00_eng
-TI_IPC_SRCREV = "2b47e35ed72170e4e56906fb9ab93dd9ef385a38"
+#Corresponds to 3.42.00.02
+TI_IPC_SRCREV = "a520969994378fb2629d7dfc25f306c3a711b5bc"
 
 BRANCH = "${TI_IPC_GIT_BRANCH}"
 SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH}"
 SRCREV = "${TI_IPC_SRCREV}"
 
 S = "${WORKDIR}/git"
-PV = "3.42.00.00"
-INC_PR = "r1"
+PV = "3.42.00.02"
+INC_PR = "r0"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
@@ -28,3 +28,6 @@ PLATFORM_k2hk-evm = "TCI6638"
 PLATFORM_k2l-evm = "TCI6630"
 PLATFORM_k2e-evm = "66AK2E"
 PLATFORM_k2g-evm = "66AK2G"
+PLATFORM_c667x-evm = "C6678"
+
+ALT_PLATFORM_k2hk-evm = "TCI6636"
-- 
1.9.1



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

* Re: [PATCH] ti-ipc: Update to GA version IPC 3.42
  2016-03-02  3:58 [PATCH] ti-ipc: Update to GA version IPC 3.42 Sam Nelson
@ 2016-03-02 15:12 ` Denys Dmytriyenko
  2016-03-02 16:51   ` Nelson, Sam
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2016-03-02 15:12 UTC (permalink / raw)
  To: Sam Nelson; +Cc: meta-ti

On Tue, Mar 01, 2016 at 10:58:39PM -0500, Sam Nelson wrote:
> Updated to GA version and commit for IPC 3.42
> Added platform name for 6678
> Added additional platform for K2HK
> 
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> ---
>  recipes-ti/ipc/ti-ipc.inc | 13 ++++++++-----
>  1 file changed, 8 insertions(+), 5 deletions(-)
> 
> diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc
> index a7e1ed9..4620416 100644
> --- a/recipes-ti/ipc/ti-ipc.inc
> +++ b/recipes-ti/ipc/ti-ipc.inc
> @@ -6,18 +6,18 @@ LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9
>  
>  TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git"
>  TI_IPC_GIT_PROTOCOL = "git"
> -TI_IPC_GIT_BRANCH = "ipc-next"
> +TI_IPC_GIT_BRANCH = "3.42"
>  
> -#Corresponds to 3.42.00.00_eng
> -TI_IPC_SRCREV = "2b47e35ed72170e4e56906fb9ab93dd9ef385a38"
> +#Corresponds to 3.42.00.02
> +TI_IPC_SRCREV = "a520969994378fb2629d7dfc25f306c3a711b5bc"
>  
>  BRANCH = "${TI_IPC_GIT_BRANCH}"
>  SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH}"
>  SRCREV = "${TI_IPC_SRCREV}"
>  
>  S = "${WORKDIR}/git"
> -PV = "3.42.00.00"
> -INC_PR = "r1"
> +PV = "3.42.00.02"
> +INC_PR = "r0"
>  
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
>  
> @@ -28,3 +28,6 @@ PLATFORM_k2hk-evm = "TCI6638"
>  PLATFORM_k2l-evm = "TCI6630"
>  PLATFORM_k2e-evm = "66AK2E"
>  PLATFORM_k2g-evm = "66AK2G"
> +PLATFORM_c667x-evm = "C6678"

There's no c667x-evm in meta-ti.


> +ALT_PLATFORM_k2hk-evm = "TCI6636"
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> 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: Update to GA version IPC 3.42
  2016-03-02 15:12 ` Denys Dmytriyenko
@ 2016-03-02 16:51   ` Nelson, Sam
  2016-03-02 17:40     ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Nelson, Sam @ 2016-03-02 16:51 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org



> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Wednesday, March 02, 2016 10:12 AM
> To: Nelson, Sam
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH] ti-ipc: Update to GA version IPC 3.42
> 
> On Tue, Mar 01, 2016 at 10:58:39PM -0500, Sam Nelson wrote:
> > Updated to GA version and commit for IPC 3.42 Added platform name for
> > 6678 Added additional platform for K2HK
> >
> > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > ---
> >  recipes-ti/ipc/ti-ipc.inc | 13 ++++++++-----
> >  1 file changed, 8 insertions(+), 5 deletions(-)
> >
> > diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc
> > index a7e1ed9..4620416 100644
> > --- a/recipes-ti/ipc/ti-ipc.inc
> > +++ b/recipes-ti/ipc/ti-ipc.inc
> > @@ -6,18 +6,18 @@ LIC_FILES_CHKSUM =
> > "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9
> >
> >  TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git"
> >  TI_IPC_GIT_PROTOCOL = "git"
> > -TI_IPC_GIT_BRANCH = "ipc-next"
> > +TI_IPC_GIT_BRANCH = "3.42"
> >
> > -#Corresponds to 3.42.00.00_eng
> > -TI_IPC_SRCREV = "2b47e35ed72170e4e56906fb9ab93dd9ef385a38"
> > +#Corresponds to 3.42.00.02
> > +TI_IPC_SRCREV = "a520969994378fb2629d7dfc25f306c3a711b5bc"
> >
> >  BRANCH = "${TI_IPC_GIT_BRANCH}"
> >  SRC_URI =
> "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH}"
> >  SRCREV = "${TI_IPC_SRCREV}"
> >
> >  S = "${WORKDIR}/git"
> > -PV = "3.42.00.00"
> > -INC_PR = "r1"
> > +PV = "3.42.00.02"
> > +INC_PR = "r0"
> >
> >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> >
> > @@ -28,3 +28,6 @@ PLATFORM_k2hk-evm = "TCI6638"
> >  PLATFORM_k2l-evm = "TCI6630"
> >  PLATFORM_k2e-evm = "66AK2E"
> >  PLATFORM_k2g-evm = "66AK2G"
> > +PLATFORM_c667x-evm = "C6678"
> 
> There's no c667x-evm in meta-ti.

Sorry I  did not realize c667x is not added yet.  Given that that will be coming soon, when we upstream recipes from processor-sdk rtos, can we leave this in there?
Or do you want me to remove it.
> 
> 
> > +ALT_PLATFORM_k2hk-evm = "TCI6636"
> > --
> > 1.9.1
> >
> > --
> > _______________________________________________
> > 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: Update to GA version IPC 3.42
  2016-03-02 16:51   ` Nelson, Sam
@ 2016-03-02 17:40     ` Denys Dmytriyenko
  0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2016-03-02 17:40 UTC (permalink / raw)
  To: Nelson, Sam; +Cc: meta-ti@yoctoproject.org

On Wed, Mar 02, 2016 at 11:51:17AM -0500, Nelson, Sam wrote:
> 
> 
> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Wednesday, March 02, 2016 10:12 AM
> > To: Nelson, Sam
> > Cc: meta-ti@yoctoproject.org
> > Subject: Re: [meta-ti] [PATCH] ti-ipc: Update to GA version IPC 3.42
> > 
> > On Tue, Mar 01, 2016 at 10:58:39PM -0500, Sam Nelson wrote:
> > > Updated to GA version and commit for IPC 3.42 Added platform name for
> > > 6678 Added additional platform for K2HK
> > >
> > > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > > ---
> > >  recipes-ti/ipc/ti-ipc.inc | 13 ++++++++-----
> > >  1 file changed, 8 insertions(+), 5 deletions(-)
> > >
> > > diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc
> > > index a7e1ed9..4620416 100644
> > > --- a/recipes-ti/ipc/ti-ipc.inc
> > > +++ b/recipes-ti/ipc/ti-ipc.inc
> > > @@ -6,18 +6,18 @@ LIC_FILES_CHKSUM =
> > > "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9
> > >
> > >  TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git"
> > >  TI_IPC_GIT_PROTOCOL = "git"
> > > -TI_IPC_GIT_BRANCH = "ipc-next"
> > > +TI_IPC_GIT_BRANCH = "3.42"
> > >
> > > -#Corresponds to 3.42.00.00_eng
> > > -TI_IPC_SRCREV = "2b47e35ed72170e4e56906fb9ab93dd9ef385a38"
> > > +#Corresponds to 3.42.00.02
> > > +TI_IPC_SRCREV = "a520969994378fb2629d7dfc25f306c3a711b5bc"
> > >
> > >  BRANCH = "${TI_IPC_GIT_BRANCH}"
> > >  SRC_URI =
> > "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH}"
> > >  SRCREV = "${TI_IPC_SRCREV}"
> > >
> > >  S = "${WORKDIR}/git"
> > > -PV = "3.42.00.00"
> > > -INC_PR = "r1"
> > > +PV = "3.42.00.02"
> > > +INC_PR = "r0"
> > >
> > >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> > >
> > > @@ -28,3 +28,6 @@ PLATFORM_k2hk-evm = "TCI6638"
> > >  PLATFORM_k2l-evm = "TCI6630"
> > >  PLATFORM_k2e-evm = "66AK2E"
> > >  PLATFORM_k2g-evm = "66AK2G"
> > > +PLATFORM_c667x-evm = "C6678"
> > 
> > There's no c667x-evm in meta-ti.
> 
> Sorry I did not realize c667x is not added yet.  Given that that will be 
> coming soon, when we upstream recipes from processor-sdk rtos, can we leave 
> this in there?
> Or do you want me to remove it.

Let's remove it here for now - it may take time to upstream those machines...

> > > +ALT_PLATFORM_k2hk-evm = "TCI6636"
> > > --
> > > 1.9.1
> > >
> > > --
> > > _______________________________________________
> > > 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:[~2016-03-02 17:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-02  3:58 [PATCH] ti-ipc: Update to GA version IPC 3.42 Sam Nelson
2016-03-02 15:12 ` Denys Dmytriyenko
2016-03-02 16:51   ` Nelson, Sam
2016-03-02 17:40     ` Denys Dmytriyenko

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.