Hi,
I've built the Yocto Linux image following the page http://software-dl.ti.com/processor-sdk-linux/esd/docs/latest/linux/Overview_Building_the_SDK.html (using configs/processor-sdk/processor-sdk-06.03.00.106-config.txt) and now I need to modify the Linux kernel configuration by activating CONFIG_MACVLAN=y. I tried to make the necessary modifications mentioned in https://www.yoctoproject.org/docs/2.5/kernel-dev/kernel-dev.html#creating-config-fragments but these changes (like content CONFIG_MACVLAN=y in recipes-kernel/linux/linux-ti-staging/arago-armv8/vlan.cfg and 'FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" , SRC_URI_append = " file://vlan.cfg"' in recipes-kernel/linux/linux-ti-staging/linux-yocto_%.bbappend) are not taken into account in Yocto build. The only place I saw such kernel fragments are in tisdk/sources/meta-processor-sdk/recipes-kernel/linux/files/docker.cfg but changes in this file does not end up in Linux image. Are you able to mention where to make the necessary changes to get the configuration change end up in image?
I've run the command 'zcat /proc/config.gz | grep VLAN' in evb to check the existence of configuration fragment.
Regards,
Jani