- 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 <[email protected]> --- meta-arago-distro/recipes-core/images/tisdk-jailhouse-image.bb | 2 -- 1 file changed, 2 deletions(-) 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" -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15312): https://lists.yoctoproject.org/g/meta-arago/message/15312 Mute This Topic: https://lists.yoctoproject.org/mt/105727539/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
