diff options
author | Randolph Sapp <rs@ti.com> | 2025-01-22 19:08:18 -0600 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-02-04 16:26:03 -0600 |
commit | 0be0a5f65e658266c79116ea195cf94a0f334e4c (patch) | |
tree | 9c728616d0e8439cd57656ab05ecce34777d9800 | |
parent | b758f1dcb8c5dbe8866985fb7db722eae09c5e1c (diff) | |
download | meta-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.inc | 7 |
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%" | |||
50 | BSP_BOOTLOADER_PROVIDER:bsp-ti-6_12 = "u-boot-ti-staging" | 50 | BSP_BOOTLOADER_PROVIDER:bsp-ti-6_12 = "u-boot-ti-staging" |
51 | BSP_BOOTLOADER_VERSION:bsp-ti-6_12 = "2025.01%" | 51 | BSP_BOOTLOADER_VERSION:bsp-ti-6_12 = "2025.01%" |
52 | 52 | ||
53 | BSP_ROGUE_DRIVER_PROVIDER:bsp-ti-6_12 = "ti-img-rogue-driver" | ||
54 | BSP_ROGUE_DRIVER_VERSION:bsp-ti-6_12 = "24%" | ||
55 | BSP_ROGUE_UMLIBS_VERSION:bsp-ti-6_12 = "24%" | ||
56 | BSP_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 |
55 | MACHINE_FEATURES:remove:bsp-ti-6_12 = "gpu" | 60 | MACHINE_FEATURES:remove:bsp-ti-6_12 = "gpu" |
@@ -72,7 +77,7 @@ BSP_SGX_UMLIBS_VERSION:bsp-ti-6_6 = "1.17%" | |||
72 | BSP_ROGUE_DRIVER_PROVIDER:bsp-ti-6_6 = "ti-img-rogue-driver" | 77 | BSP_ROGUE_DRIVER_PROVIDER:bsp-ti-6_6 = "ti-img-rogue-driver" |
73 | BSP_ROGUE_DRIVER_VERSION:bsp-ti-6_6 = "24%" | 78 | BSP_ROGUE_DRIVER_VERSION:bsp-ti-6_6 = "24%" |
74 | BSP_ROGUE_UMLIBS_VERSION:bsp-ti-6_6 = "24%" | 79 | BSP_ROGUE_UMLIBS_VERSION:bsp-ti-6_6 = "24%" |
75 | BSP_MESA_PVR_VERSION:bsp-ti-6_6 = "23%" | 80 | BSP_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 |
78 | MACHINE_FEATURES:remove:bsp-ti-6_6 = "gc320" | 83 | MACHINE_FEATURES:remove:bsp-ti-6_6 = "gc320" |