Weston crash on minnowboard max

Description

Hi,
While working on SPEC-158 I used minnowmax as main target and noticed that intel driver was missing from image.

The fallback option is to force usage of fbdev backend.

But after investigation I found out that the problem is in meta-aglbsp/conf/layer where recipes are expected elsewhere.

There are different way to fix this, but i am proposing a simple patch

https://github.com/TizenTeam/meta-agl/commit/e88892710d937cd3c3baf9fffa74cdaaff8fef9f

from

https://github.com/TizenTeam/meta-agl/tree/sandbox/pcoval/for/master

Do I (user rzr) need to join a gerrit Push group to push that patch for codereview ? Hints welcome ,

https://dev.automotivelinux.org/?q=user/243

Environment

agl master

Activity

Show:

rzr May 18, 2016 at 1:00 PM

I got rights from thx so this issue can be affected back to me or any one who can merge this :

https://gerrit.automotivelinux.org/gerrit/5663

Jan-Simon Moeller May 18, 2016 at 10:26 AM

Hi Philippe,
thanks for reporting and the patch.
Added you to the group.

Best,
Jan-Simon

rzr May 18, 2016 at 8:04 AM
Edited

Hi ,
I think my problem is that I am not belonging to the right group yet :

Maybe can unblock me.

https://gerrit.automotivelinux.org/gerrit/#/admin/groups/uuid-4aff3b6cb58a5c3d6a7f0316f1c63e7b3a5e4fe0,members

Manuel Bachmann May 18, 2016 at 7:31 AM

Hi ,

The patch seems good to me ; I will only have the ability to test/+1 it tomorrow, though.

As to pushing the patch, dev.registration on AGL boils down to :

1) registering on https://dev.automotivelinux.org/ ;
2) logging in on https://git.automotivelinux.org/gerrit, and registering your SSH public key ;
3) configuring Git :
git config --global user.name "My name"
git config --global user.email "myname@mycompany.com"
mkdir -p ~/.git/hooks
git config --global init.templatedir "~/.git/hooks"
scp -P 29418 myname@gerrit.automotivelinux.org:hooks/commit-msg ~/.git/hooks/
4) pushing to the project :
git clone ssh://myname@gerrit.automotivelinux.org:29418/AGL/meta-agl
cd meta-agl
<modify here>
git push origin HEAD:refs/for/master

Fixed

Details

Assignee

Reporter

Priority

Created May 17, 2016 at 4:14 PM
Updated May 26, 2016 at 2:10 PM
Resolved May 26, 2016 at 2:10 PM