mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
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:
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"
|
||||
|
||||
Reference in New Issue
Block a user