FrankBau / meta-marsboard-bsp

Yocto BSP Layer for Embest Tech iMX6 MarS Board
https://github.com/FrankBau/meta-marsboard-bsp/wiki
MIT License
50 stars 32 forks source link

recipe image-multimedia-full fails on branch jethro #7

Closed aturowski closed 8 years ago

aturowski commented 8 years ago

Doing bitbake image-multimedia-full fails while linking eglingo-fb_1.0.0.bb recipe and gives following errors

[snip] undefined reference to fbCreateWindow' [snip] undefined reference tofbGetDisplayByIndex' [snip] collect2: error: ld returned 1 exis status [snip] sources/poky/meta/recipes-graphics/eglinfo-fb_1.0.0.bb do_compile failed with exit code 1

Removing "eglinfo-fb" from IMAGE_INSTALL_append in sources/meta-marsboard-bsp/recipes-images/image-multimedia-full/image-multimedia-full.bb works around this linking error as ellinfo-fb is not built at all. Found https://www.toradex.com/community/questions/2477/how-to-add-framebuffer-egl-to-console-trdx-image.html

FrankBau commented 8 years ago

This is because I usually build with framebuffer (DISTRO_FEATURES_remove = "x11 wayland" in local.conf). I made the append conditional in the new krogoth branch. hth Frank