-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathAM62LX_buildroot_config.txt
More file actions
29 lines (26 loc) · 1.36 KB
/
AM62LX_buildroot_config.txt
File metadata and controls
29 lines (26 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# General family replacement variables and configuration values for Buildroot build
# This file is processed by Python scripts to define both replacement
# variable and configuration values for a device family build.
# For replacement variables, all variables should be listed on a single
# line, and all the variables should be listed on consecutive lines
# (i.e. no additional blank lines between the replacement variables).
# Similarly, all the configuration values should be listed on individual,
# consecutive lines (with no blank linues between the configuration values).
#
# Note that neither replacement variables nor configuration values may contain
# a colon (i.e. ":") in their name. However, values may contain colons.
Replacement Variables
---------------------
'__PART_FAMILY_NAME__' : 'AM62Lx'
'__PRODUCT_LINE_NAME__' : 'Sitara MPU'
'__SDK_BUILD_MACHINE__' : 'am62lxx-evm'
'__SDK_FULL_NAME__' : 'Buildroot for AM62L'
'__SDK_SHORT_NAME__' : 'Buildroot'
'__SDK_DOWNLOAD_URL__' : '`AM62L-SDK-Download-page <https://www.ti.com/tool/AM62L-PROCESSOR-SDK>`__'
'__LINUX_UBUNTU_VERSION_LONG__' : '22.04 (64-bit)'
'__LINUX_UBUNTU_VERSION_SHORT__' : '22.04'
Configuration Values
--------------------
'CONFIG_part_family' : 'AM62LX_family'
'CONFIG_part_variant' : 'AM62LX'
'CONFIG_sdk' : 'BuildrootSDK'