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-beagle | |
| 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-beagle')
| -rw-r--r-- | meta-beagle/conf/machine/include/beagle-bsp.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-beagle/conf/machine/include/beagle-bsp.inc b/meta-beagle/conf/machine/include/beagle-bsp.inc index 448e2086..5060e286 100644 --- a/meta-beagle/conf/machine/include/beagle-bsp.inc +++ b/meta-beagle/conf/machine/include/beagle-bsp.inc | |||
| @@ -19,7 +19,7 @@ KERNEL_DEVICETREE_PREFIX:bsp-bb_org-6_12 = "" | |||
| 19 | BSP_SGX_DRIVER_PROVIDER:bsp-bb_org-6_12 = "ti-sgx-ddk-km" | 19 | BSP_SGX_DRIVER_PROVIDER:bsp-bb_org-6_12 = "ti-sgx-ddk-km" |
| 20 | BSP_SGX_DRIVER_VERSION:bsp-bb_org-6_12 = "1.17%" | 20 | BSP_SGX_DRIVER_VERSION:bsp-bb_org-6_12 = "1.17%" |
| 21 | BSP_ROGUE_DRIVER_PROVIDER:bsp-bb_org-6_12 = "ti-img-rogue-driver" | 21 | BSP_ROGUE_DRIVER_PROVIDER:bsp-bb_org-6_12 = "ti-img-rogue-driver" |
| 22 | BSP_ROGUE_DRIVER_VERSION:bsp-bb_org-6_12 = "24%" | 22 | BSP_ROGUE_DRIVER_VERSION:bsp-bb_org-6_12 = "25%" |
| 23 | BSP_MESA_PVR_VERSION:bsp-bb_org-6_12 = "24%" | 23 | BSP_MESA_PVR_VERSION:bsp-bb_org-6_12 = "24%" |
| 24 | 24 | ||
| 25 | # GC320 support requires out-of-tree drivers not yet available in bb.org 6.12 | 25 | # GC320 support requires out-of-tree drivers not yet available in bb.org 6.12 |
| @@ -40,7 +40,7 @@ KERNEL_DEVICETREE_PREFIX:bsp-bb_org-6_6 = "" | |||
| 40 | BSP_SGX_DRIVER_PROVIDER:bsp-bb_org-6_6 = "ti-sgx-ddk-km" | 40 | BSP_SGX_DRIVER_PROVIDER:bsp-bb_org-6_6 = "ti-sgx-ddk-km" |
| 41 | BSP_SGX_DRIVER_VERSION:bsp-bb_org-6_6 = "1.17%" | 41 | BSP_SGX_DRIVER_VERSION:bsp-bb_org-6_6 = "1.17%" |
| 42 | BSP_ROGUE_DRIVER_PROVIDER:bsp-bb_org-6_6 = "ti-img-rogue-driver" | 42 | BSP_ROGUE_DRIVER_PROVIDER:bsp-bb_org-6_6 = "ti-img-rogue-driver" |
| 43 | BSP_ROGUE_DRIVER_VERSION:bsp-bb_org-6_6 = "24%" | 43 | BSP_ROGUE_DRIVER_VERSION:bsp-bb_org-6_6 = "25%" |
| 44 | BSP_MESA_PVR_VERSION:bsp-bb_org-6_6 = "24%" | 44 | BSP_MESA_PVR_VERSION:bsp-bb_org-6_6 = "24%" |
| 45 | 45 | ||
| 46 | # GC320 support requires out-of-tree drivers not yet available in bb.org 6.6 | 46 | # GC320 support requires out-of-tree drivers not yet available in bb.org 6.6 |
