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:
Matt Madison
2024-08-18 05:20:14 -07:00
parent db40c73e8d
commit 1d91fcff73

View File

@@ -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"