aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/epia.conf
blob: 0750e4d646c7aa26a9e911437b51c09910d75860 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
require conf/machine/x86.conf

TARGET_ARCH = "i586"
PACKAGE_EXTRA_ARCHS = "i386 i486"

PREFERRED_PROVIDER_virtual/kernel = "linux-epia"
OLDEST_KERNEL = "2.6.5"
KERNEL_IMAGETYPE = "bzImage"

GLIBC_ADDONS = "nptl"
GLIBC_EXTRA_OECONF = "--with-tls"

IMAGE_FSTYPES = "ext2.gz"

MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2"
MACHINE_TASK_PROVIDER = "task-base"

require conf/machine/include/tune-c3.inc