[meta-ti] Sam Nelson : common-csl-ip: Update to csl version 2.1.0.5
Arago Project git
git at arago-project.org
Tue Oct 7 12:43:58 PDT 2014
Module: meta-ti
Branch: daisy
Commit: bc68ca3a013cec40ee995b25093195914f2184b8
URL: http://arago-project.org/git/meta-ti.git?a=commit;h=bc68ca3a013cec40ee995b25093195914f2184b8
Author: Sam Nelson <sam.nelson at ti.com>
Date: Tue Oct 7 17:36:45 2014 +0000
common-csl-ip: Update to csl version 2.1.0.5
- Updated description
- Updated LICENSE to BSD-3-Clause
- Updated Commit id
- Removed trailing whitespaces
Signed-off-by: Sam Nelson <sam.nelson at ti.com>
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
recipes-bsp/common-csl-ip/common-csl-ip_git.bb | 13 ++++++-------
1 files changed, 6 insertions(+), 7 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 fb5e6f8..a6f46db 100644
--- a/recipes-bsp/common-csl-ip/common-csl-ip_git.bb
+++ b/recipes-bsp/common-csl-ip/common-csl-ip_git.bb
@@ -1,21 +1,20 @@
-DESCRIPTION = "TI CSL"
-LICENSE = "TI BSD"
+DESCRIPTION = "Chip support library low level interface"
+LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21"
COMPATIBLE_MACHINE = "keystone"
ALLOW_EMPTY_${PN} = "1"
-PR = "r0"
+PR = "r1"
BRANCH="master"
SRC_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git;protocol=git;branch=${BRANCH}"
-# commit ID corresponds to DEV.CSL_KEYSTONE2.02.00.00.17
-SRCREV = "f6f90144c14e1ee783c4b893b52e54830be8166e"
+# commit ID corresponds to DEV.CSL_KEYSTONE2.02.01.00.05A
+SRCREV = "80d18dda4a76ce1a22cf2b5156f111390d75bea4"
S = "${WORKDIR}/git"
do_install () {
install -d ${D}${includedir}/ti/csl
- find . -name "*.h" -type f | xargs -I {} cp --parents {} ${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
}
-
More information about the meta-ti
mailing list