-
Notifications
You must be signed in to change notification settings - Fork 0
/
config-template.conf
21 lines (19 loc) · 1.03 KB
/
config-template.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#####################################
# Configuration File Template #
#####################################
#KHADAS_BOARD - Supported Khadas Board, check 'config/boards/*.conf'
#LINUX - Supported Linux version, check array 'SUPPORTED_LINUX' in 'config/boards/*KHADAS_BOARD*.conf'
#UBOOT - Supported U-boot version, check array 'SUPPORTED_UBOOT' in 'config/boards/*KHADAS_BOARD*.conf'
#DISTRIBUTION - Supported Distribution, check array 'DISTRIBUTION_ARRAY' in 'env/setenv.sh'
#DISTRIB_RELEASE - Supported Distribution Release, check array '*DISTRIBUTION*_RELEASE_ARRAY' in 'env/setenv.sh'
#DISTRIB_TYPE - Supported Distribution Type, check array '*DISTRIBUTION*_TYPE_ARRAY' in 'env/setenv.sh'
#DISTRIB_ARCH - Supported Distribution Architecture, check array 'DISTRIB_ARCH_ARRAY' in 'env/setenv.sh'
#INSTALL_TYPE - Supported Installation Type, check array 'INSTALL_TYPE_ARRAY' in 'env/setenv.sh'
KHADAS_BOARD=VIM1
LINUX=mainline
UBOOT=mainline
DISTRIBUTION=Ubuntu
DISTRIB_RELEASE=focal
DISTRIB_TYPE=server
DISTRIB_ARCH=arm64
INSTALL_TYPE=SD-USB