[meta-freescale] [3rdparty][PATCH 1/7] Remove --no-fstab-update option from WIC_CREATE_EXTRA_ARG for all machines

Fabio Berton fabio.berton at ossystems.com.br
Wed Feb 28 05:50:06 PST 2018


WIC_CREATE_EXTRA_ARGS ?= "--no-fstab-update" was add to imx-base.inc
and we can remove from all machines that includes imx-base.inc file.

Signed-off-by: Fabio Berton <fabio.berton at ossystems.com.br>
---
 conf/machine/apalis-imx6.conf  | 1 -
 conf/machine/colibri-imx6.conf | 1 -
 conf/machine/colibri-imx7.conf | 1 -
 conf/machine/colibri-vf.conf   | 1 -
 conf/machine/imx7s-warp.conf   | 3 ---
 5 files changed, 7 deletions(-)

diff --git a/conf/machine/apalis-imx6.conf b/conf/machine/apalis-imx6.conf
index 3ac71a9..a7ec6e3 100644
--- a/conf/machine/apalis-imx6.conf
+++ b/conf/machine/apalis-imx6.conf
@@ -31,7 +31,6 @@ UBOOT_ENTRYPOINT_use-mainline-bsp = "0x10008000"
 IMAGE_FSTYPES = "wic.gz tar.xz"
 # wic support
 WKS_FILE = "sdimage-bootpart.wks"
-WIC_CREATE_EXTRA_ARGS_append = " --no-fstab-update"
 
 SERIAL_CONSOLE ?= "115200 ttymxc0"
 
diff --git a/conf/machine/colibri-imx6.conf b/conf/machine/colibri-imx6.conf
index d5a8c17..966fcca 100644
--- a/conf/machine/colibri-imx6.conf
+++ b/conf/machine/colibri-imx6.conf
@@ -29,7 +29,6 @@ UBOOT_ENTRYPOINT_use-mainline-bsp = "0x10008000"
 IMAGE_FSTYPES = "wic.gz tar.xz"
 # wic support
 WKS_FILE = "sdimage-bootpart.wks"
-WIC_CREATE_EXTRA_ARGS_append = " --no-fstab-update"
 
 SERIAL_CONSOLE ?= "115200 ttymxc0"
 
diff --git a/conf/machine/colibri-imx7.conf b/conf/machine/colibri-imx7.conf
index d47fe84..2af3b24 100644
--- a/conf/machine/colibri-imx7.conf
+++ b/conf/machine/colibri-imx7.conf
@@ -29,7 +29,6 @@ UBOOT_MACHINE ?= "colibri_imx7_defconfig"
 IMAGE_FSTYPES = "wic.gz tar.xz"
 # wic support
 WKS_FILE = "sdimage-bootpart.wks"
-WIC_CREATE_EXTRA_ARGS_append = " --no-fstab-update"
 
 # Enable free --space-fixup (-F) by default, this allows DFU updates
 MKUBIFS_ARGS = " -c 8112 -e 124KiB -m 2KiB -F"
diff --git a/conf/machine/colibri-vf.conf b/conf/machine/colibri-vf.conf
index 852902f..51e658e 100644
--- a/conf/machine/colibri-vf.conf
+++ b/conf/machine/colibri-vf.conf
@@ -32,7 +32,6 @@ UBOOT_MACHINE ?= "colibri_vf_defconfig"
 IMAGE_FSTYPES = "wic.gz tar.xz ubifs"
 # wic support
 WKS_FILE = "sdimage-bootpart.wks"
-WIC_CREATE_EXTRA_ARGS_append = " --no-fstab-update"
 
 # Enable free --space-fixup (-F) by default, this allows DFU updates
 MKUBIFS_ARGS = " -c 8112 -e 124KiB -m 2KiB -F"
diff --git a/conf/machine/imx7s-warp.conf b/conf/machine/imx7s-warp.conf
index 5c8a82f..68c82e6 100644
--- a/conf/machine/imx7s-warp.conf
+++ b/conf/machine/imx7s-warp.conf
@@ -22,7 +22,4 @@ UBOOT_CONFIG[sd] = "warp7_secure_defconfig,sdcard"
 IMAGE_FSTYPES = "wic.gz"
 WKS_FILE ?= "imx-uboot-bootpart.wks"
 
-# Do not update /etc/fstab
-WIC_CREATE_EXTRA_ARGS_append = " --no-fstab-update"
-
 MACHINE_EXTRA_RRECOMMENDS += "firmware-imx-brcm"
-- 
2.14.2



More information about the meta-freescale mailing list