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:
Matt Madison
2023-05-05 05:48:44 -07:00
parent c40179ea4a
commit 6ebddcb75e

View File

@@ -26,3 +26,4 @@ def l4t_release_dir(d):
return "r%s_Release_v%s.%s" % (verparts[0], verparts[1], verparts[2]) 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_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)}"