All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cuia: Add recipe for TI unified Instrumentation Architecture in C module
@ 2015-01-13 18:39 Sam Nelson
  2015-01-15  2:52 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Sam Nelson @ 2015-01-13 18:39 UTC (permalink / raw)
  To: meta-ti

- Provides instrumentation libraries in C for TI SoCs

Signed-off-by: Sam Nelson <sam.nelson@ti.com>
---
 recipes-bsp/cuia/cuia_1.0.0.13.bb |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 recipes-bsp/cuia/cuia_1.0.0.13.bb

diff --git a/recipes-bsp/cuia/cuia_1.0.0.13.bb b/recipes-bsp/cuia/cuia_1.0.0.13.bb
new file mode 100644
index 0000000..343d176
--- /dev/null
+++ b/recipes-bsp/cuia/cuia_1.0.0.13.bb
@@ -0,0 +1,24 @@
+DESCRIPTION = "TI Unified Instrumentation Architecture in C (cUIA)"
+LICENSE = "BSD-3-Clause"
+LIC_FILES_CHKSUM = "file://cuia_${CUIA_PV}_manifest.html;md5=0eea94e3bb94de4ddee77653eba1c7c5"
+
+CUIA_PV = "1_00_00_13"
+CUIA_PVExtra = ""
+
+SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_ccstudio/UIA/SCMCSDK/cuia_${CUIA_PV}${CUIA_PVExtra}.tar.gz;name=cuia"
+SRC_URI[cuia.md5sum] = "ef53989ac70c191841cd656cdc8770be"
+SRC_URI[cuia.sha256sum] = "f16d138a9146fdc7d52cba77bd30596da65835f6ffe4092baf2b33d1c1a4fb0d"
+
+S = "${WORKDIR}/cuia_${CUIA_PV}${CUIA_PVExtra}"
+SRCREV = "${AUTOREV}"
+
+do_compile () {
+	cd ${S}
+	oe_runmake clean
+	oe_runmake all
+}
+
+do_install() {
+	cd ${S}
+	oe_runmake DESTDIR=${D} libdir=${libdir} includedir=${includedir} install
+}
-- 
1.7.9.5



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

* Re: [PATCH] cuia: Add recipe for TI unified Instrumentation Architecture in C module
  2015-01-13 18:39 [PATCH] cuia: Add recipe for TI unified Instrumentation Architecture in C module Sam Nelson
@ 2015-01-15  2:52 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2015-01-15  2:52 UTC (permalink / raw)
  To: Sam Nelson; +Cc: meta-ti

NAK. No AUTOREV allowed in meta-ti!


On Tue, Jan 13, 2015 at 01:39:37PM -0500, Sam Nelson wrote:
> - Provides instrumentation libraries in C for TI SoCs
> 
> Signed-off-by: Sam Nelson <sam.nelson@ti.com>
> ---
>  recipes-bsp/cuia/cuia_1.0.0.13.bb |   24 ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)
>  create mode 100644 recipes-bsp/cuia/cuia_1.0.0.13.bb
> 
> diff --git a/recipes-bsp/cuia/cuia_1.0.0.13.bb b/recipes-bsp/cuia/cuia_1.0.0.13.bb
> new file mode 100644
> index 0000000..343d176
> --- /dev/null
> +++ b/recipes-bsp/cuia/cuia_1.0.0.13.bb
> @@ -0,0 +1,24 @@
> +DESCRIPTION = "TI Unified Instrumentation Architecture in C (cUIA)"
> +LICENSE = "BSD-3-Clause"
> +LIC_FILES_CHKSUM = "file://cuia_${CUIA_PV}_manifest.html;md5=0eea94e3bb94de4ddee77653eba1c7c5"
> +
> +CUIA_PV = "1_00_00_13"
> +CUIA_PVExtra = ""
> +
> +SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_ccstudio/UIA/SCMCSDK/cuia_${CUIA_PV}${CUIA_PVExtra}.tar.gz;name=cuia"
> +SRC_URI[cuia.md5sum] = "ef53989ac70c191841cd656cdc8770be"
> +SRC_URI[cuia.sha256sum] = "f16d138a9146fdc7d52cba77bd30596da65835f6ffe4092baf2b33d1c1a4fb0d"
> +
> +S = "${WORKDIR}/cuia_${CUIA_PV}${CUIA_PVExtra}"
> +SRCREV = "${AUTOREV}"
> +
> +do_compile () {
> +	cd ${S}
> +	oe_runmake clean
> +	oe_runmake all
> +}
> +
> +do_install() {
> +	cd ${S}
> +	oe_runmake DESTDIR=${D} libdir=${libdir} includedir=${includedir} install
> +}
> -- 
> 1.7.9.5
> 
> -- 
> _______________________________________________
> 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-01-15  2:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-13 18:39 [PATCH] cuia: Add recipe for TI unified Instrumentation Architecture in C module Sam Nelson
2015-01-15  2:52 ` 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.