Remove --no-fstab-update option from WIC_CREATE_EXTRA_ARG for all machines

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>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Fabio Berton 2018-02-28 10:50:06 -03:00 committed by Otavio Salvador
parent c2fcaeadf5
commit 6cdec74938
5 changed files with 0 additions and 7 deletions

View File

@ -31,7 +31,6 @@ UBOOT_ENTRYPOINT_use-mainline-bsp = "0x10008000"
IMAGE_FSTYPES = "wic.gz tar.xz" IMAGE_FSTYPES = "wic.gz tar.xz"
# wic support # wic support
WKS_FILE = "sdimage-bootpart.wks" WKS_FILE = "sdimage-bootpart.wks"
WIC_CREATE_EXTRA_ARGS_append = " --no-fstab-update"
SERIAL_CONSOLE ?= "115200 ttymxc0" SERIAL_CONSOLE ?= "115200 ttymxc0"

View File

@ -29,7 +29,6 @@ UBOOT_ENTRYPOINT_use-mainline-bsp = "0x10008000"
IMAGE_FSTYPES = "wic.gz tar.xz" IMAGE_FSTYPES = "wic.gz tar.xz"
# wic support # wic support
WKS_FILE = "sdimage-bootpart.wks" WKS_FILE = "sdimage-bootpart.wks"
WIC_CREATE_EXTRA_ARGS_append = " --no-fstab-update"
SERIAL_CONSOLE ?= "115200 ttymxc0" SERIAL_CONSOLE ?= "115200 ttymxc0"

View File

@ -29,7 +29,6 @@ UBOOT_MACHINE ?= "colibri_imx7_defconfig"
IMAGE_FSTYPES = "wic.gz tar.xz" IMAGE_FSTYPES = "wic.gz tar.xz"
# wic support # wic support
WKS_FILE = "sdimage-bootpart.wks" WKS_FILE = "sdimage-bootpart.wks"
WIC_CREATE_EXTRA_ARGS_append = " --no-fstab-update"
# Enable free --space-fixup (-F) by default, this allows DFU updates # Enable free --space-fixup (-F) by default, this allows DFU updates
MKUBIFS_ARGS = " -c 8112 -e 124KiB -m 2KiB -F" MKUBIFS_ARGS = " -c 8112 -e 124KiB -m 2KiB -F"

View File

@ -32,7 +32,6 @@ UBOOT_MACHINE ?= "colibri_vf_defconfig"
IMAGE_FSTYPES = "wic.gz tar.xz ubifs" IMAGE_FSTYPES = "wic.gz tar.xz ubifs"
# wic support # wic support
WKS_FILE = "sdimage-bootpart.wks" WKS_FILE = "sdimage-bootpart.wks"
WIC_CREATE_EXTRA_ARGS_append = " --no-fstab-update"
# Enable free --space-fixup (-F) by default, this allows DFU updates # Enable free --space-fixup (-F) by default, this allows DFU updates
MKUBIFS_ARGS = " -c 8112 -e 124KiB -m 2KiB -F" MKUBIFS_ARGS = " -c 8112 -e 124KiB -m 2KiB -F"

View File

@ -22,7 +22,4 @@ UBOOT_CONFIG[sd] = "warp7_secure_defconfig,sdcard"
IMAGE_FSTYPES = "wic.gz" IMAGE_FSTYPES = "wic.gz"
WKS_FILE ?= "imx-uboot-bootpart.wks" 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" MACHINE_EXTRA_RRECOMMENDS += "firmware-imx-brcm"