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:53:53 -0500 |
| commit | e887c3f2a6166adaf420eb2c5789e468de2633da (patch) | |
| tree | ba50b230a6c625c39721a1d7859eb2214dae6163 /recipes-bsp/common-csl-ip/common-csl-ip_git.bb | |
| parent | a83eb9039edea25386d320e7a1403d732930c2fa (diff) | |
| download | meta-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.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 |
