[meta-freescale] [3rdparty][PATCH 04/10] imx6qdl-variscite-som: Add wic option to not update fstab

Fabio Berton fabio.berton at ossystems.com.br
Tue Feb 27 12:40:31 PST 2018


Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
---
 conf/machine/imx6qdl-variscite-som.conf | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/conf/machine/imx6qdl-variscite-som.conf b/conf/machine/imx6qdl-variscite-som.conf
index c42741a..9422bf6 100644
--- a/conf/machine/imx6qdl-variscite-som.conf
+++ b/conf/machine/imx6qdl-variscite-som.conf
@@ -30,6 +30,9 @@ UBOOT_MAKE_TARGET = "all"
 UBOOT_SUFFIX = "img"
 WKS_FILE = "imx-uboot-spl-bootpart.wks"
 
+# Do not update fstab file when using wic images
+WIC_CREATE_EXTRA_ARGS_append = " --no-fstab-update"
+
 PREFERRED_PROVIDER_virtual/bootloader = "u-boot-variscite"
 PREFERRED_PROVIDER_u-boot = "u-boot-variscite"
 
-- 
2.14.2



More information about the meta-freescale mailing list