diff options
| author | Jacob Stiffler <j-stiffler@ti.com> | 2016-01-27 03:16:40 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2016-01-27 15:53:45 -0500 |
| commit | 183b1828ed831a9e3d0f817a513cfbcc33186a0d (patch) | |
| tree | abb3c9a8833a8d67a5f20c4f989793d42f4b2684 /recipes-ti | |
| parent | 5437ef8b7a2babc5246fcec8b9f2f272e0de973b (diff) | |
| download | meta-ti-183b1828ed831a9e3d0f817a513cfbcc33186a0d.tar.gz | |
ti-cg-xml: Add version 2.41.00
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
| -rw-r--r-- | recipes-ti/devtools/ti-cg-xml_2.41.00.bb | 36 | ||||
| -rw-r--r-- | recipes-ti/includes/ti-paths.inc | 2 |
2 files changed, 38 insertions, 0 deletions
diff --git a/recipes-ti/devtools/ti-cg-xml_2.41.00.bb b/recipes-ti/devtools/ti-cg-xml_2.41.00.bb new file mode 100644 index 00000000..115254eb --- /dev/null +++ b/recipes-ti/devtools/ti-cg-xml_2.41.00.bb | |||
| @@ -0,0 +1,36 @@ | |||
| 1 | DESCRIPTION = "TI CG_XML" | ||
| 2 | HOMEPAGE = "http://software-dl.ti.com/ccs/non-esd/releases/other/applications_packages/cg_xml/index.htm" | ||
| 3 | SECTION = "devel" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | |||
| 6 | require recipes-ti/includes/ti-paths.inc | ||
| 7 | require recipes-ti/includes/ti-staging.inc | ||
| 8 | require recipes-ti/includes/ti-unpack.inc | ||
| 9 | |||
| 10 | PV = "2_41_00" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/cg_xml_${PV}" | ||
| 13 | |||
| 14 | SRC_URI = "\ | ||
| 15 | http://software-dl.ti.com/ccs/non-esd/releases/other/applications_packages/cg_xml/cg_xml_v${PV}/cg_xml-v${PV}-Linux-x86-Install;name=cgxmlbin_linux \ | ||
| 16 | " | ||
| 17 | |||
| 18 | LIC_FILES_CHKSUM = "file://cg_xml_${PV}_Manifest.pdf;md5=ba23d76ef3d5ec111b03267105c91bd4" | ||
| 19 | |||
| 20 | SRC_URI[cgxmlbin_linux.md5sum] = "9e421f25f6da455b0155570ce0e62628" | ||
| 21 | SRC_URI[cgxmlbin_linux.sha256sum] = "bbc25f4abe27a8b93bae1d8581c3dee87111c3769c305d086287038ee9038cbf" | ||
| 22 | |||
| 23 | BINFILE="cg_xml-v${PV}-Linux-x86-Install" | ||
| 24 | TI_BIN_UNPK_CMDS="" | ||
| 25 | TI_BIN_UNPK_ARGS="--prefix ${S} --mode silent" | ||
| 26 | |||
| 27 | do_install() { | ||
| 28 | install -d ${D}${CG_XML_INSTALL_DIR_RECIPE} | ||
| 29 | cp -pPrf ${S}/* ${D}${CG_XML_INSTALL_DIR_RECIPE} | ||
| 30 | } | ||
| 31 | |||
| 32 | FILES_${PN} += "${CG_XML_INSTALL_DIR_RECIPE}" | ||
| 33 | |||
| 34 | INSANE_SKIP_${PN} = "arch ldflags" | ||
| 35 | |||
| 36 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/recipes-ti/includes/ti-paths.inc b/recipes-ti/includes/ti-paths.inc index 2f253a03..4bff9216 100644 --- a/recipes-ti/includes/ti-paths.inc +++ b/recipes-ti/includes/ti-paths.inc | |||
| @@ -52,6 +52,7 @@ export TI_CGT_PRU_INSTALL_DIR_RECIPE = "${installdir}/cgt-pru" | |||
| 52 | export DSPLIB_C66_INSTALL_DIR_RECIPE = "${installdir}/ti-dsplib-c66x-tree" | 52 | export DSPLIB_C66_INSTALL_DIR_RECIPE = "${installdir}/ti-dsplib-c66x-tree" |
| 53 | export MATHLIB_C66_INSTALL_DIR_RECIPE = "${installdir}/ti-mathlib-c66x-tree" | 53 | export MATHLIB_C66_INSTALL_DIR_RECIPE = "${installdir}/ti-mathlib-c66x-tree" |
| 54 | export IMGLIB_C66_INSTALL_DIR_RECIPE = "${installdir}/ti-imglib-c66x-tree" | 54 | export IMGLIB_C66_INSTALL_DIR_RECIPE = "${installdir}/ti-imglib-c66x-tree" |
| 55 | export CG_XML_INSTALL_DIR_RECIPE = "${installdir}/ti-cg-xml-tree" | ||
| 55 | 56 | ||
| 56 | 57 | ||
| 57 | # This is where the tools will end up in sysroot | 58 | # This is where the tools will end up in sysroot |
| @@ -95,6 +96,7 @@ export TI_CGT_PRU_INSTALL_DIR = "${STAGING_DIR_NATIVE}${TI_CGT_PRU_INSTALL_ | |||
| 95 | export DSPLIB_C66_INSTALL_DIR = "${STAGING_DIR_TARGET}${DSPLIB_C66_INSTALL_DIR_RECIPE}" | 96 | export DSPLIB_C66_INSTALL_DIR = "${STAGING_DIR_TARGET}${DSPLIB_C66_INSTALL_DIR_RECIPE}" |
| 96 | export MATHLIB_C66_INSTALL_DIR = "${STAGING_DIR_TARGET}${MATHLIB_C66_INSTALL_DIR_RECIPE}" | 97 | export MATHLIB_C66_INSTALL_DIR = "${STAGING_DIR_TARGET}${MATHLIB_C66_INSTALL_DIR_RECIPE}" |
| 97 | export IMGLIB_C66_INSTALL_DIR = "${STAGING_DIR_TARGET}${IMGLIB_C66_INSTALL_DIR_RECIPE}" | 98 | export IMGLIB_C66_INSTALL_DIR = "${STAGING_DIR_TARGET}${IMGLIB_C66_INSTALL_DIR_RECIPE}" |
| 99 | export CG_XML_INSTALL_DIR = "${STAGING_DIR_NATIVE}${CG_XML_INSTALL_DIR_RECIPE}" | ||
| 98 | 100 | ||
| 99 | DSPSUFFIX_omapl137 = "x674" | 101 | DSPSUFFIX_omapl137 = "x674" |
| 100 | DSPSUFFIX_omapl138 = "x674" | 102 | DSPSUFFIX_omapl138 = "x674" |
