diff options
author | Jianzhong Xu <xuj@ti.com> | 2018-12-05 02:01:54 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-12-05 21:31:21 +0000 |
commit | 3f9f0dd97ec84d0973499934f1c3b6e3e03dd692 (patch) | |
tree | bb9327397ec5e64f81af14359ff8111e4b6db0f2 /recipes-ti/dsplib | |
parent | 3901dc93967637b18e840f02ee91361af4702b8a (diff) | |
download | meta-ti-3f9f0dd97ec84d0973499934f1c3b6e3e03dd692.tar.gz |
dsplib/mathlib: update and package everything including hidden folders
1. Package everything including hidden folders for dsplib and mathlib
2. Update SRCREVs for dsplib and mathlib related to Proc-SDK 5.2 bug fixes.
Signed-off-by: Jianzhong Xu <xuj@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/dsplib')
-rw-r--r-- | recipes-ti/dsplib/dsplib.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-ti/dsplib/dsplib.inc b/recipes-ti/dsplib/dsplib.inc index a3953105..21521556 100644 --- a/recipes-ti/dsplib/dsplib.inc +++ b/recipes-ti/dsplib/dsplib.inc | |||
@@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause" | |||
4 | 4 | ||
5 | require ../includes/ti-paths.inc | 5 | require ../includes/ti-paths.inc |
6 | 6 | ||
7 | PV = "3_4_0_1" | 7 | PV = "3_4_0_2" |
8 | PR = "r0" | 8 | PR = "r0" |
9 | 9 | ||
10 | DEPENDS = "ti-cgt6x-native \ | 10 | DEPENDS = "ti-cgt6x-native \ |
@@ -17,7 +17,7 @@ DEPENDS = "ti-cgt6x-native \ | |||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | SRC_URI = "git://git.ti.com/ep-processor-libraries/dsplib.git;protocol=git;branch=master" | 19 | SRC_URI = "git://git.ti.com/ep-processor-libraries/dsplib.git;protocol=git;branch=master" |
20 | SRCREV = "bf5a51cba462c5cb03ed20a6a1bb1bd16c0683e1" | 20 | SRCREV = "0eb7e849c4cf0ffbfd67e2a777e655375822792b" |
21 | 21 | ||
22 | LIC_FILES_CHKSUM = "file://ti/dsplib/src/common/c66/lnk.cmd;beginline=1;endline=37;md5=0f0c9c4d51d8af75419781591ace190b" | 22 | LIC_FILES_CHKSUM = "file://ti/dsplib/src/common/c66/lnk.cmd;beginline=1;endline=37;md5=0f0c9c4d51d8af75419781591ace190b" |
23 | 23 | ||
@@ -48,7 +48,7 @@ do_install() { | |||
48 | install -d ${D}${DSPLIB_INSTALL_DIR_RECIPE} | 48 | install -d ${D}${DSPLIB_INSTALL_DIR_RECIPE} |
49 | 49 | ||
50 | find -name "${DSPLIB_PACKAGE_NAME}.zip" -exec unzip -o {} -d ${D}${DSPLIB_INSTALL_DIR_RECIPE} \; | 50 | find -name "${DSPLIB_PACKAGE_NAME}.zip" -exec unzip -o {} -d ${D}${DSPLIB_INSTALL_DIR_RECIPE} \; |
51 | mv ${D}${DSPLIB_INSTALL_DIR_RECIPE}/dsplib/* ${D}${DSPLIB_INSTALL_DIR_RECIPE} | 51 | cp -r ${D}${DSPLIB_INSTALL_DIR_RECIPE}/dsplib/. ${D}${DSPLIB_INSTALL_DIR_RECIPE} |
52 | rm -r ${D}${DSPLIB_INSTALL_DIR_RECIPE}/dsplib | 52 | rm -r ${D}${DSPLIB_INSTALL_DIR_RECIPE}/dsplib |
53 | } | 53 | } |
54 | 54 | ||
@@ -60,7 +60,7 @@ do_deploy() { | |||
60 | # zip up files in ${D}${DSPLIB_INSTALL_DIR_RECIPE} | 60 | # zip up files in ${D}${DSPLIB_INSTALL_DIR_RECIPE} |
61 | # and place the zip file in ${DEPLOYDIR} | 61 | # and place the zip file in ${DEPLOYDIR} |
62 | mkdir ./${DSPLIB_PACKAGE_NAME} | 62 | mkdir ./${DSPLIB_PACKAGE_NAME} |
63 | cp -r ${D}${DSPLIB_INSTALL_DIR_RECIPE}/* ./${DSPLIB_PACKAGE_NAME} | 63 | cp -r ${D}${DSPLIB_INSTALL_DIR_RECIPE}/. ./${DSPLIB_PACKAGE_NAME} |
64 | zip -9 -y -r -q ${DEPLOYDIR}/${DSPLIB_PACKAGE_NAME}.zip ./${DSPLIB_PACKAGE_NAME} | 64 | zip -9 -y -r -q ${DEPLOYDIR}/${DSPLIB_PACKAGE_NAME}.zip ./${DSPLIB_PACKAGE_NAME} |
65 | rm -r ./${DSPLIB_PACKAGE_NAME} | 65 | rm -r ./${DSPLIB_PACKAGE_NAME} |
66 | } | 66 | } |