mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 11:32:30 +00:00
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:
@@ -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])}"
|
||||
|
||||
Reference in New Issue
Block a user