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. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
