mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-26 07:07:16 +00:00
c9ee368bee
Remove foundation-armv8 overrides from arm-autonomy recipes. Change-Id: I7913ccdb3383bdf40b608fc852428716e1538318 Issue-Id: SCM-1525 Signed-off-by: Nathan Dunne <Nathan.Dunne@arm.com> Reviewed-by: Diego Sueiro <diego.sueiro@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
16 lines
714 B
Plaintext
16 lines
714 B
Plaintext
FILESEXTRAPATHS_prepend := "${THISDIR}:"
|
|
|
|
#
|
|
# arm-autonomy kmeta extra
|
|
#
|
|
SRC_URI_append = " file://arm-autonomy-kmeta-extra;type=kmeta;name=arm-autonomy-kmeta-extra;destsuffix=arm-autonomy-kmeta-extra"
|
|
|
|
# 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 = "${@bb.utils.contains_any('DISTRO_FEATURES', \
|
|
'arm-autonomy-host arm-autonomy-guest', \
|
|
' features/arm-autonomy/disable-arm64-sve.scc','',d)}"
|
|
|
|
KERNEL_FEATURES_append_fvp-base = "${LINUX_ARM_AUTONOMY_DISABLE_ARM64_SVE}"
|