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/routerstationpro.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-yocto/conf/machine/routerstationpro.conf') diff --git a/meta-yocto/conf/machine/routerstationpro.conf b/meta-yocto/conf/machine/routerstationpro.conf index a0afd5d16a..9338ca1062 100644 --- a/meta-yocto/conf/machine/routerstationpro.conf +++ b/meta-yocto/conf/machine/routerstationpro.conf @@ -11,7 +11,6 @@ KERNEL_IMAGETYPE = "vmlinux" KERNEL_ALT_IMAGETYPE = "vmlinux.bin" 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