merge of 'baf576cb1d2852c5ce857ace4188b8e1662ab866'
[vuplus_openembedded] / conf / machine / epia.conf
1 require conf/machine/x86.conf
2
3 TARGET_ARCH = "i586"
4 PACKAGE_EXTRA_ARCHS = "i386 i486"
5
6 PREFERRED_PROVIDER_virtual/kernel = "linux-epia"
7 OLDEST_KERNEL = "2.6.5"
8
9 GLIBC_ADDONS = "nptl"
10 GLIBC_EXTRA_OECONF = "--with-tls"
11
12 IMAGE_FSTYPES = "ext2.gz"
13
14 MACHINE_FEATURES = "kernel26 screen keyboard pci ushbost acpi ext2"
15 MACHINE_TASK_PROVIDER = "task-base"
16
17
18 require conf/machine/include/tune-c3.conf
19