[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/3] dtc: Fixes for the fdt check and update submodule to 1.6.1
From: |
Thomas Huth |
Subject: |
[PATCH 0/3] dtc: Fixes for the fdt check and update submodule to 1.6.1 |
Date: |
Fri, 27 Aug 2021 14:08:58 +0200 |
There are some issues in the checks for libfdt in meson.build which
get fixed with the first two patches.
And while we're at it, also update the dtc submodule to a proper release
version (in the third patch).
Thomas Huth (3):
meson.build: Fix the check for a usable libfdt
meson.build: Don't use internal libfdt if the user requested the
system libfdt
dtc: Update to version 1.6.1
dtc | 2 +-
meson.build | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
--
2.27.0
- [PATCH 0/3] dtc: Fixes for the fdt check and update submodule to 1.6.1,
Thomas Huth <=
- [PATCH 1/3] meson.build: Fix the check for a usable libfdt, Thomas Huth, 2021/08/27
- [PATCH 2/3] meson.build: Don't use internal libfdt if the user requested the system libfdt, Thomas Huth, 2021/08/27
- [PATCH 3/3] dtc: Update to version 1.6.1, Thomas Huth, 2021/08/27
- Re: [PATCH 0/3] dtc: Fixes for the fdt check and update submodule to 1.6.1, Marc-André Lureau, 2021/08/27
- [PATCH 4/3] gitlab-ci: Don't try to use the system libfdt in the debian job, Thomas Huth, 2021/08/27