mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-06 14:50:03 +00:00
arm/arm-tstee: pin kernel to 6.6 to workaround issue
arm-tstee doesn't compile on 6.8 or newer kernels. Temporarily pin the kernels of machines using this package back to 6.6 while developing a fix. Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -23,6 +23,8 @@ PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
||||
KERNEL_DTB_NAME = "fvp-base-revc.dtb"
|
||||
KERNEL_DEVICETREE = "arm/${KERNEL_DTB_NAME}"
|
||||
KERNEL_IMAGETYPE = "Image"
|
||||
#FIXME - Working around arm-tstee not compiling on kernels greater than 6.8
|
||||
PREFERRED_VERSION_linux-yocto ?= "6.6.%"
|
||||
|
||||
EXTRA_IMAGEDEPENDS += "trusted-firmware-a"
|
||||
|
||||
|
||||
@@ -3,6 +3,9 @@ MACHINEOVERRIDES =. "qemuarm64:"
|
||||
require ${COREBASE}/meta/conf/machine/qemuarm64.conf
|
||||
|
||||
KMACHINE = "qemuarm64"
|
||||
#FIXME - Working around arm-tstee not compiling on kernels greater than 6.8
|
||||
PREFERRED_VERSION_linux-yocto ?= "6.6.%"
|
||||
PREFERRED_VERSION_linux-yocto-rt ?= "6.6.%"
|
||||
|
||||
# secure=on can't ever use KVM, so force it off
|
||||
QEMU_USE_KVM = ""
|
||||
|
||||
Reference in New Issue
Block a user