All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] ti-ipc: Update to new patch release 3.44.01.01
@ 2016-12-17  3:00 Sam Nelson
  2016-12-19 23:24 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Sam Nelson @ 2016-12-17  3:00 UTC (permalink / raw)
  To: meta-ti

-Enables parallel build when rtos build invokes xdc to reduce build time

Signed-off-by: Sam Nelson <sam.nelson@ti.com>

---
Added missed patch to enable parallel build
---
---
 recipes-ti/ipc/ti-ipc-common.inc |  4 ++--
 recipes-ti/ipc/ti-ipc-rtos.inc   | 11 ++++++-----
 recipes-ti/ipc/ti-ipc.inc        |  6 +++---
 3 files changed, 11 insertions(+), 10 deletions(-)

diff --git a/recipes-ti/ipc/ti-ipc-common.inc b/recipes-ti/ipc/ti-ipc-common.inc
index ddb48bc..8a2aa0a 100644
--- a/recipes-ti/ipc/ti-ipc-common.inc
+++ b/recipes-ti/ipc/ti-ipc-common.inc
@@ -1,5 +1,5 @@
-PV = "3.44.00.00"
-INC_PR = "r2"
+PV = "3.44.01.01"
+INC_PR = "r0"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc
index e1abf36..1c509b0 100644
--- a/recipes-ti/ipc/ti-ipc-rtos.inc
+++ b/recipes-ti/ipc/ti-ipc-rtos.inc
@@ -25,16 +25,16 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\
 branch=${TI_IPC_METADATA_GIT_BRANCH};\
 name=${TI_IPC_METADATA_NAME}"
 
-# Corresponds to tag: 3.44.00.00C
-SRCREV_ipc-examples = "1b73bc32c5bdd869b5121f86859afb122d286acc"
+# Corresponds to tag: 3.44.01.01
+SRCREV_ipc-examples = "b19a3b7a003aa3304a12599a498d9b3a24f20c6e"
 
-# Corresponds to tag: 3.44.00.00
-SRCREV_ipc-metadata = "07a745d47ecd7b4b64860e7c5d0fbe4e89524f2e"
+# Corresponds to tag: 3.44.01.01
+SRCREV_ipc-metadata = "a21264bdbb1b64d41bbcb4e6bb17d2c1d4ccb839"
 
 S_ipc-examples = "${WORKDIR}/git/ipc-examples"
 S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
 
-PR = "${INC_PR}.4"
+PR = "${INC_PR}.0"
 
 DEPENDS_append_keystone = " ti-cgt6x-native \
                             gcc-arm-none-eabi-native \
@@ -62,4 +62,5 @@ EXTRA_OEMAKE = "\
     XDC_INSTALL_DIR="${XDC_INSTALL_DIR}" \
     BIOS_INSTALL_DIR="${SYSBIOS_INSTALL_DIR}" \
     ${IPC_TARGETS} \
+    JOBS="--jobs=${BB_NUMBER_THREADS}" \
 "
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc
index 2d38367..3ac8bf5 100644
--- a/recipes-ti/ipc/ti-ipc.inc
+++ b/recipes-ti/ipc/ti-ipc.inc
@@ -6,10 +6,10 @@ 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 = "3.44"
+TI_IPC_GIT_BRANCH = "ipc-3.44-next"
 
-#Corresponds to 3.44.00.00
-TI_IPC_SRCREV = "a1852fc8b254ed207bd1c1c88f5b362c9b6cc454"
+#Corresponds to 3.44.01.01
+TI_IPC_SRCREV = "cff640a4c7e083f78116266ef681cec49d9b584b"
 
 BRANCH = "${TI_IPC_GIT_BRANCH}"
 SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev"
-- 
1.9.1



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

* Re: [PATCH v2] ti-ipc: Update to new patch release 3.44.01.01
  2016-12-17  3:00 [PATCH v2] ti-ipc: Update to new patch release 3.44.01.01 Sam Nelson
@ 2016-12-19 23:24 ` Denys Dmytriyenko
  2016-12-20 21:28   ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2016-12-19 23:24 UTC (permalink / raw)
  To: Sam Nelson; +Cc: meta-ti

On Fri, Dec 16, 2016 at 10:00:53PM -0500, Sam Nelson wrote:
> -Enables parallel build when rtos build invokes xdc to reduce build time

Thanks! That's a very welcome change!


> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> 
> ---
> Added missed patch to enable parallel build
> ---
> ---
>  recipes-ti/ipc/ti-ipc-common.inc |  4 ++--
>  recipes-ti/ipc/ti-ipc-rtos.inc   | 11 ++++++-----
>  recipes-ti/ipc/ti-ipc.inc        |  6 +++---
>  3 files changed, 11 insertions(+), 10 deletions(-)
> 
> diff --git a/recipes-ti/ipc/ti-ipc-common.inc b/recipes-ti/ipc/ti-ipc-common.inc
> index ddb48bc..8a2aa0a 100644
> --- a/recipes-ti/ipc/ti-ipc-common.inc
> +++ b/recipes-ti/ipc/ti-ipc-common.inc
> @@ -1,5 +1,5 @@
> -PV = "3.44.00.00"
> -INC_PR = "r2"
> +PV = "3.44.01.01"
> +INC_PR = "r0"
>  
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
>  
> diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc
> index e1abf36..1c509b0 100644
> --- a/recipes-ti/ipc/ti-ipc-rtos.inc
> +++ b/recipes-ti/ipc/ti-ipc-rtos.inc
> @@ -25,16 +25,16 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\
>  branch=${TI_IPC_METADATA_GIT_BRANCH};\
>  name=${TI_IPC_METADATA_NAME}"
>  
> -# Corresponds to tag: 3.44.00.00C
> -SRCREV_ipc-examples = "1b73bc32c5bdd869b5121f86859afb122d286acc"
> +# Corresponds to tag: 3.44.01.01
> +SRCREV_ipc-examples = "b19a3b7a003aa3304a12599a498d9b3a24f20c6e"
>  
> -# Corresponds to tag: 3.44.00.00
> -SRCREV_ipc-metadata = "07a745d47ecd7b4b64860e7c5d0fbe4e89524f2e"
> +# Corresponds to tag: 3.44.01.01
> +SRCREV_ipc-metadata = "a21264bdbb1b64d41bbcb4e6bb17d2c1d4ccb839"
>  
>  S_ipc-examples = "${WORKDIR}/git/ipc-examples"
>  S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
>  
> -PR = "${INC_PR}.4"
> +PR = "${INC_PR}.0"
>  
>  DEPENDS_append_keystone = " ti-cgt6x-native \
>                              gcc-arm-none-eabi-native \
> @@ -62,4 +62,5 @@ EXTRA_OEMAKE = "\
>      XDC_INSTALL_DIR="${XDC_INSTALL_DIR}" \
>      BIOS_INSTALL_DIR="${SYSBIOS_INSTALL_DIR}" \
>      ${IPC_TARGETS} \
> +    JOBS="--jobs=${BB_NUMBER_THREADS}" \
>  "
> diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc
> index 2d38367..3ac8bf5 100644
> --- a/recipes-ti/ipc/ti-ipc.inc
> +++ b/recipes-ti/ipc/ti-ipc.inc
> @@ -6,10 +6,10 @@ 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 = "3.44"
> +TI_IPC_GIT_BRANCH = "ipc-3.44-next"
>  
> -#Corresponds to 3.44.00.00
> -TI_IPC_SRCREV = "a1852fc8b254ed207bd1c1c88f5b362c9b6cc454"
> +#Corresponds to 3.44.01.01
> +TI_IPC_SRCREV = "cff640a4c7e083f78116266ef681cec49d9b584b"
>  
>  BRANCH = "${TI_IPC_GIT_BRANCH}"
>  SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev"
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: [PATCH v2] ti-ipc: Update to new patch release 3.44.01.01
  2016-12-19 23:24 ` Denys Dmytriyenko
@ 2016-12-20 21:28   ` Denys Dmytriyenko
  0 siblings, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2016-12-20 21:28 UTC (permalink / raw)
  To: Sam Nelson; +Cc: meta-ti

On Mon, Dec 19, 2016 at 06:24:29PM -0500, Denys Dmytriyenko wrote:
> On Fri, Dec 16, 2016 at 10:00:53PM -0500, Sam Nelson wrote:
> > -Enables parallel build when rtos build invokes xdc to reduce build time
> 
> Thanks! That's a very welcome change!

On my 6-core/12-thread machine the build time of ti-ipc-rtos decreased 
from 50 minutes down to 10 minutes! Thanks again.


> > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > 
> > ---
> > Added missed patch to enable parallel build
> > ---
> > ---
> >  recipes-ti/ipc/ti-ipc-common.inc |  4 ++--
> >  recipes-ti/ipc/ti-ipc-rtos.inc   | 11 ++++++-----
> >  recipes-ti/ipc/ti-ipc.inc        |  6 +++---
> >  3 files changed, 11 insertions(+), 10 deletions(-)
> > 
> > diff --git a/recipes-ti/ipc/ti-ipc-common.inc b/recipes-ti/ipc/ti-ipc-common.inc
> > index ddb48bc..8a2aa0a 100644
> > --- a/recipes-ti/ipc/ti-ipc-common.inc
> > +++ b/recipes-ti/ipc/ti-ipc-common.inc
> > @@ -1,5 +1,5 @@
> > -PV = "3.44.00.00"
> > -INC_PR = "r2"
> > +PV = "3.44.01.01"
> > +INC_PR = "r0"
> >  
> >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> >  
> > diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc
> > index e1abf36..1c509b0 100644
> > --- a/recipes-ti/ipc/ti-ipc-rtos.inc
> > +++ b/recipes-ti/ipc/ti-ipc-rtos.inc
> > @@ -25,16 +25,16 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\
> >  branch=${TI_IPC_METADATA_GIT_BRANCH};\
> >  name=${TI_IPC_METADATA_NAME}"
> >  
> > -# Corresponds to tag: 3.44.00.00C
> > -SRCREV_ipc-examples = "1b73bc32c5bdd869b5121f86859afb122d286acc"
> > +# Corresponds to tag: 3.44.01.01
> > +SRCREV_ipc-examples = "b19a3b7a003aa3304a12599a498d9b3a24f20c6e"
> >  
> > -# Corresponds to tag: 3.44.00.00
> > -SRCREV_ipc-metadata = "07a745d47ecd7b4b64860e7c5d0fbe4e89524f2e"
> > +# Corresponds to tag: 3.44.01.01
> > +SRCREV_ipc-metadata = "a21264bdbb1b64d41bbcb4e6bb17d2c1d4ccb839"
> >  
> >  S_ipc-examples = "${WORKDIR}/git/ipc-examples"
> >  S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
> >  
> > -PR = "${INC_PR}.4"
> > +PR = "${INC_PR}.0"
> >  
> >  DEPENDS_append_keystone = " ti-cgt6x-native \
> >                              gcc-arm-none-eabi-native \
> > @@ -62,4 +62,5 @@ EXTRA_OEMAKE = "\
> >      XDC_INSTALL_DIR="${XDC_INSTALL_DIR}" \
> >      BIOS_INSTALL_DIR="${SYSBIOS_INSTALL_DIR}" \
> >      ${IPC_TARGETS} \
> > +    JOBS="--jobs=${BB_NUMBER_THREADS}" \
> >  "
> > diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc
> > index 2d38367..3ac8bf5 100644
> > --- a/recipes-ti/ipc/ti-ipc.inc
> > +++ b/recipes-ti/ipc/ti-ipc.inc
> > @@ -6,10 +6,10 @@ 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 = "3.44"
> > +TI_IPC_GIT_BRANCH = "ipc-3.44-next"
> >  
> > -#Corresponds to 3.44.00.00
> > -TI_IPC_SRCREV = "a1852fc8b254ed207bd1c1c88f5b362c9b6cc454"
> > +#Corresponds to 3.44.01.01
> > +TI_IPC_SRCREV = "cff640a4c7e083f78116266ef681cec49d9b584b"
> >  
> >  BRANCH = "${TI_IPC_GIT_BRANCH}"
> >  SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev"
> > -- 
> > 1.9.1
> > 
> > -- 
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti


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

end of thread, other threads:[~2016-12-20 21:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-17  3:00 [PATCH v2] ti-ipc: Update to new patch release 3.44.01.01 Sam Nelson
2016-12-19 23:24 ` Denys Dmytriyenko
2016-12-20 21:28   ` 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.