Hello Andy, On Mon, Aug 19, 2019 at 7:08 AM Andy Pont <[email protected]> wrote: > > I am trying to create a Yocto Warrior buid for the i.MX6Q SABRE SDP board > that I have using the linux-fslc-lts-4.19 kernel. In my local.conf file I > have the following: > > MACHINE = “imx6qdlsabresd” > DISTRO = "fslc-framebuffer” > > PREFERRED_PROVIDER_virtual/kernel = "linux-fslc-lts-4.19”
The use of Linux mainline requires the use of 'use-mainline-bsp' override. To do that, you can: At local.conf add: MACHINEOVERRIDES_append = ":use-mainline-bsp" Or add it to your machine definition. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
