mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-18 10:42:32 +00:00
15 lines
368 B
Plaintext
15 lines
368 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: Pandaboard
|
|
#@DESCRIPTION: Machine configuration for the OMAP4430 Panda
|
|
|
|
require conf/machine/include/omap4.inc
|
|
|
|
GUI_MACHINE_CLASS = "bigscreen"
|
|
|
|
IMAGE_FSTYPES += "tar.gz"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyO2"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
|
|
MACHINE_FEATURES = "kernel26 wifi bluetooth alsa apm ext2 screen usbgadget usbhost vfat sgx"
|