]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add akita.conf machine definition
authorRichard Purdie <richard@openedhand.com>
Fri, 14 Oct 2005 13:46:59 +0000 (13:46 +0000)
committerRichard Purdie <richard@openedhand.com>
Fri, 14 Oct 2005 13:46:59 +0000 (13:46 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky@138 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/conf/machine/akita.conf [new file with mode: 0644]

diff --git a/openembedded/conf/machine/akita.conf b/openembedded/conf/machine/akita.conf
new file mode 100644 (file)
index 0000000..cfcc411
--- /dev/null
@@ -0,0 +1,10 @@
+#@TYPE: Machine
+#@NAME: Sharp Zaurus SL-C1000
+#@DESCRIPTION: Machine configuration for the Sharp Zaurus SL-C1000 device
+
+KERNEL_VERSION ?= "2.4"
+
+include conf/machine/zaurus-clamshell.conf
+include conf/machine/zaurus-clamshell-${KERNEL_VERSION}.conf
+
+ROOT_FLASH_SIZE = "64"