Re: [PATCH 2/2] scripts/dtc: compile separate dtc-yaml

2020-05-05 Thread Masahiro Yamada
On Tue, May 5, 2020 at 12:04 PM Masahiro Yamada wrote: > > On Tue, May 5, 2020 at 4:15 AM Rob Herring wrote: > > > > On Sun, May 3, 2020 at 9:07 PM Masahiro Yamada wrote: > > > > > > Marek Behún reported a case where pkg-config fails to detect the > > > libyaml-dev package, which is presumably a

Re: [PATCH 2/2] scripts/dtc: compile separate dtc-yaml

2020-05-04 Thread Masahiro Yamada
On Tue, May 5, 2020 at 4:15 AM Rob Herring wrote: > > On Sun, May 3, 2020 at 9:07 PM Masahiro Yamada wrote: > > > > Marek Behún reported a case where pkg-config fails to detect the > > libyaml-dev package, which is presumably a bug of the distro. > > > > Irrespective of that, I am not a big fan o

Re: [PATCH 2/2] scripts/dtc: compile separate dtc-yaml

2020-05-04 Thread Rob Herring
On Sun, May 3, 2020 at 9:07 PM Masahiro Yamada wrote: > > Marek Behún reported a case where pkg-config fails to detect the > libyaml-dev package, which is presumably a bug of the distro. > > Irrespective of that, I am not a big fan of pkg-config in the Makefile > parse stage. The cost of pkg-confi

[PATCH 2/2] scripts/dtc: compile separate dtc-yaml

2020-05-03 Thread Masahiro Yamada
Marek Behún reported a case where pkg-config fails to detect the libyaml-dev package, which is presumably a bug of the distro. Irrespective of that, I am not a big fan of pkg-config in the Makefile parse stage. The cost of pkg-config is quite small, but it is evaluated everytime we run make, even