mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
Add machine file for LogicPD OMAP3430 Zoom Kit
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4559 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
15
meta/conf/machine/omap-zoom.conf
Normal file
15
meta/conf/machine/omap-zoom.conf
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
#@TYPE: Machine
|
||||||
|
#@NAME: LogicPD OMAP 3430 Zoom Kit
|
||||||
|
#@DESCRIPTION: Machine configuration for the OMAP 3430 Zoom kit
|
||||||
|
TARGET_ARCH = "arm"
|
||||||
|
PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te armv6"
|
||||||
|
|
||||||
|
PREFERRED_PROVIDER_virtual/kernel = "linux-omap-zoom"
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
Reference in New Issue
Block a user