You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to build an Yocto image from the kirkstone branch using the meta-flutter layer, but flutter-pi is not compiling.
| /mnt/data/Projects/tinkerboard/build/tmp/work/armv8a-poky-linux/flutter-pi-release/git-r0/recipe-sysroot-native/usr/bin/aarch64-poky-linux/aarch64-poky-linux-ld: CMakeFiles/flutter-pi.dir/src/compositor.c.o: in function `destroy_drm_rbo':
| compositor.c:(.text+0x2b54): undefined reference to `eglDestroyImage'
| clang-14: error: linker command failed with exit code 1 (use -v to see invocation)
| ninja: build stopped: subcommand failed.
| WARNING: exit code 1 from a shell command.
ERROR: Task (/mnt/data/Projects/tinkerboard/meta-flutter/recipes-graphics/flutter-pi/flutter-pi-release_git.bb:do_compile) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1873 tasks of which 1872 didn't need to be rerun and 1 failed.
I think your driver just doesn't support EGL 1.5 probably.
That's not a problem though, eglDestroyImage is available as eglDestroyImageKHR in earlier versions of EGL, and even if it's not, that function is only made use of by flutter-pi when using omxplayer_video_player.
The issue was resolved after changing from Jeffy's meta-rockchip to mainline meta-rockchip. You can close this issue now or when you implement the fix you mentioned above.
Hello, I am trying to build an Yocto image from the kirkstone branch using the meta-flutter layer, but flutter-pi is not compiling.
This is my local.conf
I don't know if you are familiar with the meta-flutter project, but if you have any hints on how to fix this, it would be helpful.
Best regards!
The text was updated successfully, but these errors were encountered: