aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/recipes-core/busybox/files/linaro.cfg
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2013-10-18 19:54:08 +0200
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2013-10-18 20:00:35 +0200
commitc9f78d6eff14ada3f2bc960e81883b27a10afecc (patch)
tree40ac3557270cccb940243f8e0a6b967f0bd5bc09 /meta-linaro/recipes-core/busybox/files/linaro.cfg
parentc9cf48fdc214d426a0da4a5ec25f225a2ca044e9 (diff)
busybox: enable CONFIG_FEATURE_TAR_NOPRESERVE_TIMEdylan
When running JFFS2/UBIFS images in LAVA (e.g. from NAND), the images cannot be modified upfront by LAVA to add the tests, so the tests need to be untar'd upon boot from the target. 'tar -m' is required to avoid messing up with the files mtime, otherwise we might get funny results depending on the device clock versus the stored mtime in the tarballs... Change-Id: I5ce637b77b132a1bf6f07c610003186330a97a9e Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'meta-linaro/recipes-core/busybox/files/linaro.cfg')
-rw-r--r--meta-linaro/recipes-core/busybox/files/linaro.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-linaro/recipes-core/busybox/files/linaro.cfg b/meta-linaro/recipes-core/busybox/files/linaro.cfg
index ae9dedd5..8975ec23 100644
--- a/meta-linaro/recipes-core/busybox/files/linaro.cfg
+++ b/meta-linaro/recipes-core/busybox/files/linaro.cfg
@@ -2,3 +2,4 @@ CONFIG_DPKG_DEB=y
CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY=y
CONFIG_SETSID=y
CONFIG_HTTPD=y
+CONFIG_FEATURE_TAR_NOPRESERVE_TIME=y