mbox series

[RFC,0/2] Fix conflict between host-dtc headers and kernel dtc

Message ID 20191103151258.11047-1-unixmania@gmail.com
Headers show
Series Fix conflict between host-dtc headers and kernel dtc | expand

Message

Carlos Santos Nov. 3, 2019, 3:12 p.m. UTC
From: Carlos Santos <unixmania@gmail.com>

- Install libfdt headers under $(HOST_DIR)/include/libfdt
- Tell host-qemu to use that path

Carlos Santos (2):
  package/dtc: install host libfdt headers in a subdirectory
  package/qemu: search for host-dtc (libfdt) headers at the right place

 package/dtc/dtc.mk   | 1 +
 package/qemu/qemu.mk | 5 ++++-
 2 files changed, 5 insertions(+), 1 deletion(-)

Comments

Thomas Petazzoni Nov. 15, 2019, 9:04 p.m. UTC | #1
On Sun,  3 Nov 2019 12:12:56 -0300
unixmania@gmail.com wrote:

> Carlos Santos (2):
>   package/dtc: install host libfdt headers in a subdirectory
>   package/qemu: search for host-dtc (libfdt) headers at the right place

Thanks, looks like a good idea, so I've applied both patches to the
next branch.

Thomas