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: [email protected] 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 <[email protected]> > --- > 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 > [email protected] > https://lists.yoctoproject.org/listinfo/meta-ti -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
