aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/shark.conf
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2007-02-16 14:10:25 +0000
committerHolger Freyther <zecke@selfish.org>2007-02-16 14:10:25 +0000
commit1e37747e5b6b1edf55ddd01569752866f8e679dd (patch)
treecdf676f01f4cbe8eaee8aa767957efddf99051f0 /conf/machine/shark.conf
parent4036cccc94373ca4048c23780915814fd3ae15ff (diff)
downloadopenembedded-1e37747e5b6b1edf55ddd01569752866f8e679dd.tar.gz
Add the DNARD/Shark machine configuration and kernel
The DNARD/Shark was the Network Computer constructed by DEC with spare StrongARM processors. Here we use them as music basestations.
Diffstat (limited to 'conf/machine/shark.conf')
-rw-r--r--conf/machine/shark.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/machine/shark.conf b/conf/machine/shark.conf
new file mode 100644
index 0000000000..648d4eae9f
--- /dev/null
+++ b/conf/machine/shark.conf
@@ -0,0 +1,24 @@
+#@TYPE: Machine
+#@NAME: DNARD NetworkComputer/Shark
+#@DESCRIPTION: Machine configuration for the SHARK based SHARK
+
+MACHINE_KERNEL_VERSION ?= "2.6"
+
+TARGET_ARCH = "arm"
+PREFERRED_PROVIDER_xserver = "xserver-kdrive"
+PREFERRED_PROVIDER_virtual/kernel = "linux-z"
+
+EXTRA_IMAGECMD_jffs2 = "--little-endian --eraseblock=0x20000 -n"
+EXTRA_IMAGEDEPENDS = ""
+SERIAL_CONSOLE = "ttySA0 115200 vt100"
+
+ROOT_FLASH_SIZE = "16"
+USE_VT = "0"
+
+require conf/machine/include/tune-strongarm.conf
+
+MACHINE_FEATURES = "kernel26 apm alsa pcmcia keyboard ext2"
+MACHINE_EXTRA_RDEPENDS_append = " mpg321 mpd madplay "
+
+MACHINE_TASK_PROVIDER = "task-base"
+GUI_MACHINE_CLASS = "bigscreen"