summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/edma3-lld
diff options
context:
space:
mode:
authorJustin Sobota <jsobota@ti.com>2017-04-28 04:10:34 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-05-01 18:29:50 -0400
commite12f3832d1582207e5d45e6f43f7d12bb64bd9d7 (patch)
treee64a86bd7c7a55025bcc4c82f57867c4eeea0c4a /recipes-bsp/edma3-lld
parent262b851a31bdcf2e167e568662540f3585ad28d6 (diff)
downloadmeta-ti-e12f3832d1582207e5d45e6f43f7d12bb64bd9d7.tar.gz
Resolve host contamination warnings
Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/edma3-lld')
-rw-r--r--recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb b/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb
index ce9ef855..7fd778a4 100644
--- a/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb
+++ b/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb
@@ -2,7 +2,7 @@ require edma3-lld.inc
2require recipes-ti/includes/ti-paths.inc 2require recipes-ti/includes/ti-paths.inc
3require recipes-ti/includes/ti-staging.inc 3require recipes-ti/includes/ti-staging.inc
4 4
5PR = "${INC_PR}.0" 5PR = "${INC_PR}.1"
6 6
7DEPENDS = "ti-sysbios ti-xdctools gcc-arm-none-eabi-native ti-cgt-arm-native ti-cgt6x-native" 7DEPENDS = "ti-sysbios ti-xdctools gcc-arm-none-eabi-native ti-cgt-arm-native ti-cgt6x-native"
8 8
@@ -106,8 +106,9 @@ do_compile () {
106} 106}
107 107
108do_install () { 108do_install () {
109 CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
109 install -d ${D}${EDMA3_LLD_INSTALL_DIR_RECIPE} 110 install -d ${D}${EDMA3_LLD_INSTALL_DIR_RECIPE}
110 cp -pPrf ${S}/* ${D}${EDMA3_LLD_INSTALL_DIR_RECIPE} 111 cp ${CP_ARGS} ${S}/* ${D}${EDMA3_LLD_INSTALL_DIR_RECIPE}
111} 112}
112 113
113INSANE_SKIP_${PN}-dev = "arch ldflags" 114INSANE_SKIP_${PN}-dev = "arch ldflags"