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

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


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

diff --git a/conf/machine/imx6qdlsabresd.conf b/conf/machine/imx6qdlsabresd.conf
index 7cde5059..fc281bd6 100644
--- a/conf/machine/imx6qdlsabresd.conf
+++ b/conf/machine/imx6qdlsabresd.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 ttymxc0"
 
 MACHINE_FIRMWARE_append_mx6 = " linux-firmware-ath6k"
-- 
2.14.2



More information about the meta-freescale mailing list