Skip to content

board_setup: convert cpio rootfs to tar#34

Merged
roxell merged 1 commit into
Linaro:masterfrom
roxell:test-cpio-fix
May 20, 2026
Merged

board_setup: convert cpio rootfs to tar#34
roxell merged 1 commit into
Linaro:masterfrom
roxell:test-cpio-fix

Conversation

@roxell

@roxell roxell commented May 19, 2026

Copy link
Copy Markdown
Collaborator

Some kernelci jobs supply rootfs.cpio.gz (buildroot baseline). tuxrun decompresses it to rootfs.cpio, then post-processing fails because the script only looks for .ext4 or .tar files.

Convert the cpio to a tar. cpio and tar carry device nodes the same way. tar is what other fastboot boards (dragonboard-845c, qrb5165-rb5) already use, so the script's tar branch handles the rest.

Some kernelci jobs supply rootfs.cpio.gz (buildroot
baseline). tuxrun decompresses it to rootfs.cpio, then
post-processing fails because the script only looks for
*.ext4* or *.tar* files.

Convert the cpio to a tar. cpio and tar carry device
nodes the same way. tar is what other fastboot boards
(dragonboard-845c, qrb5165-rb5) already use, so the
script's tar branch handles the rest.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
@roxell roxell requested a review from bhcopeland May 19, 2026 19:51
@bhcopeland

Copy link
Copy Markdown
Member

Nice finding, does the board now boot?

@roxell

roxell commented May 20, 2026

Copy link
Copy Markdown
Collaborator Author

Nice finding, does the board now boot?

yes it boots.

@roxell roxell merged commit ce11296 into Linaro:master May 20, 2026
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.

2 participants