You've already forked meta-qcom-extras
mirror of
https://github.com/linux-msm/meta-qcom-extras.git
synced 2026-02-25 13:14:43 -08:00
66f070e223
Add machine config file for the Asus Google Nexus7 2013. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
19 lines
582 B
Plaintext
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"
|