mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 11:32:30 +00:00
linux-jammy-nvidia-tegra: inherit python3native
The deploy task uses the tegra-flashtools python scripts, so inherit python3native to ensure we've got a suitable python environment to run them. Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
|
||||
|
||||
TEGRA_UEFI_SIGNING_CLASS ??= "tegra-uefi-signing"
|
||||
|
||||
inherit l4t_bsp ${TEGRA_UEFI_SIGNING_CLASS}
|
||||
inherit l4t_bsp python3native ${TEGRA_UEFI_SIGNING_CLASS}
|
||||
require recipes-kernel/linux/linux-yocto.inc
|
||||
|
||||
KERNEL_DISABLE_FW_USER_HELPER ?= "y"
|
||||
|
||||
Reference in New Issue
Block a user