[meta-freescale] [3rdparty][PATCH 05/10] imx7d-pico: Add wic option to not update fstab

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


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

diff --git a/conf/machine/imx7d-pico.conf b/conf/machine/imx7d-pico.conf
index 09c5002..802ec86 100644
--- a/conf/machine/imx7d-pico.conf
+++ b/conf/machine/imx7d-pico.conf
@@ -24,4 +24,7 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \
 WKS_FILES ?= "imx-uboot.wks"
 WKS_FILE_DEPENDS ?= ""
 
+# Do not update fstab file when using wic images
+WIC_CREATE_EXTRA_ARGS_append = " --no-fstab-update"
+
 IMAGE_FSTYPES = "wic.gz"
-- 
2.14.2



More information about the meta-freescale mailing list