mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
This gets us closer to making including tune-<arch>.inc "just work". Moving the TARGET_ARCH definitions is something for a follup patch. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
27 lines
811 B
Plaintext
27 lines
811 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: TI OMAP 3430 LDP
|
|
#@DESCRIPTION: Machine configuration for the TI OMAP 3430 LDP (aka OMAP Zoom)
|
|
TARGET_ARCH = "arm"
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux-omap"
|
|
|
|
MACHINE_FEATURES = "kernel26 apm alsa bluetooth screen touchscreen phone"
|
|
KERNEL_IMAGETYPE = "uImage"
|
|
IMAGE_FSTYPES ?= "tar.gz jffs2"
|
|
EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x20000 -n"
|
|
SERIAL_CONSOLE = "-L 115200 ttyS2"
|
|
|
|
require conf/machine/include/tune-cortexa8.inc
|
|
#require conf/machine/include/tune-arm1136jf-s.inc
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS = "\
|
|
kernel-module-ads7846 \
|
|
kernel-module-atkbd \
|
|
kernel-module-g-ether \
|
|
kernel-module-musb-hdrc \
|
|
kernel-module-omap24xxlib \
|
|
kernel-module-omap24xxvout \
|
|
kernel-module-omap-hsmmc \
|
|
kernel-module-snd-omap2-audio \
|
|
"
|