All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] ti-csl: new recipe providing CSL for TI-KeyStone2 devices
@ 2014-02-11 21:24 Aravind Batni
  2014-02-12 17:58 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Aravind Batni @ 2014-02-11 21:24 UTC (permalink / raw)
  To: meta-arago; +Cc: Aravind Batni

-This package provides chip support library interface files

Signed-off-by: Aravind Batni <aravindbr@ti.com>
---
Changes since last patch:
* relaxed COMPATIBLE_MACHINE to entire "keystone" family
* removed cd ${S} redundant instruction in do_install
* fixed the bug in installation of serdes_sb C source files
---
---
 meta-arago-extras/recipes-bsp/ti-csl/ti-csl_git.bb |   21 ++++++++++++++++++++
 1 file changed, 21 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..fb5e6f8
--- /dev/null
+++ b/meta-arago-extras/recipes-bsp/ti-csl/ti-csl_git.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "TI CSL"
+LICENSE = "TI BSD"
+LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21"
+
+COMPATIBLE_MACHINE = "keystone"
+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 () {
+    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
+}
+
-- 
1.7.9.5



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

end of thread, other threads:[~2014-02-12 17:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-11 21:24 [PATCH v3] ti-csl: new recipe providing CSL for TI-KeyStone2 devices Aravind Batni
2014-02-12 17:58 ` 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.