* [morty/rocko/master][PATCH] ti-ipc: Update to new version 3.47.01.00_eng
@ 2018-01-15 17:32 Sam Nelson
2018-01-15 17:37 ` Denys Dmytriyenko
0 siblings, 1 reply; 3+ messages in thread
From: Sam Nelson @ 2018-01-15 17:32 UTC (permalink / raw)
To: meta-ti
Also remove unused IPC_VERSION definition for ti-ipc-examples-linux
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
---
recipes-ti/ipc/ti-ipc-common.inc | 2 +-
recipes-ti/ipc/ti-ipc-examples-linux_git.bb | 1 -
recipes-ti/ipc/ti-ipc-rtos.inc | 10 +++++-----
recipes-ti/ipc/ti-ipc.inc | 6 +++---
4 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/recipes-ti/ipc/ti-ipc-common.inc b/recipes-ti/ipc/ti-ipc-common.inc
index 2fb7ffb..0ebe785 100644
--- a/recipes-ti/ipc/ti-ipc-common.inc
+++ b/recipes-ti/ipc/ti-ipc-common.inc
@@ -1,4 +1,4 @@
-PV = "3.47.00.00"
+PV = "3.47.01.00"
INC_PR = "r0"
PACKAGE_ARCH = "${MACHINE_ARCH}"
diff --git a/recipes-ti/ipc/ti-ipc-examples-linux_git.bb b/recipes-ti/ipc/ti-ipc-examples-linux_git.bb
index ddbe48f..471d7ff 100644
--- a/recipes-ti/ipc/ti-ipc-examples-linux_git.bb
+++ b/recipes-ti/ipc/ti-ipc-examples-linux_git.bb
@@ -27,7 +27,6 @@ do_compile_append() {
do_install_append() {
cd ${S_ipc-examples}/src
- IPC_VERSION=`echo ${PV}${RELEASE_SUFFIX} | sed -e 's|\.|_|g'`
if [ "${PLATFORM}" != "UNKNOWN" ]; then
# Install directory for linux examples
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc
index 57cd132..6eee228 100644
--- a/recipes-ti/ipc/ti-ipc-rtos.inc
+++ b/recipes-ti/ipc/ti-ipc-rtos.inc
@@ -24,17 +24,17 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\
branch=${TI_IPC_METADATA_GIT_BRANCH};\
name=${TI_IPC_METADATA_NAME}"
-# Corresponds to tag: 3.47.00.00
+# Corresponds to tag: 3.47.01.00_eng
SRCREV_ipc-examples = "e71b82187a324faa9394b83e39495be38255f05b"
-# Corresponds to tag: 3.47.00.00
-SRCREV_ipc-metadata = "f026a364d0b9c1aba5c695bf0aac0be8ede95f59"
+# Corresponds to tag: 3.47.01.00_eng
+SRCREV_ipc-metadata = "2e02a01c78f2545d84a8e497581db55e606da34c"
S_ipc-examples = "${WORKDIR}/git/ipc-examples"
S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
-RELEASE_TYPE = "GA"
-RELEASE_SUFFIX = ""
+RELEASE_TYPE = "ENG"
+RELEASE_SUFFIX = "_eng"
PR = "${INC_PR}.r2"
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc
index 02f3c8d..3e3ff8f 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.47"
+TI_IPC_GIT_BRANCH = "ipc-next"
-#Corresponds to 3.47.00.00
-TI_IPC_SRCREV = "e576990e3a220ad394b287588c1c7e85e8644d23"
+#Corresponds to 3.47.01.00_eng
+TI_IPC_SRCREV = "6a2595a4148fb12f259efc19164a9d33ad2ed294"
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: [morty/rocko/master][PATCH] ti-ipc: Update to new version 3.47.01.00_eng
2018-01-15 17:32 [morty/rocko/master][PATCH] ti-ipc: Update to new version 3.47.01.00_eng Sam Nelson
@ 2018-01-15 17:37 ` Denys Dmytriyenko
2018-01-15 19:25 ` Nelson, Sam
0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2018-01-15 17:37 UTC (permalink / raw)
To: Sam Nelson; +Cc: meta-ti
Sam,
Is it really needed for morty?
On Mon, Jan 15, 2018 at 12:32:21PM -0500, Sam Nelson wrote:
> Also remove unused IPC_VERSION definition for ti-ipc-examples-linux
>
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> ---
> recipes-ti/ipc/ti-ipc-common.inc | 2 +-
> recipes-ti/ipc/ti-ipc-examples-linux_git.bb | 1 -
> recipes-ti/ipc/ti-ipc-rtos.inc | 10 +++++-----
> recipes-ti/ipc/ti-ipc.inc | 6 +++---
> 4 files changed, 9 insertions(+), 10 deletions(-)
>
> diff --git a/recipes-ti/ipc/ti-ipc-common.inc b/recipes-ti/ipc/ti-ipc-common.inc
> index 2fb7ffb..0ebe785 100644
> --- a/recipes-ti/ipc/ti-ipc-common.inc
> +++ b/recipes-ti/ipc/ti-ipc-common.inc
> @@ -1,4 +1,4 @@
> -PV = "3.47.00.00"
> +PV = "3.47.01.00"
> INC_PR = "r0"
>
> PACKAGE_ARCH = "${MACHINE_ARCH}"
> diff --git a/recipes-ti/ipc/ti-ipc-examples-linux_git.bb b/recipes-ti/ipc/ti-ipc-examples-linux_git.bb
> index ddbe48f..471d7ff 100644
> --- a/recipes-ti/ipc/ti-ipc-examples-linux_git.bb
> +++ b/recipes-ti/ipc/ti-ipc-examples-linux_git.bb
> @@ -27,7 +27,6 @@ do_compile_append() {
>
> do_install_append() {
> cd ${S_ipc-examples}/src
> - IPC_VERSION=`echo ${PV}${RELEASE_SUFFIX} | sed -e 's|\.|_|g'`
>
> if [ "${PLATFORM}" != "UNKNOWN" ]; then
> # Install directory for linux examples
> diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc
> index 57cd132..6eee228 100644
> --- a/recipes-ti/ipc/ti-ipc-rtos.inc
> +++ b/recipes-ti/ipc/ti-ipc-rtos.inc
> @@ -24,17 +24,17 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\
> branch=${TI_IPC_METADATA_GIT_BRANCH};\
> name=${TI_IPC_METADATA_NAME}"
>
> -# Corresponds to tag: 3.47.00.00
> +# Corresponds to tag: 3.47.01.00_eng
> SRCREV_ipc-examples = "e71b82187a324faa9394b83e39495be38255f05b"
>
> -# Corresponds to tag: 3.47.00.00
> -SRCREV_ipc-metadata = "f026a364d0b9c1aba5c695bf0aac0be8ede95f59"
> +# Corresponds to tag: 3.47.01.00_eng
> +SRCREV_ipc-metadata = "2e02a01c78f2545d84a8e497581db55e606da34c"
>
> S_ipc-examples = "${WORKDIR}/git/ipc-examples"
> S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
>
> -RELEASE_TYPE = "GA"
> -RELEASE_SUFFIX = ""
> +RELEASE_TYPE = "ENG"
> +RELEASE_SUFFIX = "_eng"
>
> PR = "${INC_PR}.r2"
>
> diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc
> index 02f3c8d..3e3ff8f 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.47"
> +TI_IPC_GIT_BRANCH = "ipc-next"
>
> -#Corresponds to 3.47.00.00
> -TI_IPC_SRCREV = "e576990e3a220ad394b287588c1c7e85e8644d23"
> +#Corresponds to 3.47.01.00_eng
> +TI_IPC_SRCREV = "6a2595a4148fb12f259efc19164a9d33ad2ed294"
>
> 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: [morty/rocko/master][PATCH] ti-ipc: Update to new version 3.47.01.00_eng
2018-01-15 17:37 ` Denys Dmytriyenko
@ 2018-01-15 19:25 ` Nelson, Sam
0 siblings, 0 replies; 3+ messages in thread
From: Nelson, Sam @ 2018-01-15 19:25 UTC (permalink / raw)
To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org
Denys,
Not a must for morty. Probably rocko/master will do.
With regards,
Sam
> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Monday, January 15, 2018 12:38 PM
> To: Nelson, Sam
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [morty/rocko/master][PATCH] ti-ipc: Update to new
> version 3.47.01.00_eng
>
> Sam,
>
> Is it really needed for morty?
>
>
> On Mon, Jan 15, 2018 at 12:32:21PM -0500, Sam Nelson wrote:
> > Also remove unused IPC_VERSION definition for ti-ipc-examples-linux
> >
> > Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> > ---
> > recipes-ti/ipc/ti-ipc-common.inc | 2 +-
> > recipes-ti/ipc/ti-ipc-examples-linux_git.bb | 1 -
> > recipes-ti/ipc/ti-ipc-rtos.inc | 10 +++++-----
> > recipes-ti/ipc/ti-ipc.inc | 6 +++---
> > 4 files changed, 9 insertions(+), 10 deletions(-)
> >
> > diff --git a/recipes-ti/ipc/ti-ipc-common.inc
> > b/recipes-ti/ipc/ti-ipc-common.inc
> > index 2fb7ffb..0ebe785 100644
> > --- a/recipes-ti/ipc/ti-ipc-common.inc
> > +++ b/recipes-ti/ipc/ti-ipc-common.inc
> > @@ -1,4 +1,4 @@
> > -PV = "3.47.00.00"
> > +PV = "3.47.01.00"
> > INC_PR = "r0"
> >
> > PACKAGE_ARCH = "${MACHINE_ARCH}"
> > diff --git a/recipes-ti/ipc/ti-ipc-examples-linux_git.bb
> > b/recipes-ti/ipc/ti-ipc-examples-linux_git.bb
> > index ddbe48f..471d7ff 100644
> > --- a/recipes-ti/ipc/ti-ipc-examples-linux_git.bb
> > +++ b/recipes-ti/ipc/ti-ipc-examples-linux_git.bb
> > @@ -27,7 +27,6 @@ do_compile_append() {
> >
> > do_install_append() {
> > cd ${S_ipc-examples}/src
> > - IPC_VERSION=`echo ${PV}${RELEASE_SUFFIX} | sed -e 's|\.|_|g'`
> >
> > if [ "${PLATFORM}" != "UNKNOWN" ]; then
> > # Install directory for linux examples diff --git
> > a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc
> > index 57cd132..6eee228 100644
> > --- a/recipes-ti/ipc/ti-ipc-rtos.inc
> > +++ b/recipes-ti/ipc/ti-ipc-rtos.inc
> > @@ -24,17 +24,17 @@ protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\
> > branch=${TI_IPC_METADATA_GIT_BRANCH};\
> > name=${TI_IPC_METADATA_NAME}"
> >
> > -# Corresponds to tag: 3.47.00.00
> > +# Corresponds to tag: 3.47.01.00_eng
> > SRCREV_ipc-examples = "e71b82187a324faa9394b83e39495be38255f05b"
> >
> > -# Corresponds to tag: 3.47.00.00
> > -SRCREV_ipc-metadata = "f026a364d0b9c1aba5c695bf0aac0be8ede95f59"
> > +# Corresponds to tag: 3.47.01.00_eng
> > +SRCREV_ipc-metadata = "2e02a01c78f2545d84a8e497581db55e606da34c"
> >
> > S_ipc-examples = "${WORKDIR}/git/ipc-examples"
> > S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
> >
> > -RELEASE_TYPE = "GA"
> > -RELEASE_SUFFIX = ""
> > +RELEASE_TYPE = "ENG"
> > +RELEASE_SUFFIX = "_eng"
> >
> > PR = "${INC_PR}.r2"
> >
> > diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc
> > index 02f3c8d..3e3ff8f 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.47"
> > +TI_IPC_GIT_BRANCH = "ipc-next"
> >
> > -#Corresponds to 3.47.00.00
> > -TI_IPC_SRCREV = "e576990e3a220ad394b287588c1c7e85e8644d23"
> > +#Corresponds to 3.47.01.00_eng
> > +TI_IPC_SRCREV = "6a2595a4148fb12f259efc19164a9d33ad2ed294"
> >
> > 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:[~2018-01-15 19:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-15 17:32 [morty/rocko/master][PATCH] ti-ipc: Update to new version 3.47.01.00_eng Sam Nelson
2018-01-15 17:37 ` Denys Dmytriyenko
2018-01-15 19:25 ` Nelson, Sam
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.