-
Notifications
You must be signed in to change notification settings - Fork 153
QCS615-IQ-615-EVK enablement #1272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| " | ||
| MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += " \ | ||
| packagegroup-qcs615-adp-air-firmware \ | ||
| packagegroup-qcs615-adp-air-hexagon-dsp-binaries \ |
There was a problem hiding this comment.
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.
| packagegroup-qcs615-adp-air-hexagon-dsp-binaries \ | ||
| " | ||
|
|
||
| QCOM_CDT_FILE = "cdt_adp_air_sa6155p" |
There was a problem hiding this comment.
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_CDT_FILE = "cdt_adp_air_sa6155p" | ||
| QCOM_BOOT_FILES_SUBDIR = "qcs615" | ||
|
|
||
| QCOM_PARTITION_FILES_SUBDIR ?= "partitions/qcs615-adp-air/emmc" |
There was a problem hiding this comment.
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.
4064e12 to
582cbe6
Compare
Add KAS configuration file and update GitHub workflows to build IQ-615 EVK board in CI. Signed-off-by: Wu Fang <[email protected]>
Add initial machine configuration for the Qualcomm IQ-615 EVK platform. Signed-off-by: Wu Fang <[email protected]>
582cbe6 to
2452cf6
Compare
Added machine configuration, CI build support for QCS615-IQ-615-EVK.