Signed-off-by: Fabio Berton <[email protected]> --- conf/machine/wandboard.conf | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/conf/machine/wandboard.conf b/conf/machine/wandboard.conf index e07046d..53d5479 100644 --- a/conf/machine/wandboard.conf +++ b/conf/machine/wandboard.conf @@ -48,3 +48,6 @@ MACHINE_ESSENTIAL_EXTRA_RDEPENDS += " \ " WKS_FILES = "imx-uboot-spl.wks" + +# Do not update fstab file when using wic images +WIC_CREATE_EXTRA_ARGS_append = " --no-fstab-update" -- 2.14.2 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
