* [PATCH] Enable OpenMP RTOS eclipse plugin signature
@ 2017-12-18 22:13 Gaurav Mitra
2017-12-18 22:18 ` Denys Dmytriyenko
0 siblings, 1 reply; 4+ messages in thread
From: Gaurav Mitra @ 2017-12-18 22:13 UTC (permalink / raw)
To: meta-ti
- 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
-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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] Enable OpenMP RTOS eclipse plugin signature
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
0 siblings, 1 reply; 4+ messages in thread
From: Denys Dmytriyenko @ 2017-12-18 22:18 UTC (permalink / raw)
To: Gaurav Mitra; +Cc: meta-ti
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Enable OpenMP RTOS eclipse plugin signature
2017-12-18 22:18 ` Denys Dmytriyenko
@ 2017-12-18 22:37 ` Mitra, Gaurav
2017-12-18 22:42 ` Denys Dmytriyenko
0 siblings, 1 reply; 4+ messages in thread
From: Mitra, Gaurav @ 2017-12-18 22:37 UTC (permalink / raw)
To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org
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
-----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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Enable OpenMP RTOS eclipse plugin signature
2017-12-18 22:37 ` Mitra, Gaurav
@ 2017-12-18 22:42 ` Denys Dmytriyenko
0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2017-12-18 22:42 UTC (permalink / raw)
To: Mitra, Gaurav; +Cc: meta-ti@yoctoproject.org
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-12-18 22:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.