mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-07 19:32:58 +00:00
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>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
e57e6a3c1b
commit
5378306336
@@ -6,7 +6,7 @@ require recipes-ti/multiprocmgr/multiprocmgr.inc
|
||||
|
||||
DEPENDS = "ti-cgt6x-native"
|
||||
|
||||
PR = "${INC_PR}.1"
|
||||
PR = "${INC_PR}.2"
|
||||
|
||||
PACKAGES =+ "${PN}-test"
|
||||
FILES_${PN}-test = "${datadir}/ti/examples/mpm/test/filetestdemo/c66x/demo_loopback/build/bin/*.out \
|
||||
@@ -22,8 +22,9 @@ do_compile() {
|
||||
}
|
||||
|
||||
do_install() {
|
||||
CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
|
||||
install -d ${D}${MPM_INSTALL_DIR_RECIPE}
|
||||
cp -pPrf ${S}/* ${D}${MPM_INSTALL_DIR_RECIPE}
|
||||
cp ${CP_ARGS} ${S}/* ${D}${MPM_INSTALL_DIR_RECIPE}
|
||||
|
||||
# Copy C66x binaries
|
||||
install -d ${D}${datadir}/ti/examples/mpm/test/filetestdemo/c66x/demo_loopback/build/bin
|
||||
|
||||
Reference in New Issue
Block a user