[OE-core] [PATCH 0/3] Initial wayland integration

2012-12-20 Thread Alex DAMIAN
From: Alexandru DAMIAN Hi, This is a set of patches that integrate Wayland/Weston 1.0.3 into mainline. All library dependencies are satisfied, and Weston works under X11 and DRM. A user must install separately (no hard dependency) the hardware DRM drivers to be able to run weston on barebone h

[OE-core] [PATCH 0/3] Initial wayland integration

2012-12-24 Thread Alex DAMIAN
From: Alexandru DAMIAN Hi, This is a set of patches that integrate Wayland/Weston 1.0.3 into mainline. All library dependencies are satisfied, and Weston works under X11 and DRM. A user must install separately (no hard dependency) the hardware DRM drivers to be able to run weston on barebone h

Re: [OE-core] [PATCH 0/3] Initial wayland integration

2012-12-21 Thread Burton, Ross
On 20 December 2012 16:48, Alex DAMIAN wrote: > Wayland userspace library initial 1.0.3 > Initial commit for wayland/weston 1.0.3 > Prepare mesa-dri for weston compatibility Ordering seems wrong - shouldn't it be wayland, mesa-dri, weston? Ross

Re: [OE-core] [PATCH 0/3] Initial wayland integration

2012-12-21 Thread Damian, Alexandru
Actually, I'm thinking like this: - wayland, weston - initial commits - mesa-dri - only patches. It makes sense in my mind to add first the commits and then enable the recipe change, especially when it's not gonna work by default anyway (since mesa-git isn't enabled). Alex On Fri, Dec 21, 2012

Re: [OE-core] [PATCH 0/3] Initial wayland integration

2012-12-21 Thread Burton, Ross
On 21 December 2012 12:38, Damian, Alexandru wrote: > Actually, I'm thinking like this: > > - wayland, weston - initial commits > - mesa-dri - only patches. > > It makes sense in my mind to add first the commits and then enable the > recipe change, > especially when it's not gonna work by default

Re: [OE-core] [PATCH 0/3] Initial wayland integration

2012-12-21 Thread Damian, Alexandru
Incoming reordered patches. On Fri, Dec 21, 2012 at 2:43 PM, Burton, Ross wrote: > On 21 December 2012 12:38, Damian, Alexandru > wrote: > > Actually, I'm thinking like this: > > > > - wayland, weston - initial commits > > - mesa-dri - only patches. > > > > It makes sense in my mind to add fir