diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-07 13:07:25 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-07 13:07:25 +0000 |
commit | dbee952f8a413008e541fe8907aaea42df28d97f (patch) | |
tree | 39320d9ab15fd11725dac4cae29b10333adcacf9 /conf | |
parent | 52bafea20d205f1e1d19065843ff4f584d60990a (diff) |
alix: added machine config for PC Engines Alix1c board
Diffstat (limited to '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 \ + " |