From: Koen Kooi Date: Sat, 6 Jan 2007 14:22:36 +0000 (+0000) Subject: efika: remove pci from machine features to avoid troubles with building task-base X-Git-Tag: Release-2010-05/1~9446^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcf5a4027ada33cb3eb5946cc80bec86a1fbc069;p=openembedded.git efika: remove pci from machine features to avoid troubles with building task-base --- diff --git a/conf/machine/efika.conf b/conf/machine/efika.conf index 7c277d3d73..d564dc5654 100644 --- a/conf/machine/efika.conf +++ b/conf/machine/efika.conf @@ -6,7 +6,7 @@ TARGET_ARCH = "powerpc" PACKAGE_EXTRA_ARCHS = "ppc ppc603e" -MACHINE_FEATURES = "kernel26 usbhost ext2 pci alsa" +MACHINE_FEATURES = "kernel26 usbhost ext2 alsa" PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"