diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2013-10-18 19:54:08 +0200 |
---|---|---|
committer | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2013-10-18 20:00:35 +0200 |
commit | c9f78d6eff14ada3f2bc960e81883b27a10afecc (patch) | |
tree | 40ac3557270cccb940243f8e0a6b967f0bd5bc09 | |
parent | c9cf48fdc214d426a0da4a5ec25f225a2ca044e9 (diff) | |
download | meta-linaro-dylan.tar.gz |
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>
-rw-r--r-- | meta-linaro/recipes-core/busybox/files/linaro.cfg | 1 |
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 |