l4t_deb_pkgfeed: switch x86-64 feed from bionic to focal

Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Matt Madison
2023-01-25 13:51:43 -08:00
committed by Matt Madison
parent cc1cffd7ee
commit c12a215210

View File

@@ -6,7 +6,7 @@ inherit l4t_bsp
L4T_DEB_COMP_DEFAULT = "main"
L4T_DEB_COMP ?= "${L4T_DEB_COMP_DEFAULT}"
L4T_X86_DEB_CLASS ??= "x86_64/bionic"
L4T_X86_DEB_CLASS ??= "x86_64/focal"
def l4t_deb_src_uri(d):
def generate_uris(d, debclass, deblist):