23 lines
648 B
Plaintext
23 lines
648 B
Plaintext
|
#@TYPE: Machine
|
||
|
#@NAME: MDM9625 CDP
|
||
|
#@DESCRIPTION: Machine configuration for Qualcomm MDM9625 CDP
|
||
|
|
||
|
# Uncomment the following line to enable the hard floating point abi. Note that
|
||
|
# this breaks some binary libraries and 3D (neither of which ship with
|
||
|
# meta-yocto). For maximum compatibility, leave this disabled.
|
||
|
#DEFAULTTUNE ?= "cortexa8hf-neon"
|
||
|
|
||
|
include conf/machine/include/tune-cortexa8.inc
|
||
|
|
||
|
MACHINE_DISPLAY_WIDTH_PIXELS = "480"
|
||
|
MACHINE_DISPLAY_HEIGHT_PIXELS = "640"
|
||
|
|
||
|
SERIAL_CONSOLE = "115200 ttyO2"
|
||
|
|
||
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-quic"
|
||
|
|
||
|
MACHINE_FEATURES += "kernel26"
|
||
|
MACHINE_FEATURES += "keyboard"
|
||
|
|
||
|
MACHINE_DTS_NAME = "msm9625"
|