Re: [PATCH v2 0/3] DTB build housekeeping

2025-07-14 Thread Philippe Mathieu-Daudé
On 8/7/25 22:48, Bernhard Beschow wrote: This series removes the bundled device tree blobs from the repository which are redundant to the bundled device tree sources. To make this work, the device tree compiler 'dtc' is now required whenever libfdt is used. Furthermore, dtc can now be built from

Re: [PATCH v2 0/3] DTB build housekeeping

2025-07-14 Thread Bernhard Beschow
Am 8. Juli 2025 20:48:03 UTC schrieb Bernhard Beschow : >This series removes the bundled device tree blobs from the repository which are >redundant to the bundled device tree sources. To make this work, the device >tree >compiler 'dtc' is now required whenever libfdt is used. Furthermore, dtc c

[PATCH v2 0/3] DTB build housekeeping

2025-07-08 Thread Bernhard Beschow
This series removes the bundled device tree blobs from the repository which are redundant to the bundled device tree sources. To make this work, the device tree compiler 'dtc' is now required whenever libfdt is used. Furthermore, dtc can now be built from the bundled libfdt if needed. v2: * Allow