[PATCH 0/3] dtc: Fixes for the fdt check and update submodule to 1.6.1

Thomas Huth posted 3 patches 2 years, 7 months ago
Failed in applying to current master (apply log)
dtc         | 2 +-
meson.build | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
[PATCH 0/3] dtc: Fixes for the fdt check and update submodule to 1.6.1
Posted by Thomas Huth 2 years, 7 months ago
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


Re: [PATCH 0/3] dtc: Fixes for the fdt check and update submodule to 1.6.1
Posted by Marc-André Lureau 2 years, 7 months ago
On Fri, Aug 27, 2021 at 4:13 PM Thomas Huth <thuth@redhat.com> wrote:

> 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
>
>
>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>

-- 
Marc-André Lureau