Skip to content

[Backport wrynose] image_types_qcom: hard link the ESP image into the qcomflash directory - #3118

Open
quic-yocto-ci wants to merge 1 commit into
wrynosefrom
backport/3110-to-wrynose
Open

[Backport wrynose] image_types_qcom: hard link the ESP image into the qcomflash directory#3118
quic-yocto-ci wants to merge 1 commit into
wrynosefrom
backport/3110-to-wrynose

Conversation

@quic-yocto-ci

Copy link
Copy Markdown
Contributor

Description

Backport of #3110 to wrynose.

create_qcomflash_pkg installs the ESP image into a directory that exists
only so it can be tarred, and never modifies it there, the same situation
rootfs.img was in. The copy reads and writes the 512 MiB image once more
per image, on a task that is already the heaviest disk writer of the
image build, for a file whose only reader is the tar that follows.

Hard link it instead, so the tarball is built from the deployed file and
nothing is written.

Assisted-by: Claude Code:claude-fable-5
Signed-off-by: Ricardo Salveti <ricardo.salveti@oss.qualcomm.com>
(cherry picked from commit 77ff467)
@github-actions

Copy link
Copy Markdown

Test run workflow

Test jobs for commit db62325

qcom-distro
Pass: 223 | Fail: 11 | Total: 259
qcom-distro_linux-qcom-next
Pass: 303 | Fail: 19 | Total: 357
nodistro
Pass: 10 | Fail: 0 | Total: 10

@test-reporting-app

test-reporting-app Bot commented Sep 10, 2026

Copy link
Copy Markdown

Test Results

  119 files    715 suites   8h 9m 57s ⏱️
  173 tests   162 ✅  1 💤 10 ❌
4 599 runs  4 520 ✅ 67 💤 12 ❌

For more details on these failures, see this check.

Results for commit db62325.

♻️ This comment has been updated with latest results.

@qcomlnxci

Copy link
Copy Markdown

Test Coral run workflow

Test jobs for commit db62325

  • qcomdistro 6.18: multimedia image-prop
    Pass: 31 | Fail: 0 | Total: 31
  • qcomdistro 6.18: multimedia image
    Pass: 8 | Fail: 0 | Total: 8

@github-actions

Copy link
Copy Markdown

Test run workflow

Test jobs for commit db62325

qcom-distro
Pass: 227 | Fail: 1 | Total: 259
qcom-distro_linux-qcom-next
Pass: 313 | Fail: 8 | Total: 357
nodistro
Pass: 10 | Fail: 0 | Total: 10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants