All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ti-codec-engine: update to version 3.24.00.08
@ 2015-09-02 21:09 Hongmei Gou
  2015-09-08 22:44 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Hongmei Gou @ 2015-09-02 21:09 UTC (permalink / raw)
  To: meta-ti

* version update and install/stage the source tree w/o compiling examples

Signed-off-by: Hongmei Gou <h-gou@ti.com>
---
 .../codec-engine/ti-codec-engine_3.24.00.08.bb     | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb

diff --git a/recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb b/recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb
new file mode 100644
index 0000000..06a7ce1
--- /dev/null
+++ b/recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb
@@ -0,0 +1,29 @@
+DESCRIPTION = "Codec Engine for TI ARM/DSP processors"
+HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ce"
+SECTION = "devel"
+LICENSE = "BSD"
+
+require recipes-ti/includes/ti-paths.inc
+require recipes-ti/includes/ti-staging.inc
+
+PV = "3_24_00_08"
+PR = "r0"
+
+LIC_FILES_CHKSUM = "file://codec_engine_${PV}_Manifest.html;md5=de7d9c2594a6f3868e42a33b6a748ce7"
+
+SRC_URI[cetarball.md5sum] = "d66a8ccbd6cdfe9f735af9f4a07e2b9b"
+SRC_URI[cetarball.sha256sum] = "ed7b7399903bbf76af06ee6457836f344ad75b903618339bae82b3967f27ffa1"
+
+S = "${WORKDIR}/codec_engine_${PV}"
+
+SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ce/${PV}/exports/codec_engine_${PV},lite.tar.gz;name=cetarball "
+
+do_install() {
+
+        # Install/Stage the Source Tree
+        install -d ${D}${CE_INSTALL_DIR_RECIPE}
+        cp -pPrf ${S}/* ${D}${CE_INSTALL_DIR_RECIPE}
+}
+
+ALLOW_EMPTY_${PN} = "1"
+FILES_${PN}-dev += "${CE_INSTALL_DIR_RECIPE}"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ti-codec-engine: update to version 3.24.00.08
  2015-09-02 21:09 [PATCH] ti-codec-engine: update to version 3.24.00.08 Hongmei Gou
@ 2015-09-08 22:44 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2015-09-08 22:44 UTC (permalink / raw)
  To: Hongmei Gou; +Cc: meta-ti

Same here - pushed to master/fido


On Wed, Sep 02, 2015 at 05:09:04PM -0400, Hongmei Gou wrote:
> * version update and install/stage the source tree w/o compiling examples
> 
> Signed-off-by: Hongmei Gou <h-gou@ti.com>
> ---
>  .../codec-engine/ti-codec-engine_3.24.00.08.bb     | 29 ++++++++++++++++++++++
>  1 file changed, 29 insertions(+)
>  create mode 100644 recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb
> 
> diff --git a/recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb b/recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb
> new file mode 100644
> index 0000000..06a7ce1
> --- /dev/null
> +++ b/recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb
> @@ -0,0 +1,29 @@
> +DESCRIPTION = "Codec Engine for TI ARM/DSP processors"
> +HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ce"
> +SECTION = "devel"
> +LICENSE = "BSD"
> +
> +require recipes-ti/includes/ti-paths.inc
> +require recipes-ti/includes/ti-staging.inc
> +
> +PV = "3_24_00_08"
> +PR = "r0"
> +
> +LIC_FILES_CHKSUM = "file://codec_engine_${PV}_Manifest.html;md5=de7d9c2594a6f3868e42a33b6a748ce7"
> +
> +SRC_URI[cetarball.md5sum] = "d66a8ccbd6cdfe9f735af9f4a07e2b9b"
> +SRC_URI[cetarball.sha256sum] = "ed7b7399903bbf76af06ee6457836f344ad75b903618339bae82b3967f27ffa1"
> +
> +S = "${WORKDIR}/codec_engine_${PV}"
> +
> +SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ce/${PV}/exports/codec_engine_${PV},lite.tar.gz;name=cetarball "
> +
> +do_install() {
> +
> +        # Install/Stage the Source Tree
> +        install -d ${D}${CE_INSTALL_DIR_RECIPE}
> +        cp -pPrf ${S}/* ${D}${CE_INSTALL_DIR_RECIPE}
> +}
> +
> +ALLOW_EMPTY_${PN} = "1"
> +FILES_${PN}-dev += "${CE_INSTALL_DIR_RECIPE}"
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-09-08 22:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-02 21:09 [PATCH] ti-codec-engine: update to version 3.24.00.08 Hongmei Gou
2015-09-08 22:44 ` 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.