mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 03:22:36 +00:00
Custom boards wishing to provide their own devicetree sources will want to be a provider of virtual/dtb. If this happens, then other providers of virtual/dtb will not be built. That's a problem, because the nvidia-kernel-oot recipe also contains device drivers and overlay devicetree sources that are required. To solve this, the deployment step of nvidia-kernel-oot is broken out into a special provider for virtual/dtb. That way, it can easily be skipped by creating a new virtual/dtb provider and the rest of nvidia-kernel-oot can still be built and used. Signed-off-by: Kurt Kiefer <kekiefer@gmail.com>