summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandolph Sapp <rs@ti.com>2025-01-22 19:08:18 -0600
committerRyan Eatmon <reatmon@ti.com>2025-02-04 16:26:03 -0600
commit0be0a5f65e658266c79116ea195cf94a0f334e4c (patch)
tree9c728616d0e8439cd57656ab05ecce34777d9800
parentb758f1dcb8c5dbe8866985fb7db722eae09c5e1c (diff)
downloadmeta-ti-0be0a5f65e658266c79116ea195cf94a0f334e4c.tar.gz
ti-bsp: select the graphics 24.2 packages
Since this is new logic is in place, switch the k6.6 and k6.12 configs to use these new libraries. Do not enable GFX on 6.12 just yet. Still need some kernel patches on the SGX side. Signed-off-by: Randolph Sapp <rs@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/conf/machine/include/ti-bsp.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti-bsp.inc b/meta-ti-bsp/conf/machine/include/ti-bsp.inc
index 0d519671..1e84d0fb 100644
--- a/meta-ti-bsp/conf/machine/include/ti-bsp.inc
+++ b/meta-ti-bsp/conf/machine/include/ti-bsp.inc
@@ -50,6 +50,11 @@ BSP_KERNEL_VERSION:bsp-ti-6_12 = "6.12%"
50BSP_BOOTLOADER_PROVIDER:bsp-ti-6_12 = "u-boot-ti-staging" 50BSP_BOOTLOADER_PROVIDER:bsp-ti-6_12 = "u-boot-ti-staging"
51BSP_BOOTLOADER_VERSION:bsp-ti-6_12 = "2025.01%" 51BSP_BOOTLOADER_VERSION:bsp-ti-6_12 = "2025.01%"
52 52
53BSP_ROGUE_DRIVER_PROVIDER:bsp-ti-6_12 = "ti-img-rogue-driver"
54BSP_ROGUE_DRIVER_VERSION:bsp-ti-6_12 = "24%"
55BSP_ROGUE_UMLIBS_VERSION:bsp-ti-6_12 = "24%"
56BSP_MESA_PVR_VERSION:bsp-ti-6_12 = "24%"
57
53# GPU support requires out-of-tree SGX and Rogue drivers not available 58# GPU support requires out-of-tree SGX and Rogue drivers not available
54# in 6.12 yet 59# in 6.12 yet
55MACHINE_FEATURES:remove:bsp-ti-6_12 = "gpu" 60MACHINE_FEATURES:remove:bsp-ti-6_12 = "gpu"
@@ -72,7 +77,7 @@ BSP_SGX_UMLIBS_VERSION:bsp-ti-6_6 = "1.17%"
72BSP_ROGUE_DRIVER_PROVIDER:bsp-ti-6_6 = "ti-img-rogue-driver" 77BSP_ROGUE_DRIVER_PROVIDER:bsp-ti-6_6 = "ti-img-rogue-driver"
73BSP_ROGUE_DRIVER_VERSION:bsp-ti-6_6 = "24%" 78BSP_ROGUE_DRIVER_VERSION:bsp-ti-6_6 = "24%"
74BSP_ROGUE_UMLIBS_VERSION:bsp-ti-6_6 = "24%" 79BSP_ROGUE_UMLIBS_VERSION:bsp-ti-6_6 = "24%"
75BSP_MESA_PVR_VERSION:bsp-ti-6_6 = "23%" 80BSP_MESA_PVR_VERSION:bsp-ti-6_6 = "24%"
76 81
77# GC320 support requires out-of-tree drivers not yet available in 6.6 82# GC320 support requires out-of-tree drivers not yet available in 6.6
78MACHINE_FEATURES:remove:bsp-ti-6_6 = "gc320" 83MACHINE_FEATURES:remove:bsp-ti-6_6 = "gc320"