diff options
author | Sam Nelson <sam.nelson@ti.com> | 2017-06-21 02:33:28 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-06-23 12:22:39 -0400 |
commit | 5378306336b3d99a99ad6365be200949b62b805a (patch) | |
tree | c31398a2ed7ddaa44752e1ae6df9306c9c73f56b /recipes-ti | |
parent | e57e6a3c1b9668b0b09d39e03fab7a557c392f81 (diff) | |
download | meta-ti-5378306336b3d99a99ad6365be200949b62b805a.tar.gz |
multiprocmgr-rtos: Update to remove host contamination warning
Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r-- | recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb b/recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb index c88f0d7f..4147ee27 100644 --- a/recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb +++ b/recipes-ti/multiprocmgr/multiprocmgr-rtos_git.bb | |||
@@ -6,7 +6,7 @@ require recipes-ti/multiprocmgr/multiprocmgr.inc | |||
6 | 6 | ||
7 | DEPENDS = "ti-cgt6x-native" | 7 | DEPENDS = "ti-cgt6x-native" |
8 | 8 | ||
9 | PR = "${INC_PR}.1" | 9 | PR = "${INC_PR}.2" |
10 | 10 | ||
11 | PACKAGES =+ "${PN}-test" | 11 | PACKAGES =+ "${PN}-test" |
12 | FILES_${PN}-test = "${datadir}/ti/examples/mpm/test/filetestdemo/c66x/demo_loopback/build/bin/*.out \ | 12 | FILES_${PN}-test = "${datadir}/ti/examples/mpm/test/filetestdemo/c66x/demo_loopback/build/bin/*.out \ |
@@ -22,8 +22,9 @@ do_compile() { | |||
22 | } | 22 | } |
23 | 23 | ||
24 | do_install() { | 24 | do_install() { |
25 | CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership" | ||
25 | install -d ${D}${MPM_INSTALL_DIR_RECIPE} | 26 | install -d ${D}${MPM_INSTALL_DIR_RECIPE} |
26 | cp -pPrf ${S}/* ${D}${MPM_INSTALL_DIR_RECIPE} | 27 | cp ${CP_ARGS} ${S}/* ${D}${MPM_INSTALL_DIR_RECIPE} |
27 | 28 | ||
28 | # Copy C66x binaries | 29 | # Copy C66x binaries |
29 | install -d ${D}${datadir}/ti/examples/mpm/test/filetestdemo/c66x/demo_loopback/build/bin | 30 | install -d ${D}${datadir}/ti/examples/mpm/test/filetestdemo/c66x/demo_loopback/build/bin |