templates: Add iq-x5121-evk device support - #65
Shoudi Li (shoudil) wants to merge 3 commits into
Conversation
Milosz Wasilewski (mwasilew)
left a comment
There was a problem hiding this comment.
We already have hamoa-iot-evk device in the LAB. It has iq-x7181-evk alias. I'm not very fluent in the SoC names. What is the upstream DTB file name for this board? Going forward we're going to use DTB file names for LAVA device types.
| @@ -0,0 +1,9 @@ | |||
| {% extends "devices/iq-x5121-evk" %} | |||
|
|
|||
| {# Device-specific test exclusions for meta-qcom project #} | |||
There was a problem hiding this comment.
could you split excluded tests into a separate commit with explanation why they're excluded?
|
|
||
| {% set flasher_device_type = "iq-x5121-evk" %} | ||
|
|
||
| {# Exclude unsupported testplan for this device #} |
There was a problem hiding this comment.
please split this into a separate patch with commit message explaining why it's excluded.
purwa-iot-evk.dtb |
|
thanks! |
|
We have qdl.jinja2 now. Could you migrate your templates to use it? I consider "flasher" to be obsolete now. |
|
Shoudi Li (@shoudil) qdl support is already merged. Could you refactor this PR to use qdl deployment for purwa? |
aa26661 to
be5b086
Compare
Add base device configuration for iq-x5121-evk, the device uses flasher deployment with default gz compression for rootfs. Signed-off-by: Shoudi Li <shoudil@qti.qualcomm.com>
Set the exclude list for lava test on iq-x5121-evk and flasher_device_type configuration to ensure proper device identification during flasher deployment. Signed-off-by: Shoudi Li <shoudil@qti.qualcomm.com>
Previously WIFI area test cases failed due to incorrect test scripts. Now script got updated in PR: qualcomm-linux/qcom-linux-testkit#541 Signed-off-by: Shoudi Li <shoudil@qti.qualcomm.com>
62238ea to
bedaa4e
Compare
|
Milosz Wasilewski (@mwasilew) , do we have Purwa devices onboard in lava env now ? we should be able to enable lava test for puwa now as UFS issue fixed on core-image-base recently. |
|
I'm waiting for Naresh Kamboju (@nareshkamboju) to fix the PR adding purwa to staging. I don't know if there are any more. |
Add base device configuration and meta-qcom project device file for iq-x5121-evk. The device uses flasher deployment with default gz compression for rootfs.
The project device file includes flasher_device_type configuration to ensure proper device identification during flasher deployment.