From e12f3832d1582207e5d45e6f43f7d12bb64bd9d7 Mon Sep 17 00:00:00 2001 From: Justin Sobota Date: Fri, 28 Apr 2017 04:10:34 +0000 Subject: Resolve host contamination warnings Signed-off-by: Justin Sobota Signed-off-by: Denys Dmytriyenko --- recipes-ti/bios/ti-sysbios.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes-ti/bios') 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" -- cgit v1.2.3-54-g00ecf