File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ # Configuration and variables for QCS615 family.
2+
3+ SOC_FAMILY = "qcs615"
4+ require conf /machine /include /qcom -base . inc
5+ require conf /machine /include /qcom -common . inc
6+
7+ DEFAULTTUNE = "armv8-2a-crypto"
8+ require conf /machine /include /arm /arch -armv8 -2 a . inc
9+
10+ MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
11+ packagegroup-qcom-boot-essential \
12+ "
13+
14+ MACHINE_EXTRA_RRECOMMENDS += " \
15+ packagegroup-qcom-boot-additional \
16+ "
17+
18+ EXTRA_IMAGEDEPENDS += "firmware-qcom-boot-qcs615"
Original file line number Diff line number Diff line change 1+ #@TYPE: Machine
2+ #@NAME: Qualcomm QCS615 ADP Air Beta Evaluation Kit (EVK)
3+ #@DESCRIPTION: Machine configuration for Qualcomm ADP Air Beta Evaluation Kit (EVK), with QCS615.
4+
5+ require conf/machine/include/qcom-qcs615.inc
6+
7+ MACHINE_FEATURES += "efi pci"
8+
9+ QCOM_DTB_DEFAULT ?= "qcs615-ride"
10+
11+ KERNEL_DEVICETREE ?= " \
12+ qcom/qcs615-ride.dtb \
13+ "
14+
15+ QCOM_BOOT_FILES_SUBDIR = "qcs615"
16+ QCOM_PARTITION_CONF = "qcom-partition-conf-qcs615-adp-air"
You can’t perform that action at this time.
0 commit comments