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:52:40 -0500
commitec6b20ae122ee32f5b14fbef643e428ff50e9630 (patch)
tree2c8687bc10f60366de4d792edd8c0e13dc1e9eae /recipes-bsp/common-csl-ip/common-csl-ip_git.bb
parenta1be6f468d9974a290a8ec6c3c9c032378794481 (diff)
downloadmeta-ti-ec6b20ae122ee32f5b14fbef643e428ff50e9630.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