Fwd: [PATCH] hw/core: Only build guest-loader if libfdt is available

2021-03-17 Thread Philippe Mathieu-Daudé
forward to the list. -- Forwarded message - From: Anthoine Bourgeois Date: Wed, Mar 17, 2021 at 11:26 AM Subject: Re: [PATCH] hw/core: Only build guest-loader if libfdt is available To: Philippe Mathieu-Daudé On Mon, Mar 15, 2021 at 06:04:39PM +0100, Philippe Mathieu-Daudé

Re: [PATCH] hw/core: Only build guest-loader if libfdt is available

2021-03-16 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > Add a Kconfig entry for guest-loader so we can optionally deselect > it (default is built in), and add a Meson dependency on libfdt. > > This fixes when building with --disable-fdt: > > /usr/bin/ld: libcommon.fa.p/hw_core_guest-loader.c.o: in function > `load

Re: [PATCH] hw/core: Only build guest-loader if libfdt is available

2021-03-15 Thread Alistair Francis
On Mon, Mar 15, 2021 at 1:15 PM Philippe Mathieu-Daudé wrote: > > Add a Kconfig entry for guest-loader so we can optionally deselect > it (default is built in), and add a Meson dependency on libfdt. > > This fixes when building with --disable-fdt: > > /usr/bin/ld: libcommon.fa.p/hw_core_guest-lo

[PATCH] hw/core: Only build guest-loader if libfdt is available

2021-03-15 Thread Philippe Mathieu-Daudé
Add a Kconfig entry for guest-loader so we can optionally deselect it (default is built in), and add a Meson dependency on libfdt. This fixes when building with --disable-fdt: /usr/bin/ld: libcommon.fa.p/hw_core_guest-loader.c.o: in function `loader_insert_platform_data': hw/core/guest-loade