Hi,<div><br></div><div>I've successfully created an image for a Gumstix Overo using the BSP layer available at <a href="https://github.com/squirly/meta-gumstix">https://github.com/squirly/meta-gumstix</a></div><div>The MACHINE variable is set to "overo" in the build/conf/local.conf file.</div>
<div><br></div><div>I then change the PREFERRED_PROVIDER_virtual/kernel variable in meta-gumstix/conf/machine/overo.inc (which is included from overo.conf) from the default "linux-omap3" to "linux-yocto-rt" and set PREFERRED_PROVIDER_linux-yocto-rt to "3.4%".</div>
<div><br></div><div>Once this is done I execute bitbake -k core-image-minimal. </div><div><br></div><div>However, this does not result in the linux-yocto-rt kernel being built for the new image. Instead, in the bitbake output I can see a warning informing me that multiple providers for virtual/kernel are present (linux-dummy,linux-omap3) and that I should set the PREFERRED_PROVIDER variable to the required virtual/kernel.</div>
<div><br></div><div>Any ideas how to get linux-yocto-rt built instead of linux-omap3 ?</div><div><br></div><div>Hartmut</div><div><br></div><div><br></div>