Re: [ptxdist] [PATCH v2 1/3] kernel: add make target for the installed device trees

2023-09-01 Thread Michael Olbrich
On Thu, Aug 31, 2023 at 12:44:23PM +0200, Roland Hieber wrote: > This makes it easy to depend on the kernel.targetinstall stage by > depending on one of the .dtb's that it installs into the image dir, e.g. > when building a custom recipe for a FIT image. As a nice side-effect, > you can simply

[ptxdist] [PATCH v2 1/3] kernel: add make target for the installed device trees

2023-08-31 Thread Roland Hieber
This makes it easy to depend on the kernel.targetinstall stage by depending on one of the .dtb's that it installs into the image dir, e.g. when building a custom recipe for a FIT image. As a nice side-effect, you can simply call "ptxdist image " to build the device tree. Signed-off-by: Roland