mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 09:32:11 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4881 311d38ba-8fff-0310-9ca6-ca027cbcb966
16 lines
493 B
Plaintext
16 lines
493 B
Plaintext
#@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 armv7a"
|
|
|
|
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-cortexa8.inc
|
|
#require conf/machine/include/tune-arm1136jf-s.inc
|