[meta-freescale] [PATCH 2/4] imx6qdlsabreauto: Add wic option to not update fstab

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


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

diff --git a/conf/machine/imx6qdlsabreauto.conf b/conf/machine/imx6qdlsabreauto.conf
index fabd4cd0..79aca7cb 100644
--- a/conf/machine/imx6qdlsabreauto.conf
+++ b/conf/machine/imx6qdlsabreauto.conf
@@ -38,6 +38,9 @@ UBOOT_SUFFIX = "img"
 SPL_BINARY = "SPL"
 WKS_FILE = "imx-uboot-spl-bootpart.wks"
 
+# Do not update fstab file when using wic images
+WIC_CREATE_EXTRA_ARGS_append = " --no-fstab-update"
+
 SERIAL_CONSOLE = "115200 ttymxc3"
 
 MACHINE_FIRMWARE_append_mx6 = " linux-firmware-ath6k"
-- 
2.14.2



More information about the meta-freescale mailing list