summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2026-02-25 11:59:53 -0600
committerRyan Eatmon <reatmon@ti.com>2026-02-25 14:13:55 -0600
commit135dfe3f26206090bcbaa9c3718ab6d178e42883 (patch)
treeade3f63c8a460ec7518ae98bc0a5f4833f0f0c77 /meta-ti-bsp/conf/machine/include
parentddbc40d2ab4e79f118b321921ca5f972e6c47187 (diff)
downloadmeta-ti-135dfe3f26206090bcbaa9c3718ab6d178e42883.tar.gz
ti-bsp: Make ti-6_18 the default BSP
Our initial testing is nearing completion and 6.18 is ready to be our default kernel along with 2026.01 uboot. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include')
-rw-r--r--meta-ti-bsp/conf/machine/include/ti-bsp.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/conf/machine/include/ti-bsp.inc b/meta-ti-bsp/conf/machine/include/ti-bsp.inc
index 2c0acf83..f7e2710c 100644
--- a/meta-ti-bsp/conf/machine/include/ti-bsp.inc
+++ b/meta-ti-bsp/conf/machine/include/ti-bsp.inc
@@ -4,7 +4,7 @@
4# well as a dedicated machine override. 4# well as a dedicated machine override.
5 5
6# Supported options are: mainline, next, ti-6_18, ti-6_12, ti-6_6 6# Supported options are: mainline, next, ti-6_18, ti-6_12, ti-6_6
7TI_PREFERRED_BSP ??= "ti-6_12" 7TI_PREFERRED_BSP ??= "ti-6_18"
8 8
9# Use bsp-* namespace for overrides 9# Use bsp-* namespace for overrides
10MACHINEOVERRIDES =. "bsp-${TI_PREFERRED_BSP}:" 10MACHINEOVERRIDES =. "bsp-${TI_PREFERRED_BSP}:"