diff options
Diffstat (limited to 'recipes-ti/bios')
-rw-r--r-- | recipes-ti/bios/ti-sysbios.inc | 3 |
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" | |||
15 | TI_BIN_UNPK_CMDS="Y: q:workdir:Y" | 15 | TI_BIN_UNPK_CMDS="Y: q:workdir:Y" |
16 | 16 | ||
17 | do_install() { | 17 | do_install() { |
18 | CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership" | ||
18 | install -d ${D}${SYSBIOS_INSTALL_DIR_RECIPE} | 19 | install -d ${D}${SYSBIOS_INSTALL_DIR_RECIPE} |
19 | cp -pPrf ${S}/* ${D}${SYSBIOS_INSTALL_DIR_RECIPE} | 20 | cp ${CP_ARGS} ${S}/* ${D}${SYSBIOS_INSTALL_DIR_RECIPE} |
20 | } | 21 | } |
21 | 22 | ||
22 | ALLOW_EMPTY_${PN} = "1" | 23 | ALLOW_EMPTY_${PN} = "1" |