From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 34C8BE00D8C; Mon, 18 Dec 2017 14:18:43 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [198.47.27.80 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from lelnx194.ext.ti.com (lelnx194.ext.ti.com [198.47.27.80]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 827DFE00D6A for ; Mon, 18 Dec 2017 14:18:41 -0800 (PST) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by lelnx194.ext.ti.com (8.15.1/8.15.1) with ESMTP id vBIMIfFX015063 for ; Mon, 18 Dec 2017 16:18:41 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1513635521; bh=FYOaG6VGzRbpc6WDTHxHRdAKtvC3ck4jmge+E9oZTLA=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=G0wrQbsrXzKljOHZe740YY9a2Kh4lAk+8dZQIAM3Kb1EskYODRocyxhFfriKCx/5D pSKSV39CnYW0VibO41w7ZIMxnY6Mm7kSWlczvlk31IIHA1nx4R7BdWTqsCD26qXA5t TTsTOvrBOywdFpKFLOFqHoM6AjQGH8jSxjZ4wGfw= Received: from DFLE106.ent.ti.com (dfle106.ent.ti.com [10.64.6.27]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id vBIMIeqn010643 for ; Mon, 18 Dec 2017 16:18:40 -0600 Received: from DFLE109.ent.ti.com (10.64.6.30) by DFLE106.ent.ti.com (10.64.6.27) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1261.35; Mon, 18 Dec 2017 16:18:40 -0600 Received: from dflp32.itg.ti.com (10.64.6.15) by DFLE109.ent.ti.com (10.64.6.30) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1261.35 via Frontend Transport; Mon, 18 Dec 2017 16:18:40 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id vBIMIeuH025426; Mon, 18 Dec 2017 16:18:40 -0600 Date: Mon, 18 Dec 2017 17:18:40 -0500 From: Denys Dmytriyenko To: Gaurav Mitra Message-ID: <20171218221839.GD4033@edge> References: <20171218221333.56296-1-gaurav@ti.com> MIME-Version: 1.0 In-Reply-To: <20171218221333.56296-1-gaurav@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Cc: meta-ti@yoctoproject.org Subject: Re: [PATCH] Enable OpenMP RTOS eclipse plugin signature X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Dec 2017 22:18:43 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline 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 > --- > 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