Signed-off-by: Aravind Batni <[email protected]>
---
meta-arago-extras/recipes-bsp/ti-csl/ti-csl_git.bb | 27 ++++++++++++++++++++
1 file changed, 27 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..2896506
--- /dev/null
+++ b/meta-arago-extras/recipes-bsp/ti-csl/ti-csl_git.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "TI CSL"
+LICENSE = "TI BSD"
+LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21"
+
+COMPATIBLE_MACHINE = "keystone-evm"
+ALLOW_EMPTY_${PN} = "1"
+
+PR = "r1"
+BRANCH="master"
+LLD-NAME="csl"
+SRC_URI =
"git://git.ti.com/keystone-rtos/common-csl-ip.git;protocol=git;branch=${BRANCH}"
+
+S = "${WORKDIR}/git"
+# commit ID corresponds to DEV.CSL_KEYSTONE2.02.00.00.17
+SRCREV = "f6f90144c14e1ee783c4b893b52e54830be8166e"
+
+do_install () {
+ install -d ${D}/${includedir}/ti/csl
+ cp -r ${S}/* ${D}/${includedir}/ti/csl
+# Retain only header files
+ cd ${D}/${includedir}/ti/csl
+ find . \( -name "*.xdt" -o -name "*.bld" -o -name "*.bat" -o -name "*.c"
-o -name "*.xdc" -o -name "*.asm" -o -name "*.xs" \) | xargs rm -rf
+ rm -rf build docs
+ mkdir -p src/ip/serdes_sb
+ cp -r ${S}/src/ip/serdes_sb/V0 src/ip/serdes_sb
+}
+
--
1.7.9.5
_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago