diff options
author | Phil Blundell <philb@gnu.org> | 2004-10-10 18:10:25 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-10-10 18:10:25 +0000 |
commit | 1143369efda21e1eafcab8a4901708399125ed4c (patch) | |
tree | feed97907ae7eb909da70724d3a5452d513190e0 /conf | |
parent | a9386051f49c6c21f02df2c9efbd337a051df6cd (diff) |
correct path to tune-c3.conf
BKrev: 41697b11WHGJq4q1fiH3_sUzLUd7og
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/epia.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/conf/machine/epia.conf b/conf/machine/epia.conf index e69de29bb2..e6e4670b60 100644 --- a/conf/machine/epia.conf +++ b/conf/machine/epia.conf @@ -0,0 +1,14 @@ +TARGET_ARCH = "i686" +TARGET_VENDOR = "-oe" +PREFERRED_PROVIDER_virtual/kernel = "linux-epia" +IMAGE_FSTYPE = "ext2" +BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel pciutils udev module-init-tools strace" +BOOTSTRAP_EXTRA_RDEPENDS = "pciutils udev module-init-tools kernel-modules strace" +udevdir = "/dev" +OLDEST_KERNEL = "2.6.5" +GLIBC_ADDONS = "nptl" +GLIBC_EXTRA_OECONF = "--with-tls" +IPKG_ARCHS = "i386" + +include conf/machine/tune-c3.conf + |