All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ti-ipc-rtos: Remove M4F target for omap-a15
@ 2016-09-26 19:29 Sam Nelson
  2016-09-30 16:35 ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Sam Nelson @ 2016-09-26 19:29 UTC (permalink / raw)
  To: meta-ti

- M4F target is not needed for omap-a15
- This reduces build time for platform associated with omap-a15

Signed-off-by: Sam Nelson <sam.nelson@ti.com>
---
 recipes-ti/ipc/ti-ipc-rtos_git.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb b/recipes-ti/ipc/ti-ipc-rtos_git.bb
index 5b26436..c377b7b 100644
--- a/recipes-ti/ipc/ti-ipc-rtos_git.bb
+++ b/recipes-ti/ipc/ti-ipc-rtos_git.bb
@@ -35,7 +35,7 @@ SRCREV_ipc-metadata = "b6dd82a450d75b9483a7cc9b619a30cf3cc25ae6"
 S_ipc-examples = "${WORKDIR}/git/ipc-examples"
 S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
 
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
 
 DEPENDS = "ti-xdctools ti-sysbios doxygen-native zip-native"
 DEPENDS_append_keystone = " ti-cgt6x-native \
@@ -61,7 +61,6 @@ IPC_TARGETS_omap-a15 = "\
     ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
     ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
     ti.targets.arm.elf.M4="${M4_TOOLCHAIN_INSTALL_DIR}" \
-    ti.targets.arm.elf.M4F="${M4_TOOLCHAIN_INSTALL_DIR}" \
 "
 
 IPC_TARGETS_keystone = " \
-- 
1.9.1



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

* Re: [PATCH] ti-ipc-rtos: Remove M4F target for omap-a15
  2016-09-26 19:29 [PATCH] ti-ipc-rtos: Remove M4F target for omap-a15 Sam Nelson
@ 2016-09-30 16:35 ` Denys Dmytriyenko
  2016-10-03 16:20   ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2016-09-30 16:35 UTC (permalink / raw)
  To: Sam Nelson; +Cc: meta-ti

Sam,

This doesn't apply - can you please rebase?

-- 
Denys


On Mon, Sep 26, 2016 at 03:29:08PM -0400, Sam Nelson wrote:
> - M4F target is not needed for omap-a15
> - This reduces build time for platform associated with omap-a15
> 
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> ---
>  recipes-ti/ipc/ti-ipc-rtos_git.bb | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb b/recipes-ti/ipc/ti-ipc-rtos_git.bb
> index 5b26436..c377b7b 100644
> --- a/recipes-ti/ipc/ti-ipc-rtos_git.bb
> +++ b/recipes-ti/ipc/ti-ipc-rtos_git.bb
> @@ -35,7 +35,7 @@ SRCREV_ipc-metadata = "b6dd82a450d75b9483a7cc9b619a30cf3cc25ae6"
>  S_ipc-examples = "${WORKDIR}/git/ipc-examples"
>  S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
>  
> -PR = "${INC_PR}.1"
> +PR = "${INC_PR}.2"
>  
>  DEPENDS = "ti-xdctools ti-sysbios doxygen-native zip-native"
>  DEPENDS_append_keystone = " ti-cgt6x-native \
> @@ -61,7 +61,6 @@ IPC_TARGETS_omap-a15 = "\
>      ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
>      ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
>      ti.targets.arm.elf.M4="${M4_TOOLCHAIN_INSTALL_DIR}" \
> -    ti.targets.arm.elf.M4F="${M4_TOOLCHAIN_INSTALL_DIR}" \
>  "
>  
>  IPC_TARGETS_keystone = " \
> -- 
> 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-rtos: Remove M4F target for omap-a15
  2016-09-30 16:35 ` Denys Dmytriyenko
@ 2016-10-03 16:20   ` Denys Dmytriyenko
  2016-10-05 18:37     ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2016-10-03 16:20 UTC (permalink / raw)
  To: Sam Nelson; +Cc: meta-ti

Ping

On Fri, Sep 30, 2016 at 12:35:21PM -0400, Denys Dmytriyenko wrote:
> Sam,
> 
> This doesn't apply - can you please rebase?
> 
> -- 
> Denys
> 
> 
> On Mon, Sep 26, 2016 at 03:29:08PM -0400, Sam Nelson wrote:
> > - M4F target is not needed for omap-a15
> > - This reduces build time for platform associated with omap-a15
> > 
> > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > ---
> >  recipes-ti/ipc/ti-ipc-rtos_git.bb | 3 +--
> >  1 file changed, 1 insertion(+), 2 deletions(-)
> > 
> > diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb b/recipes-ti/ipc/ti-ipc-rtos_git.bb
> > index 5b26436..c377b7b 100644
> > --- a/recipes-ti/ipc/ti-ipc-rtos_git.bb
> > +++ b/recipes-ti/ipc/ti-ipc-rtos_git.bb
> > @@ -35,7 +35,7 @@ SRCREV_ipc-metadata = "b6dd82a450d75b9483a7cc9b619a30cf3cc25ae6"
> >  S_ipc-examples = "${WORKDIR}/git/ipc-examples"
> >  S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
> >  
> > -PR = "${INC_PR}.1"
> > +PR = "${INC_PR}.2"
> >  
> >  DEPENDS = "ti-xdctools ti-sysbios doxygen-native zip-native"
> >  DEPENDS_append_keystone = " ti-cgt6x-native \
> > @@ -61,7 +61,6 @@ IPC_TARGETS_omap-a15 = "\
> >      ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
> >      ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
> >      ti.targets.arm.elf.M4="${M4_TOOLCHAIN_INSTALL_DIR}" \
> > -    ti.targets.arm.elf.M4F="${M4_TOOLCHAIN_INSTALL_DIR}" \
> >  "
> >  
> >  IPC_TARGETS_keystone = " \
> > -- 
> > 1.9.1
> > 
> > -- 
> > _______________________________________________
> > 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] 4+ messages in thread

* Re: [PATCH] ti-ipc-rtos: Remove M4F target for omap-a15
  2016-10-03 16:20   ` Denys Dmytriyenko
@ 2016-10-05 18:37     ` Denys Dmytriyenko
  0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2016-10-05 18:37 UTC (permalink / raw)
  To: Sam Nelson; +Cc: meta-ti

Never mind - massaged it in. Next time please don't forget to rebase.


On Mon, Oct 03, 2016 at 12:20:03PM -0400, Denys Dmytriyenko wrote:
> Ping
> 
> On Fri, Sep 30, 2016 at 12:35:21PM -0400, Denys Dmytriyenko wrote:
> > Sam,
> > 
> > This doesn't apply - can you please rebase?
> > 
> > -- 
> > Denys
> > 
> > 
> > On Mon, Sep 26, 2016 at 03:29:08PM -0400, Sam Nelson wrote:
> > > - M4F target is not needed for omap-a15
> > > - This reduces build time for platform associated with omap-a15
> > > 
> > > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > > ---
> > >  recipes-ti/ipc/ti-ipc-rtos_git.bb | 3 +--
> > >  1 file changed, 1 insertion(+), 2 deletions(-)
> > > 
> > > diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb b/recipes-ti/ipc/ti-ipc-rtos_git.bb
> > > index 5b26436..c377b7b 100644
> > > --- a/recipes-ti/ipc/ti-ipc-rtos_git.bb
> > > +++ b/recipes-ti/ipc/ti-ipc-rtos_git.bb
> > > @@ -35,7 +35,7 @@ SRCREV_ipc-metadata = "b6dd82a450d75b9483a7cc9b619a30cf3cc25ae6"
> > >  S_ipc-examples = "${WORKDIR}/git/ipc-examples"
> > >  S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
> > >  
> > > -PR = "${INC_PR}.1"
> > > +PR = "${INC_PR}.2"
> > >  
> > >  DEPENDS = "ti-xdctools ti-sysbios doxygen-native zip-native"
> > >  DEPENDS_append_keystone = " ti-cgt6x-native \
> > > @@ -61,7 +61,6 @@ IPC_TARGETS_omap-a15 = "\
> > >      ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
> > >      ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
> > >      ti.targets.arm.elf.M4="${M4_TOOLCHAIN_INSTALL_DIR}" \
> > > -    ti.targets.arm.elf.M4F="${M4_TOOLCHAIN_INSTALL_DIR}" \
> > >  "
> > >  
> > >  IPC_TARGETS_keystone = " \
> > > -- 
> > > 1.9.1
> > > 
> > > -- 
> > > _______________________________________________
> > > 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] 4+ messages in thread

end of thread, other threads:[~2016-10-05 18:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-26 19:29 [PATCH] ti-ipc-rtos: Remove M4F target for omap-a15 Sam Nelson
2016-09-30 16:35 ` Denys Dmytriyenko
2016-10-03 16:20   ` Denys Dmytriyenko
2016-10-05 18:37     ` 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.