[meta-freescale] [3rdparty][PATCH] imx7s-warp: Add option to not modify fstab

Pierre-Jean TEXIER texier.pj2 at gmail.com
Mon Jan 8 09:01:40 PST 2018


Add "--no-fstab-update" to WIC_CREATE_EXTRA_ARGS avoid wic change fstab
in final image.

Signed-off-by: Pierre-Jean TEXIER <texier.pj2 at gmail.com>
---
 conf/machine/imx7s-warp.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/conf/machine/imx7s-warp.conf b/conf/machine/imx7s-warp.conf
index 68c82e6..5c8a82f 100644
--- a/conf/machine/imx7s-warp.conf
+++ b/conf/machine/imx7s-warp.conf
@@ -22,4 +22,7 @@ UBOOT_CONFIG[sd] = "warp7_secure_defconfig,sdcard"
 IMAGE_FSTYPES = "wic.gz"
 WKS_FILE ?= "imx-uboot-bootpart.wks"
 
+# Do not update /etc/fstab
+WIC_CREATE_EXTRA_ARGS_append = " --no-fstab-update"
+
 MACHINE_EXTRA_RRECOMMENDS += "firmware-imx-brcm"
-- 
2.7.4



More information about the meta-freescale mailing list