diff --git a/.github/workflows/build-yocto.yml b/.github/workflows/build-yocto.yml index a6a34aa1c..4684cfbec 100644 --- a/.github/workflows/build-yocto.yml +++ b/.github/workflows/build-yocto.yml @@ -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 diff --git a/ci/iq-615-evk.yml b/ci/iq-615-evk.yml new file mode 100644 index 000000000..f214942d3 --- /dev/null +++ b/ci/iq-615-evk.yml @@ -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 diff --git a/conf/machine/iq-615-evk.conf b/conf/machine/iq-615-evk.conf new file mode 100644 index 000000000..ac2d1cc6a --- /dev/null +++ b/conf/machine/iq-615-evk.conf @@ -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 \ +" + +QCOM_CDT_FILE = "cdt_adp_air_sa6155p" +QCOM_BOOT_FILES_SUBDIR = "qcs615" + +QCOM_PARTITION_FILES_SUBDIR ?= "partitions/qcs615-adp-air/emmc"