From 1143369efda21e1eafcab8a4901708399125ed4c Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Sun, 10 Oct 2004 18:10:25 +0000 Subject: correct path to tune-c3.conf BKrev: 41697b11WHGJq4q1fiH3_sUzLUd7og --- conf/machine/epia.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'conf') 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 + -- cgit 1.2.3-korg