OE4T / meta-tegra

BSP layer for NVIDIA Jetson platforms, based on L4T
MIT License
384 stars 215 forks source link

tegra-uefi-capsules: add missing DTB_EXTRA_DEPS dependency #1569

Closed kekiefer closed 1 month ago

kekiefer commented 1 month ago

The collection of dtb overlays used during tegraflash package creation can come from sources other than l4t or the kernel. Most commonly this is the virtual/dtb package, but it can be overridden, and is specified by the DTB_EXTRA_DEPS variable.

The migration from creating bup payloads to creating only capsules inadvertantly dropped this dependency, so this change adds it back.

madisongh commented 1 month ago

Thanks

kekiefer commented 1 month ago

Thanks, Matt. Please cherry-pick for scarthgap as well.

madisongh commented 1 month ago

Yep, will do that shortly.