mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-08 03:40:52 +00:00
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>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
3901dc9396
commit
3f9f0dd97e
@@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause"
|
||||
|
||||
require ../includes/ti-paths.inc
|
||||
|
||||
PV = "3_4_0_1"
|
||||
PV = "3_4_0_2"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = "ti-cgt6x-native \
|
||||
@@ -17,7 +17,7 @@ DEPENDS = "ti-cgt6x-native \
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
SRC_URI = "git://git.ti.com/ep-processor-libraries/dsplib.git;protocol=git;branch=master"
|
||||
SRCREV = "bf5a51cba462c5cb03ed20a6a1bb1bd16c0683e1"
|
||||
SRCREV = "0eb7e849c4cf0ffbfd67e2a777e655375822792b"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://ti/dsplib/src/common/c66/lnk.cmd;beginline=1;endline=37;md5=0f0c9c4d51d8af75419781591ace190b"
|
||||
|
||||
@@ -48,7 +48,7 @@ do_install() {
|
||||
install -d ${D}${DSPLIB_INSTALL_DIR_RECIPE}
|
||||
|
||||
find -name "${DSPLIB_PACKAGE_NAME}.zip" -exec unzip -o {} -d ${D}${DSPLIB_INSTALL_DIR_RECIPE} \;
|
||||
mv ${D}${DSPLIB_INSTALL_DIR_RECIPE}/dsplib/* ${D}${DSPLIB_INSTALL_DIR_RECIPE}
|
||||
cp -r ${D}${DSPLIB_INSTALL_DIR_RECIPE}/dsplib/. ${D}${DSPLIB_INSTALL_DIR_RECIPE}
|
||||
rm -r ${D}${DSPLIB_INSTALL_DIR_RECIPE}/dsplib
|
||||
}
|
||||
|
||||
@@ -60,7 +60,7 @@ do_deploy() {
|
||||
# zip up files in ${D}${DSPLIB_INSTALL_DIR_RECIPE}
|
||||
# and place the zip file in ${DEPLOYDIR}
|
||||
mkdir ./${DSPLIB_PACKAGE_NAME}
|
||||
cp -r ${D}${DSPLIB_INSTALL_DIR_RECIPE}/* ./${DSPLIB_PACKAGE_NAME}
|
||||
cp -r ${D}${DSPLIB_INSTALL_DIR_RECIPE}/. ./${DSPLIB_PACKAGE_NAME}
|
||||
zip -9 -y -r -q ${DEPLOYDIR}/${DSPLIB_PACKAGE_NAME}.zip ./${DSPLIB_PACKAGE_NAME}
|
||||
rm -r ./${DSPLIB_PACKAGE_NAME}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause"
|
||||
|
||||
require ../includes/ti-paths.inc
|
||||
|
||||
PV = "3_1_2_2"
|
||||
PV = "3_1_2_3"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = "ti-cgt6x-native \
|
||||
@@ -17,7 +17,7 @@ DEPENDS = "ti-cgt6x-native \
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
SRC_URI = "git://git.ti.com/ep-processor-libraries/mathlib.git;protocol=git;branch=master"
|
||||
SRCREV = "195355db20f53295cfeef0bcfba0a8d8fdb0a753"
|
||||
SRCREV = "8ca923210d156aa09f582aaab0dc2d0174a88962"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://ti/mathlib/src/acosdp/acosdp.h;beginline=1;endline=35;md5=c133f7e139b46385906c861dd9552250"
|
||||
|
||||
@@ -47,7 +47,7 @@ do_install() {
|
||||
install -d ${D}${MATHLIB_INSTALL_DIR_RECIPE}
|
||||
|
||||
find -name "${MATHLIB_PACKAGE_NAME}.zip" -exec unzip -o {} -d ${D}${MATHLIB_INSTALL_DIR_RECIPE} \;
|
||||
mv ${D}${MATHLIB_INSTALL_DIR_RECIPE}/mathlib/* ${D}${MATHLIB_INSTALL_DIR_RECIPE}
|
||||
cp -r ${D}${MATHLIB_INSTALL_DIR_RECIPE}/mathlib/. ${D}${MATHLIB_INSTALL_DIR_RECIPE}
|
||||
rm -r ${D}${MATHLIB_INSTALL_DIR_RECIPE}/mathlib
|
||||
}
|
||||
|
||||
@@ -59,7 +59,7 @@ do_deploy() {
|
||||
# zip up files in ${D}${MATHLIB_INSTALL_DIR_RECIPE}
|
||||
# and place the zip file in ${DEPLOYDIR}
|
||||
mkdir ./${MATHLIB_PACKAGE_NAME}
|
||||
cp -r ${D}${MATHLIB_INSTALL_DIR_RECIPE}/* ./${MATHLIB_PACKAGE_NAME}
|
||||
cp -r ${D}${MATHLIB_INSTALL_DIR_RECIPE}/. ./${MATHLIB_PACKAGE_NAME}
|
||||
zip -9 -y -r -q ${DEPLOYDIR}/${MATHLIB_PACKAGE_NAME}.zip ./${MATHLIB_PACKAGE_NAME}
|
||||
rm -r ./${MATHLIB_PACKAGE_NAME}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user