On Wed, Dec 7, 2011 at 6:44 AM, David Nyström <[email protected]> wrote: > I'm trying to create a setup for qemuppc. > > Goals: > core-image-minimal + virtual/kernel. > core-image-minimal + virtual/kernel with modified .config for debug flavoured > kernel. > > Problems: > PREFERRED_PROVIDER seems to be restricted to local.conf, distro and machine.
This is incorrect. It can be anywhere in the configuration metadata. bitbake.conf includes a variety of config files, not just distro/machine. Read that to see other existing files which get included. Further, you could create a .conf/.inc which you include from your machine .conf, if your goal is just to avoid duplication. -- Christopher Larson clarson at kergoth dot com Senior Software Engineer, Mentor Graphics _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
