From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35447) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzcFI-0008Ju-Ak for qemu-devel@nongnu.org; Thu, 27 Oct 2016 00:24:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzcFG-0007GZ-Fa for qemu-devel@nongnu.org; Thu, 27 Oct 2016 00:24:52 -0400 Date: Thu, 27 Oct 2016 14:13:54 +1100 From: David Gibson Message-ID: <20161027031354.GJ19918@umbus.fritz.box> References: <1477448283-27350-1-git-send-email-aik@ozlabs.ru> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="fU0UwhtRbpo05rnG" Content-Disposition: inline In-Reply-To: <1477448283-27350-1-git-send-email-aik@ozlabs.ru> Subject: Re: [Qemu-devel] [PATCH qemu] configure, ppc64: Copy skiboot.lid to build directory when configuring List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy Cc: qemu-devel@nongnu.org, qemu-ppc@nongnu.org --fU0UwhtRbpo05rnG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 26, 2016 at 01:18:03PM +1100, Alexey Kardashevskiy wrote: > When configured to compile out of tree, the configure script > copies BIOS blobs to the build directory. However since the PPC64 powernv > machine ROM has .lid extension, it is ignored and "make check" fails > when trying the powernv machine. >=20 > This adds *.lid to the list of copied blobs. >=20 > Signed-off-by: Alexey Kardashevskiy Applied to ppc-for-2.8, thanks. > --- > configure | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/configure b/configure > index d3dafcb..300b0cb 100755 > --- a/configure > +++ b/configure > @@ -6071,6 +6071,7 @@ FILES=3D"$FILES roms/seabios/Makefile roms/vgabios/= Makefile" > FILES=3D"$FILES pc-bios/qemu-icon.bmp" > for bios_file in \ > $source_path/pc-bios/*.bin \ > + $source_path/pc-bios/*.lid \ > $source_path/pc-bios/*.aml \ > $source_path/pc-bios/*.rom \ > $source_path/pc-bios/*.dtb \ --=20 David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson --fU0UwhtRbpo05rnG Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJYEXDxAAoJEGw4ysog2bOSiN8P/A8d74jHc/SAcNWiJJmYqfa7 jks6XIXWSQ4EO9kHvxU0EHwBuJDscyQzPEGEQ8+hFEBRgeKsaxoYOeW3EvBkauhU LxmU2rHlDES7hVmaL4U9hzx2nZ/SKF3drR8MCK1oRGrnmk6I0Fs5hknSYBNYyQRo TweD8uiDqyKQV+H/7JQJhFWRZNVAmL9ZDohunfUE7864uxBUBJvNpXi9elOmGfq8 LoWpJcb+OV3o9l4MHoruIHVBPfmOW78tK9q9oWecLzp2Dd0TU12BW2zRRYpAn4fj 2YLmPuX1QJWVsCLWyFeJJeh5rJLVnPKrzkAFDQzJM1rusutrNxGN45GyWsrfUfZn e9Tms1JJxqgVrO6p8XKmzBH2Qtc45FH1h9idonBGpd0o3/RIGpvYHD/fuWFfJhvS 2I/y5SZbSzTRRPU29A5rZBi+NYafF5tjhCAEPF7xwrxmWQAlKaqrdtmZr+dFxMD6 oyme0ie6sKzwsX1Ng5gp95WBKSn3g52rZTpVnBKlAXStRezPffq4nydYs7hY5ZUi STPMkJQaioAkS3mKhvJO2PmavF6BP6sxJWVcEI4/w9DPwOnhb4FrVR5XT0egMhT5 0d/9YlisV/HeML6UdTK/IrWYmZvmCMQLJHS+FgtkTsdAFMq/a7qO/tFrjSvEXq5T 2O8XdZsdqL89BNE3mfCT =fw02 -----END PGP SIGNATURE----- --fU0UwhtRbpo05rnG--