Hi Gusarambula,
I am doing this project for 3.14 kernel, for that I checked out 3.14 kernel source by following the document for yocto source is checked out in the path "/fsl-release-bsp/build/tmp/work/imx6sl-poky-linux-gnueabi/lkinux-imx/3.14.28-r0/git/" there .config file is there. From the build folder when i issue the command "bitbake -c menuconfig linux-imx" it pops up a window for configuring the kernel and the changes which i made are getting reflected in .config file in the above mentioned path.
AND
in the "fsl-release-bsp/build/sources/meta-fsl-arm/recipes-kernel/" I didn't find my kernel which was checked out in the above paragraph, Instead of that 3.10, 2.6.35 kernel were checked out.
In the above mentioned link "building linux kernel" that shows the same kernel in the two different paths, In my case it is not the same.
I am curious to know which .config file it is taking for the compilation of my kernel???
Please help me to resolve this issue!!!!
Thanks in advance.