if you just want to dual same UI on the LVDS0 and LVDS1. And it is the SDP board.
Use the prebuild binary image. Only change the device tree.
Modify the device tree and add dual-mode; at line 817.
The attached imx6q-sabresd-dul.dtb is what I have tried working fine with MCIMX6Q-SDP + MCIMX-LVDS1, 3.14.28_1.0.0_ga.
815 &ldb {
816 status = "okay";
817 dual-mode;
818 lvds-channel@0 {
819 fsl,data-mapping = "spwg";
820 fsl,data-width = <18>;
821 status = "okay";
822
823 display-timings {
824 native-mode = <&timing0>;
825 timing0: hsd100pxn1 {
826 clock-frequency = <65000000>;
827 hactive = <1024>;
imx6qdl-sabresd.dtsi