diff options
Diffstat (limited to 'meta-ti-bsp/recipes-ti/xdais/ti-xdais.inc')
-rw-r--r-- | meta-ti-bsp/recipes-ti/xdais/ti-xdais.inc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-ti/xdais/ti-xdais.inc b/meta-ti-bsp/recipes-ti/xdais/ti-xdais.inc new file mode 100644 index 00000000..daa93ddf --- /dev/null +++ b/meta-ti-bsp/recipes-ti/xdais/ti-xdais.inc | |||
@@ -0,0 +1,25 @@ | |||
1 | DESCRIPTION = "TI eXpress DSP Algorithm Interface Standard (XDAIS) specification" | ||
2 | HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/xdais" | ||
3 | LICENSE = "GPLv2" | ||
4 | SECTION = "devel" | ||
5 | |||
6 | require ../includes/ti-paths.inc | ||
7 | require ../includes/ti-staging.inc | ||
8 | |||
9 | S = "${WORKDIR}/xdais_${PV}" | ||
10 | |||
11 | SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/xdais/${PV}/exports/xdais_${PV}.tar.gz;name=xdaistarball" | ||
12 | |||
13 | do_install() { | ||
14 | CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership" | ||
15 | install -d ${D}${XDAIS_INSTALL_DIR_RECIPE} | ||
16 | cp ${CP_ARGS} ${S}/* ${D}${XDAIS_INSTALL_DIR_RECIPE} | ||
17 | } | ||
18 | |||
19 | INHIBIT_PACKAGE_STRIP = "1" | ||
20 | INHIBIT_SYSROOT_STRIP = "1" | ||
21 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
22 | INSANE_SKIP:${PN}-dev = "arch" | ||
23 | |||
24 | ALLOW_EMPTY:${PN} = "1" | ||
25 | FILES:${PN}-dev += "${XDAIS_INSTALL_DIR_RECIPE}" | ||