mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-21 20:19:08 +00:00
Update the bb_org-6.6 bsp provider to pick the correct version of
mesa-pvr. This probably should have be a part of the previous patch
switching ti bsp logic as well.
Fixes: 0be0a5f6 (ti-bsp: select the graphics 24.2 packages, 2025-01-22)
Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
50 lines
2.0 KiB
PHP
50 lines
2.0 KiB
PHP
# Use meta-ti-bsp "multi-BSP" facility to create a custom "bb_org" BSP profile
|
|
# with default preferences for Beagle platforms
|
|
|
|
# Default is bb_org-6_6, but can override with any of the existing options
|
|
TI_PREFERRED_BSP ?= "bb_org-6_6"
|
|
|
|
# ==========
|
|
# bb_org-6_1
|
|
# BeagleBoard.org kernel 6.1, u-boot 2023.04
|
|
# based on TI staging trees with extra Beagle-specific features
|
|
# but may not be up-to-date with TI version
|
|
# ==========
|
|
BSP_KERNEL_PROVIDER:bsp-bb_org-6_1 = "linux-bb.org"
|
|
BSP_KERNEL_VERSION:bsp-bb_org-6_1 = "6.1.%"
|
|
BSP_BOOTLOADER_PROVIDER:bsp-bb_org-6_1 = "u-boot-bb.org"
|
|
BSP_BOOTLOADER_VERSION:bsp-bb_org-6_1 = "2023.%"
|
|
|
|
BSP_SGX_DRIVER_PROVIDER:bsp-bb_org-6_1 = "ti-sgx-ddk-km"
|
|
BSP_SGX_DRIVER_VERSION:bsp-bb_org-6_1 = "1.17%"
|
|
BSP_SGX_UMLIBS_VERSION:bsp-bb_org-6_1 = "1.17%"
|
|
BSP_ROGUE_DRIVER_PROVIDER:bsp-bb_org-6_1 = "ti-img-rogue-driver"
|
|
BSP_ROGUE_DRIVER_VERSION:bsp-bb_org-6_1 = "23%"
|
|
BSP_ROGUE_UMLIBS_VERSION:bsp-bb_org-6_1 = "23%"
|
|
BSP_MESA_PVR_VERSION:bsp-bb_org-6_1 = "22%"
|
|
|
|
# GC320 support requires out-of-tree drivers not yet available in bb.org 6.1
|
|
MACHINE_FEATURES:remove:bsp-bb_org-6_1 = "gc320"
|
|
|
|
# ==========
|
|
# bb_org-6_6
|
|
# BeagleBoard.org kernel 6.6, Upstream u-boot 2024.07
|
|
# based on TI staging trees with extra Beagle-specific features
|
|
# but may not be up-to-date with TI version
|
|
# ==========
|
|
BSP_KERNEL_PROVIDER:bsp-bb_org-6_6 = "linux-bb.org"
|
|
BSP_KERNEL_VERSION:bsp-bb_org-6_6 = "6.6.%"
|
|
BSP_BOOTLOADER_PROVIDER:bsp-bb_org-6_6 = "u-boot-bb.org"
|
|
BSP_BOOTLOADER_VERSION:bsp-bb_org-6_6 = "2024.%"
|
|
|
|
BSP_SGX_DRIVER_PROVIDER:bsp-bb_org-6_6 = "ti-sgx-ddk-km"
|
|
BSP_SGX_DRIVER_VERSION:bsp-bb_org-6_6 = "1.17%"
|
|
BSP_SGX_UMLIBS_VERSION:bsp-bb_org-6_6 = "1.17%"
|
|
BSP_ROGUE_DRIVER_PROVIDER:bsp-bb_org-6_6 = "ti-img-rogue-driver"
|
|
BSP_ROGUE_DRIVER_VERSION:bsp-bb_org-6_6 = "24%"
|
|
BSP_ROGUE_UMLIBS_VERSION:bsp-bb_org-6_6 = "24%"
|
|
BSP_MESA_PVR_VERSION:bsp-bb_org-6_6 = "24%"
|
|
|
|
# GC320 support requires out-of-tree drivers not yet available in bb.org 6.6
|
|
MACHINE_FEATURES:remove:bsp-bb_org-6_6 = "gc320"
|