diff options
author | Ryan Eatmon <reatmon@ti.com> | 2024-12-19 09:05:56 -0600 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-01-22 15:08:56 -0600 |
commit | 8ed52886aa393f50891e19d085e2acd57535c366 (patch) | |
tree | 38fb70f67faa94491c9859e9f57c7166cd445179 | |
parent | 8454da05540b8c61ae6a471293a33abaf4b696cc (diff) | |
download | meta-ti-8ed52886aa393f50891e19d085e2acd57535c366.tar.gz |
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>
-rw-r--r-- | meta-ti-bsp/conf/machine/include/ti-bsp.inc | 4 | ||||
-rw-r--r-- | meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.10.bb | 13 | ||||
-rw-r--r-- | meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2025.01.bb | 11 |
3 files changed, 13 insertions, 15 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti-bsp.inc b/meta-ti-bsp/conf/machine/include/ti-bsp.inc index 4bbe7668..083177dc 100644 --- a/meta-ti-bsp/conf/machine/include/ti-bsp.inc +++ b/meta-ti-bsp/conf/machine/include/ti-bsp.inc | |||
@@ -37,12 +37,12 @@ MACHINE_FEATURES:remove:bsp-next = "gpu" | |||
37 | 37 | ||
38 | # ========== | 38 | # ========== |
39 | # ti-6_12 | 39 | # ti-6_12 |
40 | # TI staging kernel 6.12, u-boot 2024.10 | 40 | # TI staging kernel 6.12, u-boot 2025.01 |
41 | # ========== | 41 | # ========== |
42 | BSP_KERNEL_PROVIDER:bsp-ti-6_12 = "linux-ti-staging" | 42 | BSP_KERNEL_PROVIDER:bsp-ti-6_12 = "linux-ti-staging" |
43 | BSP_KERNEL_VERSION:bsp-ti-6_12 = "6.12%" | 43 | BSP_KERNEL_VERSION:bsp-ti-6_12 = "6.12%" |
44 | BSP_BOOTLOADER_PROVIDER:bsp-ti-6_12 = "u-boot-ti-staging" | 44 | BSP_BOOTLOADER_PROVIDER:bsp-ti-6_12 = "u-boot-ti-staging" |
45 | BSP_BOOTLOADER_VERSION:bsp-ti-6_12 = "2024.10%" | 45 | BSP_BOOTLOADER_VERSION:bsp-ti-6_12 = "2025.01%" |
46 | 46 | ||
47 | # GPU support requires out-of-tree SGX and Rogue drivers not available | 47 | # GPU support requires out-of-tree SGX and Rogue drivers not available |
48 | # in 6.12 yet | 48 | # in 6.12 yet |
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.10.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.10.bb deleted file mode 100644 index a2e0934c..00000000 --- a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2024.10.bb +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | require u-boot-ti.inc | ||
2 | |||
3 | DEFAULT_PREFERENCE = "-1" | ||
4 | |||
5 | include ${@ 'recipes-bsp/u-boot/ti-extras.inc' if d.getVar('TI_EXTRAS') else ''} | ||
6 | |||
7 | PR = "r0" | ||
8 | |||
9 | BRANCH = "ti-u-boot-2024.10" | ||
10 | |||
11 | SRC_URI += "file://0001-scripts-dtc-pylibfdt-libfdt.i_shipped-Use-SWIG_Appen.patch" | ||
12 | |||
13 | SRCREV = "f919c3a889f0ec7d63a48b5d0ed064386b0980bd" | ||
diff --git a/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2025.01.bb b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2025.01.bb new file mode 100644 index 00000000..e71008fa --- /dev/null +++ b/meta-ti-bsp/recipes-bsp/u-boot/u-boot-ti-staging_2025.01.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require u-boot-ti.inc | ||
2 | |||
3 | DEFAULT_PREFERENCE = "-1" | ||
4 | |||
5 | include ${@ 'recipes-bsp/u-boot/ti-extras.inc' if d.getVar('TI_EXTRAS') else ''} | ||
6 | |||
7 | PR = "r0" | ||
8 | |||
9 | BRANCH = "ti-u-boot-2025.01" | ||
10 | |||
11 | SRCREV = "b841e559cd26ffcb20f22e8ee75debed9616c002" | ||