mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
Correct the name of the variable used to define the size of the logo: GUI_MACHINE_CLASS renamed MACHINE_GUI_CLASS. Signed-off-by: Thomas Perrot <thomas.perrot@tupi.fr> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
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
|
|
|
|
MACHINE_GUI_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"
|