OE4T / meta-tegra

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

Support separate virtual/dtb provider #1610

Closed kekiefer closed 1 week ago

kekiefer commented 2 weeks ago

Small updates that re-enable the use of a separate virtual/dtb provider for r36. Now we can simply change the KERNEL_DEVICETREE variable and update the PREFERRED_PROVIDER_virtual/dtb. The actual recipe to build the devicetrees has to pull in the oot-modules sources to build them, so an update to tegra demo distro will be subsequently due.

ichergui commented 2 weeks ago

Hi @kekiefer Thanks for this PR. Is this an improvement to the current implementation or you are fixing an issue ?

kekiefer commented 2 weeks ago

This is a fix needed to make it possible to define a new provider of virtual/dtb. Without it, the required oot-modules cannot be built since providers of a package are mutually exclusive.

ichergui commented 2 weeks ago

Got it. Thanks