Hi, I have problems compiling eglinfo-x11 (as well as Qt 5 from meta-qt5) with egl. I have setup poky, meta-raspberrypi (and meta-qt5) from git and I am on branch master. My target is to get a distribution with working (hw acceleratetd) Qt5 with QML GUI. I have already spent some days on getting qteverywheredemo running but I did not succeed yet. As a first test I wanted to get eglinfo-x11 running but it gives the following error when compiling: [11/11] cxxprogram: build/release/src/json_writer.cpp.1.o build/release/src/log.cpp.1.o build/ release/src/main.cpp.1.o build/release/src/process_egl.cpp.1.o build/release/src/scopes.cpp. 1.o build/release/src/text_writer.cpp.1.o build/release/src/json-sax/json.c.1.o b
It links to libEGL and libGLESv2. nm says that this symbols should be in libGLESv2 but it just does not catch them up somehow? My image is configured as follows: include recipes-core/images/rpi-hwup-image.bb GPU_MEM = "64" LICENSE_FLAGS_WHITELIST = "commercial" PACKAGECONFIG_append_pn-qtbase = "gles2" SPLASH = "psplash-custopi" ENABLE_SPI_BUS = "1" IMAGE_FEATURES += "ssh-server-openssh splash x11-sato" IMAGE_INSTALL_append = "qtbase qtbase-fonts custorouter custopi-gui packagegroup-core- full-cmdline bluez5 wireless-tools wpa-supplicant qt5everywheredemo fontconfig freetype packagegroup-core-x11-base packagegroup-core-x11-sato eglinfo-x11" IMAGE_LINGUAS ?= "de-de es-es fr-fr en-gb" Thanks for help!
-- _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto