From b9d3a5224c7f76f273d5919a88b7460d35ad2574 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 6 Dec 2011 20:59:47 +0000 Subject: 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 --- meta-yocto/conf/machine/mpc8315e-rdb.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-yocto/conf/machine/mpc8315e-rdb.conf') diff --git a/meta-yocto/conf/machine/mpc8315e-rdb.conf b/meta-yocto/conf/machine/mpc8315e-rdb.conf index d67dc18cf0..d3a5b1cb01 100644 --- a/meta-yocto/conf/machine/mpc8315e-rdb.conf +++ b/meta-yocto/conf/machine/mpc8315e-rdb.conf @@ -14,7 +14,6 @@ MACHINE_FEATURES = "kernel26 keyboard pci ext2 ext3 serial" PREFERRED_VERSION_linux-yocto ?= "3.0%" PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" -#PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" XSERVER = "xserver-kdrive-fbdev" -- cgit v1.2.3-54-g00ecf