[PATCH v2 4/5] test/py: efi_capsule: rename device tree overlay source to .dtso

Simon Glass sjg at chromium.org
Fri Sep 20 18:01:29 CEST 2024


On Wed, 10 Jul 2024 at 09:18, Rasmus Villemoes
<rasmus.villemoes at prevas.dk> wrote:
>
> Distinguish more clearly between source files meant for producing .dtb
> from those meant for producing .dtbo.
>
> Note that in the linux tree, all device tree overlay sources have been
> renamed to .dtso, and the .dts->.dtbo rule is gone since v6.5 (commit
> 81d362732bac). So this is also a step towards staying closer to linux
> with respect to both Kbuild and device tree sources, and eventually
> eliminating all .dts -> .dtbo instances.
>
> This also matches the documentation update done in commit 4fb7e570d6b.
>
> Cc: Masahisa Kojima <kojima.masahisa at socionext.com>
> Signed-off-by: Rasmus Villemoes <rasmus.villemoes at prevas.dk>
> ---
>  test/py/tests/test_efi_capsule/conftest.py                  | 6 +++---
>  .../py/tests/test_efi_capsule/{version.dts => version.dtso} | 0
>  2 files changed, 3 insertions(+), 3 deletions(-)
>  rename test/py/tests/test_efi_capsule/{version.dts => version.dtso} (100%)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list