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
This commit is contained in:
Robert Bradford
2008-05-28 14:33:17 +00:00
parent 6bb1c616ad
commit 6a86b13028
3 changed files with 1303 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
#@TYPE: Machine
#@NAME: TI OMAP 3430 SDP
#@DESCRIPTION: Machine configuration for the TI OMAP 3430 SDP
TARGET_ARCH = "arm"
PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6"
PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
MACHINE_FEATURES = "kernel26 apm alsa bluetooth irda screen touchscreen"
KERNEL_IMAGETYPE = "uImage"
IMAGE_FSTYPES ?= "tar.gz"
SERIAL_CONSOLE = "-L 115200 ttyS0"
require conf/machine/include/tune-arm1136jf-s.inc

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,7 @@
require linux-omap.inc
PR = "r1"
COMPATIBLE_MACHINE = "omap-3430sdp"
SRC_URI="git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git;tag=3ce7ba0c3c9566f50725b0108916180db86e1641 \
file://defconfig-omap-3430sdp"
S = "${WORKDIR}/git"