[oe-commits] Marcin Juszkiewicz : vortex86sx: fix MACHINE_FEATURES

git version control git at git.openembedded.org
Mon Aug 3 12:50:13 UTC 2009


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

Author: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Date:   Mon Aug  3 14:47:55 2009 +0200

vortex86sx: fix MACHINE_FEATURES

---

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

diff --git a/conf/machine/vortex86sx.conf b/conf/machine/vortex86sx.conf
index b2a116d..68a62cc 100644
--- a/conf/machine/vortex86sx.conf
+++ b/conf/machine/vortex86sx.conf
@@ -3,7 +3,7 @@
 
 require conf/machine/include/tune-i486sx.inc
 
-MACHINE_FEATURES += "x86"
+MACHINE_FEATURES = "kernel26 alsa vfat screen usbhost x86"
 
 KERNEL_IMAGETYPE = "bzImage"
 





More information about the Openembedded-commits mailing list