[meta-ti] [PATCH] cuia: Add recipe for TI unified Instrumentation Architecture in C module

Denys Dmytriyenko denys at ti.com
Wed Jan 14 18:52:55 PST 2015


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 at 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 at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


More information about the meta-ti mailing list