mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-07 03:49:20 +00:00
u-boot-ti-staging: Move 2024.10 to 2025.01 for ltsprep
We are moving to 2025.01 for the next LTS, so rename the previous ltsprep recipe and update it. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
@@ -37,12 +37,12 @@ MACHINE_FEATURES:remove:bsp-next = "gpu"
|
|||||||
|
|
||||||
# ==========
|
# ==========
|
||||||
# ti-6_12
|
# ti-6_12
|
||||||
# TI staging kernel 6.12, u-boot 2024.10
|
# TI staging kernel 6.12, u-boot 2025.01
|
||||||
# ==========
|
# ==========
|
||||||
BSP_KERNEL_PROVIDER:bsp-ti-6_12 = "linux-ti-staging"
|
BSP_KERNEL_PROVIDER:bsp-ti-6_12 = "linux-ti-staging"
|
||||||
BSP_KERNEL_VERSION:bsp-ti-6_12 = "6.12%"
|
BSP_KERNEL_VERSION:bsp-ti-6_12 = "6.12%"
|
||||||
BSP_BOOTLOADER_PROVIDER:bsp-ti-6_12 = "u-boot-ti-staging"
|
BSP_BOOTLOADER_PROVIDER:bsp-ti-6_12 = "u-boot-ti-staging"
|
||||||
BSP_BOOTLOADER_VERSION:bsp-ti-6_12 = "2024.10%"
|
BSP_BOOTLOADER_VERSION:bsp-ti-6_12 = "2025.01%"
|
||||||
|
|
||||||
# GPU support requires out-of-tree SGX and Rogue drivers not available
|
# GPU support requires out-of-tree SGX and Rogue drivers not available
|
||||||
# in 6.12 yet
|
# in 6.12 yet
|
||||||
|
|||||||
@@ -1,13 +0,0 @@
|
|||||||
require u-boot-ti.inc
|
|
||||||
|
|
||||||
DEFAULT_PREFERENCE = "-1"
|
|
||||||
|
|
||||||
include ${@ 'recipes-bsp/u-boot/ti-extras.inc' if d.getVar('TI_EXTRAS') else ''}
|
|
||||||
|
|
||||||
PR = "r0"
|
|
||||||
|
|
||||||
BRANCH = "ti-u-boot-2024.10"
|
|
||||||
|
|
||||||
SRC_URI += "file://0001-scripts-dtc-pylibfdt-libfdt.i_shipped-Use-SWIG_Appen.patch"
|
|
||||||
|
|
||||||
SRCREV = "f919c3a889f0ec7d63a48b5d0ed064386b0980bd"
|
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
require u-boot-ti.inc
|
||||||
|
|
||||||
|
DEFAULT_PREFERENCE = "-1"
|
||||||
|
|
||||||
|
include ${@ 'recipes-bsp/u-boot/ti-extras.inc' if d.getVar('TI_EXTRAS') else ''}
|
||||||
|
|
||||||
|
PR = "r0"
|
||||||
|
|
||||||
|
BRANCH = "ti-u-boot-2025.01"
|
||||||
|
|
||||||
|
SRCREV = "b841e559cd26ffcb20f22e8ee75debed9616c002"
|
||||||
Reference in New Issue
Block a user