Build Issue for renesas m3 pro

Description

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?

Environment

OS: Ubuntu14.04 AGL verison: chinook3.0.0 Hardware: renesas m3ulcb

Attachments

1

Activity

Show:

Walt Miner 
May 24, 2017 at 8:56 PM

Close for Dab RC1

Scott Murray 
May 15, 2017 at 2:20 PM

A fix has been merged to meta-renesas-rcar-gen3.

Scott Murray 
May 10, 2017 at 4:39 AM

It has been reported by someone else on the mailing list, and I see it almost always when I do a clean build on master (Dab).

Zheng Wenlong 
May 10, 2017 at 2:04 AM

Hi

As I wrote at 02/03, I thought it was my PC problem. So I closed this issue.

I don't know why reopen again, Does any body have same issue? 

Scott Murray 
May 9, 2017 at 1:03 PM

It affects Dab as well, I've updated the affected versions list to reflect that.

Fixed

Details

Assignee

Reporter

Fix versions

Labels

Time tracking

1w logged

Components

Affects versions

Due date

Priority

Created January 27, 2017 at 12:29 AM
Updated May 24, 2017 at 8:56 PM
Resolved May 15, 2017 at 2:20 PM