mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-16 03:47:19 +00:00
8dfdacd75c
Signed-off-by: Jon Mason <jon.mason@arm.com>
15 lines
683 B
Plaintext
15 lines
683 B
Plaintext
FILESEXTRAPATHS:prepend:gem5-arm64 := "${THISDIR}:"
|
|
|
|
#
|
|
# virtualization kmeta extra
|
|
#
|
|
SRC_URI:append:gem5-arm64 = " file://virtualization-kmeta-extra-gem5;type=kmeta;name=virtualization-kmeta-extra-gem5;destsuffix=virtualization-kmeta-extra-gem5"
|
|
|
|
# We need to turn off SVE support in the Linux kernel otherwise Xen is stopping
|
|
# Linux kernel with a coredump while trying to access XEN bit of CPACR1 core
|
|
# register.
|
|
LINUX_VIRTUALIZATION_DISABLE_ARM64_SVE:gem5-arm64 = "${@bb.utils.contains('DISTRO_FEATURES', \
|
|
'xen', ' features/disable-arm64-sve.scc','',d)}"
|
|
|
|
KERNEL_FEATURES:append:gem5-arm64 = "${LINUX_VIRTUALIZATION_DISABLE_ARM64_SVE}"
|