Hi, I have been enjoying your xbmc image for a couple of weeks now. Very impressive, good work!
I just tried to bitbake xbmc-image with the latest meta-fsl-arm and your layer(daisy branch). I get the following error:
| xbmc/windowing/egl/windowing_egl.a(EGLNativeTypeIMX.o): In function CEGLNativeTypeIMX::CreateNativeWindow()': | /mnt/data/wandboard/yocto-xbmc-latest/build/tmp/work/wandboard_quad-poky-linux-gnueabi/xbmc/13-r1.1/git/xbmc/windowing/egl/EGLNativeTypeIMX.cpp:134: undefined reference tofbCreateWindow'
| xbmc/windowing/egl/windowing_egl.a(EGLNativeTypeIMX.o): In function CEGLNativeTypeIMX::DestroyNativeDisplay()': | /mnt/data/wandboard/yocto-xbmc-latest/build/tmp/work/wandboard_quad-poky-linux-gnueabi/xbmc/13-r1.1/git/xbmc/windowing/egl/EGLNativeTypeIMX.cpp:162: undefined reference tofbDestroyDisplay'
| xbmc/windowing/egl/windowing_egl.a(EGLNativeTypeIMX.o): In function CEGLNativeTypeIMX::DestroyNativeWindow()': | /mnt/data/wandboard/yocto-xbmc-latest/build/tmp/work/wandboard_quad-poky-linux-gnueabi/xbmc/13-r1.1/git/xbmc/windowing/egl/EGLNativeTypeIMX.cpp:170: undefined reference tofbDestroyWindow'
| xbmc/windowing/egl/windowing_egl.a(EGLNativeTypeIMX.o): In function CEGLNativeTypeIMX::CreateNativeDisplay()': | /mnt/data/wandboard/yocto-xbmc-latest/build/tmp/work/wandboard_quad-poky-linux-gnueabi/xbmc/13-r1.1/git/xbmc/windowing/egl/EGLNativeTypeIMX.cpp:127: undefined reference tofbGetDisplayByIndex'
| collect2: error: ld returned 1 exit status
| Makefile:540: recipe for target 'xbmc.bin' failed
| make: *** [xbmc.bin] Error 1
| ERROR: oe_runmake failed
| WARNING: /mnt/data/wandboard/yocto-xbmc-latest/build/tmp/work/wandboard_quad-poky-linux-gnueabi/xbmc/13-r1.1/temp/run.do_compile.5446:1 exit 1 from
| exit 1
| ERROR: Function failed: do_compile (log file is located at /mnt/data/wandboard/yocto-xbmc-latest/build/tmp/work/wandboard_quad-poky-linux-gnueabi/xbmc/13-r1.1/temp/log.do_compile.5446)
ERROR: Task 307 (/mnt/data/wandboard/yocto-xbmc-latest/sources/meta-stef/recipes-stef/xbmc/xbmc_13.bb, do_compile) failed with exit code '1'
This leads me to believe that I am using the wrong version of the EGL libraries. Have you encountered this issue? As I am a bit of a newb on yocto I am not quite sure how to fix this.
Hi, I have been enjoying your xbmc image for a couple of weeks now. Very impressive, good work!
I just tried to bitbake xbmc-image with the latest meta-fsl-arm and your layer(daisy branch). I get the following error:
| xbmc/windowing/egl/windowing_egl.a(EGLNativeTypeIMX.o): In function
CEGLNativeTypeIMX::CreateNativeWindow()': | /mnt/data/wandboard/yocto-xbmc-latest/build/tmp/work/wandboard_quad-poky-linux-gnueabi/xbmc/13-r1.1/git/xbmc/windowing/egl/EGLNativeTypeIMX.cpp:134: undefined reference tofbCreateWindow'| xbmc/windowing/egl/windowing_egl.a(EGLNativeTypeIMX.o): In function
CEGLNativeTypeIMX::DestroyNativeDisplay()': | /mnt/data/wandboard/yocto-xbmc-latest/build/tmp/work/wandboard_quad-poky-linux-gnueabi/xbmc/13-r1.1/git/xbmc/windowing/egl/EGLNativeTypeIMX.cpp:162: undefined reference tofbDestroyDisplay'| xbmc/windowing/egl/windowing_egl.a(EGLNativeTypeIMX.o): In function
CEGLNativeTypeIMX::DestroyNativeWindow()': | /mnt/data/wandboard/yocto-xbmc-latest/build/tmp/work/wandboard_quad-poky-linux-gnueabi/xbmc/13-r1.1/git/xbmc/windowing/egl/EGLNativeTypeIMX.cpp:170: undefined reference tofbDestroyWindow'| xbmc/windowing/egl/windowing_egl.a(EGLNativeTypeIMX.o): In function
CEGLNativeTypeIMX::CreateNativeDisplay()': | /mnt/data/wandboard/yocto-xbmc-latest/build/tmp/work/wandboard_quad-poky-linux-gnueabi/xbmc/13-r1.1/git/xbmc/windowing/egl/EGLNativeTypeIMX.cpp:127: undefined reference tofbGetDisplayByIndex'| collect2: error: ld returned 1 exit status
| Makefile:540: recipe for target 'xbmc.bin' failed
| make: *** [xbmc.bin] Error 1
| ERROR: oe_runmake failed
| WARNING: /mnt/data/wandboard/yocto-xbmc-latest/build/tmp/work/wandboard_quad-poky-linux-gnueabi/xbmc/13-r1.1/temp/run.do_compile.5446:1 exit 1 from
| exit 1
| ERROR: Function failed: do_compile (log file is located at /mnt/data/wandboard/yocto-xbmc-latest/build/tmp/work/wandboard_quad-poky-linux-gnueabi/xbmc/13-r1.1/temp/log.do_compile.5446)
ERROR: Task 307 (/mnt/data/wandboard/yocto-xbmc-latest/sources/meta-stef/recipes-stef/xbmc/xbmc_13.bb, do_compile) failed with exit code '1'
This leads me to believe that I am using the wrong version of the EGL libraries. Have you encountered this issue? As I am a bit of a newb on yocto I am not quite sure how to fix this.