diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-09-11 08:22:13 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-09-11 08:22:13 +0000 |
commit | f5f38e1a82787c5301e394c9c0a8801e000f4e15 (patch) | |
tree | 2280243045cf975fd211557a1ffed5c79b9bf9b7 /conf/machine/wrap.conf | |
parent | ed3e7b28ce6f8a1dfbec11e6047648f5b1aa22a4 (diff) |
machine wrap: Add machine file for the geode(i486) based WRAP boards from PC
engines.
Diffstat (limited to 'conf/machine/wrap.conf')
-rw-r--r-- | conf/machine/wrap.conf | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/conf/machine/wrap.conf b/conf/machine/wrap.conf new file mode 100644 index 0000000000..1073259e7a --- /dev/null +++ b/conf/machine/wrap.conf @@ -0,0 +1,32 @@ +#@TYPE: Machine +#@NAME: WRAP1 / WRAP2 wireless router boards +#@DESCRIPTION: Machine configuration for the PC Engines WRAP (Wireless Router Application Platform) boards. + +TARGET_ARCH = "i486" +IPKG_EXTRA_ARCHS = "i386" + +PREFERRED_PROVIDER_virtual/kernel = "linux-wrap-geode" +PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" + +# Serial console settings for sysvinit +SERIAL_CONSOLE = "38400 ttyS0" + +# There's no screen on the titan boards +USE_VT = "0" + +# We are using UDEV, there is no devfs in 2.6 kernels +USE_DEVFS = "0" + +# Create a tar.gz by default which needs to be uncompress onto a +# partition on the compact flash card being used. +IMAGE_FSTYPE ?= "tar.gz" + +# Extra items to include in the fs image +BOOTSTRAP_EXTRA_RDEPENDS += "kernel pciutils udev kernel-modules grub" + +# Minimal device table is fine +IMAGE_DEVICE_TABLES = "files/device_table-minimal.txt" + +# glibc +GLIBC_ADDONS = "nptl" +GLIBC_EXTRA_OECONF = "--with-tls" |