[oe-commits] Tim 'timtim' Ellis : lsppc: Remove uboot from machine features as this is broken atm, also remove pci

GIT User account git at amethyst.openembedded.net
Tue Jan 20 20:55:05 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e238b7f5f3858d004199d0c6e60099c2867bfcc3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e238b7f5f3858d004199d0c6e60099c2867bfcc3

Author: Tim 'timtim' Ellis <tim.ellis at foonas.org>
Date:   Tue Jan 20 20:54:00 2009 +0000

lsppc: Remove uboot from machine features as this is broken atm, also remove pci

---

 conf/machine/include/lsppc.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/machine/include/lsppc.inc b/conf/machine/include/lsppc.inc
index 673ce4b..8a868cb 100644
--- a/conf/machine/include/lsppc.inc
+++ b/conf/machine/include/lsppc.inc
@@ -5,7 +5,7 @@
 
 TARGET_ARCH = "powerpc"
 PACKAGE_EXTRA_ARCHS = "ppc ppc603e"
-MACHINE_FEATURES = "kernel26 usbhost ext2 pci uboot"
+MACHINE_FEATURES = "kernel26 usbhost ext2"
 
 USE_DEVFS = "0"
 





More information about the Openembedded-commits mailing list