diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2016-01-27 03:16:42 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-01-27 15:52:40 -0500 |
commit | ec6b20ae122ee32f5b14fbef643e428ff50e9630 (patch) | |
tree | 2c8687bc10f60366de4d792edd8c0e13dc1e9eae /recipes-bsp/common-csl-ip/common-csl-ip_git.bb | |
parent | a1be6f468d9974a290a8ec6c3c9c032378794481 (diff) | |
download | meta-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.bb | 6 |
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 | ||
5 | ALLOW_EMPTY_${PN} = "1" | 5 | ALLOW_EMPTY_${PN} = "1" |
6 | 6 | ||
7 | CLEANBROKEN = "1" | ||
8 | |||
9 | do_compile() { | ||
10 | : | ||
11 | } | ||
12 | |||
7 | do_install () { | 13 | do_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 |