diff options
author | Phil Blundell <philb@gnu.org> | 2004-09-11 14:13:27 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-09-11 14:13:27 +0000 |
commit | 93a012f7a44ec011a90c0f719afbad672d485a3f (patch) | |
tree | 44cf88ee3cd31198bc78f4a829e220612d905cd9 /conf | |
parent | 74c950b9981c367816e4f51f0054e710ff4f4cbd (diff) |
fix PREFERRED_PROVIDER
BKrev: 41430807NlZfkrbxOILo6WOzORVFYQ
Diffstat (limited to 'conf')
-rw-r--r-- | conf/epia.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/conf/epia.conf b/conf/epia.conf index e69de29bb2..e26725426b 100644 --- a/conf/epia.conf +++ b/conf/epia.conf @@ -0,0 +1,11 @@ +TARGET_ARCH = "i686" +TARGET_VENDOR = "-oe" +PREFERRED_PROVIDER_virtual/kernel = "linux-epia" +IMAGE_FSTYPE = "cramfs" +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" |