Skip to content

Commit

Permalink
platforms-chromeos: use ChromeOS R130 for ARM64 devices
Browse files Browse the repository at this point in the history
ARM64 ChromeBooks are now using ChromiumOS R130, so we must point the
platform definitions to the new Tast tarballs. x86 devices are still on
R124 though, so they must keep using the current/old URL.

Signed-off-by: Arnaud Ferraris <[email protected]>
  • Loading branch information
a-wai committed Oct 31, 2024
1 parent 253ddb2 commit 786faa6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/platforms-chromeos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _anchors:
url: https://storage.chromeos.kernelci.org/images/kernel/v6.1-{mach}
image: 'kernel/Image'
nfsroot: https://storage.chromeos.kernelci.org/images/rootfs/debian/bookworm-cros-flash/20240422.0/{debarch}
tast_tarball: https://storage.chromeos.kernelci.org/images/rootfs/chromeos/chromiumos-{base_name}/20240918.0/{debarch}/tast.tgz
tast_tarball: https://storage.chromeos.kernelci.org/images/rootfs/chromeos/chromiumos-{base_name}/20241031.0/{debarch}/tast.tgz
rules: &arm64-chromebook-device-rules
defconfig:
- '!allnoconfig'
Expand All @@ -25,6 +25,7 @@ _anchors:
flash_kernel:
url: https://storage.chromeos.kernelci.org/images/kernel/cros-20230815-amd64/clang-14
image: 'kernel/bzImage'
tast_tarball: https://storage.chromeos.kernelci.org/images/rootfs/chromeos/chromiumos-{base_name}/20240918.0/{debarch}/tast.tgz
rules:
<<: *arm64-chromebook-device-rules
fragments:
Expand Down

0 comments on commit 786faa6

Please sign in to comment.