This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#@TYPE: Machine |
| 2 |
#@NAME: Alix |
| 3 |
#@DESCRIPTION: Machine.inciguration for PC Engines Alix1c board |
| 4 |
# |
| 5 |
# http://pcengines.ch/alix1c.htm |
| 6 |
|
| 7 |
# i386 doesn't work with NPTL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html |
| 8 |
TARGET_ARCH = "i586" |
| 9 |
|
| 10 |
PREFERRED_PROVIDER_virtual/kernel = "linux" |
| 11 |
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg" |
| 12 |
|
| 13 |
OLDEST_KERNEL = "2.6.17" |
| 14 |
GLIBC_ADDONS = "nptl" |
| 15 |
GLIBC_EXTRA_OECONF = "--with-tls" |
| 16 |
|
| 17 |
MACHINE_FEATURES = "kernel26 usbhost ext2 pci screen alsa acpi x86" |
| 18 |
|
| 19 |
require conf/machine/include/tune-geode.inc |
| 20 |
|
| 21 |
IMAGE_FSTYPES += "tar.gz" |
| 22 |
|
| 23 |
MACHINE_EXTRA_RRECOMMENDS = "\ |
| 24 |
kernel-modules \ |
| 25 |
" |
| 26 |
|
| 27 |
KERNEL_IMAGETYPE = "bzImage" |