Tool/software: Linux
Hello,
I am trying modify the .config file for ti-processor-sdk-linux-automotive-dra7xx-evm-03_04_00_03 located under yocto-layers/build/arago-tmp-external-linaro-toolchain/work/dra7xx_evm-linux-gnueabi/linux-ti-staging/4.4.84+gitAUTOINC+742f84423d-r7a.arago5/build/ and it appears the changes do not trigger a need for rebuilding.
I run the command 'make menuconfig' to configure the .config file and save it.
When I try to recompile (using the command ./build-core-sdk.sh dra7xx-evm under the directory yocto-layers/), the compiler does not register that any changes were made and does not do anything.
What am I doing wrong? How can I fix this so that I can modify the .config file for the kernel?
Thank you,
-iFer