mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-01 08:20:47 +00:00
ti-xdctools: Add version 3.31.02.38.
* 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 <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
a88a69c270
commit
cc7d795b08
@@ -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 \
|
||||||
|
"
|
||||||
@@ -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"
|
||||||
@@ -1,10 +1,4 @@
|
|||||||
DESCRIPTION = "TI XDCtools (RTSC - Real Time Software Components - http://rtsc.eclipse.org)"
|
require ti-xdctools-common.inc
|
||||||
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 ../includes/ti-eula-unpack.inc
|
require ../includes/ti-eula-unpack.inc
|
||||||
|
|
||||||
S = "${WORKDIR}/xdctools_${PV}"
|
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"
|
BINFILE="xdctools_setuplinux_${PV}.bin"
|
||||||
TI_BIN_UNPK_CMDS="Y:workdir:Y"
|
TI_BIN_UNPK_CMDS="Y:workdir:Y"
|
||||||
TI_BIN_UNPK_WDEXT="/ti"
|
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 \
|
|
||||||
"
|
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
Reference in New Issue
Block a user