[meta-freescale] [3rdparty][PATCH 01/10] cgtqmx6: Add wic option to not update fstab

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


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

diff --git a/conf/machine/cgtqmx6.conf b/conf/machine/cgtqmx6.conf
index 5be7971..e75d21d 100644
--- a/conf/machine/cgtqmx6.conf
+++ b/conf/machine/cgtqmx6.conf
@@ -18,6 +18,9 @@ UBOOT_CONFIG ??= "cgtqmx6"
 UBOOT_CONFIG[cgtqmx6] = "cgtqmx6eval_defconfig"
 WKS_FILE = "imx-uboot-spl-bootpart.wks"
 
+# Do not update fstab file when using wic images
+WIC_CREATE_EXTRA_ARGS_append = " --no-fstab-update"
+
 # Use linux kernel QMX6
 PREFERRED_PROVIDER_virtual/kernel ??= "linux-congatec"
 KERNEL_DEVICETREE = "imx6q-qmx6.dtb imx6dl-qmx6.dtb"
-- 
2.14.2



More information about the meta-freescale mailing list