[meta-freescale] [3rdparty][PATCH 02/10] cubox-i: Add wic option to not update fstab

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


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

diff --git a/conf/machine/cubox-i.conf b/conf/machine/cubox-i.conf
index 4c9ae2e..cf0bafd 100644
--- a/conf/machine/cubox-i.conf
+++ b/conf/machine/cubox-i.conf
@@ -25,6 +25,9 @@ UENV_FILENAME = "uEnv-${MACHINE}.txt"
 SPL_BINARY = "SPL"
 WKS_FILES = "imx-uboot-spl.wks"
 
+# Do not update fstab file when using wic images
+WIC_CREATE_EXTRA_ARGS_append = " --no-fstab-update"
+
 UBOOT_EXTLINUX = "1"
 UBOOT_EXTLINUX_ROOT = "root=PARTUUID=${uuid}"
 
-- 
2.14.2



More information about the meta-freescale mailing list