1
0
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:
Jon Mason
2024-08-20 09:43:17 -04:00
parent 5a3ca1e23f
commit 11d6e24167
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -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 = ""