Signed-off-by: Fabio Berton <[email protected]> --- conf/machine/imx6qdl-variscite-som.conf | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/conf/machine/imx6qdl-variscite-som.conf b/conf/machine/imx6qdl-variscite-som.conf index c42741a..9422bf6 100644 --- a/conf/machine/imx6qdl-variscite-som.conf +++ b/conf/machine/imx6qdl-variscite-som.conf @@ -30,6 +30,9 @@ UBOOT_MAKE_TARGET = "all" UBOOT_SUFFIX = "img" WKS_FILE = "imx-uboot-spl-bootpart.wks" +# Do not update fstab file when using wic images +WIC_CREATE_EXTRA_ARGS_append = " --no-fstab-update" + PREFERRED_PROVIDER_virtual/bootloader = "u-boot-variscite" PREFERRED_PROVIDER_u-boot = "u-boot-variscite" -- 2.14.2 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
