All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Berton <fabio.berton@ossystems.com.br>
To: meta-freescale@yoctoproject.org
Subject: [3rdparty][PATCH 1/7] Remove --no-fstab-update option from WIC_CREATE_EXTRA_ARG for all machines
Date: Wed, 28 Feb 2018 10:50:06 -0300	[thread overview]
Message-ID: <20180228135012.30663-1-fabio.berton@ossystems.com.br> (raw)

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@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



             reply	other threads:[~2018-02-28 13:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-28 13:50 Fabio Berton [this message]
2018-02-28 13:50 ` [3rdparty][PATCH 2/7] apalis-imx6: Remove imx-base.inc duplicate code Fabio Berton
2018-02-28 13:50 ` [3rdparty][PATCH 3/7] colibri-imx6: " Fabio Berton
2018-02-28 13:50 ` [3rdparty][PATCH 4/7] colibri-imx7: " Fabio Berton
2018-02-28 13:50 ` [3rdparty][PATCH 5/7] colibri-vf: " Fabio Berton
2018-02-28 13:50 ` [3rdparty][PATCH 6/7] imx7d-pico: " Fabio Berton
2018-02-28 13:50 ` [3rdparty][PATCH 7/7] imx7s-warp: " Fabio Berton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180228135012.30663-1-fabio.berton@ossystems.com.br \
    --to=fabio.berton@ossystems.com.br \
    --cc=meta-freescale@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.