diff options
author | Koen Kooi <koen@openembedded.org> | 2007-08-08 06:20:51 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-08 06:20:51 +0000 |
commit | bf0561f41898b938a6f772a4006a113bbf51393a (patch) | |
tree | 6c7b66e58faf7d7c5424c719dbf126b60886168f /conf/machine/alix.conf | |
parent | cd2d22bec1fb2d5bb2d64af90dc93f0efa939be4 (diff) | |
parent | 8e0edca59aa429e14f33632942ce2743dfff62ce (diff) |
merge of '2c0fad768939f606b65e1c9b4e1220f0209883f7'
and 'c441a97d0a545c68ad7de39b4729d857ef08723c'
Diffstat (limited to 'conf/machine/alix.conf')
-rw-r--r-- | conf/machine/alix.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/machine/alix.conf b/conf/machine/alix.conf new file mode 100644 index 0000000000..adb8f23fa3 --- /dev/null +++ b/conf/machine/alix.conf @@ -0,0 +1,24 @@ +#@TYPE: Machine +#@NAME: Alix +#@DESCRIPTION: Machine configuration for PC Engines Alix1c board +# +# http://pcengines.ch/alix1c.htm + +# i386 doesn't work with NTPL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html +TARGET_ARCH = "i686" + +PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586" +PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" + +OLDEST_KERNEL = "2.6.17" +GLIBC_ADDONS = "nptl" +GLIBC_EXTRA_OECONF = "--with-tls" + +MACHINE_FEATURES = "kernel26 usbhost ext2 pci screen alsa acpi" + +IMAGE_FSTYPES += "tar.gz" + +MACHINE_EXTRA_RRECOMMENDS = "\ + kernel-modules \ + " |