All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: "Mitra, Gaurav" <gaurav@ti.com>
Cc: "meta-ti@yoctoproject.org" <meta-ti@yoctoproject.org>
Subject: Re: [PATCH] Enable OpenMP RTOS eclipse plugin signature
Date: Mon, 18 Dec 2017 17:42:13 -0500	[thread overview]
Message-ID: <20171218224213.GE4033@edge> (raw)
In-Reply-To: <18c68ca5ad4449c7b79c2b54229a91b6@ti.com>

On Mon, Dec 18, 2017 at 05:37:18PM -0500, Mitra, Gaurav wrote:
>    The eclipse-plugin.bbclass and ti-paths-append.inc are in:
> 
>    meta-processor-sdk-internal/classes/eclipse-plugin.bbclass
>    meta-processor-sdk-internal/recipes-ti/includes/ti-paths-append.inc

Still, neither of those are in meta-ti.


>    -----Original Message-----
>    From: Dmytriyenko, Denys
>    Sent: Monday, December 18, 2017 4:19 PM
>    To: Mitra, Gaurav
>    Cc: meta-ti@yoctoproject.org
>    Subject: Re: [meta-ti] [PATCH] Enable OpenMP RTOS eclipse plugin signature
> 
>    On Mon, Dec 18, 2017 at 04:13:33PM -0600, Gaurav Mitra wrote:
>    > - Integrate hotfix to remove legacy eclipse plugin generation from
>    > OpenMP RTOS
>    >
>    > Signed-off-by: Gaurav Mitra <gaurav@ti.com>
>    > ---
>    >  recipes-ti/openmp-rtos/openmp-rtos_git.bb | 31
>    > ++++++++++++++++++++++++++-----
>    >  1 file changed, 26 insertions(+), 5 deletions(-)
>    >
>    > diff --git a/recipes-ti/openmp-rtos/openmp-rtos_git.bb
>    > b/recipes-ti/openmp-rtos/openmp-rtos_git.bb
>    > index f5bf4765..b562e2f2 100644
>    > --- a/recipes-ti/openmp-rtos/openmp-rtos_git.bb
>    > +++ b/recipes-ti/openmp-rtos/openmp-rtos_git.bb
>    > @@ -2,20 +2,41 @@ DESCRIPTION = "TI OpenMP RTOS"
>    >  HOMEPAGE = "git://git.ti.com/openmp/ti-openmp-dsp-runtime.git"
>    >  LICENSE = "BSD"
>    > 
>    > -require recipes-ti/includes/ti-paths.inc
>    > +inherit eclipse-plugin
>    > +require recipes-ti/includes/ti-paths-append.inc
> 
>    ????????????????????????????????????
>    There's no eclipse-plugin.bbclass, there's no ti-paths-append.inc
> 
>    > -PV = "2_06_02_00"
>    > +PV = "2_06_02_01"
>    > +ECLIPSE_PLUGIN_VERSION = "2.06.02.01"
>    >  PR = "r0"
>    > 
>    > +ECLIPSE_PLUGIN_DIR     = "${OMP_INSTALL_DIR_RECIPE}/eclipse"
>    > +ECLIPSE_PLUGIN_MACHINE = "${@'${MACHINE}'.replace('-evm','')}"
>    > +ECLIPSE_PLUGIN_NAME    = "${ECLIPSE_PLUGIN_MACHINE} OpenMP"
>    > +ECLIPSE_PLUGIN_RTSC    = "com.ti.rtsc.openmp"
>    > +ECLIPSE_PLUGIN_DESC    = "TI OpenMP RTOS"
>    > +
>    > +ECLIPSE_PLUGIN_PROVIDER  = "Texas Instruments Inc."
>    > +ECLIPSE_PLUGIN_DESC_URL  = "http://www.ti.com"
>    > +ECLIPSE_PLUGIN_COPYRIGHT = "Copyright Texas Instruments 2017"
>    > +
>    > +ECLIPSE_PLUGIN_ROOT_MACRO = "OMP_INSTALL_DIR"
>    > +ECLIPSE_PLUGIN_ROOT       = "../../.."
>    > +ECLIPSE_PLUGIN_REPO       = "${ECLIPSE_PLUGIN_ROOT}/packages"
>    > +ECLIPSE_PLUGIN_DOCS       = "${ECLIPSE_PLUGIN_ROOT}/docs"
>    > +ECLIPSE_FOLDER_PREFIX     = "openmp"
>    > +ECLIPSE_ROOT_MACRO        = "OMP_INSTALL_DIR"
>    > +
>    > +# Don't create toc_top.xml or toc_cdoc.xml ECLIPSE_PLUGIN_CDOC = ""
>    > +
>    >  OPENMP_RTOS_GIT_URI =
>    "git://git.ti.com/openmp/ti-openmp-dsp-runtime.git"
>    >  OPENMP_RTOS_GIT_PROTOCOL = "git"
>    >  OPENMP_RTOS_GIT_BRANCH = "master"
>    > 
>    >  BRANCH = "${OPENMP_RTOS_GIT_BRANCH}"
>    > -SRC_URI =
>    >
>    "${OPENMP_RTOS_GIT_URI};protocol=${OPENMP_RTOS_GIT_PROTOCOL};branch=${BRANCH}
>    \ -"
>    > +SRC_URI =
>    "${OPENMP_RTOS_GIT_URI};protocol=${OPENMP_RTOS_GIT_PROTOCOL};branch=${BRANCH}"
>    > 
>    > -SRCREV = "a2a518dcc9154a372b38bd5be8a483359123823c"
>    > +SRCREV = "69af0caf19c2713e21b25e77acf103074be129f2"
>    > 
>    >  LIC_FILES_CHKSUM =
>    "file://docs/license/omp_manifest_template.html;md5=61a6972303c0447b7c056195d7ebafee"
>    > 
>    > --
>    > 2.14.1
>    >
>    > --
>    > _______________________________________________
>    > meta-ti mailing list
>    > meta-ti@yoctoproject.org
>    > https://lists.yoctoproject.org/listinfo/meta-ti


      reply	other threads:[~2017-12-18 22:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-18 22:13 [PATCH] Enable OpenMP RTOS eclipse plugin signature Gaurav Mitra
2017-12-18 22:18 ` Denys Dmytriyenko
2017-12-18 22:37   ` Mitra, Gaurav
2017-12-18 22:42     ` 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=20171218224213.GE4033@edge \
    --to=denys@ti.com \
    --cc=gaurav@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.