Hi There,
In the LTIB 4.1.0 BSP release it was very clear which files defined the platform in the arch/mach-imx6 along with a imx6_defconfig file. However, no such luck in the Yocto 1.0.0 BSP. As far as I can tell there is only one defconfig file (imx_v7_defconfig), that confusingly enough defines
CONFIG_SOC_IMX53=y
CONFIG_SOC_IMX6Q=y
CONFIG_SOC_IMX6SL=y
Is this the correct defconfig file for a imx6qsabresd ? And if so, how can one figure that out ? How is the kernel customized if I wanted to build for an imx3 device instead ? I realize the changes to the kernel is made to make it easier to maintain and increase code-reuse and I'm sure it will all make a lot of sense to me later, but not yet.
Thanks in advance and have a great weekend !
/Otto