Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/build-yocto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
- iq-9075-evk
- qcm6490-idp
- qcs615-adp-air
- iq-615-evk
- qcs8300-ride-sx
- qcs9100-ride-sx
- qrb2210-rb1-core-kit
Expand Down
8 changes: 8 additions & 0 deletions ci/iq-615-evk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/siemens/kas/master/kas/schema-kas.json

header:
version: 14
includes:
- ci/base.yml

machine: iq-615-evk
22 changes: 22 additions & 0 deletions conf/machine/iq-615-evk.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#@TYPE: Machine
#@NAME: Qualcomm QCS615 Evaluation Kit (EVK)
#@DESCRIPTION: Machine configuration for Qualcomm Talos Evaluation Kit (EVK), with QCS615.

require conf/machine/include/qcom-qcs615.inc

MACHINE_FEATURES += "efi pci"

QCOM_DTB_DEFAULT ?= "talos-evk"

KERNEL_DEVICETREE ?= " \
qcom/talos-evk.dtb \
"
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \
packagegroup-qcs615-adp-air-firmware \
packagegroup-qcs615-adp-air-hexagon-dsp-binaries \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't reuse ADP AIR packages. Please add EVK-specific packagegroups.

"

QCOM_CDT_FILE = "cdt_adp_air_sa6155p"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is not ADP Air. Don't reuse the CDT, that's for sure.

QCOM_BOOT_FILES_SUBDIR = "qcs615"

QCOM_PARTITION_FILES_SUBDIR ?= "partitions/qcs615-adp-air/emmc"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope, add machine-specific partition tables.