Brad Bishop | bec4ebc | 2022-08-03 09:55:16 -0400 | [diff] [blame] | 1 | FILESEXTRAPATHS:prepend:gem5-arm64 := "${THISDIR}:" |
| 2 | |
| 3 | # |
| 4 | # virtualization kmeta extra |
| 5 | # |
| 6 | SRC_URI:append:gem5-arm64 = " file://virtualization-kmeta-extra-gem5;type=kmeta;name=virtualization-kmeta-extra-gem5;destsuffix=virtualization-kmeta-extra-gem5" |
| 7 | |
| 8 | # We need to turn off SVE support in the Linux kernel otherwise Xen is stopping |
| 9 | # Linux kernel with a coredump while trying to access XEN bit of CPACR1 core |
| 10 | # register. |
| 11 | LINUX_VIRTUALIZATION_DISABLE_ARM64_SVE:gem5-arm64 = "${@bb.utils.contains('DISTRO_FEATURES', \ |
| 12 | 'xen', ' features/disable-arm64-sve.scc','',d)}" |
| 13 | |
| 14 | KERNEL_FEATURES:append:gem5-arm64 = "${LINUX_VIRTUALIZATION_DISABLE_ARM64_SVE}" |