mirror of https://github.com/armbian/build.git
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
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