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

Commit

Permalink
kernel: make kernel option arch-dependent and update it to v4.19.6 fo…
Browse files Browse the repository at this point in the history
…r aarch64

we try to make kernel option arch-dependent, let the default option
be v4.14.67, and update it to v4.19.6 for aarch64.

Fixes: #972

Signed-off-by: Penny Zheng <penny.zheng@arm.com>
Signed-off-by: Wei Chen <Wei.Chen@arm.com>
  • Loading branch information
Pennyzct committed Dec 6, 2018
1 parent 0a7a437 commit d312335
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,13 @@ 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.6"

components:
description: "Core system functionality"
Expand Down

0 comments on commit d312335

Please sign in to comment.