diff options
Diffstat (limited to 'recipes/ti/ti-xdais.inc')
-rw-r--r-- | recipes/ti/ti-xdais.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/ti/ti-xdais.inc b/recipes/ti/ti-xdais.inc new file mode 100644 index 0000000000..4816ee288a --- /dev/null +++ b/recipes/ti/ti-xdais.inc @@ -0,0 +1,10 @@ +DESCRIPTION = "TI DSP Algorithm Interface Standard specification" + +PVEXTENSION ?= "" +BASE_SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/xdais/${PV}/exports" + +SRC_URI = "${BASE_SRC_URI}/xdais_${PV}${PVEXTENSION}.tar.gz" + +S = "${WORKDIR}/xdais_${PV}${PVEXTENSION}" + + |