I have a related question:
We are working with the iMx6sx/sl processors, testing on the imx6-UltraLite and imx6-Sabre-Solo Boards.
I have been compiling the Images under Yocto on.
But, I can not find the relevant DTS files:
~/yocto_3.14.38-6UL/build/tmp/work/cortexa7hf-vfp-neon-poky-linux-gnueabi/linux-libc-headers/3.14-r0/linux-3.14/arch/arm/boot/dts $
imx6sl-evk.dts
imx6sl-pinfunc.h
imx6sl-warp.dts
imx6sl.dtsi
imx6sx-pinfunc.h
imx6sx-sabreauto.dts
imx6sx-sdb-reva.dts
imx6sx-sdb.dts
imx6sx-sdb.dtsi
imx6sx.dtsi
Why are these files missing (but I can still compile the Images for the Board),
and how do I add them to the Yocto source ?
... I need to add GPIO access in the DTS via the DTS files.