ti: config: kernel: Add `current` RT config file

TI SDK supports images with real-time kernel. Add support for building
such images for the `current` release by adding a config file for it.

The RT image is built with the `current-rt` branch.

Signed-off-by: Suhaas Joshi <s-joshi@ti.com>
This commit is contained in:
Suhaas Joshi 2025-05-30 16:04:50 +05:30 committed by Igor
parent 09941a398f
commit a1ab66c690
2 changed files with 1021 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,7 @@ declare -g INSTALL_HEADERS="yes"
case "${BRANCH}" in
current)
current | current-rt)
declare -g CORESDK_TAG="tag:11.00.09"
declare -g KERNEL_MAJOR_MINOR="6.12"