From: Denys Dmytriyenko <denys@ti.com>
To: Sam Nelson <sam.nelson@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [PATCH] ti-ipc-rtos: Cleanup scripts for srcipk generation after compile
Date: Tue, 2 Aug 2016 11:59:00 -0400 [thread overview]
Message-ID: <20160802155900.GL3677@edge> (raw)
In-Reply-To: <1470151667-35399-1-git-send-email-sam.nelson@ti.com>
NO, it shouldn't have been here in the first place! How did I miss it? I'm
going to remove that compile_append() below.
On Tue, Aug 02, 2016 at 11:27:47AM -0400, Sam Nelson wrote:
> This avoid issues with double srcipk generation.
> Resolves issues with empty srcipk package, with some latest updates in
> meta-arago.
>
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> ---
> recipes-ti/ipc/ti-ipc-rtos_git.bb | 9 ++++-----
> 1 file changed, 4 insertions(+), 5 deletions(-)
>
> diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb b/recipes-ti/ipc/ti-ipc-rtos_git.bb
> index c9c4714..0213782 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 \
> @@ -82,6 +82,9 @@ RELEASE_SUFFIX = ""
>
> IPC_PACKAGE_DIR = "${S}/ipc-package"
>
> +deltask do_create_srcipk
> +addtask create_srcipk after do_compile before do_install
> +
> do_compile() {
> oe_runmake -f ipc-bios.mak clean
> oe_runmake -f ipc-bios.mak release
> @@ -123,10 +126,6 @@ do_compile() {
> fi
> }
>
> -do_compile_append() {
> - sourceipk_do_create_srcipk
> -}
> -
> do_install() {
> IPC_VERSION=`echo ${PV}${RELEASE_SUFFIX} | sed -e 's|\.|_|g'`
> # Copy docs and other meta files
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
next prev parent reply other threads:[~2016-08-02 15:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-02 15:27 [PATCH] ti-ipc-rtos: Cleanup scripts for srcipk generation after compile Sam Nelson
2016-08-02 15:59 ` Denys Dmytriyenko [this message]
2016-08-02 17:17 ` 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=20160802155900.GL3677@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.