CONFIG_AUTOFS4_FS in the kernel for my custom machine my_mach using Yocto Project, but it's not reflected in the final image.CONFIG_AUTOFS4_FS=y to a fragment file (frag.cfg) in linux_git.bbappend using SRC_URI += "file://frag.cfg"COMPATIBLE_MACHINE_my_mach = "my_mach" in linux_git.bbappendbitbake linux -c cleansstate -f; bitbake linux -c configure -f; etc.CONFIG_AUTOFS4_FS is not set in the final image .meta-xxx-mylayer seems functional .frag.cfg is copied to a different directory than the main kernel source git.CONFIG_AUTOFS4_FS to not be enabled despite the fragment file?frag.cfg and the main source a potential issue?