summaryrefslogtreecommitdiffstats
path: root/recipes-ti/bios/ti-sysbios.inc
diff options
context:
space:
mode:
authorJustin Sobota <jsobota@ti.com>2017-04-28 04:10:34 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-05-01 18:29:50 -0400
commite12f3832d1582207e5d45e6f43f7d12bb64bd9d7 (patch)
treee64a86bd7c7a55025bcc4c82f57867c4eeea0c4a /recipes-ti/bios/ti-sysbios.inc
parent262b851a31bdcf2e167e568662540f3585ad28d6 (diff)
downloadmeta-ti-e12f3832d1582207e5d45e6f43f7d12bb64bd9d7.tar.gz
Resolve host contamination warnings
Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
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"
15TI_BIN_UNPK_CMDS="Y: q:workdir:Y" 15TI_BIN_UNPK_CMDS="Y: q:workdir:Y"
16 16
17do_install() { 17do_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
22ALLOW_EMPTY_${PN} = "1" 23ALLOW_EMPTY_${PN} = "1"