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:
parent
09941a398f
commit
a1ab66c690
1020
config/kernel/linux-k3-current-rt.config
Normal file
1020
config/kernel/linux-k3-current-rt.config
Normal file
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user