summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine
diff options
context:
space:
mode:
authorRobert Bradford <rob@openedhand.com>2008-05-28 14:33:17 +0000
committerRobert Bradford <rob@openedhand.com>2008-05-28 14:33:17 +0000
commit6a86b13028b8aaf8a9d6f68f9ee683658fe42fa2 (patch)
tree574493b362645640ee372d60521966f7ed23ee94 /meta/conf/machine
parent6bb1c616ada00ef92a421410ac01ca6db4c82f85 (diff)
downloadpoky-6a86b13028b8aaf8a9d6f68f9ee683658fe42fa2.tar.gz
Add TI OMAP 3430SDP Kernel and machine file.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4562 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/machine')
-rw-r--r--meta/conf/machine/omap-3430sdp.conf15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/conf/machine/omap-3430sdp.conf b/meta/conf/machine/omap-3430sdp.conf
new file mode 100644
index 0000000000..e00bb4d3be
--- /dev/null
+++ b/meta/conf/machine/omap-3430sdp.conf
@@ -0,0 +1,15 @@
1#@TYPE: Machine
2#@NAME: TI OMAP 3430 SDP
3#@DESCRIPTION: Machine configuration for the TI OMAP 3430 SDP
4TARGET_ARCH = "arm"
5PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6"
6
7PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
8
9MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen"
10KERNEL_IMAGETYPE = "uImage"
11IMAGE_FSTYPES ?= "tar.gz"
12SERIAL_CONSOLE = "-L 115200 ttyS0"
13
14require conf/machine/include/tune-arm1136jf-s.inc
15