diff mbox series

[meta-arago,master/scarthgap] recipes-core: images: Remove WIC_CREATE_EXTRA_ARG

Message ID 20240425102728.1295738-1-c-shilwant@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/scarthgap] recipes-core: images: Remove WIC_CREATE_EXTRA_ARG | expand

Commit Message

Chirag Shilwant April 25, 2024, 10:27 a.m. UTC
- In meta-ti, we now have the wks file updated which
ensures that we don't mount boot FAT partition into
/boot directory of the rootfs [1]

- Hence, adding --no-fstab-update to WIC_CREATE_EXTRA_ARG
is no longer needed and we can remove it from tisdk-jailhouse-image.

[1]: https://git.ti.com/cgit/arago-project/meta-ti/commit/?h=scarthgap-next&id=42c238a42fe0c8d18a9063bd48501f409cdc093c

Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
---
 meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb | 2 --
 1 file changed, 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb b/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb
index 339e4895..9558882e 100644
--- a/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb
+++ b/meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb
@@ -12,5 +12,3 @@  COMPATIBLE_MACHINE = "am62xx|am62pxx"
 IMAGE_INSTALL += " jailhouse"
 
 export IMAGE_BASENAME = "tisdk-jailhouse-image"
-
-WIC_CREATE_EXTRA_ARGS:append = " --no-fstab-update"