summaryrefslogtreecommitdiffstats
path: root/recipes-ti/dsplib
diff options
context:
space:
mode:
authorJianzhong Xu <xuj@ti.com>2018-09-29 00:04:51 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-10-01 03:19:15 +0000
commitbc7bce7208d1e210eb1f0b6a00705e467aa8cbc7 (patch)
tree433bd97f2c25f34ae4e42753443faa87e7a81449 /recipes-ti/dsplib
parent34888601bff162431ac3456c253774806e286b2e (diff)
downloadmeta-ti-bc7bce7208d1e210eb1f0b6a00705e467aa8cbc7.tar.gz
dsplib/mathlib: do not install/deploy .metadata
dsplib/mathlib: do not install/deploy .metadata Do not install/deploy .metadata folder for dsplib and mathlib packages. This folder prevents CCS from finding and installing dsplib and mathlib. 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.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-ti/dsplib/dsplib.inc b/recipes-ti/dsplib/dsplib.inc
index 7180c4af..f3696795 100644
--- a/recipes-ti/dsplib/dsplib.inc
+++ b/recipes-ti/dsplib/dsplib.inc
@@ -49,7 +49,6 @@ do_install() {
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 mv ${D}${DSPLIB_INSTALL_DIR_RECIPE}/dsplib/* ${D}${DSPLIB_INSTALL_DIR_RECIPE}
52 mv ${D}${DSPLIB_INSTALL_DIR_RECIPE}/dsplib/.metadata ${D}${DSPLIB_INSTALL_DIR_RECIPE}
53 rm -r ${D}${DSPLIB_INSTALL_DIR_RECIPE}/dsplib 52 rm -r ${D}${DSPLIB_INSTALL_DIR_RECIPE}/dsplib
54} 53}
55 54
@@ -62,7 +61,6 @@ do_deploy() {
62 # and place the zip file in ${DEPLOYDIR} 61 # and place the zip file in ${DEPLOYDIR}
63 mkdir ./${DSPLIB_PACKAGE_NAME} 62 mkdir ./${DSPLIB_PACKAGE_NAME}
64 cp -r ${D}${DSPLIB_INSTALL_DIR_RECIPE}/* ./${DSPLIB_PACKAGE_NAME} 63 cp -r ${D}${DSPLIB_INSTALL_DIR_RECIPE}/* ./${DSPLIB_PACKAGE_NAME}
65 cp -r ${D}${DSPLIB_INSTALL_DIR_RECIPE}/.metadata ./${DSPLIB_PACKAGE_NAME}
66 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}
67 rm -r ./${DSPLIB_PACKAGE_NAME} 65 rm -r ./${DSPLIB_PACKAGE_NAME}
68} 66}