-
Notifications
You must be signed in to change notification settings - Fork 374
kernel: make kernel option arch-dependent and update it to v4.19.8 for aarch64 #973
Conversation
This is related to PR #269 on packaging repo. |
versions.yaml
Outdated
@@ -109,6 +109,10 @@ assets: | |||
description: "Linux kernel optimised for virtual machines" | |||
url: "https://cdn.kernel.org/pub/linux/kernel/v4.x/" | |||
version: "v4.14.67" | |||
dev: | |||
description: "dev-kernel for virtual machines" | |||
url: "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/snapshot/" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I copied and pasted this url in the browser, I got next message:
No snapshot name specified
is this expected?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my fault. /snapshot
should be removed.
But since the rc
version is unacceptable, i need to drop this solution.
38af67c
to
d312335
Compare
please review. I dropped the |
d312335
to
e507cfc
Compare
we try to make kernel option arch-dependent, let the default option be v4.14.67, and update it to v4.19.8 for aarch64 and s390x. Fixes: kata-containers#972 Signed-off-by: Penny Zheng <penny.zheng@arm.com> Signed-off-by: Wei Chen <Wei.Chen@arm.com>
e507cfc
to
7a7598c
Compare
@Pennyzct any updates on this PR? |
Related to #1111. /cc @grahamwhaley. |
@Pennyzct ping, any updates? Thx! |
I think, as we have discussed, maybe this is a necessary (and good) change, to allow kernel versions to be potentially architecture dependant. |
#1111 has now landed and this PR needs an update (conflict). |
For including dev-kernel build process, we should add related options
in version.yaml
Fixes: #972
Signed-off-by: Penny Zheng penny.zheng@arm.com
Signed-off-by: Wei Chen Wei.Chen@arm.com