Files
meta-qcom-extras/conf/machine/nexus7-2013.conf
T
Dmitry Baryshkov 66f070e223 nexus7-2013: add machine config file
Add machine config file for the Asus Google Nexus7 2013.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2021-09-16 15:55:53 +03:00

19 lines
582 B
Plaintext

#@TYPE: Machine
#@NAME: Nexus 7 2013
#@DESCRIPTION: 32-bit machine configuration for the Asus Google Nexus 7 2013, with Qualcomm Snapdragon S4 Pro (APQ8064).
require conf/machine/include/qcom-apq8064.inc
MACHINE_FEATURES = "alsa screen wifi bluetooth ext2 ext3 usb usbhost usbgadget"
KERNEL_IMAGETYPE ?= "zImage"
KERNEL_DEVICETREE ?= "qcom-apq8064-asus-nexus7-flo.dtb"
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'mesa-driver-msm', '', d)} \
"
SERIAL_CONSOLE ?= "115200 ttyMSM0"
QCOM_BOOTIMG_ROOTFS ?= "PARTLABEL=userdata"