summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2023-08-12 10:56:14 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2023-08-12 11:08:46 +0200
commit3145e5c99680f9483fb72ef71e9d1f732a10267f (patch)
tree31cfee8e41d90b91c4720ba12c12a1779c751576
parentefc5323974521c2b42849cc2ed59e8e8bbeb15d4 (diff)
verdin-am62.conf: upstream: don't build for gpu
The driver does currently not compile if compiled against an upstream kernel, initial solution does compile but fails at runtime: https://lore.kernel.org/yocto-meta-ti/20230728160005.905140-2-rs@ti.com/T/#u Additionally for kernel 6.3 a used API changed which makes it fail compiling against such kernels, see kernel commit bc292ab00f6c7 ("mm: introduce vma->vm_flags wrapper functions"). Related-to: ELB-5331 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--conf/machine/verdin-am62.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/verdin-am62.conf b/conf/machine/verdin-am62.conf
index 3b6ea68..1f9357a 100644
--- a/conf/machine/verdin-am62.conf
+++ b/conf/machine/verdin-am62.conf
@@ -25,6 +25,7 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-toradex-ti"
PREFERRED_PROVIDER_virtual/kernel:preempt-rt = "linux-toradex-ti"
PREFERRED_PROVIDER_virtual/kernel:upstream = "linux-toradex-mainline"
PREFERRED_PROVIDER_virtual/kernel:upstream:preempt-rt = "linux-toradex-mainline-rt"
+PREFERRED_PROVIDER_virtual/gpudriver:upstream = ""
PREFERRED_PROVIDER_virtual/dtb = "device-tree-overlays-ti"
PREFERRED_PROVIDER_virtual/bootloader = "u-boot-toradex-ti"
PREFERRED_PROVIDER_u-boot = "u-boot-toradex-ti"