Commit 7a448c2
Add support for 64k pages with ARM64 (#141)
RHEL 9 and RHCOS for 4.15 are adding support for installing a 64k pages
size ARM kernel at runtime, with the `kernelType: '64k-pages'`
attribute in the MachineConfig specification. When applied, the kernel
is switched to the `+64k` version, e.g. `5.14.0-284.41.1.el9_2.aarch64`
becomes `5.14.0-284.41.1.el9_2.aarch64+64k`.
From a Driver Toolkit perspective, the user should be able to use a
kernel version suffixed by `+64k` at build time. This is provided by
the `kernel-64k` packages.
This change adds the relevant packages to the driver toolkit image when
the architecture is `aarch64`.
Signed-off-by: Fabien Dupont <fdupont@redhat.com>
Co-authored-by: Fabien Dupont <fdupont@redhat.com>1 parent bbe9ffc commit 7a448c2
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
23 | 33 | | |
24 | 34 | | |
25 | 35 | | |
| |||
0 commit comments