mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-27 07:27:04 +00:00
c4cf4382cd
Since gem5-arm64 machine implementation was moved from meta-arm-bsp to meta-gem5, we need to move the specific machine settings to meta-arm-autonomy/dynamic-layers/meta-gem5. Change-Id: I773189e7e1ee2ca77e569dcec2d92ecfb93d3719 Issue-Id: SCM-1133 Signed-off-by: Diego Sueiro <diego.sueiro@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
16 lines
764 B
Plaintext
16 lines
764 B
Plaintext
FILESEXTRAPATHS_prepend_gem5-arm64 := "${THISDIR}:"
|
|
|
|
#
|
|
# arm-autonomy kmeta extra
|
|
#
|
|
SRC_URI_append_gem5-arm64 = " file://arm-autonomy-kmeta-extra-gem5;type=kmeta;name=arm-autonomy-kmeta-extra-gem5;destsuffix=arm-autonomy-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_ARM_AUTONOMY_DISABLE_ARM64_SVE_gem5-arm64 = "${@bb.utils.contains_any('DISTRO_FEATURES', \
|
|
'arm-autonomy-host arm-autonomy-guest', \
|
|
' features/arm-autonomy/disable-arm64-sve.scc','',d)}"
|
|
|
|
KERNEL_FEATURES_append_gem5-arm64 = "${LINUX_ARM_AUTONOMY_DISABLE_ARM64_SVE}"
|