mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-16 14:27:48 +00:00
03f4a9211e
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
19 lines
417 B
Plaintext
19 lines
417 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: Pandaboard
|
|
#@DESCRIPTION: Machine configuration for the OMAP4430 Panda
|
|
|
|
require conf/machine/include/omap4.inc
|
|
|
|
UBOOT_MACHINE = "omap4_panda_config"
|
|
|
|
GUI_MACHINE_CLASS = "bigscreen"
|
|
|
|
IMAGE_FSTYPES += "tar.bz2"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyO2"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
|
|
MACHINE_FEATURES = "kernel26 wifi bluetooth alsa apm ext2 screen touchscreen usbgadget usbhost vfat"
|
|
|
|
|