On Tue, Oct 10, 2017 at 8:10 PM, Otavio Salvador <[email protected]> wrote: > On Tue, Oct 10, 2017 at 8:04 PM, Trevor Woerner <[email protected]> wrote: >> Some combination of these two patches causes the Wandboard build to fail when >> use-mainline-bsp is enabled. >> >> $ grep -r WANDBOARD_DEFAULT_KERNEL * >> conf/machine/wandboard.conf:WANDBOARD_DEFAULT_KERNEL = >> "linux-wandboard" >> >> conf/machine/wandboard.conf:WANDBOARD_DEFAULT_KERNEL_use-mainline-bsp = >> "linux-fslc" >> conf/machine/wandboard.conf:PREFERRED_PROVIDER_virtual/kernel ?= >> "${WANDBOARD_DEFAULT_KERNEL}" >> >> The linux-fslc kernel doesn't contain definitions for *-wandboard-revd1.dtb, >> therefore: >> >> | make[3]: *** No rule to make target >> 'arch/arm/boot/dts/imx6dl-wandboard-revd1.dtb'. Stop. >> | arch/arm/Makefile:341: recipe for target >> 'imx6dl-wandboard-revd1.dtb' failed >> | make[2]: *** [imx6dl-wandboard-revd1.dtb] Error 2 > > Indeed. We must remove the imx6dl-wandboard-revd1.dtb when use-mainline-bsp.
Correct. I plan to submit the revd1 dts upstream. -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
