x86 machines: added 'x86' MACHINE_FEATURE to limit amount of overrides needed when...
[vuplus_openembedded] / conf / machine / alix.conf
1 #@TYPE: Machine
2 #@NAME: Alix
3 #@DESCRIPTION: Machine configuration for PC Engines Alix1c board
4 #
5 # http://pcengines.ch/alix1c.htm
6
7 # i386 doesn't work with NTPL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html
8 TARGET_ARCH = "i586"
9
10 PACKAGE_EXTRA_ARCHS = "x86 i386 i486 geode"
11 PREFERRED_PROVIDER_virtual/kernel = "linux"
12 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
13
14 OLDEST_KERNEL = "2.6.17"
15 GLIBC_ADDONS = "nptl"
16 GLIBC_EXTRA_OECONF = "--with-tls"
17
18 MACHINE_FEATURES = "kernel26 usbhost ext2 pci screen alsa acpi x86"
19
20 require conf/machine/include/tune-geodelx.conf
21
22 IMAGE_FSTYPES += "tar.gz"
23
24 MACHINE_EXTRA_RRECOMMENDS = "\
25         kernel-modules \
26         "
27
28 KERNEL_IMAGETYPE = "bzImage"