From: Randolph Sapp <[email protected]> The newer drivers require a dt binding change for platforms that is only present in the ltsprep kernel. Enable them with the new kernel here.
Also pull in the newer pvr-mesa package here as well. It's not strictly required for this driver version but it is recommended. It still needs some attention with regards to SGX so it will not be enabled by default right now. Signed-off-by: Randolph Sapp <[email protected]> --- meta-arago-distro/conf/distro/include/branding-ltsprep.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-arago-distro/conf/distro/include/branding-ltsprep.inc b/meta-arago-distro/conf/distro/include/branding-ltsprep.inc index 1298bda1..4853f3c6 100644 --- a/meta-arago-distro/conf/distro/include/branding-ltsprep.inc +++ b/meta-arago-distro/conf/distro/include/branding-ltsprep.inc @@ -3,6 +3,9 @@ PREFERRED_VERSION_linux-ti-staging = "6.6%" PREFERRED_VERSION_linux-ti-staging-rt = "6.6%" PREFERRED_VERSION_linux-ti-staging-systest = "6.6%" PREFERRED_VERSION_u-boot-ti-staging = "2024.04%" +PREFERRED_VERSION_ti-img-rogue-umlibs = "24.1.6554834" +PREFERRED_VERSION_ti-img-rogue-driver = "24.1.6554834" +PREFERRED_VERSION_mesa-pvr = "23.2.1" # Remove mmip - DRM allocator, KMS sink, Wayland sink need porting to GST 1.18 MACHINE_FEATURES:remove = "mmip" -- 2.44.0 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15317): https://lists.yoctoproject.org/g/meta-arago/message/15317 Mute This Topic: https://lists.yoctoproject.org/mt/105830271/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
