aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ti/bios/ti-sysbios.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/bios/ti-sysbios.inc')
-rw-r--r--recipes-ti/bios/ti-sysbios.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-ti/bios/ti-sysbios.inc b/recipes-ti/bios/ti-sysbios.inc
index 408be783..53b55a52 100644
--- a/recipes-ti/bios/ti-sysbios.inc
+++ b/recipes-ti/bios/ti-sysbios.inc
@@ -15,8 +15,9 @@ BINFILE="bios_setuplinux_${PV}.bin"
TI_BIN_UNPK_CMDS="Y: q:workdir:Y"
do_install() {
+ CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
install -d ${D}${SYSBIOS_INSTALL_DIR_RECIPE}
- cp -pPrf ${S}/* ${D}${SYSBIOS_INSTALL_DIR_RECIPE}
+ cp ${CP_ARGS} ${S}/* ${D}${SYSBIOS_INSTALL_DIR_RECIPE}
}
ALLOW_EMPTY_${PN} = "1"