l4t-launcher-extlinux: inherit python3native

to ensure that there's a usable python3 environment for
running the scripts from tegra-flashtools-native.

Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
Matt Madison
2024-08-18 05:21:25 -07:00
parent 1d91fcff73
commit 18f8c776a3

View File

@@ -8,7 +8,7 @@ DEPENDS = "tegra-flashtools-native dtc-native"
TEGRA_UEFI_SIGNING_CLASS ??= "tegra-uefi-signing"
inherit l4t-extlinux-config kernel-artifact-names ${TEGRA_UEFI_SIGNING_CLASS}
inherit l4t-extlinux-config kernel-artifact-names python3native ${TEGRA_UEFI_SIGNING_CLASS}
KERNEL_ARGS ??= ""
DTBFILE ?= "${@os.path.basename(d.getVar('KERNEL_DEVICETREE').split()[0])}"