From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id CF104E0099A; Tue, 28 Jul 2015 08:20:22 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [192.94.94.40 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 585A9E00985 for ; Tue, 28 Jul 2015 08:20:21 -0700 (PDT) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id t6SFKKS8011366 for ; Tue, 28 Jul 2015 10:20:20 -0500 Received: from DFLE72.ent.ti.com (dfle72.ent.ti.com [128.247.5.109]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id t6SFKKKM004733 for ; Tue, 28 Jul 2015 10:20:20 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DFLE72.ent.ti.com (128.247.5.109) with Microsoft SMTP Server id 14.3.224.2; Tue, 28 Jul 2015 10:20:20 -0500 Received: from [10.218.109.201] (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id t6SFKK5B025600 for ; Tue, 28 Jul 2015 10:20:20 -0500 Message-ID: <55B79DB4.8070404@ti.com> Date: Tue, 28 Jul 2015 11:20:20 -0400 From: Jacob Stiffler User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: References: <1436274269-31734-1-git-send-email-j-stiffler@ti.com> In-Reply-To: <1436274269-31734-1-git-send-email-j-stiffler@ti.com> Subject: Re: [PATCH] ti-xdctools: Add version 3.31.02.38. 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: Tue, 28 Jul 2015 15:20:22 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Ping. On 7/7/2015 9:04 AM, Jacob Stiffler wrote: > * This version adheres to the new "core" package format. > * Add the version-indepedent include file for the core packages > * Extract common information between the core and legacy packages > into the ti-xdctools-common.inc file. > > Signed-off-by: Jacob Stiffler > --- > recipes-ti/devtools/ti-xdctools-common.inc | 54 +++++++++++++++++++++++++ > recipes-ti/devtools/ti-xdctools-core.inc | 5 +++ > recipes-ti/devtools/ti-xdctools.inc | 54 +------------------------ > recipes-ti/devtools/ti-xdctools_3.31.02.38.bb | 9 +++++ > 4 files changed, 69 insertions(+), 53 deletions(-) > create mode 100644 recipes-ti/devtools/ti-xdctools-common.inc > create mode 100644 recipes-ti/devtools/ti-xdctools-core.inc > create mode 100644 recipes-ti/devtools/ti-xdctools_3.31.02.38.bb > > diff --git a/recipes-ti/devtools/ti-xdctools-common.inc b/recipes-ti/devtools/ti-xdctools-common.inc > new file mode 100644 > index 0000000..2d5f2d7 > --- /dev/null > +++ b/recipes-ti/devtools/ti-xdctools-common.inc > @@ -0,0 +1,54 @@ > +DESCRIPTION = "TI XDCtools (RTSC - Real Time Software Components - http://rtsc.eclipse.org)" > +HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc" > +SECTION = "devel" > +LICENSE = "BSD & GPLv2" > + > +require recipes-ti/includes/ti-paths.inc > +require recipes-ti/includes/ti-staging.inc > + > +do_install() { > + install -d ${D}${XDC_INSTALL_DIR_RECIPE} > + cp -pPrf ${S}/* ${D}${XDC_INSTALL_DIR_RECIPE} > +} > + > +INSANE_SKIP_${PN} = "installed-vs-shipped" > + > +# Prevent internal libs from getting picked up > +PRIVATE_LIBS = " \ > +libncdb.so \ > +libcdb.so \ > +libjavaplugin_oji.so \ > +libjavaplugin_jni.so \ > +libjsound.so \ > +libinstrument.so \ > +libjawt.so \ > +libzip.so \ > +libjava_crw_demo.so \ > +libjavaplugin_nscp_gcc29.so \ > +libhprof.so \ > +libcmm.so \ > +libjdwp.so \ > +libmlib_image.so \ > +libjpeg.so \ > +libverify.so \ > +libjavaplugin_nscp.so \ > +libmanagement.so \ > +libunpack.so \ > +librmi.so \ > +libJdbcOdbc.so \ > +libawt.so \ > +libnet.so \ > +libjaas_unix.so \ > +libnio.so \ > +libdcpr.so \ > +libioser12.so \ > +libjsoundalsa.so \ > +libjava.so \ > +libfontmanager.so \ > +libdt_socket.so \ > +libmawt.so \ > +libjvm.so \ > +libhpi.so \ > +lib.so \ > +libcairo.so.2 \ > +" > diff --git a/recipes-ti/devtools/ti-xdctools-core.inc b/recipes-ti/devtools/ti-xdctools-core.inc > new file mode 100644 > index 0000000..47f73b6 > --- /dev/null > +++ b/recipes-ti/devtools/ti-xdctools-core.inc > @@ -0,0 +1,5 @@ > +require ti-xdctools-common.inc > + > +S = "${WORKDIR}/xdctools_${PV}_core" > + > +SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc/${PV}/exports/xdccore/xdctools_${PV}_core_linux.zip;name=xdczip" > diff --git a/recipes-ti/devtools/ti-xdctools.inc b/recipes-ti/devtools/ti-xdctools.inc > index 547a555..1415f83 100644 > --- a/recipes-ti/devtools/ti-xdctools.inc > +++ b/recipes-ti/devtools/ti-xdctools.inc > @@ -1,10 +1,4 @@ > -DESCRIPTION = "TI XDCtools (RTSC - Real Time Software Components - http://rtsc.eclipse.org)" > -HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc" > -SECTION = "devel" > -LICENSE = "BSD & GPLv2" > - > -require ../includes/ti-paths.inc > -require ../includes/ti-staging.inc > +require ti-xdctools-common.inc > require ../includes/ti-eula-unpack.inc > > S = "${WORKDIR}/xdctools_${PV}" > @@ -14,49 +8,3 @@ SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rt > BINFILE="xdctools_setuplinux_${PV}.bin" > TI_BIN_UNPK_CMDS="Y:workdir:Y" > TI_BIN_UNPK_WDEXT="/ti" > - > -do_install() { > - install -d ${D}${XDC_INSTALL_DIR_RECIPE} > - cp -pPrf ${S}/* ${D}${XDC_INSTALL_DIR_RECIPE} > -} > - > -# Prevent internal libs from getting picked up > -PRIVATE_LIBS = " \ > -libncdb.so \ > -libcdb.so \ > -libjavaplugin_oji.so \ > -libjavaplugin_jni.so \ > -libjsound.so \ > -libinstrument.so \ > -libjawt.so \ > -libzip.so \ > -libjava_crw_demo.so \ > -libjavaplugin_nscp_gcc29.so \ > -libhprof.so \ > -libcmm.so \ > -libjdwp.so \ > -libmlib_image.so \ > -libjpeg.so \ > -libverify.so \ > -libjavaplugin_nscp.so \ > -libmanagement.so \ > -libunpack.so \ > -librmi.so \ > -libJdbcOdbc.so \ > -libawt.so \ > -libnet.so \ > -libjaas_unix.so \ > -libnio.so \ > -libdcpr.so \ > -libioser12.so \ > -libjsoundalsa.so \ > -libjava.so \ > -libfontmanager.so \ > -libdt_socket.so \ > -libmawt.so \ > -libjvm.so \ > -libhpi.so \ > -lib.so \ > -libcairo.so.2 \ > -" > - > diff --git a/recipes-ti/devtools/ti-xdctools_3.31.02.38.bb b/recipes-ti/devtools/ti-xdctools_3.31.02.38.bb > new file mode 100644 > index 0000000..5e970ee > --- /dev/null > +++ b/recipes-ti/devtools/ti-xdctools_3.31.02.38.bb > @@ -0,0 +1,9 @@ > +require ti-xdctools-core.inc > + > +PV = "3_31_02_38" > +PR = "r0" > + > +LIC_FILES_CHKSUM = "file://docs/license/xdc/shelf/package.html;md5=9dbb0095cdb8b35508b344aa4f1de333" > + > +SRC_URI[xdczip.md5sum] = "c76b3d90c3e25d199765557e393d165b" > +SRC_URI[xdczip.sha256sum] = "c0e1f6911f2294bfb76471fac1a0ceac3e89c7eb1300f84d2571bf78cb62a7d2"