aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/x86.conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-10-07 18:06:42 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-10-07 18:06:42 +0000
commite307ea2a862bd308504b3f18fb688423b9a87215 (patch)
tree1acb88e6b434e94e003ad2527e0f8598262a8964 /conf/machine/x86.conf
parent209f1c683008652f45d8de04078e53f0b91bd8ee (diff)
downloadopenembedded-e307ea2a862bd308504b3f18fb688423b9a87215.tar.gz
x86 machines: added 'x86' MACHINE_FEATURE to limit amount of overrides needed when package need x86 special options - look at mplayer as example
Diffstat (limited to 'conf/machine/x86.conf')
-rw-r--r--conf/machine/x86.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/x86.conf b/conf/machine/x86.conf
index 51757e950c..c35e7ad389 100644
--- a/conf/machine/x86.conf
+++ b/conf/machine/x86.conf
@@ -13,7 +13,7 @@ KERNEL_IMAGETYPE = "bzImage"
# BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules"
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
-MACHINE_FEATURES = "kernel26 pci usbhost ext2 screen"
+MACHINE_FEATURES = "kernel26 pci usbhost ext2 screen x86"
udevdir = "/dev"
OLDEST_KERNEL = "2.6.17"