summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/common-csl-ip/common-csl-ip_git.bb
diff options
context:
space:
mode:
authorJacob Stiffler <j-stiffler@ti.com>2016-01-27 03:16:42 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-01-27 15:53:53 -0500
commite887c3f2a6166adaf420eb2c5789e468de2633da (patch)
treeba50b230a6c625c39721a1d7859eb2214dae6163 /recipes-bsp/common-csl-ip/common-csl-ip_git.bb
parenta83eb9039edea25386d320e7a1403d732930c2fa (diff)
downloadmeta-ti-e887c3f2a6166adaf420eb2c5789e468de2633da.tar.gz
common-csl-ip: Upgrade to version 3.3.0.1B
* Re-implement common-csl-ip-rtos using the ti-pdk class Signed-off-by: Jacob Stiffler <j-stiffler@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/common-csl-ip/common-csl-ip_git.bb')
-rw-r--r--recipes-bsp/common-csl-ip/common-csl-ip_git.bb6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-bsp/common-csl-ip/common-csl-ip_git.bb b/recipes-bsp/common-csl-ip/common-csl-ip_git.bb
index 77f78589..9ea87d36 100644
--- a/recipes-bsp/common-csl-ip/common-csl-ip_git.bb
+++ b/recipes-bsp/common-csl-ip/common-csl-ip_git.bb
@@ -4,6 +4,12 @@ PR = "${INC_PR}.0"
4 4
5ALLOW_EMPTY_${PN} = "1" 5ALLOW_EMPTY_${PN} = "1"
6 6
7CLEANBROKEN = "1"
8
9do_compile() {
10 :
11}
12
7do_install () { 13do_install () {
8 install -d ${D}${includedir}/ti/csl 14 install -d ${D}${includedir}/ti/csl
9 find . -name "*.h" -type f | xargs -I {} cp --parents {} ${D}${includedir}/ti/csl 15 find . -name "*.h" -type f | xargs -I {} cp --parents {} ${D}${includedir}/ti/csl