mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 12:09:01 +02:00
imx7s-warp: Add option to not modify fstab
Add "--no-fstab-update" to WIC_CREATE_EXTRA_ARGS avoid wic change fstab in final image. Signed-off-by: Pierre-Jean TEXIER <texier.pj2@gmail.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
4dacf11ab6
commit
1883357f1d
|
@ -22,4 +22,7 @@ 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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user