aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/common-csl-ip/common-csl-ip_git.bb
diff options
context:
space:
mode:
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.bb17
1 files changed, 0 insertions, 17 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
deleted file mode 100644
index 9ea87d36..00000000
--- a/recipes-bsp/common-csl-ip/common-csl-ip_git.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-require common-csl-ip.inc
-
-PR = "${INC_PR}.0"
-
-ALLOW_EMPTY_${PN} = "1"
-
-CLEANBROKEN = "1"
-
-do_compile() {
- :
-}
-
-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
-}