On Fri, 2017-01-27 at 16:30 +0100, Patrick Ohly wrote:
> From: Fathi Boudra <fathi.bou...@linaro.org>
> 
> qemu support for UEFI in OE-core depends on OVMF, which needs the
> iasl
> tools provided by this recipe. There's also an iasl recipe in
> meta-luv, but than can and will be replaced by this one, thus
> reducing
> overall maintenance work.
> 
> Copied from meta-openembedded rev fa65be9ba (current master).
> 
> Signed-off-by: Patrick Ohly <patrick.o...@intel.com>

This fails on musl:

https://autobuilder.yocto.io/builders/nightly-musl/builds/160/steps/BuildImages/logs/stdio

|      ^~~~~~~~~~~~~~
| i586-poky-linux-musl-gcc  -m32 -march=i586 
--sysroot=/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-musl/build/build/tmp/work/i586-poky-linux-musl/acpica/20150515-r0/recipe-sysroot
 -c  -O2 -pipe -g -feliminate-unused-debug-types 
-fdebug-prefix-map=/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-musl/build/build/tmp/work/i586-poky-linux-musl/acpica/20150515-r0=/usr/src/debug/acpica/20150515-r0
 
-fdebug-prefix-map=/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-musl/build/build/tmp/work/i586-poky-linux-musl/acpica/20150515-r0/recipe-sysroot-native=
 
-fdebug-prefix-map=/home/pokybuild/yocto-autobuilder/yocto-worker/nightly-musl/build/build/tmp/work/i586-poky-linux-musl/acpica/20150515-r0/recipe-sysroot=
  -D_CYGWIN -D_GNU_SOURCE -I../../../source/include -D_CYGWIN -D_GNU_SOURCE 
-I../../../source/include -DACPI_ASL_COMPILER -I../../../source/compiler -Iobj 
-Wall -o obj/asllistsup.o ../../../source/compiler/asllistsup.c
| ../../../source/compiler/aslfiles.c: In function 'FlOpenMiscOutputFiles':
| ../../../source/compiler/aslfiles.c:595:45: error: invalid application of 
'sizeof' to incomplete type 'FILE {aka struct _IO_FILE}'
|              memcpy (stderr, stdout, sizeof (FILE));
|                                              ^~~~
| Copied obj/acpiexamples to ../bin/acpiexamples

Cheers,

Richard
-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to