]> code.ossystems Code Review - openembedded-core.git/commit
conf/machine: Don't poke around providers which aren't machine specific/safe
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Dec 2011 20:57:45 +0000 (20:57 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Dec 2011 22:46:39 +0000 (22:46 +0000)
commit97a57aca12437c24b628071bb189c9f3b94e27ca
treea84e3a215b8dc468ad7240a6e14e2445a4555384
parent0b803ac3627c238aa7d19a23b7621f55779f2557
conf/machine: Don't poke around providers which aren't machine specific/safe

Machines shouldn't be poking around PREFERRED_PROVIDERS which aren't
machine specific or at least machine safe. Kernels are machine specific
and the xserver is selectable. libx11 and mesa are now really a distro choice
and machine configurations shouldn't be poking around them as it just leads
to corruption, conflicts and confusion.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/include/qemu.inc
meta/conf/machine/qemuppc.conf
meta/conf/machine/qemux86-64.conf
meta/conf/machine/qemux86.conf