These is a build error like this message. /media/tte/M3_Pro/build/tmp/sysroots/m3ulcb/usr/lib/libIMGegl.so: undefined reference to `wayland_kms_init' /media/tte/M3_Pro/build/tmp/sysroots/m3ulcb/usr/lib/libIMGegl.so: undefined reference to `wayland_kms_uninit' /media/tte/M3_Pro/build/tmp/sysroots/m3ulcb/usr/lib/libIMGegl.so: undefined reference to `gbm_device_get_fd' /media/tte/M3_Pro/build/tmp/sysroots/m3ulcb/usr/lib/libIMGegl.so: undefined reference to `gbm_create_device' /media/tte/M3_Pro/build/tmp/sysroots/m3ulcb/usr/lib/libIMGegl.so: undefined reference to `_gbm_fd_get_device_name' /media/tte/M3_Pro/build/tmp/sysroots/m3ulcb/usr/lib/libIMGegl.so: undefined reference to `wayland_kms_query_buffer'
I thought it miss wayland kms and libgbm for image. So I added these code to local.conf. IMAGE_INSTALL_append_rcar-gen3 = " \
libgbm \
wayland-kms \
"
But run "bitbake agl-demo-platform" can not fixed it. So I run "bitbake libgbm" then run "bitbake agl-demo-platform" fixed. Does this problem due to my environment, or these is a problem with kickstart?
I follow the this url to build a image for renesas m3ulcb.
http://docs.automotivelinux.org/docs/getting_started/en/dev/reference/machines/R-Car-Starter-Kit-gen3.html
These is a build error like this message.
/media/tte/M3_Pro/build/tmp/sysroots/m3ulcb/usr/lib/libIMGegl.so: undefined reference to `wayland_kms_init'
/media/tte/M3_Pro/build/tmp/sysroots/m3ulcb/usr/lib/libIMGegl.so: undefined reference to `wayland_kms_uninit'
/media/tte/M3_Pro/build/tmp/sysroots/m3ulcb/usr/lib/libIMGegl.so: undefined reference to `gbm_device_get_fd'
/media/tte/M3_Pro/build/tmp/sysroots/m3ulcb/usr/lib/libIMGegl.so: undefined reference to `gbm_create_device'
/media/tte/M3_Pro/build/tmp/sysroots/m3ulcb/usr/lib/libIMGegl.so: undefined reference to `_gbm_fd_get_device_name'
/media/tte/M3_Pro/build/tmp/sysroots/m3ulcb/usr/lib/libIMGegl.so: undefined reference to `wayland_kms_query_buffer'
I thought it miss wayland kms and libgbm for image.
So I added these code to local.conf.
IMAGE_INSTALL_append_rcar-gen3 = " \ libgbm \ wayland-kms \ "
But run "bitbake agl-demo-platform" can not fixed it.
So I run "bitbake libgbm" then run "bitbake agl-demo-platform" fixed.
Does this problem due to my environment, or these is a problem with kickstart?