mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-21 03:58:58 +00:00
This compresses better and most machines use this now, lets switch these remaining machines over. Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
17 lines
446 B
Plaintext
17 lines
446 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: Pandaboard
|
|
#@DESCRIPTION: Machine configuration for the OMAP4430 Panda
|
|
|
|
require conf/machine/include/omap4.inc
|
|
|
|
MACHINE_GUI_CLASS = "bigscreen"
|
|
|
|
IMAGE_FSTYPES += "tar.xz"
|
|
|
|
KERNEL_DEVICETREE = "omap4-panda.dtb omap4-panda-a4.dtb omap4-panda-es.dtb"
|
|
|
|
SERIAL_CONSOLES = "115200;ttyS2"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
|
|
MACHINE_FEATURES = "kernel26 wifi bluetooth alsa apm ext2 screen usbgadget usbhost vfat gpu"
|