Sterling
DIIDevHeads IoT Integration Server
•Created by Marvee Amasi on 6/3/2024 in #middleware-and-os
trying to enable CONFIG_AUTOFS4_FS in the kernel for my custom machine my_mach using Yocto Project
I have seen this issues before . The location can pose as the an issue, if there is a specific
.cfg
file that needs to include the new fragment. Sometimes, you need to add the fragment to a KERNEL_FEATURES
or similar variable. An example is that you might need to use:
KERNEL_FEATURES_append = " features/frag.cfg"
Try doing this @Marvee Amasi7 replies