* [PATCH v2] dsplib-c66x: add version 3.4.0.0
@ 2015-11-23 16:27 Hongmei Gou
2015-11-24 17:58 ` Gou, Hongmei
2015-11-30 17:13 ` Denys Dmytriyenko
0 siblings, 2 replies; 3+ messages in thread
From: Hongmei Gou @ 2015-11-23 16:27 UTC (permalink / raw)
To: meta-ti
Signed-off-by: Hongmei Gou <h-gou@ti.com>
---
v2 change: add definition for ${S}
recipes-ti/dsplib/dsplib-c66x.inc | 31 +++++++++++++++++++++++++++++++
recipes-ti/dsplib/dsplib-c66x_3.4.0.0.bb | 9 +++++++++
recipes-ti/includes/ti-paths.inc | 2 ++
3 files changed, 42 insertions(+)
create mode 100644 recipes-ti/dsplib/dsplib-c66x.inc
create mode 100644 recipes-ti/dsplib/dsplib-c66x_3.4.0.0.bb
diff --git a/recipes-ti/dsplib/dsplib-c66x.inc b/recipes-ti/dsplib/dsplib-c66x.inc
new file mode 100644
index 0000000..9b378d4
--- /dev/null
+++ b/recipes-ti/dsplib/dsplib-c66x.inc
@@ -0,0 +1,31 @@
+DESCRIPTION = "DSPLIB contains optimized general-purpose signal-processing routines for TI DSPs"
+HOMEPAGE = "http://www.ti.com/tool/sprc265"
+SECTION = "devel"
+LICENSE = "BSD-3-Clause"
+
+require ../includes/ti-paths.inc
+require ../includes/ti-staging.inc
+require ../includes/ti-unpack.inc
+
+COMPATIBLE_MACHINE = "omap-a15|keystone|c66x"
+
+SRC_URI = "http://software-dl.ti.com/sdoemb/sdoemb_public_sw/dsplib/${PV}/exports/${BINFILE};name=dsplib"
+
+S = "${WORKDIR}/dsplib-c66x-${PV}"
+
+BINFILE = "dsplib_c66x_${PV}_Linux.bin"
+TI_BIN_UNPK_ARGS = "--mode silent --prefix ${S}"
+TI_BIN_UNPK_CMDS = ""
+
+do_install() {
+ install -d ${D}${DSPLIB_C66_INSTALL_DIR_RECIPE}
+ cp -pPrf ${S}/* ${D}${DSPLIB_C66_INSTALL_DIR_RECIPE}
+}
+
+ALLOW_EMPTY_${PN} = "1"
+FILES_${PN}-dev += "${DSPLIB_C66_INSTALL_DIR_RECIPE}"
+
+INSANE_SKIP_${PN}-dev = "arch"
+
+CREATE_SRCIPK = "1"
+SRCIPK_INSTALL_DIR = "dsplib_c66x_${PV}"
diff --git a/recipes-ti/dsplib/dsplib-c66x_3.4.0.0.bb b/recipes-ti/dsplib/dsplib-c66x_3.4.0.0.bb
new file mode 100644
index 0000000..f1273f3
--- /dev/null
+++ b/recipes-ti/dsplib/dsplib-c66x_3.4.0.0.bb
@@ -0,0 +1,9 @@
+require dsplib-c66x.inc
+
+PV = "3_4_0_0"
+PR = "r1"
+
+LIC_FILES_CHKSUM = "file://packages/ti/dsplib/dsplib.h;beginline=9;endline=35;md5=17733f9e1100f8a628512f47c4bf676a"
+
+SRC_URI[dsplib.md5sum] = "66785604729c153dcad5282097dee8bf"
+SRC_URI[dsplib.sha256sum] = "e88909b6271ce6c4c62e2ab90181b7adb36c7f28f5c52836668eb35888785ce8"
diff --git a/recipes-ti/includes/ti-paths.inc b/recipes-ti/includes/ti-paths.inc
index ad4ff78..37feb93 100644
--- a/recipes-ti/includes/ti-paths.inc
+++ b/recipes-ti/includes/ti-paths.inc
@@ -49,6 +49,7 @@ export M4_TOOLCHAIN_INSTALL_DIR_RECIPE = "${installdir}/ti-cgt-arm"
export CCSV6_INSTALL_DIR_RECIPE = "${installdir}/ccsv6"
export GCC_ARM_NONE_TOOLCHAIN_RECIPE = "${installdir}/gcc-arm-none-eabi"
export TI_CGT_PRU_INSTALL_DIR_RECIPE = "${installdir}/cgt-pru"
+export DSPLIB_C66_INSTALL_DIR_RECIPE = "${installdir}/ti-dsplib-c66x-tree"
# This is where the tools will end up in sysroot
@@ -89,6 +90,7 @@ export M4_TOOLCHAIN_INSTALL_DIR = "${STAGING_DIR_NATIVE}${M4_TOOLCHAIN_INSTAL
export CCSV6_INSTALL_DIR = "${STAGING_DIR_NATIVE}${CCSV6_INSTALL_DIR_RECIPE}"
export GCC_ARM_NONE_TOOLCHAIN = "${STAGING_DIR_NATIVE}${GCC_ARM_NONE_TOOLCHAIN_RECIPE}"
export TI_CGT_PRU_INSTALL_DIR = "${STAGING_DIR_NATIVE}${TI_CGT_PRU_INSTALL_DIR_RECIPE}"
+export DSPLIB_C66_INSTALL_DIR = "${STAGING_DIR_TARGET}${DSPLIB_C66_INSTALL_DIR_RECIPE}"
DSPSUFFIX_omapl137 = "x674"
DSPSUFFIX_omapl138 = "x674"
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v2] dsplib-c66x: add version 3.4.0.0
2015-11-23 16:27 [PATCH v2] dsplib-c66x: add version 3.4.0.0 Hongmei Gou
@ 2015-11-24 17:58 ` Gou, Hongmei
2015-11-30 17:13 ` Denys Dmytriyenko
1 sibling, 0 replies; 3+ messages in thread
From: Gou, Hongmei @ 2015-11-24 17:58 UTC (permalink / raw)
To: meta-ti@yoctoproject.org
Ping. The new video analytics demo for Processor SDK depends on this dsplib package.
> -----Original Message-----
> From: Gou, Hongmei
> Sent: Monday, November 23, 2015 11:28 AM
> To: meta-ti@yoctoproject.org
> Cc: Gou, Hongmei
> Subject: [meta-ti] [PATCH v2] dsplib-c66x: add version 3.4.0.0
>
> Signed-off-by: Hongmei Gou <h-gou@ti.com>
> ---
> v2 change: add definition for ${S}
>
> recipes-ti/dsplib/dsplib-c66x.inc | 31
> +++++++++++++++++++++++++++++++
> recipes-ti/dsplib/dsplib-c66x_3.4.0.0.bb | 9 +++++++++
> recipes-ti/includes/ti-paths.inc | 2 ++
> 3 files changed, 42 insertions(+)
> create mode 100644 recipes-ti/dsplib/dsplib-c66x.inc create mode 100644
> recipes-ti/dsplib/dsplib-c66x_3.4.0.0.bb
>
> diff --git a/recipes-ti/dsplib/dsplib-c66x.inc b/recipes-ti/dsplib/dsplib-c66x.inc
> new file mode 100644
> index 0000000..9b378d4
> --- /dev/null
> +++ b/recipes-ti/dsplib/dsplib-c66x.inc
> @@ -0,0 +1,31 @@
> +DESCRIPTION = "DSPLIB contains optimized general-purpose signal-
> processing routines for TI DSPs"
> +HOMEPAGE = "http://www.ti.com/tool/sprc265"
> +SECTION = "devel"
> +LICENSE = "BSD-3-Clause"
> +
> +require ../includes/ti-paths.inc
> +require ../includes/ti-staging.inc
> +require ../includes/ti-unpack.inc
> +
> +COMPATIBLE_MACHINE = "omap-a15|keystone|c66x"
> +
> +SRC_URI = "http://software-
> dl.ti.com/sdoemb/sdoemb_public_sw/dsplib/${PV}/exports/${BINFILE};nam
> e=dsplib"
> +
> +S = "${WORKDIR}/dsplib-c66x-${PV}"
> +
> +BINFILE = "dsplib_c66x_${PV}_Linux.bin"
> +TI_BIN_UNPK_ARGS = "--mode silent --prefix ${S}"
> +TI_BIN_UNPK_CMDS = ""
> +
> +do_install() {
> + install -d ${D}${DSPLIB_C66_INSTALL_DIR_RECIPE}
> + cp -pPrf ${S}/* ${D}${DSPLIB_C66_INSTALL_DIR_RECIPE}
> +}
> +
> +ALLOW_EMPTY_${PN} = "1"
> +FILES_${PN}-dev += "${DSPLIB_C66_INSTALL_DIR_RECIPE}"
> +
> +INSANE_SKIP_${PN}-dev = "arch"
> +
> +CREATE_SRCIPK = "1"
> +SRCIPK_INSTALL_DIR = "dsplib_c66x_${PV}"
> diff --git a/recipes-ti/dsplib/dsplib-c66x_3.4.0.0.bb b/recipes-ti/dsplib/dsplib-
> c66x_3.4.0.0.bb
> new file mode 100644
> index 0000000..f1273f3
> --- /dev/null
> +++ b/recipes-ti/dsplib/dsplib-c66x_3.4.0.0.bb
> @@ -0,0 +1,9 @@
> +require dsplib-c66x.inc
> +
> +PV = "3_4_0_0"
> +PR = "r1"
> +
> +LIC_FILES_CHKSUM =
> "file://packages/ti/dsplib/dsplib.h;beginline=9;endline=35;md5=17733f9e110
> 0f8a628512f47c4bf676a"
> +
> +SRC_URI[dsplib.md5sum] = "66785604729c153dcad5282097dee8bf"
> +SRC_URI[dsplib.sha256sum] =
> "e88909b6271ce6c4c62e2ab90181b7adb36c7f28f5c52836668eb35888785ce8"
> diff --git a/recipes-ti/includes/ti-paths.inc b/recipes-ti/includes/ti-paths.inc
> index ad4ff78..37feb93 100644
> --- a/recipes-ti/includes/ti-paths.inc
> +++ b/recipes-ti/includes/ti-paths.inc
> @@ -49,6 +49,7 @@ export M4_TOOLCHAIN_INSTALL_DIR_RECIPE =
> "${installdir}/ti-cgt-arm"
> export CCSV6_INSTALL_DIR_RECIPE = "${installdir}/ccsv6"
> export GCC_ARM_NONE_TOOLCHAIN_RECIPE = "${installdir}/gcc-arm-
> none-eabi"
> export TI_CGT_PRU_INSTALL_DIR_RECIPE = "${installdir}/cgt-pru"
> +export DSPLIB_C66_INSTALL_DIR_RECIPE = "${installdir}/ti-dsplib-c66x-
> tree"
>
>
> # This is where the tools will end up in sysroot
> @@ -89,6 +90,7 @@ export M4_TOOLCHAIN_INSTALL_DIR =
> "${STAGING_DIR_NATIVE}${M4_TOOLCHAIN_INSTAL
> export CCSV6_INSTALL_DIR =
> "${STAGING_DIR_NATIVE}${CCSV6_INSTALL_DIR_RECIPE}"
> export GCC_ARM_NONE_TOOLCHAIN =
> "${STAGING_DIR_NATIVE}${GCC_ARM_NONE_TOOLCHAIN_RECIPE}"
> export TI_CGT_PRU_INSTALL_DIR =
> "${STAGING_DIR_NATIVE}${TI_CGT_PRU_INSTALL_DIR_RECIPE}"
> +export DSPLIB_C66_INSTALL_DIR =
> "${STAGING_DIR_TARGET}${DSPLIB_C66_INSTALL_DIR_RECIPE}"
>
> DSPSUFFIX_omapl137 = "x674"
> DSPSUFFIX_omapl138 = "x674"
> --
> 1.9.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] dsplib-c66x: add version 3.4.0.0
2015-11-23 16:27 [PATCH v2] dsplib-c66x: add version 3.4.0.0 Hongmei Gou
2015-11-24 17:58 ` Gou, Hongmei
@ 2015-11-30 17:13 ` Denys Dmytriyenko
1 sibling, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2015-11-30 17:13 UTC (permalink / raw)
To: Hongmei Gou; +Cc: meta-ti
NAK
1. SRCIPK is not part of meta-ti
2. c66x is not a known machine/SOC in meta-ti
On Mon, Nov 23, 2015 at 11:27:42AM -0500, Hongmei Gou wrote:
> Signed-off-by: Hongmei Gou <h-gou@ti.com>
> ---
> v2 change: add definition for ${S}
>
> recipes-ti/dsplib/dsplib-c66x.inc | 31 +++++++++++++++++++++++++++++++
> recipes-ti/dsplib/dsplib-c66x_3.4.0.0.bb | 9 +++++++++
> recipes-ti/includes/ti-paths.inc | 2 ++
> 3 files changed, 42 insertions(+)
> create mode 100644 recipes-ti/dsplib/dsplib-c66x.inc
> create mode 100644 recipes-ti/dsplib/dsplib-c66x_3.4.0.0.bb
>
> diff --git a/recipes-ti/dsplib/dsplib-c66x.inc b/recipes-ti/dsplib/dsplib-c66x.inc
> new file mode 100644
> index 0000000..9b378d4
> --- /dev/null
> +++ b/recipes-ti/dsplib/dsplib-c66x.inc
> @@ -0,0 +1,31 @@
> +DESCRIPTION = "DSPLIB contains optimized general-purpose signal-processing routines for TI DSPs"
> +HOMEPAGE = "http://www.ti.com/tool/sprc265"
> +SECTION = "devel"
> +LICENSE = "BSD-3-Clause"
> +
> +require ../includes/ti-paths.inc
> +require ../includes/ti-staging.inc
> +require ../includes/ti-unpack.inc
> +
> +COMPATIBLE_MACHINE = "omap-a15|keystone|c66x"
> +
> +SRC_URI = "http://software-dl.ti.com/sdoemb/sdoemb_public_sw/dsplib/${PV}/exports/${BINFILE};name=dsplib"
> +
> +S = "${WORKDIR}/dsplib-c66x-${PV}"
> +
> +BINFILE = "dsplib_c66x_${PV}_Linux.bin"
> +TI_BIN_UNPK_ARGS = "--mode silent --prefix ${S}"
> +TI_BIN_UNPK_CMDS = ""
> +
> +do_install() {
> + install -d ${D}${DSPLIB_C66_INSTALL_DIR_RECIPE}
> + cp -pPrf ${S}/* ${D}${DSPLIB_C66_INSTALL_DIR_RECIPE}
> +}
> +
> +ALLOW_EMPTY_${PN} = "1"
> +FILES_${PN}-dev += "${DSPLIB_C66_INSTALL_DIR_RECIPE}"
> +
> +INSANE_SKIP_${PN}-dev = "arch"
> +
> +CREATE_SRCIPK = "1"
> +SRCIPK_INSTALL_DIR = "dsplib_c66x_${PV}"
> diff --git a/recipes-ti/dsplib/dsplib-c66x_3.4.0.0.bb b/recipes-ti/dsplib/dsplib-c66x_3.4.0.0.bb
> new file mode 100644
> index 0000000..f1273f3
> --- /dev/null
> +++ b/recipes-ti/dsplib/dsplib-c66x_3.4.0.0.bb
> @@ -0,0 +1,9 @@
> +require dsplib-c66x.inc
> +
> +PV = "3_4_0_0"
> +PR = "r1"
> +
> +LIC_FILES_CHKSUM = "file://packages/ti/dsplib/dsplib.h;beginline=9;endline=35;md5=17733f9e1100f8a628512f47c4bf676a"
> +
> +SRC_URI[dsplib.md5sum] = "66785604729c153dcad5282097dee8bf"
> +SRC_URI[dsplib.sha256sum] = "e88909b6271ce6c4c62e2ab90181b7adb36c7f28f5c52836668eb35888785ce8"
> diff --git a/recipes-ti/includes/ti-paths.inc b/recipes-ti/includes/ti-paths.inc
> index ad4ff78..37feb93 100644
> --- a/recipes-ti/includes/ti-paths.inc
> +++ b/recipes-ti/includes/ti-paths.inc
> @@ -49,6 +49,7 @@ export M4_TOOLCHAIN_INSTALL_DIR_RECIPE = "${installdir}/ti-cgt-arm"
> export CCSV6_INSTALL_DIR_RECIPE = "${installdir}/ccsv6"
> export GCC_ARM_NONE_TOOLCHAIN_RECIPE = "${installdir}/gcc-arm-none-eabi"
> export TI_CGT_PRU_INSTALL_DIR_RECIPE = "${installdir}/cgt-pru"
> +export DSPLIB_C66_INSTALL_DIR_RECIPE = "${installdir}/ti-dsplib-c66x-tree"
>
>
> # This is where the tools will end up in sysroot
> @@ -89,6 +90,7 @@ export M4_TOOLCHAIN_INSTALL_DIR = "${STAGING_DIR_NATIVE}${M4_TOOLCHAIN_INSTAL
> export CCSV6_INSTALL_DIR = "${STAGING_DIR_NATIVE}${CCSV6_INSTALL_DIR_RECIPE}"
> export GCC_ARM_NONE_TOOLCHAIN = "${STAGING_DIR_NATIVE}${GCC_ARM_NONE_TOOLCHAIN_RECIPE}"
> export TI_CGT_PRU_INSTALL_DIR = "${STAGING_DIR_NATIVE}${TI_CGT_PRU_INSTALL_DIR_RECIPE}"
> +export DSPLIB_C66_INSTALL_DIR = "${STAGING_DIR_TARGET}${DSPLIB_C66_INSTALL_DIR_RECIPE}"
>
> DSPSUFFIX_omapl137 = "x674"
> DSPSUFFIX_omapl138 = "x674"
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-11-30 17:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-23 16:27 [PATCH v2] dsplib-c66x: add version 3.4.0.0 Hongmei Gou
2015-11-24 17:58 ` Gou, Hongmei
2015-11-30 17:13 ` Denys Dmytriyenko
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.