aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/storcenter.conf
diff options
context:
space:
mode:
authorAndrew Wilcox <andy@protium.com>2006-12-07 19:03:25 +0000
committerAndrew Wilcox <andy@protium.com>2006-12-07 19:03:25 +0000
commit6363b1e9e61b4b4d8cc6541ae1a75de3e5e09870 (patch)
treeea17761efb27e0c95585356b2f4452baf03054c5 /conf/machine/storcenter.conf
parentaf59828ac3e9e636e27c038ee2b6210f9b7659ac (diff)
downloadopenembedded-6363b1e9e61b4b4d8cc6541ae1a75de3e5e09870.tar.gz
openprotium: distro conf and machine conf for iomega storcenter
Diffstat (limited to 'conf/machine/storcenter.conf')
-rw-r--r--conf/machine/storcenter.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/conf/machine/storcenter.conf b/conf/machine/storcenter.conf
new file mode 100644
index 0000000000..2c21b521c3
--- /dev/null
+++ b/conf/machine/storcenter.conf
@@ -0,0 +1,17 @@
+TARGET_ARCH = "powerpc"
+TARGET_OS = "linux"
+# TARGET_VENDOR = "oe"
+IPKG_ARCHS = "all ppc powerpc ppc603e ${MACHINE}"
+# terminal specs - console, but no other ports
+SERIAL_CONSOLE="115200 console"
+USE_VT="0"
+
+MODUTILS=26
+MACHINE_TASK_PROVIDER = "task-base"
+MACHINE_FEATURES= "kernel26 usbhost"
+# don't go udev until kernel >=2.6.13
+#BOOTSTRAP_EXTRA_RDEPENDS = "udev mdadm"
+BOOTSTRAP_EXTRA_RDEPENDS = "mdadm"
+PREFERRED_PROVIDER_virtual/kernel = "linux-storcenter"
+
+include conf/machine/include/tune-ppc603e.conf