mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 19:42:41 +00:00
l4t_version: move L4T_VERSION to global scope
The global tegra-mender-setup.bbclass from the meta-mender-community layer uses the L4T_VERSION variable to define a `l4t-mender-<version>` machine override, so that variable also needs to be available globally. Signed-off-by: Zachary T Welch <zach@aquabyte.ai> Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
@@ -3,7 +3,7 @@ L4T_BSP_NAME ??= "release"
|
||||
L4T_SRCS_NAME ??= "sources"
|
||||
L4T_BSP_PREFIX ??= "Jetson"
|
||||
|
||||
L4T_VERSION ?= "36.3.0"
|
||||
inherit l4t_version
|
||||
L4T_LIB_VERSION ?= "540.3.0"
|
||||
|
||||
# Version (date-time stamp) suffixes for nvidia-l4t-* packages
|
||||
|
||||
1
classes/l4t_version.bbclass
Normal file
1
classes/l4t_version.bbclass
Normal file
@@ -0,0 +1 @@
|
||||
L4T_VERSION ?= "36.3.0"
|
||||
Reference in New Issue
Block a user