Skip to content

Commit 85e5e23

Browse files
Grippy98igorpecovnik
authored andcommitted
Add Example for custom Kernel Descriptions
1 parent 557457e commit 85e5e23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/sources/families/k3.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ case "${BRANCH}" in
2727
declare -g CORESDK_TAG="tag:11.00.09"
2828
declare -g KERNEL_MAJOR_MINOR="6.12"
2929
declare -g KERNELBRANCH="${CORESDK_TAG}"
30+
declare -g KERNEL_DESCRIPTION="Texas Instruments currently supported SDK (vendor) kernel"
3031
declare -g ATFBRANCH="commit:b11beb2b6bd30b75c4bfb0e9925c0e72f16ca53f"
3132
declare -g OPTEE_BRANCH="tag:4.6.0"
3233
declare -g TI_LINUX_FIRMWARE_BRANCH="${CORESDK_TAG}"
@@ -43,6 +44,7 @@ case "${BRANCH}" in
4344
declare -g TI_LINUX_FIRMWARE_BRANCH="${CORESDK_TAG}"
4445
declare -g BOOTBRANCH="${CORESDK_TAG}"
4546
EXTRAWIFI="no"
47+
declare -g KERNEL_DESCRIPTION="Edge branch of TI Linux SDK"
4648
;;
4749

4850
esac

0 commit comments

Comments
 (0)