aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti/ti-dsplink-module.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ti/ti-dsplink-module.inc')
-rw-r--r--recipes/ti/ti-dsplink-module.inc11
1 files changed, 5 insertions, 6 deletions
diff --git a/recipes/ti/ti-dsplink-module.inc b/recipes/ti/ti-dsplink-module.inc
index a6ce5739cf..e62174fdd7 100644
--- a/recipes/ti/ti-dsplink-module.inc
+++ b/recipes/ti/ti-dsplink-module.inc
@@ -152,14 +152,13 @@ do_install () {
# DSPLINK test app module un/load scripts
install ${WORKDIR}/loadmodules-ti-dsplink-apps.sh ${D}/${installdir}/dsplink/apps
install ${WORKDIR}/unloadmodules-ti-dsplink-apps.sh ${D}/${installdir}/dsplink/apps
+
+ # install the complete tree as well
+ install -d ${D}${LINK_INSTALL_DIR_RECIPE}
+ cp -pPrf ${S}/* ${D}${LINK_INSTALL_DIR_RECIPE}
}
-do_stage () {
- install -d ${LINK_INSTALL_DIR}
- cp -pPrf ${S}/* ${LINK_INSTALL_DIR}
-}
-
-INHIBIT_PACKAGE_STRIP = "1"
+require ti-staging.inc
PACKAGES += " ti-dsplink-apps"
FILES_ti-dsplink-apps = "${installdir}/dsplink/*"