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:
Matt Madison
2024-08-16 13:02:37 -07:00
parent 064152c354
commit 814a256f34
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -0,0 +1 @@
L4T_VERSION ?= "36.3.0"