Skip to content

conf: machine: iq-x5121-evk: switch to support UFS build by default#1961

Merged
ricardosalveti merged 1 commit into
qualcomm-linux:masterfrom
xinlon-z:update-purwa-default-build
May 28, 2026
Merged

conf: machine: iq-x5121-evk: switch to support UFS build by default#1961
ricardosalveti merged 1 commit into
qualcomm-linux:masterfrom
xinlon-z:update-purwa-default-build

Conversation

@xinlon-z
Copy link
Copy Markdown
Contributor

@xinlon-z xinlon-z commented Apr 16, 2026

Support UFS build by default as UFS storage is always available on device and some devices may not has NVMe card by default.

Build structure

build/tmp/deploy/images/iq-x5121-evk/qcom-multimedia-image-iq-x5121-evk.rootfs.qcomflash/
├── dtb.bin
├── dtb-purwa-iot-evk-image.vfat
├── efi.bin
├── gpt_backup0.bin
├── gpt_both0.bin
├── gpt_main0.bin
├── patch0.xml
├── rawprogram0.xml
├── rootfs.img
├── spinor
│   ├── adsp_dtbs.elf
│   ├── adsp_lite.lzma
│   ├── aop_devcfg.mbn
│   ├── aop.mbn
│   ├── cdt.bin
│   ├── contents.xml
│   ├── cpucp_dtbs.elf
│   ├── cpucp.elf
│   ├── devcfg_iot.mbn
│   ├── dtb.bin
│   ├── gpt_backup0.bin
│   ├── gpt_both0.bin
│   ├── gpt_main0.bin
│   ├── hypvm.mbn
│   ├── imagefv.elf
│   ├── IQ_X_EVK_CDT.bin
│   ├── multi_image.mbn
│   ├── patch0.xml
│   ├── qupv3fw.elf
│   ├── rawprogram0.xml
│   ├── shrm.elf
│   ├── tz.mbn
│   ├── uefi_dtbs.xz
│   ├── uefi.elf
│   ├── uefi_sec.mbn
│   ├── xbl_config.elf
│   ├── XblRamdump.xz
│   ├── xbl_s_devprg_ns.melf
│   ├── xbl_s.melf
│   ├── zeros_1sector.bin
│   ├── zeros_33sectors.bin
│   └── zeros_5sectors.bin
├── vmlinux
├── xbl_s_devprg_ns.melf
├── zeros_1sector.bin
├── zeros_33sectors.bin
└── zeros_5sectors.bin

@xinlon-z xinlon-z marked this pull request as ready for review April 16, 2026 02:35
@xinlon-z xinlon-z marked this pull request as draft April 16, 2026 02:43
@github-actions
Copy link
Copy Markdown

Test run workflow

Test jobs for commit 50184dc

Test dragonboard-820c qcs615-adp-air qcs6490 qcs8300 qcs9100 qcs9100-rb8 qrb2210-rb1
boot pass pass pass pass pass pass pass

All jobs summary

Job ID Device State Health
179495 qrb2210-rb1 Finished Complete
179507 qcs9100-rb8 Finished Complete
179497 qcs615-adp-air Finished Complete
179500 qrb2210-rb1 Finished Complete
179512 qcs8300 Finished Complete
179516 dragonboard-820c Finished Complete
179501 qcs9100 Finished Complete
179505 qcs8300 Finished Complete
179498 qcs9100 Finished Complete
179502 qrb2210-rb1 Finished Complete
179503 qcs9100-rb8 Finished Complete
179513 qcs615-adp-air Finished Complete
179496 qcs8300 Finished Complete
179499 qcs9100 Finished Complete
179489 qcs615-adp-air Finished Complete
179494 qcs6490 Finished Complete
179504 qcs9100 Finished Complete
179508 qrb2210-rb1 Finished Complete
179492 qcs6490 Finished Complete
179506 dragonboard-820c Finished Complete
179511 dragonboard-820c Finished Complete
179515 dragonboard-820c Finished Complete
179490 qcs9100-rb8 Finished Complete
179491 qcs8300 Finished Complete
179514 qcs6490 Finished Complete
179509 qcs9100-rb8 Finished Complete
179510 qcs6490 Finished Complete

@test-reporting-app
Copy link
Copy Markdown

test-reporting-app Bot commented Apr 16, 2026

Test Results

  103 files  ± 0    633 suites  +1   6h 41m 19s ⏱️ - 7m 21s
  130 tests + 1    116 ✅ +16   0 💤 ±0  14 ❌  - 15 
6 023 runs  +15  5 951 ✅ +25  53 💤 +6  19 ❌  - 16 

For more details on these failures, see this check.

Results for commit d3e94a1. ± Comparison against base commit c66b499.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Copy Markdown

This pull request has been marked as stale due to 30 days of inactivity. To prevent automatic closure in 5 days, remove the stale label or add a comment. You can reopen a closed pull request at any time.

@github-actions github-actions Bot added Stale and removed Stale labels May 17, 2026
@xinlon-z
Copy link
Copy Markdown
Contributor Author

wait issue #1962 be fixed

@xinlon-z xinlon-z force-pushed the update-purwa-default-build branch from 50184dc to dd6b3a9 Compare May 22, 2026 08:54
@xinlon-z xinlon-z marked this pull request as ready for review May 22, 2026 10:00
@xinlon-z
Copy link
Copy Markdown
Contributor Author

xinlon-z commented May 22, 2026

wait issue #1962 be fixed

fixed by #2270

@github-actions
Copy link
Copy Markdown

Test run workflow

Test jobs for commit dd6b3a9

qcom-distro
Pass: 256 | Fail: 1 | Total: 278
nodistro
Pass: 9 | Fail: 0 | Total: 9
qcom-distro_linux-qcom-6.18
Pass: 221 | Fail: 2 | Total: 249

@ricardosalveti
Copy link
Copy Markdown
Contributor

wait issue #1962 be fixed

fixed by #2270

merged, please rebase.

Copy link
Copy Markdown
Contributor

@lumag lumag left a comment

Choose a reason for hiding this comment

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

Please rebase.

Support UFS build by default as UFS storage is always available on
device and some devices may not has NVMe card by default.

Signed-off-by: Xinzheng Long <xinzheng.long@oss.qualcomm.com>
@xinlon-z xinlon-z force-pushed the update-purwa-default-build branch from dd6b3a9 to d3e94a1 Compare May 24, 2026 13:05
@xinlon-z
Copy link
Copy Markdown
Contributor Author

Please rebase.

Done

@xinlon-z
Copy link
Copy Markdown
Contributor Author

Please rebase.

Done.

@github-actions
Copy link
Copy Markdown

Test run workflow

Test jobs for commit d3e94a1

qcom-distro
Pass: 273 | Fail: 0 | Total: 296
nodistro
Pass: 9 | Fail: 0 | Total: 9
qcom-distro_linux-qcom-6.18
Pass: 210 | Fail: 2 | Total: 239

@xinlon-z xinlon-z requested a review from lumag May 25, 2026 01:59
@github-actions
Copy link
Copy Markdown

Test run workflow

Test jobs for commit dd6b3a9

qcom-distro
Pass: 271 | Fail: 1 | Total: 296
nodistro
Pass: 9 | Fail: 0 | Total: 9
qcom-distro_linux-qcom-6.18
Pass: 221 | Fail: 2 | Total: 249

@ricardosalveti ricardosalveti merged commit 0c252ae into qualcomm-linux:master May 28, 2026
252 of 254 checks passed
@quic-yocto-ci
Copy link
Copy Markdown
Contributor

Successfully created backport PR for wrynose:

lumag added a commit that referenced this pull request May 28, 2026
… build by default (#2313)

# Description
Backport of #1961 to `wrynose`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants