1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 11:42:57 +00:00

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>
This commit is contained in:
Ryan Eatmon
2026-02-25 11:59:53 -06:00
parent ddbc40d2ab
commit 135dfe3f26
3 changed files with 1 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
# well as a dedicated machine override.
# Supported options are: mainline, next, ti-6_18, ti-6_12, ti-6_6
TI_PREFERRED_BSP ??= "ti-6_12"
TI_PREFERRED_BSP ??= "ti-6_18"
# Use bsp-* namespace for overrides
MACHINEOVERRIDES =. "bsp-${TI_PREFERRED_BSP}:"

View File

@@ -5,5 +5,3 @@ PR = "r0"
BRANCH = "ti-u-boot-2026.01"
SRCREV_uboot = "cb63a11faef453412da23e72c5e9b6782cf62274"
DEFAULT_PREFERENCE = "-1"

View File

@@ -35,5 +35,3 @@ module_conf_rpmsg_client_sample = "blacklist rpmsg_client_sample"
module_conf_ti_k3_r5_remoteproc = "softdep ti_k3_r5_remoteproc pre: virtio_rpmsg_bus"
module_conf_ti_k3_dsp_remoteproc = "softdep ti_k3_dsp_remoteproc pre: virtio_rpmsg_bus"
KERNEL_MODULE_PROBECONF += "rpmsg_client_sample ti_k3_r5_remoteproc ti_k3_dsp_remoteproc"
DEFAULT_PREFERENCE = "-1"