diff options
Diffstat (limited to 'recipes-ti/mathlib/mathlib-c66x.inc')
| -rw-r--r-- | recipes-ti/mathlib/mathlib-c66x.inc | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/recipes-ti/mathlib/mathlib-c66x.inc b/recipes-ti/mathlib/mathlib-c66x.inc deleted file mode 100644 index 7951e6ca..00000000 --- a/recipes-ti/mathlib/mathlib-c66x.inc +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | DESCRIPTION = "MATHLIB contains optimized general-purpose signal-processing routines for TI DSPs" | ||
| 2 | HOMEPAGE = "http://www.ti.com/tool/mathlib" | ||
| 3 | SECTION = "devel" | ||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | |||
| 6 | require ../includes/ti-paths.inc | ||
| 7 | require ../includes/ti-staging.inc | ||
| 8 | require ../includes/ti-unpack.inc | ||
| 9 | |||
| 10 | COMPATIBLE_MACHINE = "omap-a15|keystone" | ||
| 11 | |||
| 12 | SRC_URI = "http://software-dl.ti.com/sdoemb/sdoemb_public_sw/mathlib/${PV}/exports/${BINFILE};name=mathlib" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/mathlib-c66x-${PV}" | ||
| 15 | |||
| 16 | BINFILE = "mathlib_c66x_${PV}_Linux.bin" | ||
| 17 | TI_BIN_UNPK_ARGS = "--mode silent --prefix ${S}" | ||
| 18 | TI_BIN_UNPK_CMDS = "" | ||
| 19 | |||
| 20 | do_install() { | ||
| 21 | CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership" | ||
| 22 | install -d ${D}${MATHLIB_C66_INSTALL_DIR_RECIPE} | ||
| 23 | cp ${CP_ARGS} ${S}/* ${D}${MATHLIB_C66_INSTALL_DIR_RECIPE} | ||
| 24 | } | ||
| 25 | |||
| 26 | ALLOW_EMPTY_${PN} = "1" | ||
| 27 | FILES_${PN}-dev += "${MATHLIB_C66_INSTALL_DIR_RECIPE}" | ||
| 28 | |||
| 29 | INSANE_SKIP_${PN}-dev = "arch" | ||
