From 91d59d1d0759ba59fa0796cdd2afee07e43ce94e Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Fri, 18 Oct 2013 19:54:08 +0200 Subject: 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 --- meta-linaro/recipes-core/busybox/files/linaro.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-linaro') 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 -- cgit v1.2.3