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/mathlib | |
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/mathlib')
-rw-r--r-- | recipes-ti/mathlib/mathlib.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-ti/mathlib/mathlib.inc b/recipes-ti/mathlib/mathlib.inc index 61f198bc..08d52083 100644 --- a/recipes-ti/mathlib/mathlib.inc +++ b/recipes-ti/mathlib/mathlib.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_1_2_2" | 7 | PV = "3_1_2_3" |
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/mathlib.git;protocol=git;branch=master" | 19 | SRC_URI = "git://git.ti.com/ep-processor-libraries/mathlib.git;protocol=git;branch=master" |
20 | SRCREV = "195355db20f53295cfeef0bcfba0a8d8fdb0a753" | 20 | SRCREV = "8ca923210d156aa09f582aaab0dc2d0174a88962" |
21 | 21 | ||
22 | LIC_FILES_CHKSUM = "file://ti/mathlib/src/acosdp/acosdp.h;beginline=1;endline=35;md5=c133f7e139b46385906c861dd9552250" | 22 | LIC_FILES_CHKSUM = "file://ti/mathlib/src/acosdp/acosdp.h;beginline=1;endline=35;md5=c133f7e139b46385906c861dd9552250" |
23 | 23 | ||
@@ -47,7 +47,7 @@ do_install() { | |||
47 | install -d ${D}${MATHLIB_INSTALL_DIR_RECIPE} | 47 | install -d ${D}${MATHLIB_INSTALL_DIR_RECIPE} |
48 | 48 | ||
49 | find -name "${MATHLIB_PACKAGE_NAME}.zip" -exec unzip -o {} -d ${D}${MATHLIB_INSTALL_DIR_RECIPE} \; | 49 | find -name "${MATHLIB_PACKAGE_NAME}.zip" -exec unzip -o {} -d ${D}${MATHLIB_INSTALL_DIR_RECIPE} \; |
50 | mv ${D}${MATHLIB_INSTALL_DIR_RECIPE}/mathlib/* ${D}${MATHLIB_INSTALL_DIR_RECIPE} | 50 | cp -r ${D}${MATHLIB_INSTALL_DIR_RECIPE}/mathlib/. ${D}${MATHLIB_INSTALL_DIR_RECIPE} |
51 | rm -r ${D}${MATHLIB_INSTALL_DIR_RECIPE}/mathlib | 51 | rm -r ${D}${MATHLIB_INSTALL_DIR_RECIPE}/mathlib |
52 | } | 52 | } |
53 | 53 | ||
@@ -59,7 +59,7 @@ do_deploy() { | |||
59 | # zip up files in ${D}${MATHLIB_INSTALL_DIR_RECIPE} | 59 | # zip up files in ${D}${MATHLIB_INSTALL_DIR_RECIPE} |
60 | # and place the zip file in ${DEPLOYDIR} | 60 | # and place the zip file in ${DEPLOYDIR} |
61 | mkdir ./${MATHLIB_PACKAGE_NAME} | 61 | mkdir ./${MATHLIB_PACKAGE_NAME} |
62 | cp -r ${D}${MATHLIB_INSTALL_DIR_RECIPE}/* ./${MATHLIB_PACKAGE_NAME} | 62 | cp -r ${D}${MATHLIB_INSTALL_DIR_RECIPE}/. ./${MATHLIB_PACKAGE_NAME} |
63 | zip -9 -y -r -q ${DEPLOYDIR}/${MATHLIB_PACKAGE_NAME}.zip ./${MATHLIB_PACKAGE_NAME} | 63 | zip -9 -y -r -q ${DEPLOYDIR}/${MATHLIB_PACKAGE_NAME}.zip ./${MATHLIB_PACKAGE_NAME} |
64 | rm -r ./${MATHLIB_PACKAGE_NAME} | 64 | rm -r ./${MATHLIB_PACKAGE_NAME} |
65 | } | 65 | } |