From: Denys Dmytriyenko <denys@ti.com>
To: Sam Nelson <sam.nelson@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [morty/rocko/master][PATCH] ti-ipc: Update to new version 3.47.01.00_eng
Date: Mon, 15 Jan 2018 12:37:32 -0500 [thread overview]
Message-ID: <20180115173732.GA31494@edge> (raw)
In-Reply-To: <1516037541-9913-1-git-send-email-sam.nelson@ti.com>
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
next prev parent reply other threads:[~2018-01-15 17:37 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2018-01-15 19:25 ` Nelson, Sam
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180115173732.GA31494@edge \
--to=denys@ti.com \
--cc=meta-ti@yoctoproject.org \
--cc=sam.nelson@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.