mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-28 19:12:39 +00:00
l4t_bsp.bbclass: add L4T_OVERLAY_URI_BASE variable
which does not add the '/release' subdirectory to the path. Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
@@ -26,3 +26,4 @@ def l4t_release_dir(d):
|
||||
return "r%s_Release_v%s.%s" % (verparts[0], verparts[1], verparts[2])
|
||||
|
||||
L4T_URI_BASE ?= "https://developer.download.nvidia.com/embedded/L4T/${@l4t_release_dir(d)}/${L4T_BSP_NAME}"
|
||||
L4T_OVERLAY_URI_BASE ?= "https://developer.download.nvidia.com/embedded/L4T/${@l4t_release_dir(d)}"
|
||||
|
||||
Reference in New Issue
Block a user