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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

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

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.

1 participant