Hi,
I've followed the instuructions in Freescale Yocto Project User's Guide to build kernel.
I used the following configurations.
DISTRO=fsl-imx-x11 MACHINE=imx6qsabreauto source fsl-setup-release.sh -b bld-x11
bitbake fsl-image-gui
Now, I want to modify .config and xxx.dts file of Linux kernel.
I've searched for .config files and there are some .config files in the build directory.
Which .config file and .dts files should I modify, and what is the command I should run (bitbake?) to re-build with the modified configurations (i.e. .config and xxx.dts)?