mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 03:22:36 +00:00
When device-tree builds moved to nvidia-kernel-oot, the dtb files built from the platform dts files were getting stashed into the sysroot area for future use during image build, but the dts files themselves were *not* saved anywhere. This broke external device-tree recipes that wanted to include the platform dts and add modifications. Add export of dts files into nvidia-kernel-oot sysroot area, under usr/src/device-tree subdir. Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com>