Acked-by: Chase Maupin <[email protected]>

>-----Original Message-----
>From: [email protected] [mailto:meta-arago-
>[email protected]] On Behalf Of Aravind Batni
>Sent: Wednesday, February 05, 2014 1:15 PM
>To: [email protected]
>Cc: Aravind Batni
>Subject: [meta-arago] [PATCH v2] ti-csl: new recipe providing CSL
>for TI-KeyStone2 devices
>
>-This package provides chip support library interface files
>
>Signed-off-by: Aravind Batni <[email protected]>
>---
>* grouped SRC_URI and SRCREV together
>* Modified do_install to copy the needed files only instead of
>copy everything
>  delete unwanted files.
>---
>---
> meta-arago-extras/recipes-bsp/ti-csl/ti-csl_git.bb |   22
>++++++++++++++++++++
> 1 file changed, 22 insertions(+)
> create mode 100644 meta-arago-extras/recipes-bsp/ti-csl/ti-
>csl_git.bb
>
>diff --git a/meta-arago-extras/recipes-bsp/ti-csl/ti-csl_git.bb
>b/meta-arago-extras/recipes-bsp/ti-csl/ti-csl_git.bb
>new file mode 100644
>index 0000000..37f7937
>--- /dev/null
>+++ b/meta-arago-extras/recipes-bsp/ti-csl/ti-csl_git.bb
>@@ -0,0 +1,22 @@
>+DESCRIPTION = "TI CSL"
>+LICENSE = "TI BSD"
>+LIC_FILES_CHKSUM =
>"file://COPYING.txt;md5=5857833e20836213677fac33f9aded21"
>+
>+COMPATIBLE_MACHINE = "keystone-evm"
>+ALLOW_EMPTY_${PN} = "1"
>+
>+PR = "r0"
>+BRANCH="master"
>+SRC_URI = "git://git.ti.com/keystone-rtos/common-csl-
>ip.git;protocol=git;branch=${BRANCH}"
>+# commit ID corresponds to DEV.CSL_KEYSTONE2.02.00.00.17
>+SRCREV = "f6f90144c14e1ee783c4b893b52e54830be8166e"
>+
>+S = "${WORKDIR}/git"
>+
>+do_install () {
>+    cd ${S}
>+    install -d ${D}${includedir}/ti/csl
>+    find . -name "*.h" -type f | xargs -I {} cp --parents {}
>${D}${includedir}/ti/csl
>+    find ./src/ip/serdes_sb/V0 -name "*.c" -type f | xargs -I {}
>cp --parents {} ${D}${includedir}/ti/csl/src/ip/serdes_sb/V0
>+}
>+
>--
>1.7.9.5
>
>_______________________________________________
>meta-arago mailing list
>[email protected]
>http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to