diff options
| author | Antonios Christidis <a-christidis@ti.com> | 2025-11-17 15:15:17 -0600 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2025-11-20 14:15:29 -0600 |
| commit | a349aed7bd11c11513f11647b7971c03db37e370 (patch) | |
| tree | 63f04dc962054de170398d008796817e00109115 /meta-ti-bsp/conf/machine | |
| parent | 2676538ee0b9543bc8ed495d4c5a5223e8b48506 (diff) | |
| download | meta-ti-a349aed7bd11c11513f11647b7971c03db37e370.tar.gz | |
ti-img-rogue-*: Migrate GPU driver version 24.2 -> 25.2
New recipes for GPU DDK 25.2. Update BSP configuration files with new
preferred recipe versions.
For the driver recipe, specifically unset the CC variable due to yocto
appending CROSS_COMPILE and CC, resulting in a warning for the
do_compile task:
make[1]: aarch64-oe-linux-aarch64-oe-linux-gcc: No such file or directory
Signed-off-by: Antonios Christidis <a-christidis@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine')
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/ti-bsp.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti-bsp.inc b/meta-ti-bsp/conf/machine/include/ti-bsp.inc index 0ea7bd7b..eaa501c3 100644 --- a/meta-ti-bsp/conf/machine/include/ti-bsp.inc +++ b/meta-ti-bsp/conf/machine/include/ti-bsp.inc | |||
| @@ -45,7 +45,7 @@ BSP_BOOTLOADER_VERSION:bsp-ti-6_12 = "2025.01%" | |||
| 45 | BSP_SGX_DRIVER_PROVIDER:bsp-ti-6_12 = "ti-sgx-ddk-km" | 45 | BSP_SGX_DRIVER_PROVIDER:bsp-ti-6_12 = "ti-sgx-ddk-km" |
| 46 | BSP_SGX_DRIVER_VERSION:bsp-ti-6_12 = "1.17%" | 46 | BSP_SGX_DRIVER_VERSION:bsp-ti-6_12 = "1.17%" |
| 47 | BSP_ROGUE_DRIVER_PROVIDER:bsp-ti-6_12 = "ti-img-rogue-driver" | 47 | BSP_ROGUE_DRIVER_PROVIDER:bsp-ti-6_12 = "ti-img-rogue-driver" |
| 48 | BSP_ROGUE_DRIVER_VERSION:bsp-ti-6_12 = "24%" | 48 | BSP_ROGUE_DRIVER_VERSION:bsp-ti-6_12 = "25%" |
| 49 | BSP_MESA_PVR_VERSION:bsp-ti-6_12 = "24%" | 49 | BSP_MESA_PVR_VERSION:bsp-ti-6_12 = "24%" |
| 50 | 50 | ||
| 51 | # ========== | 51 | # ========== |
| @@ -60,7 +60,7 @@ BSP_BOOTLOADER_VERSION:bsp-ti-6_6 = "2024.04%" | |||
| 60 | BSP_SGX_DRIVER_PROVIDER:bsp-ti-6_6 = "ti-sgx-ddk-km" | 60 | BSP_SGX_DRIVER_PROVIDER:bsp-ti-6_6 = "ti-sgx-ddk-km" |
| 61 | BSP_SGX_DRIVER_VERSION:bsp-ti-6_6 = "1.17%" | 61 | BSP_SGX_DRIVER_VERSION:bsp-ti-6_6 = "1.17%" |
| 62 | BSP_ROGUE_DRIVER_PROVIDER:bsp-ti-6_6 = "ti-img-rogue-driver" | 62 | BSP_ROGUE_DRIVER_PROVIDER:bsp-ti-6_6 = "ti-img-rogue-driver" |
| 63 | BSP_ROGUE_DRIVER_VERSION:bsp-ti-6_6 = "24%" | 63 | BSP_ROGUE_DRIVER_VERSION:bsp-ti-6_6 = "25%" |
| 64 | BSP_MESA_PVR_VERSION:bsp-ti-6_6 = "24%" | 64 | BSP_MESA_PVR_VERSION:bsp-ti-6_6 = "24%" |
| 65 | 65 | ||
| 66 | # GC320 support requires out-of-tree drivers not yet available in 6.6 | 66 | # GC320 support requires out-of-tree drivers not yet available in 6.6 |
