aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/recipes-core
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:03:52 +0200
commit91d59d1d0759ba59fa0796cdd2afee07e43ce94e (patch)
tree724701d9c5664dfd5ec4734a28e8b70f2ca5d08f /meta-linaro/recipes-core
parentd1afca1e4cb12a0ec16776e3f3325931513bb4dc (diff)
busybox: enable CONFIG_FEATURE_TAR_NOPRESERVE_TIME
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')
-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