summaryrefslogtreecommitdiffstats
path: root/recipes-core/base-files/base-files_%.bbappend
AgeCommit message (Collapse)AuthorFilesLines
2023-06-02A fstab replacement method change to build container guestNaoto Yamaguchi1-1/+0
In https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/28690 review, I got a request for method change request. Existing method use bbappend for base files. New method use ROOTFS_POSTPROCESS_COMMAND. Bug-AGL: SPEC-4803 Change-Id: I8d92473f50cd5c596b43c94049972bb9ad57c438 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
2023-06-02Overwrite fstab to become adapted guest container environmentNaoto Yamaguchi1-0/+1
When existing agl demo integrate to container guest, need to disable many mount operations. Existing agl demo image use loose setting by fstab. This patch remove unnecessary mount operations from fstab in case of container guest. Bug-AGL: SPEC-4766 Change-Id: I254d64bf4cbb3f4b27008e16ac8438585a46c9d7 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>