1. 26 Nov, 2019 4 commits
  2. 21 Nov, 2019 8 commits
  3. 19 Nov, 2019 2 commits
  4. 15 Nov, 2019 4 commits
  5. 14 Nov, 2019 8 commits
  6. 13 Nov, 2019 2 commits
  7. 11 Nov, 2019 5 commits
  8. 06 Nov, 2019 4 commits
  9. 05 Nov, 2019 2 commits
  10. 04 Nov, 2019 1 commit
    • Pavel Modilaynen's avatar
      dtc: Use pkg-config to locate libyaml · 067c650c
      Pavel Modilaynen authored
      Using Makefile's wildcard with absolute path to detect
      the presence of libyaml results in false-positive
      detection when cross-compiling e.g. in yocto environment.
      The latter results in build error:
      | scripts/dtc/yamltree.o: In function `yaml_propval_int':
      | yamltree.c: undefined reference to `yaml_sequence_start_event_initialize'
      | yamltree.c: undefined reference to `yaml_emitter_emit'
      | yamltree.c: undefined reference to `yaml_scalar_event_initialize'
      ...
      Use pkg-config to locate libyaml to address this scenario.
      Signed-off-by: default avatarPavel Modilaynen <pavel.modilaynen@axis.com>
      [robh: silence stderr]
      Signed-off-by: default avatarRob Herring <robh@kernel.org>
      067c650c