We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 557457e commit 85e5e23Copy full SHA for 85e5e23
config/sources/families/k3.conf
@@ -27,6 +27,7 @@ case "${BRANCH}" in
27
declare -g CORESDK_TAG="tag:11.00.09"
28
declare -g KERNEL_MAJOR_MINOR="6.12"
29
declare -g KERNELBRANCH="${CORESDK_TAG}"
30
+ declare -g KERNEL_DESCRIPTION="Texas Instruments currently supported SDK (vendor) kernel"
31
declare -g ATFBRANCH="commit:b11beb2b6bd30b75c4bfb0e9925c0e72f16ca53f"
32
declare -g OPTEE_BRANCH="tag:4.6.0"
33
declare -g TI_LINUX_FIRMWARE_BRANCH="${CORESDK_TAG}"
@@ -43,6 +44,7 @@ case "${BRANCH}" in
43
44
45
declare -g BOOTBRANCH="${CORESDK_TAG}"
46
EXTRAWIFI="no"
47
+ declare -g KERNEL_DESCRIPTION="Edge branch of TI Linux SDK"
48
;;
49
50
esac
0 commit comments