diff options
| author | Ryan Eatmon <reatmon@ti.com> | 2024-10-31 15:22:17 -0500 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2024-10-31 15:22:17 -0500 |
| commit | 14f885e2cb4de9b68362f3c38868f3879db45595 (patch) | |
| tree | e6ca7889aa6cfaea08bfe09f19487763909f6228 /meta-ti-bsp/conf/machine/include/ti-bsp.inc | |
| parent | 23f799352f6cc6adff1e2922107b42c29b565407 (diff) | |
| download | meta-ti-14f885e2cb4de9b68362f3c38868f3879db45595.tar.gz | |
ti-bsp: Tighten up versions for PREFERRED_VERSION
PREFERRED_VERSION matches against the PV in the recipe, not against the
file name. With the upcoming 6.12, the 6.1 kernel version string was a
little too loose. The "6.1%" could glob onto the 6.12 recipe. Take
this time to also clean up a couple of the other versions and narrow
them down.
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include/ti-bsp.inc')
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/ti-bsp.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti-bsp.inc b/meta-ti-bsp/conf/machine/include/ti-bsp.inc index 2eb3bd19..d27bbe3c 100644 --- a/meta-ti-bsp/conf/machine/include/ti-bsp.inc +++ b/meta-ti-bsp/conf/machine/include/ti-bsp.inc | |||
| @@ -53,7 +53,7 @@ MACHINE_FEATURES:remove:bsp-ti-6_12 = "gpu" | |||
| 53 | # TI staging kernel 6.6, u-boot 2024.04 | 53 | # TI staging kernel 6.6, u-boot 2024.04 |
| 54 | # ========== | 54 | # ========== |
| 55 | BSP_KERNEL_PROVIDER:bsp-ti-6_6 = "linux-ti-staging" | 55 | BSP_KERNEL_PROVIDER:bsp-ti-6_6 = "linux-ti-staging" |
| 56 | BSP_KERNEL_VERSION:bsp-ti-6_6 = "6.6%" | 56 | BSP_KERNEL_VERSION:bsp-ti-6_6 = "6.6.%" |
| 57 | BSP_BOOTLOADER_PROVIDER:bsp-ti-6_6 = "u-boot-ti-staging" | 57 | BSP_BOOTLOADER_PROVIDER:bsp-ti-6_6 = "u-boot-ti-staging" |
| 58 | BSP_BOOTLOADER_VERSION:bsp-ti-6_6 = "2024.04%" | 58 | BSP_BOOTLOADER_VERSION:bsp-ti-6_6 = "2024.04%" |
| 59 | 59 | ||
| @@ -68,9 +68,9 @@ BSP_MESA_PVR_VERSION:bsp-ti-6_6 = "23%" | |||
| 68 | # TI staging kernel 6.1, u-boot 2023.04 | 68 | # TI staging kernel 6.1, u-boot 2023.04 |
| 69 | # ========== | 69 | # ========== |
| 70 | BSP_KERNEL_PROVIDER:bsp-ti-6_1 = "linux-ti-staging" | 70 | BSP_KERNEL_PROVIDER:bsp-ti-6_1 = "linux-ti-staging" |
| 71 | BSP_KERNEL_VERSION:bsp-ti-6_1 = "6.1%" | 71 | BSP_KERNEL_VERSION:bsp-ti-6_1 = "6.1.%" |
| 72 | BSP_BOOTLOADER_PROVIDER:bsp-ti-6_1 = "u-boot-ti-staging" | 72 | BSP_BOOTLOADER_PROVIDER:bsp-ti-6_1 = "u-boot-ti-staging" |
| 73 | BSP_BOOTLOADER_VERSION:bsp-ti-6_1 = "2023%" | 73 | BSP_BOOTLOADER_VERSION:bsp-ti-6_1 = "2023.04%" |
| 74 | 74 | ||
| 75 | BSP_SGX_DRIVER_PROVIDER:bsp-ti-6_1 = "ti-sgx-ddk-km" | 75 | BSP_SGX_DRIVER_PROVIDER:bsp-ti-6_1 = "ti-sgx-ddk-km" |
| 76 | BSP_SGX_DRIVER_VERSION:bsp-ti-6_1 = "1.17%" | 76 | BSP_SGX_DRIVER_VERSION:bsp-ti-6_1 = "1.17%" |
