Skip to content

Fix buildroot rootfs naming for riscv64 arch #2885

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

Conversation

tollsimy
Copy link
Contributor

@tollsimy tollsimy commented May 24, 2025

This PR fixes arch naming for riscv64 platform arch for buildroot rootfs.

Steps to reproduce the bug:
kernelci-pipeline/config/platforms.yaml:

...

platforms:

  qemu:
    base_name: qemu
    arch: riscv64
    boot_method: qemu
    mach: qemu
    context:
      arch: riscv64
      cpu: rv64
      guestfs_interface: virt

...

When a test job is on this platform the rootfs url would be similar to the the following:
http://storage.kernelci.org/images/rootfs/buildroot/buildroot-baseline/20230421.0/riscv64/rootfs.cpio.gz
when instead the correct url is:
http://storage.kernelci.org/images/rootfs/buildroot/buildroot-baseline/20230421.0/riscv/rootfs.cpio.gz

@nuclearcat
Copy link
Member

Thanks!

@nuclearcat nuclearcat added this pull request to the merge queue May 29, 2025
Merged via the queue into kernelci:main with commit a31406b May 29, 2025
4 checks passed
@tollsimy tollsimy deleted the bugfix/riscv64-rootfs-arch-naming branch May 29, 2025 12:36
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