Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

kernel: make kernel option arch-dependent and update it to v4.19.8 for aarch64 #973

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,15 @@ assets:
kernel:
description: "Linux kernel optimised for virtual machines"
url: "https://cdn.kernel.org/pub/linux/kernel/v4.x/"
version: "v4.14.67"
architecture:
x86_64:
version: &default-kernel-version "v4.14.67"
ppc64le:
version: *default-kernel-version
aarch64:
version: "v4.19.8"
s390x:
version: "v4.19.8"

components:
description: "Core system functionality"
Expand Down