[oe-commits] org.oe.dev machine wrap: Add machine file for the geode(i486) based WRAP boards from PC

lenehan commit openembedded-commits at lists.openembedded.org
Mon Sep 11 08:31:56 UTC 2006


machine wrap: Add machine file for the geode(i486) based WRAP boards from PC
engines.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: c3ccb88cdee78aea39d63a6124314b875def14c8
ViewMTN: http://monotone.openembedded.org/revision.psp?id=c3ccb88cdee78aea39d63a6124314b875def14c8
Files:
1
conf/machine/wrap.conf
Diffs:

#
# mt diff -r161c11a89e2c7407a8534ee7efa739606b00513f -rc3ccb88cdee78aea39d63a6124314b875def14c8
#
# 
# 
# add_file "conf/machine/wrap.conf"
#  content [d81d5f5685b969f0a7563eaf9f4b65a137409bae]
# 
============================================================
--- conf/machine/wrap.conf	d81d5f5685b969f0a7563eaf9f4b65a137409bae
+++ conf/machine/wrap.conf	d81d5f5685b969f0a7563eaf9f4b65a137409bae
@@ -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"






More information about the Openembedded-commits mailing list