From 9f37e0902c59ca3ba65fbd27e3904091b5f334e3 Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Wed, 9 Nov 2022 14:24:05 +0100 Subject: [PATCH] rockchip.wic.inc: let wic update fstab again The commit ed3a97f7b2e4 ("rockchip-wic.inc: don't let wic edit fstab") removing this ability was introduced to fix an issue in the wic tool in OE-Core in which wic partitions whose "mountpoint" is not a valid path are still added to fstab. This was eventually fixed in OE-Core in commit 7aa678ce804c ("wic:direct.py: ignore invalid mountpoints during fstab update") which is part of release Honister (3.4) and later. Therefore, it should be safe to now let wic update fstab again for partitions with a valid mountpoint path. The benefit being that the wic partitions with a mountpoint are now automounted at boot. Cc: Quentin Schulz Signed-off-by: Quentin Schulz --- conf/machine/include/rockchip-wic.inc | 3 --- 1 file changed, 3 deletions(-) diff --git a/conf/machine/include/rockchip-wic.inc b/conf/machine/include/rockchip-wic.inc index 6fa5367..635288c 100644 --- a/conf/machine/include/rockchip-wic.inc +++ b/conf/machine/include/rockchip-wic.inc @@ -27,6 +27,3 @@ WICVARS:append = " \ SPL_BINARY \ UBOOT_SUFFIX \ " - -# Do not update fstab file while creating wic images -WIC_CREATE_EXTRA_ARGS ?= "--no-fstab-update"