From: "Denys Dmytriyenko" <denys@ti.com>
To: Subhajit Paul <a0132170@ti.com>
Cc: <meta-ti@yoctoproject.org>, <dmurphy@ti.com>, <m-radhakrishnan2@ti.com>
Subject: Re: [meta-ti][dunfell PATCH] ti-rtos: enable parallel make
Date: Tue, 8 Sep 2020 11:32:54 -0400 [thread overview]
Message-ID: <20200908153253.GA1562@beryl> (raw)
In-Reply-To: <20200907064007.23032-1-a0132170@ti.com>
Has this been extensively tested on all platforms?
On Mon, Sep 07, 2020 at 12:10:07PM +0530, Subhajit Paul wrote:
> Signed-off-by: Subhajit Paul <a0132170@ti.com>
> ---
> classes/ti-pdk.bbclass | 1 -
> recipes-bsp/sciclient/sciclient-rtos_git.bb | 2 +-
> recipes-bsp/udma-lld/udma-lld-rtos_git.bb | 2 +-
> 3 files changed, 2 insertions(+), 3 deletions(-)
>
> diff --git a/classes/ti-pdk.bbclass b/classes/ti-pdk.bbclass
> index 37305e89..a3685602 100644
> --- a/classes/ti-pdk.bbclass
> +++ b/classes/ti-pdk.bbclass
> @@ -72,7 +72,6 @@ TI_PDK_DOXYGEN_SUPPORT ?= "1"
> TI_PDK_XDC_ARGS ?= "${TI_PDK_LIMIT_SOCS}"
>
> PARALLEL_XDC = "${@oe.utils.parallel_make_argument(d, '--jobs=%d')}"
> -PARALLEL_MAKE = ""
>
> def get_doxygen_support(d):
> if d.getVar('TI_PDK_DOXYGEN_SUPPORT') == '1':
> diff --git a/recipes-bsp/sciclient/sciclient-rtos_git.bb b/recipes-bsp/sciclient/sciclient-rtos_git.bb
> index deaf0b12..26b09537 100644
> --- a/recipes-bsp/sciclient/sciclient-rtos_git.bb
> +++ b/recipes-bsp/sciclient/sciclient-rtos_git.bb
> @@ -59,7 +59,7 @@ do_compile() {
> # make clean LIMIT_SOCS="${LIMSOCS}" LIMIT_BOARDS="${LIMBOARDS}"
>
> # Build am65xx libraries
> - make lib xdc_meta doxygen LIMIT_SOCS="${TI_PDK_LIMIT_SOCS}" LIMIT_BOARDS="${TI_PDK_LIMIT_BOARDS}" LIMIT_CORES="${TI_PDK_LIMIT_CORES}"
> + oe_runmake lib xdc_meta doxygen LIMIT_SOCS="${TI_PDK_LIMIT_SOCS}" LIMIT_BOARDS="${TI_PDK_LIMIT_BOARDS}" LIMIT_CORES="${TI_PDK_LIMIT_CORES}"
>
> #archive
> tar -cf sciclient.tar --exclude='*.tar' ./*
> diff --git a/recipes-bsp/udma-lld/udma-lld-rtos_git.bb b/recipes-bsp/udma-lld/udma-lld-rtos_git.bb
> index a82eb362..797572d3 100644
> --- a/recipes-bsp/udma-lld/udma-lld-rtos_git.bb
> +++ b/recipes-bsp/udma-lld/udma-lld-rtos_git.bb
> @@ -48,7 +48,7 @@ do_compile() {
> cd ${UDMA_LLD_ROOTPATH}
>
> # Build am65xx libraries
> - make clean lib xdc_meta doxygen LIMIT_SOCS="${TI_PDK_LIMIT_SOCS}" LIMIT_BOARDS="${TI_PDK_LIMIT_BOARDS}" LIMIT_CORES="${TI_PDK_LIMIT_CORES}"
> + oe_runmake clean lib xdc_meta doxygen LIMIT_SOCS="${TI_PDK_LIMIT_SOCS}" LIMIT_BOARDS="${TI_PDK_LIMIT_BOARDS}" LIMIT_CORES="${TI_PDK_LIMIT_CORES}"
>
> #archive
> tar -cf udma_lld.tar --exclude='*.tar' ./*
> --
> 2.17.1
>
prev parent reply other threads:[~2020-09-08 15:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-07 6:40 [meta-ti][dunfell PATCH] ti-rtos: enable parallel make Subhajit Paul
2020-09-08 15:32 ` Denys Dmytriyenko [this message]
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=20200908153253.GA1562@beryl \
--to=denys@ti.com \
--cc=a0132170@ti.com \
--cc=dmurphy@ti.com \
--cc=m-radhakrishnan2@ti.com \
--cc=meta-ti@yoctoproject.org \
/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.